-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathConfigParser.sln
54 lines (54 loc) · 2.72 KB
/
ConfigParser.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
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigParser", "src\ConfigParser.csproj", "{B835EC8E-1BD4-4B41-A01B-E5C80B4F51C0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{610826DA-5E33-40B5-AF2C-27DA4A73FDA1}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
appveyor.yml = appveyor.yml
CodeAnalyzers.targets = CodeAnalyzers.targets
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConfigParser.Tests", "tests\ConfigParser.Tests.csproj", "{1949CF4D-6ACB-49D1-BBEC-D5E4CCE96946}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B835EC8E-1BD4-4B41-A01B-E5C80B4F51C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B835EC8E-1BD4-4B41-A01B-E5C80B4F51C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B835EC8E-1BD4-4B41-A01B-E5C80B4F51C0}.Debug|x86.ActiveCfg = Debug|Any CPU
{B835EC8E-1BD4-4B41-A01B-E5C80B4F51C0}.Debug|x86.Build.0 = Debug|Any CPU
{B835EC8E-1BD4-4B41-A01B-E5C80B4F51C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B835EC8E-1BD4-4B41-A01B-E5C80B4F51C0}.Release|Any CPU.Build.0 = Release|Any CPU
{B835EC8E-1BD4-4B41-A01B-E5C80B4F51C0}.Release|x86.ActiveCfg = Release|Any CPU
{B835EC8E-1BD4-4B41-A01B-E5C80B4F51C0}.Release|x86.Build.0 = Release|Any CPU
{1949CF4D-6ACB-49D1-BBEC-D5E4CCE96946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1949CF4D-6ACB-49D1-BBEC-D5E4CCE96946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1949CF4D-6ACB-49D1-BBEC-D5E4CCE96946}.Debug|x86.ActiveCfg = Debug|Any CPU
{1949CF4D-6ACB-49D1-BBEC-D5E4CCE96946}.Debug|x86.Build.0 = Debug|Any CPU
{1949CF4D-6ACB-49D1-BBEC-D5E4CCE96946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1949CF4D-6ACB-49D1-BBEC-D5E4CCE96946}.Release|Any CPU.Build.0 = Release|Any CPU
{1949CF4D-6ACB-49D1-BBEC-D5E4CCE96946}.Release|x86.ActiveCfg = Release|Any CPU
{1949CF4D-6ACB-49D1-BBEC-D5E4CCE96946}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C925688F-B1AA-4F13-A48C-D5538AA5B08E}
EndGlobalSection
EndGlobal