PrePost-check-slnx.cmake 1.1 KB

123456789101112131415161718192021222324252627
  1. RunCMake_check_slnx("${RunCMake_TEST_BINARY_DIR}/PrePost.slnx" [[
  2. ^<\?xml version="1\.0" encoding="UTF-8"\?>
  3. <Solution>
  4. <Configurations>
  5. <BuildType Name="Debug"/>
  6. <BuildType Name="Release"/>
  7. <BuildType Name="MinSizeRel"/>
  8. <BuildType Name="RelWithDebInfo"/>
  9. <Platform Name="[^"]+"/>
  10. </Configurations>
  11. <Project Path="ALL_BUILD\.vcxproj" Type="8bc9ceb8-8b4a-11d0-8d11-00a0c91bc942" Id="[0-9a-f-]+" DefaultStartup="true">
  12. <BuildDependency Project="ZERO_CHECK\.vcxproj"/>
  13. <Build Solution="Debug\|\*" Project="false"/>
  14. <Build Solution="Release\|\*" Project="false"/>
  15. <Build Solution="MinSizeRel\|\*" Project="false"/>
  16. <Build Solution="RelWithDebInfo\|\*" Project="false"/>
  17. </Project>
  18. <Project Path="ZERO_CHECK\.vcxproj" Type="8bc9ceb8-8b4a-11d0-8d11-00a0c91bc942" Id="[0-9a-f-]+"/>
  19. <Properties Name="Emptysec" Scope="PostLoad"/>
  20. <Properties Name="Postsec" Scope="PostLoad">
  21. <Properties Name="Key1" Value="Value2"/>
  22. </Properties>
  23. <Properties Name="Presec">
  24. <Properties Name="Key1" Value="Value1"/>
  25. <Properties Name="Key2" Value="Value with some spaces"/>
  26. </Properties>
  27. </Solution>$]])