Example.sln 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.29609.76
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Example", "Example.vbproj", "{293F2115-E720-4592-9543-00030537DCE2}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|Any CPU = Debug|Any CPU
  11. Debug|x86 = Debug|x86
  12. Release|Any CPU = Release|Any CPU
  13. Release|x86 = Release|x86
  14. EndGlobalSection
  15. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  16. {293F2115-E720-4592-9543-00030537DCE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  17. {293F2115-E720-4592-9543-00030537DCE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
  18. {293F2115-E720-4592-9543-00030537DCE2}.Debug|x86.ActiveCfg = Debug|x86
  19. {293F2115-E720-4592-9543-00030537DCE2}.Debug|x86.Build.0 = Debug|x86
  20. {293F2115-E720-4592-9543-00030537DCE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {293F2115-E720-4592-9543-00030537DCE2}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {293F2115-E720-4592-9543-00030537DCE2}.Release|x86.ActiveCfg = Release|x86
  23. {293F2115-E720-4592-9543-00030537DCE2}.Release|x86.Build.0 = Release|x86
  24. EndGlobalSection
  25. GlobalSection(SolutionProperties) = preSolution
  26. HideSolutionNode = FALSE
  27. EndGlobalSection
  28. GlobalSection(ExtensibilityGlobals) = postSolution
  29. SolutionGuid = {9BB25244-E0E7-45D5-9BCD-9F90DF655AF8}
  30. EndGlobalSection
  31. EndGlobal