forked from AndrewRissing/GenericParsing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GenericParsing.sln
47 lines (47 loc) · 2.61 KB
/
GenericParsing.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{936F8079-8AE8-4F7A-921C-9E44920F4B9E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
GenericParsing.vsmdi = GenericParsing.vsmdi
localtestrun.testrunconfig = localtestrun.testrunconfig
SolutionVersionInfo.cs = SolutionVersionInfo.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericParsing.UnitTests", "GenericParsing.UnitTests\GenericParsing.UnitTests.csproj", "{2F6733F8-0E19-417D-B665-1C9947371AA8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericParsing.PerformanceTests", "GenericParsing.PerformanceTests\GenericParsing.PerformanceTests.csproj", "{28A4801F-B624-4AED-9765-B172203EB188}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenericParsing", "GenericParsing\GenericParsing.csproj", "{3E34D5EB-B746-4672-AA9D-F73807A59390}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2F6733F8-0E19-417D-B665-1C9947371AA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F6733F8-0E19-417D-B665-1C9947371AA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F6733F8-0E19-417D-B665-1C9947371AA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F6733F8-0E19-417D-B665-1C9947371AA8}.Release|Any CPU.Build.0 = Release|Any CPU
{28A4801F-B624-4AED-9765-B172203EB188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28A4801F-B624-4AED-9765-B172203EB188}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28A4801F-B624-4AED-9765-B172203EB188}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28A4801F-B624-4AED-9765-B172203EB188}.Release|Any CPU.Build.0 = Release|Any CPU
{3E34D5EB-B746-4672-AA9D-F73807A59390}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E34D5EB-B746-4672-AA9D-F73807A59390}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E34D5EB-B746-4672-AA9D-F73807A59390}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E34D5EB-B746-4672-AA9D-F73807A59390}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A378532-1A76-43DF-96B3-C94FB6474C1B}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = GenericParsing.vsmdi
EndGlobalSection
EndGlobal