mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-17 08:53:06 +08:00
This should have been part of 3d88038 (Add support for MSVS
2026, 2026-01-29).
Closes #26167.
21 lines
718 B
XML
21 lines
718 B
XML
<Solution>
|
|
<Configurations>
|
|
<BuildType Name="Debug" />
|
|
<BuildType Name="DLL Debug" />
|
|
<BuildType Name="DLL Release" />
|
|
<BuildType Name="Release" />
|
|
<Platform Name="ARM64" />
|
|
<Platform Name="ARM64EC" />
|
|
<Platform Name="Win32" />
|
|
<Platform Name="x64" />
|
|
</Configurations>
|
|
<Project Path="../build/msw/wx_base.vcxproj" />
|
|
<Project Path="../build/msw/wx_net.vcxproj" />
|
|
<Project Path="../build/msw/wx_xml.vcxproj" />
|
|
<Project Path="test.vcxproj">
|
|
<BuildDependency Project="../build/msw/wx_base.vcxproj" />
|
|
<BuildDependency Project="../build/msw/wx_net.vcxproj" />
|
|
<BuildDependency Project="../build/msw/wx_xml.vcxproj" />
|
|
</Project>
|
|
</Solution>
|