-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathFormatValidator.sln
52 lines (52 loc) · 2.83 KB
/
FormatValidator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D6F25962-5238-41D2-9E95-CF6DD0AFF47C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5D8F5D7-381E-48F9-808C-9958F6C88624}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E7E684DE-A4B9-4707-8716-C6BA9C4B0EC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Validate", "src\Validate\Validate.csproj", "{6873E19F-6BCC-4873-AD06-C3FCC4B82D7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ValidateTests", "test\ValidateTests\ValidateTests.csproj", "{6B336C06-BA6F-4166-A61A-36492742A45F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Validate.Lib", "src\Validate.Lib\Validate.Lib.csproj", "{F3C36355-BF72-424B-A442-E3B01BE8D917}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6873E19F-6BCC-4873-AD06-C3FCC4B82D7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6873E19F-6BCC-4873-AD06-C3FCC4B82D7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6873E19F-6BCC-4873-AD06-C3FCC4B82D7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6873E19F-6BCC-4873-AD06-C3FCC4B82D7A}.Release|Any CPU.Build.0 = Release|Any CPU
{6B336C06-BA6F-4166-A61A-36492742A45F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B336C06-BA6F-4166-A61A-36492742A45F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B336C06-BA6F-4166-A61A-36492742A45F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B336C06-BA6F-4166-A61A-36492742A45F}.Release|Any CPU.Build.0 = Release|Any CPU
{F3C36355-BF72-424B-A442-E3B01BE8D917}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C36355-BF72-424B-A442-E3B01BE8D917}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C36355-BF72-424B-A442-E3B01BE8D917}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C36355-BF72-424B-A442-E3B01BE8D917}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6873E19F-6BCC-4873-AD06-C3FCC4B82D7A} = {D6F25962-5238-41D2-9E95-CF6DD0AFF47C}
{6B336C06-BA6F-4166-A61A-36492742A45F} = {E7E684DE-A4B9-4707-8716-C6BA9C4B0EC5}
{F3C36355-BF72-424B-A442-E3B01BE8D917} = {D6F25962-5238-41D2-9E95-CF6DD0AFF47C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB3F513E-622B-4396-8AE3-5E0EA1F022F8}
EndGlobalSection
EndGlobal