MFCMvsSample.sln 923 B

1234567891011121314151617181920212223
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio 2013
  4. VisualStudioVersion = 12.0.40629.0
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MFCMvsSample", "MFCMvsSample.vcxproj", "{633FACDE-C65A-4932-9C4B-0D9C9C95405A}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|x64 = Debug|x64
  11. Release|x64 = Release|x64
  12. EndGlobalSection
  13. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  14. {633FACDE-C65A-4932-9C4B-0D9C9C95405A}.Debug|x64.ActiveCfg = Debug|x64
  15. {633FACDE-C65A-4932-9C4B-0D9C9C95405A}.Debug|x64.Build.0 = Debug|x64
  16. {633FACDE-C65A-4932-9C4B-0D9C9C95405A}.Release|x64.ActiveCfg = Release|x64
  17. {633FACDE-C65A-4932-9C4B-0D9C9C95405A}.Release|x64.Build.0 = Release|x64
  18. EndGlobalSection
  19. GlobalSection(SolutionProperties) = preSolution
  20. HideSolutionNode = FALSE
  21. EndGlobalSection
  22. EndGlobal