123456789101112131415161718192021222324252627282930 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio Version 17
- VisualStudioVersion = 17.6.33815.320
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PlatformService", "PlatformService\PlatformService.csproj", "{E6C0F0DC-E51A-48B8-93C2-8C7789B19919}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{942E1E51-776F-49A8-8527-15C3CDAB4C82}"
- ProjectSection(SolutionItems) = preProject
- .editorconfig = .editorconfig
- EndProjectSection
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E6C0F0DC-E51A-48B8-93C2-8C7789B19919}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E6C0F0DC-E51A-48B8-93C2-8C7789B19919}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E6C0F0DC-E51A-48B8-93C2-8C7789B19919}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E6C0F0DC-E51A-48B8-93C2-8C7789B19919}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {E35D1762-6B03-4D01-B144-1BEBC0048594}
- EndGlobalSection
- EndGlobal
|