12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 16
- VisualStudioVersion = 16.0.30914.41
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeManager", "CodeManager\CodeManager.csproj", "{AE590075-4684-4B85-9E70-5709DB873A98}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {AE590075-4684-4B85-9E70-5709DB873A98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {AE590075-4684-4B85-9E70-5709DB873A98}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {AE590075-4684-4B85-9E70-5709DB873A98}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {AE590075-4684-4B85-9E70-5709DB873A98}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {03D64841-0274-4156-B75F-6B5420654A76}
- EndGlobalSection
- EndGlobal
|