Files
wxWidgets/tests/test_vc18.slnx
T
PBandVadim Zeitlin bcbf1afbb6 Add MSVS 2026 solutions for tests and wxrc
This should have been part of 3d88038 (Add support for MSVS
2026, 2026-01-29).

Closes #26167.
2026-02-07 18:26:58 +01:00

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>