|
58 | 58 | <PackagePath></PackagePath> |
59 | 59 | </None> |
60 | 60 | </ItemGroup> |
| 61 | + |
| 62 | + <ItemGroup> |
| 63 | + <None Include="sdk\dotnet-wpf\*"> |
| 64 | + <Pack>True</Pack> |
| 65 | + <PackagePath>sdk\dotnet-wpf</PackagePath> |
| 66 | + </None> |
| 67 | + </ItemGroup> |
61 | 68 |
|
62 | 69 | <!-- Any projects referenced here will have their outputs automatically put into the package --> |
63 | 70 | <!-- If you add a new csproj, and you want the outputs in the package, you must add it here --> |
64 | 71 | <ItemGroup> |
65 | | - <!-- Facade for System.Drawing include --> |
| 72 | + <!-- Facade for System.Drawing --> |
66 | 73 | <ProjectReference Include="..\..\src\System.Drawing\src\System.Drawing.Facade.csproj" /> |
67 | 74 |
|
68 | | - <!-- Facade for System.Design include --> |
| 75 | + <!-- Facade for System.Design --> |
69 | 76 | <ProjectReference Include="..\..\src\System.Design\src\System.Design.Facade.csproj" /> |
70 | 77 |
|
71 | | - <!-- Facade for System.Drawing.Design include --> |
| 78 | + <!-- Facade for System.Drawing.Design --> |
72 | 79 | <ProjectReference Include="..\..\src\System.Drawing.Design\src\System.Drawing.Design.Facade.csproj" /> |
73 | 80 |
|
74 | | - <!-- Reference and Source System.Windows.Forms includes --> |
| 81 | + <!-- Reference and Source System.Windows.Forms --> |
75 | 82 | <ProjectReference Include="..\..\src\System.Windows.Forms\src\System.Windows.Forms.csproj" /> |
76 | 83 |
|
77 | | - <!-- Reference and Source System.Windows.Forms.Primitives includes --> |
| 84 | + <!-- Reference and Source System.Windows.Forms.Primitives --> |
78 | 85 | <ProjectReference Include="..\..\src\System.Windows.Forms.Primitives\src\System.Windows.Forms.Primitives.csproj" /> |
79 | 86 |
|
80 | | - <!-- Reference and Source System.Windows.Forms.Design includes --> |
| 87 | + <!-- Reference and Source System.Windows.Forms.Design --> |
81 | 88 | <ProjectReference Include="..\..\src\System.Windows.Forms.Design\src\System.Windows.Forms.Design.csproj" /> |
82 | 89 |
|
83 | | - <!-- Facade for System.Windows.Forms.Design.Editors includes --> |
| 90 | + <!-- Facade for System.Windows.Forms.Design.Editors --> |
84 | 91 | <ProjectReference Include="..\..\src\System.Windows.Forms.Design.Editors\src\System.Windows.Forms.Design.Editors.Facade3x.csproj" /> |
85 | 92 |
|
86 | | - <!-- Facade for Microsoft.VisualBasic include --> |
| 93 | + <!-- Facade for Microsoft.VisualBasic --> |
87 | 94 | <ProjectReference Include="..\..\src\Microsoft.VisualBasic\src\Microsoft.VisualBasic.Facade.csproj" /> |
88 | 95 |
|
89 | | - <!-- Reference and Source Microsoft.VisualBasic.Forms includes --> |
| 96 | + <!-- Reference and Source Microsoft.VisualBasic.Forms --> |
90 | 97 | <ProjectReference Include="..\..\src\Microsoft.VisualBasic.Forms\src\Microsoft.VisualBasic.Forms.vbproj" /> |
91 | 98 |
|
92 | 99 | <ProjectReference Include="..\..\src\Accessibility\src\Accessibility.ilproj" /> |
|
0 commit comments