Skip to content

Commit 228e89e

Browse files
Sergio0694Copilot
andauthored
Remove leftover cswinrt.vcxproj project references (#2479)
The native cswinrt.exe projection generator was ported to C# and src/cswinrt/cswinrt.vcxproj was deleted (#2440), but three authoring test projects still had stale ProjectReference entries pointing at it. Remove them from AuthoringTest2, AuthoringTest3, and AuthoringConsumptionTest2.AOT. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 3686fea commit 228e89e

4 files changed

Lines changed: 0 additions & 35 deletions

File tree

src/Tests/AuthoringConsumptionTest2.AOT/AuthoringConsumptionTest2.AOT.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
<ProjectReference Include="..\AuthoringTest2\AuthoringTest2.csproj" />
2121
<ProjectReference Include="..\..\Projections\Windows\Windows.csproj" />
2222
<ProjectReference Include="..\..\Authoring\WinRT.SourceGenerator2\WinRT.SourceGenerator2.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
23-
<ProjectReference Include="..\..\cswinrt\cswinrt.vcxproj" />
2423
</ItemGroup>
2524

2625
<ItemGroup>

src/Tests/AuthoringTest2/AuthoringTest2.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<ItemGroup>
1313
<ProjectReference Include="..\..\Projections\Windows\Windows.csproj" />
1414
<ProjectReference Include="..\..\Authoring\WinRT.SourceGenerator2\WinRT.SourceGenerator2.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
15-
<ProjectReference Include="..\..\cswinrt\cswinrt.vcxproj" />
1615
</ItemGroup>
1716

1817
</Project>

src/Tests/AuthoringTest3/AuthoringTest3.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<ItemGroup>
1313
<ProjectReference Include="..\..\Projections\Windows\Windows.csproj" />
1414
<ProjectReference Include="..\..\Authoring\WinRT.SourceGenerator2\WinRT.SourceGenerator2.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
15-
<ProjectReference Include="..\..\cswinrt\cswinrt.vcxproj" />
1615
</ItemGroup>
1716

1817
</Project>

src/Tests/CSWinMDComponent/CSWinMDComponent.vcxproj.filters

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)