2
0

Stride.Docs.sln 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 18
  4. VisualStudioVersion = 18.0.11205.157 d18.0
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Stride.Docs", "Stride.Docs.csproj", "{F221508C-43CE-45A5-BC37-3050882A22A5}"
  7. EndProject
  8. Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{85103FBF-C9A6-4722-B36B-89A58F55C1DF}"
  9. ProjectSection(SolutionItems) = preProject
  10. .github\workflows\common-setup.yml = .github\workflows\common-setup.yml
  11. .github\workflows\stride-docs-github.yml = .github\workflows\stride-docs-github.yml
  12. .github\workflows\stride-docs-release-azure.yml = .github\workflows\stride-docs-release-azure.yml
  13. .github\workflows\stride-docs-release-fast-track-azure.yml = .github\workflows\stride-docs-release-fast-track-azure.yml
  14. .github\workflows\stride-docs-staging-azure.yml = .github\workflows\stride-docs-staging-azure.yml
  15. .github\workflows\stride-docs-staging-fast-track-azure.yml = .github\workflows\stride-docs-staging-fast-track-azure.yml
  16. .github\workflows\stride-docs-test-build.yml = .github\workflows\stride-docs-test-build.yml
  17. .github\workflows\stride-docs-wiki.yml = .github\workflows\stride-docs-wiki.yml
  18. EndProjectSection
  19. EndProject
  20. Global
  21. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  22. Debug|Any CPU = Debug|Any CPU
  23. Release|Any CPU = Release|Any CPU
  24. EndGlobalSection
  25. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  26. {F221508C-43CE-45A5-BC37-3050882A22A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  27. {F221508C-43CE-45A5-BC37-3050882A22A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
  28. {F221508C-43CE-45A5-BC37-3050882A22A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
  29. {F221508C-43CE-45A5-BC37-3050882A22A5}.Release|Any CPU.Build.0 = Release|Any CPU
  30. EndGlobalSection
  31. GlobalSection(SolutionProperties) = preSolution
  32. HideSolutionNode = FALSE
  33. EndGlobalSection
  34. GlobalSection(ExtensibilityGlobals) = postSolution
  35. SolutionGuid = {DC17C1CA-FA5A-40E7-84DA-38E04A9B8249}
  36. EndGlobalSection
  37. EndGlobal