Override2-check-slnx.cmake 1.1 KB

1234567891011121314151617181920212223242526
  1. RunCMake_check_slnx("${RunCMake_TEST_BINARY_DIR}/Override2.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="ExtensibilityAddIns" Scope="PostLoad">
  20. <Properties Name="Key1" Value="Value1"/>
  21. </Properties>
  22. <Properties Name="TestSec">
  23. <Properties Name="Key2" Value="Value2"/>
  24. <Properties Name="Key3" Value="Value3"/>
  25. </Properties>
  26. </Solution>$]])