12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.7.34024.191
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp7", "ConsoleApp7\ConsoleApp7.csproj", "{64353AF1-9798-462E-A140-98F8E7810111}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {64353AF1-9798-462E-A140-98F8E7810111}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {64353AF1-9798-462E-A140-98F8E7810111}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {64353AF1-9798-462E-A140-98F8E7810111}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {64353AF1-9798-462E-A140-98F8E7810111}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {7917DBBE-5D6C-4DCC-86B2-878067A29F3B}
- EndGlobalSection
- EndGlobal
|