mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
e6aa7742b0
Since the `Visual Studio 18 2026` generator is new, we can switch to the `.slnx` file format without changing behavior for users of VS 2022 and older. Fixes: #25887
20 lines
695 B
CMake
20 lines
695 B
CMake
RunCMake_check_slnx("${RunCMake_TEST_BINARY_DIR}/AddPackageToDefault.slnx" [[
|
|
^<\?xml version="1\.0" encoding="UTF-8"\?>
|
|
<Solution>
|
|
<Configurations>
|
|
<BuildType Name="Debug"/>
|
|
<BuildType Name="Release"/>
|
|
<BuildType Name="MinSizeRel"/>
|
|
<BuildType Name="RelWithDebInfo"/>
|
|
<Platform Name="[^"]+"/>
|
|
</Configurations>
|
|
<Project Path="ALL_BUILD\.vcxproj" Id="[0-9a-f-]+">
|
|
<BuildDependency Project="ZERO_CHECK\.vcxproj"/>
|
|
</Project>
|
|
<Project Path="PACKAGE.vcxproj" Id="[0-9a-f-]+">
|
|
<BuildDependency Project="ALL_BUILD.vcxproj"/>
|
|
<BuildDependency Project="ZERO_CHECK.vcxproj"/>
|
|
</Project>
|
|
<Project Path="ZERO_CHECK\.vcxproj" Id="[0-9a-f-]+"/>
|
|
</Solution>$]])
|