-
Notifications
You must be signed in to change notification settings - Fork 16
/
JSONPath.sln
47 lines (47 loc) · 2.03 KB
/
JSONPath.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.27130.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9ECC4D7-284D-483E-B9B8-E888477F57CB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
build.cmd = build.cmd
build.sh = build.sh
COPYING.txt = COPYING.txt
global.json = global.json
pack.cmd = pack.cmd
pack.sh = pack.sh
README.md = README.md
test.cmd = test.cmd
test.sh = test.sh
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonPath", "src\JsonPath.csproj", "{B2C8E35A-25C7-4A6D-952E-AAC790E678C9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonPath.Tests", "tests\JsonPath.Tests.csproj", "{2A8954B9-4363-4971-A6E3-7FB4BEDB6130}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B2C8E35A-25C7-4A6D-952E-AAC790E678C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2C8E35A-25C7-4A6D-952E-AAC790E678C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2C8E35A-25C7-4A6D-952E-AAC790E678C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2C8E35A-25C7-4A6D-952E-AAC790E678C9}.Release|Any CPU.Build.0 = Release|Any CPU
{2A8954B9-4363-4971-A6E3-7FB4BEDB6130}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A8954B9-4363-4971-A6E3-7FB4BEDB6130}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A8954B9-4363-4971-A6E3-7FB4BEDB6130}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A8954B9-4363-4971-A6E3-7FB4BEDB6130}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {15AC2BF0-C147-40E4-9A93-320844A516E5}
EndGlobalSection
EndGlobal