12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.4.33213.308
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsApp1", "WindowsFormsApp1\WindowsFormsApp1.csproj", "{473FA255-54C9-4D4C-9CE2-279A312719FC}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {473FA255-54C9-4D4C-9CE2-279A312719FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {473FA255-54C9-4D4C-9CE2-279A312719FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {473FA255-54C9-4D4C-9CE2-279A312719FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {473FA255-54C9-4D4C-9CE2-279A312719FC}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {EED25DEC-54D2-44D0-8BF1-7ECBF1D758E3}
- EndGlobalSection
- EndGlobal
|