WinFormsApp_final.sln 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. 
  2. Microsoft Visual Studio Solution File, Format Version 12.00
  3. # Visual Studio Version 16
  4. VisualStudioVersion = 16.0.31515.178
  5. MinimumVisualStudioVersion = 10.0.40219.1
  6. Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormsApp_final", "WinFormsApp_final.csproj", "{A82A9A6F-0739-46F7-98A9-B5D005450700}"
  7. EndProject
  8. Global
  9. GlobalSection(SolutionConfigurationPlatforms) = preSolution
  10. Debug|Any CPU = Debug|Any CPU
  11. Debug|x64 = Debug|x64
  12. Release|Any CPU = Release|Any CPU
  13. Release|x64 = Release|x64
  14. EndGlobalSection
  15. GlobalSection(ProjectConfigurationPlatforms) = postSolution
  16. {A82A9A6F-0739-46F7-98A9-B5D005450700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
  17. {A82A9A6F-0739-46F7-98A9-B5D005450700}.Debug|Any CPU.Build.0 = Debug|Any CPU
  18. {A82A9A6F-0739-46F7-98A9-B5D005450700}.Debug|x64.ActiveCfg = Debug|x64
  19. {A82A9A6F-0739-46F7-98A9-B5D005450700}.Debug|x64.Build.0 = Debug|x64
  20. {A82A9A6F-0739-46F7-98A9-B5D005450700}.Release|Any CPU.ActiveCfg = Release|Any CPU
  21. {A82A9A6F-0739-46F7-98A9-B5D005450700}.Release|Any CPU.Build.0 = Release|Any CPU
  22. {A82A9A6F-0739-46F7-98A9-B5D005450700}.Release|x64.ActiveCfg = Release|x64
  23. {A82A9A6F-0739-46F7-98A9-B5D005450700}.Release|x64.Build.0 = Release|x64
  24. EndGlobalSection
  25. GlobalSection(SolutionProperties) = preSolution
  26. HideSolutionNode = FALSE
  27. EndGlobalSection
  28. GlobalSection(ExtensibilityGlobals) = postSolution
  29. SolutionGuid = {53712AE6-1435-4DFE-91CC-7B732CA249D5}
  30. EndGlobalSection
  31. EndGlobal