12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.8.34511.84
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp2", "ConsoleApp2.csproj", "{886E71D8-05F6-4D10-B1E0-540CEA6D28C7}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {886E71D8-05F6-4D10-B1E0-540CEA6D28C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {886E71D8-05F6-4D10-B1E0-540CEA6D28C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {886E71D8-05F6-4D10-B1E0-540CEA6D28C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {886E71D8-05F6-4D10-B1E0-540CEA6D28C7}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {9FADB586-22FF-4710-AF0D-71FEB0E2DBF8}
- EndGlobalSection
- EndGlobal
|