-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJsonPathSerializer.sln
More file actions
42 lines (42 loc) · 2.12 KB
/
Copy pathJsonPathSerializer.sln
File metadata and controls
42 lines (42 loc) · 2.12 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonPathSerializer", "src\JsonPathSerializer.csproj", "{C5201745-FFE5-49BA-95DB-E698D9582B65}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{EA60E84A-BB67-4DB6-814C-487770D023EB}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C3641C79-6C38-4481-B967-984C2196F958}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonPathSerializerTest", "test\JsonPathSerializerTest.csproj", "{92FA258E-5770-43B3-8519-4DDB0DDFAB8F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5201745-FFE5-49BA-95DB-E698D9582B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5201745-FFE5-49BA-95DB-E698D9582B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5201745-FFE5-49BA-95DB-E698D9582B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5201745-FFE5-49BA-95DB-E698D9582B65}.Release|Any CPU.Build.0 = Release|Any CPU
{92FA258E-5770-43B3-8519-4DDB0DDFAB8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92FA258E-5770-43B3-8519-4DDB0DDFAB8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92FA258E-5770-43B3-8519-4DDB0DDFAB8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92FA258E-5770-43B3-8519-4DDB0DDFAB8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C5201745-FFE5-49BA-95DB-E698D9582B65} = {EA60E84A-BB67-4DB6-814C-487770D023EB}
{92FA258E-5770-43B3-8519-4DDB0DDFAB8F} = {C3641C79-6C38-4481-B967-984C2196F958}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F1D5DB29-0671-4903-AB38-ABA16E5A6BCF}
EndGlobalSection
EndGlobal