|
53 | 53 | </ItemDefinitionGroup> |
54 | 54 |
|
55 | 55 | <ItemGroup> |
56 | | - <None Include="FrameworkListFiles.props"> |
| 56 | + <None Include="..\..\src\System.Windows.Forms.Analyzers\src\System.Windows.Forms.Analyzers.props" Link="Wpf.Sdk.WindowsDesktop\System.Windows.Forms.Analyzers.props"> |
57 | 57 | <Pack>True</Pack> |
58 | | - <PackagePath></PackagePath> |
| 58 | + <PackagePath>Wpf.Sdk.WindowsDesktop</PackagePath> |
| 59 | + </None> |
| 60 | + <None Include="..\..\src\System.Windows.Forms.Analyzers\src\System.Windows.Forms.Analyzers.targets" Link="Wpf.Sdk.WindowsDesktop\System.Windows.Forms.Analyzers.targets"> |
| 61 | + <Pack>True</Pack> |
| 62 | + <PackagePath>Wpf.Sdk.WindowsDesktop</PackagePath> |
| 63 | + </None> |
| 64 | + <None Include="WindowsDesktop.App.Ref\*" Exclude="WindowsDesktop.App.Ref\*.ps1"> |
| 65 | + <Pack>True</Pack> |
| 66 | + <PackagePath>WindowsDesktop.App.Ref</PackagePath> |
59 | 67 | </None> |
60 | 68 | </ItemGroup> |
61 | 69 |
|
62 | 70 | <!-- Any projects referenced here will have their outputs automatically put into the package --> |
63 | 71 | <!-- If you add a new csproj, and you want the outputs in the package, you must add it here --> |
64 | 72 | <ItemGroup> |
65 | | - <!-- Facade for System.Drawing include --> |
| 73 | + <!-- Facade for System.Drawing --> |
66 | 74 | <ProjectReference Include="..\..\src\System.Drawing\src\System.Drawing.Facade.csproj" /> |
67 | 75 |
|
68 | | - <!-- Facade for System.Design include --> |
| 76 | + <!-- Facade for System.Design --> |
69 | 77 | <ProjectReference Include="..\..\src\System.Design\src\System.Design.Facade.csproj" /> |
70 | 78 |
|
71 | | - <!-- Facade for System.Drawing.Design include --> |
| 79 | + <!-- Facade for System.Drawing.Design --> |
72 | 80 | <ProjectReference Include="..\..\src\System.Drawing.Design\src\System.Drawing.Design.Facade.csproj" /> |
73 | 81 |
|
74 | | - <!-- Reference and Source System.Windows.Forms includes --> |
| 82 | + <!-- Reference and Source System.Windows.Forms --> |
75 | 83 | <ProjectReference Include="..\..\src\System.Windows.Forms\src\System.Windows.Forms.csproj" /> |
76 | 84 |
|
77 | | - <!-- Reference and Source System.Windows.Forms.Primitives includes --> |
| 85 | + <!-- Reference and Source System.Windows.Forms.Primitives --> |
78 | 86 | <ProjectReference Include="..\..\src\System.Windows.Forms.Primitives\src\System.Windows.Forms.Primitives.csproj" /> |
79 | 87 |
|
80 | | - <!-- Reference and Source System.Windows.Forms.Design includes --> |
| 88 | + <!-- Reference and Source System.Windows.Forms.Design --> |
81 | 89 | <ProjectReference Include="..\..\src\System.Windows.Forms.Design\src\System.Windows.Forms.Design.csproj" /> |
82 | 90 |
|
83 | | - <!-- Facade for System.Windows.Forms.Design.Editors includes --> |
| 91 | + <!-- Facade for System.Windows.Forms.Design.Editors --> |
84 | 92 | <ProjectReference Include="..\..\src\System.Windows.Forms.Design.Editors\src\System.Windows.Forms.Design.Editors.Facade3x.csproj" /> |
85 | 93 |
|
86 | | - <!-- Facade for Microsoft.VisualBasic include --> |
| 94 | + <!-- Facade for Microsoft.VisualBasic --> |
87 | 95 | <ProjectReference Include="..\..\src\Microsoft.VisualBasic\src\Microsoft.VisualBasic.Facade.csproj" /> |
88 | 96 |
|
89 | | - <!-- Reference and Source Microsoft.VisualBasic.Forms includes --> |
| 97 | + <!-- Reference and Source Microsoft.VisualBasic.Forms --> |
90 | 98 | <ProjectReference Include="..\..\src\Microsoft.VisualBasic.Forms\src\Microsoft.VisualBasic.Forms.vbproj" /> |
91 | 99 |
|
92 | 100 | <ProjectReference Include="..\..\src\Accessibility\src\Accessibility.ilproj" /> |
93 | 101 |
|
| 102 | + <!-- |
| 103 | + Analyzer System.Windows.Forms.Analyzers |
| 104 | + Please note that analyzers aren't recorded into FrameworkListFiles.props |
| 105 | + --> |
| 106 | + <ProjectReference Include="..\..\src\System.Windows.Forms.Analyzers\src\System.Windows.Forms.Analyzers.csproj" /> |
| 107 | + <ProjectReference Include="..\..\src\System.Windows.Forms.Analyzers.CSharp\src\System.Windows.Forms.Analyzers.CSharp.csproj" /> |
| 108 | + |
94 | 109 | </ItemGroup> |
95 | 110 |
|
96 | 111 | <!-- Force the output item type for all project references to "TfmSpecificPackageFile", which makes them get packed --> |
|
0 commit comments