Skip to content

Commit 7c06baf

Browse files
add facade assemblies to scratch projects (#12945)
1 parent 865c506 commit 7c06baf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/System.Windows.Forms/tests/IntegrationTests/ScratchProject/ScratchProject.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
<ItemGroup>
3030
<ProjectReference Include="..\..\..\..\System.Drawing.Common\src\System.Drawing.Common.csproj" />
3131
<ProjectReference Include="..\..\..\..\System.Windows.Forms.Design\src\System.Windows.Forms.Design.csproj" />
32+
<ProjectReference Include="..\..\..\..\System.Design\src\System.Design.Facade.csproj" />
33+
<ProjectReference Include="..\..\..\..\System.Drawing.Design\src\System.Drawing.Design.Facade.csproj" />
3234
<ProjectReference Include="..\..\..\src\System.Windows.Forms.csproj" />
3335
</ItemGroup>
3436

src/System.Windows.Forms/tests/IntegrationTests/ScratchProjectWithInternals/ScratchProjectWithInternals.csproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<ItemGroup>
2222
<ProjectReference Include="..\..\..\..\System.Drawing.Common\src\System.Drawing.Common.csproj" />
2323
<ProjectReference Include="..\..\..\..\System.Windows.Forms.Design\src\System.Windows.Forms.Design.csproj" />
24+
<ProjectReference Include="..\..\..\..\System.Design\src\System.Design.Facade.csproj" />
25+
<ProjectReference Include="..\..\..\..\System.Drawing.Design\src\System.Drawing.Design.Facade.csproj" />
2426
<ProjectReference Include="..\..\..\src\System.Windows.Forms.csproj" />
2527
</ItemGroup>
2628

0 commit comments

Comments
 (0)