| 12345678910111213141516171819202122232425262728293031 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.31515.178
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WinFormsApp_final", "WinFormsApp_final.csproj", "{A82A9A6F-0739-46F7-98A9-B5D005450700}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Debug|x64 = Debug|x64
- Release|Any CPU = Release|Any CPU
- Release|x64 = Release|x64
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A82A9A6F-0739-46F7-98A9-B5D005450700}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A82A9A6F-0739-46F7-98A9-B5D005450700}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A82A9A6F-0739-46F7-98A9-B5D005450700}.Debug|x64.ActiveCfg = Debug|x64
- {A82A9A6F-0739-46F7-98A9-B5D005450700}.Debug|x64.Build.0 = Debug|x64
- {A82A9A6F-0739-46F7-98A9-B5D005450700}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A82A9A6F-0739-46F7-98A9-B5D005450700}.Release|Any CPU.Build.0 = Release|Any CPU
- {A82A9A6F-0739-46F7-98A9-B5D005450700}.Release|x64.ActiveCfg = Release|x64
- {A82A9A6F-0739-46F7-98A9-B5D005450700}.Release|x64.Build.0 = Release|x64
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {53712AE6-1435-4DFE-91CC-7B732CA249D5}
- EndGlobalSection
- EndGlobal
|