MonoGameSceneGraph.sln 951 B

12345678910111213141516171819202122
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 14
  4. VisualStudioVersion = 14.0.25420.1
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MonoGameSceneGraph", "MonoGameSceneGraph\MonoGameSceneGraph.csproj", "{235539D2-2263-48F3-9DE4-70AE5E335E07}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|x86 = Debug|x86
  11. Release|x86 = Release|x86
  12. EndGlobalSection
  13. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  14. {235539D2-2263-48F3-9DE4-70AE5E335E07}.Debug|x86.ActiveCfg = Debug|x86
  15. {235539D2-2263-48F3-9DE4-70AE5E335E07}.Debug|x86.Build.0 = Debug|x86
  16. {235539D2-2263-48F3-9DE4-70AE5E335E07}.Release|x86.ActiveCfg = Release|x86
  17. {235539D2-2263-48F3-9DE4-70AE5E335E07}.Release|x86.Build.0 = Release|x86
  18. EndGlobalSection
  19. GlobalSection(SolutionProperties) = preSolution
  20. HideSolutionNode = FALSE
  21. EndGlobalSection
  22. EndGlobal