VsDotnetSdkTargetPlatform-check-slnx.cmake 908 B

1234567891011121314151617181920212223
  1. RunCMake_check_slnx("${RunCMake_TEST_BINARY_DIR}/VsDotnetSdkTargetPlatform.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" Id="[0-9a-f-]+">
  12. <BuildDependency Project="ZERO_CHECK\.vcxproj"/>
  13. <BuildDependency Project="foo\.csproj"/>
  14. <Build Solution="Debug\|\*" Project="false"/>
  15. <Build Solution="Release\|\*" Project="false"/>
  16. <Build Solution="MinSizeRel\|\*" Project="false"/>
  17. <Build Solution="RelWithDebInfo\|\*" Project="false"/>
  18. </Project>
  19. <Project Path="ZERO_CHECK\.vcxproj" Id="[0-9a-f-]+"/>
  20. <Project Path="foo\.csproj" Id="[0-9a-f-]+">
  21. <BuildDependency Project="ZERO_CHECK\.vcxproj"/>
  22. </Project>
  23. </Solution>$]])