| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
-
- Microsoft Visual Studio Solution File, Format Version 12.00
- # Visual Studio 15
- VisualStudioVersion = 15.0.26730.16
- MinimumVisualStudioVersion = 10.0.40219.1
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Parser", "Parser\Parser.csproj", "{626DC59E-49D9-4166-ABB5-C32641EA551C}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Server", "Server\Server.csproj", "{CE29E06C-1725-4E79-B78B-B271ED582CA0}"
- EndProject
- Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApi", "WebApi\WebApi.csproj", "{0EC07CFF-2179-4151-B807-B619DFE5ECB1}"
- EndProject
- Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DFFA9417-6F2C-4C7D-8743-A7B12C029A0C}"
- ProjectSection(SolutionItems) = preProject
- .editorconfig = .editorconfig
- .gitignore = .gitignore
- build.cake = build.cake
- build.ps1 = build.ps1
- EndProjectSection
- EndProject
- Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Parser.Tests", "Parser.Tests\Parser.Tests.csproj", "{1895F99D-A7A8-4418-883E-D7D4355B2878}"
- EndProject
- Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {626DC59E-49D9-4166-ABB5-C32641EA551C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {626DC59E-49D9-4166-ABB5-C32641EA551C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {626DC59E-49D9-4166-ABB5-C32641EA551C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {626DC59E-49D9-4166-ABB5-C32641EA551C}.Release|Any CPU.Build.0 = Release|Any CPU
- {CE29E06C-1725-4E79-B78B-B271ED582CA0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {CE29E06C-1725-4E79-B78B-B271ED582CA0}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {CE29E06C-1725-4E79-B78B-B271ED582CA0}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {CE29E06C-1725-4E79-B78B-B271ED582CA0}.Release|Any CPU.Build.0 = Release|Any CPU
- {0EC07CFF-2179-4151-B807-B619DFE5ECB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {0EC07CFF-2179-4151-B807-B619DFE5ECB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {0EC07CFF-2179-4151-B807-B619DFE5ECB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {0EC07CFF-2179-4151-B807-B619DFE5ECB1}.Release|Any CPU.Build.0 = Release|Any CPU
- {1895F99D-A7A8-4418-883E-D7D4355B2878}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {1895F99D-A7A8-4418-883E-D7D4355B2878}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {1895F99D-A7A8-4418-883E-D7D4355B2878}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {1895F99D-A7A8-4418-883E-D7D4355B2878}.Release|Any CPU.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {23FA6C08-0E4F-43A5-9746-9D520AD66451}
- EndGlobalSection
- EndGlobal
|