12345678910111213141516171819202122232425 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.9.34616.47
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "API", "API\API.csproj", "{DBBC2024-8D55-47E6-BCB7-42291060FB59}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {DBBC2024-8D55-47E6-BCB7-42291060FB59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {DBBC2024-8D55-47E6-BCB7-42291060FB59}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {DBBC2024-8D55-47E6-BCB7-42291060FB59}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {DBBC2024-8D55-47E6-BCB7-42291060FB59}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {CF206836-8E25-4EA3-898C-95A7FAC5D4EE}
- EndGlobalSection
- EndGlobal
|