| 12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.32002.261
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp2", "WindowsFormsApp2.csproj", "{A4837EFC-D811-4542-BF19-C0C310F3593F}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {A4837EFC-D811-4542-BF19-C0C310F3593F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {A4837EFC-D811-4542-BF19-C0C310F3593F}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {A4837EFC-D811-4542-BF19-C0C310F3593F}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {A4837EFC-D811-4542-BF19-C0C310F3593F}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {0710000A-E777-4434-B00A-DF33F01C8A91}
- EndGlobalSection
- EndGlobal
|