-
Notifications
You must be signed in to change notification settings - Fork 1
/
NginxDotnetParser.sln
44 lines (44 loc) · 2.33 KB
/
NginxDotnetParser.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35424.110
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NginxDotnetParser", "src\NginxDotnetParser\NginxDotnetParser.csproj", "{211ECC39-CF65-47E4-83A6-76CBB720D792}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NginxDotnetParserTests", "src\NginxDotnetParserTests\NginxDotnetParserTests.csproj", "{0733335C-4B55-461B-8613-59EEBE42E53C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test-conf", "test-conf", "{DA5CD020-57C6-43C5-9C1D-49A8984303D0}"
ProjectSection(SolutionItems) = preProject
src\TestAssets\ngx-conf\big.conf = src\TestAssets\ngx-conf\big.conf
src\TestAssets\ngx-conf\small.conf = src\TestAssets\ngx-conf\small.conf
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "includes", "includes", "{76358C84-B2A4-41F8-A885-861DE153CCBC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{E6A1A577-ADEE-4625-A2E5-04C9A73622E1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{211ECC39-CF65-47E4-83A6-76CBB720D792}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{211ECC39-CF65-47E4-83A6-76CBB720D792}.Debug|Any CPU.Build.0 = Debug|Any CPU
{211ECC39-CF65-47E4-83A6-76CBB720D792}.Release|Any CPU.ActiveCfg = Release|Any CPU
{211ECC39-CF65-47E4-83A6-76CBB720D792}.Release|Any CPU.Build.0 = Release|Any CPU
{0733335C-4B55-461B-8613-59EEBE42E53C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0733335C-4B55-461B-8613-59EEBE42E53C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0733335C-4B55-461B-8613-59EEBE42E53C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0733335C-4B55-461B-8613-59EEBE42E53C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{76358C84-B2A4-41F8-A885-861DE153CCBC} = {DA5CD020-57C6-43C5-9C1D-49A8984303D0}
EndGlobalSection
EndGlobal