Skip to content

Commit 128d206

Browse files
Xueyang-SongCopilot
andcommitted
fix(slnx): add platform mappings for JitHub.WinUI.Tests project
Map ARM/Any CPU solution platforms to the project's actual configurations (x86/x64/ARM64) to prevent the 'configuration does not exist' warning. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1db19b9 commit 128d206

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

JitHub.slnx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,12 @@
2020
<Deploy Solution="*|x86" />
2121
<Deploy Solution="Debug|Any CPU" />
2222
</Project>
23-
<Project Path="JitHub.WinUI.Tests/JitHub.WinUI.Tests.csproj" />
23+
<Project Path="JitHub.WinUI.Tests/JitHub.WinUI.Tests.csproj">
24+
<Platform Solution="*|ARM" Project="x86" />
25+
<Platform Solution="*|ARM64" Project="ARM64" />
26+
<Platform Solution="*|x64" Project="x64" />
27+
<Platform Solution="*|x86" Project="x86" />
28+
<Platform Solution="Debug|Any CPU" Project="x64" />
29+
<Platform Solution="Release|Any CPU" Project="x86" />
30+
</Project>
2431
</Solution>

0 commit comments

Comments
 (0)