VsDotnetSdkTargetPlatform-check-slnx.cmake 1.1 KB

123456789101112131415161718192021222324
  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" Type="8bc9ceb8-8b4a-11d0-8d11-00a0c91bc942" Id="[0-9a-f-]+" DefaultStartup="true">
  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" Type="8bc9ceb8-8b4a-11d0-8d11-00a0c91bc942" Id="[0-9a-f-]+"/>
  20. <Project Path="foo\.csproj" Type="fae04ec0-301f-11d3-bf4b-00c04f79efbc" Id="[0-9a-f-]+">
  21. <BuildDependency Project="ZERO_CHECK\.vcxproj"/>
  22. <Platform Project="[^"]+"/>
  23. </Project>
  24. </Solution>$]])