forked from myquay/JsonPatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
JsonPatch.sln
62 lines (62 loc) · 3.76 KB
/
JsonPatch.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
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonPatch", "src\JsonPatch\JsonPatch.csproj", "{E602A320-C4BC-4DB8-8351-0C9DC6A4463C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JsonPatch.Tests", "src\JsonPatch.Tests\JsonPatch.Tests.csproj", "{A8B44F91-1FF1-41C6-A19B-40700D26AA15}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DA195012-A5EE-40C1-A756-61CC28176086}"
ProjectSection(SolutionItems) = preProject
src\JsonPatch.nuspec = src\JsonPatch.nuspec
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonPatchCore", "src\JsonPatchCore\JsonPatchCore.csproj", "{85BC88B3-974A-47B7-9EBF-E6F9A908BD31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonPatch.Common", "src\JsonPatch.Common\JsonPatch.Common.csproj", "{C9E7EF1A-8034-454F-9349-610BF69BF91D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{E8E53CC8-27DC-4E3A-8B8E-9C95E50D6E7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{EF573DDA-4BDB-4975-A754-EEDDA2DD840B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonPatchCore.Tests.Api", "Examples\JsonPatchCore.Tests.Api\JsonPatchCore.Tests.Api.csproj", "{B8B7794E-062F-4204-953A-4CE3100667D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E602A320-C4BC-4DB8-8351-0C9DC6A4463C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E602A320-C4BC-4DB8-8351-0C9DC6A4463C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E602A320-C4BC-4DB8-8351-0C9DC6A4463C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E602A320-C4BC-4DB8-8351-0C9DC6A4463C}.Release|Any CPU.Build.0 = Release|Any CPU
{A8B44F91-1FF1-41C6-A19B-40700D26AA15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8B44F91-1FF1-41C6-A19B-40700D26AA15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8B44F91-1FF1-41C6-A19B-40700D26AA15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8B44F91-1FF1-41C6-A19B-40700D26AA15}.Release|Any CPU.Build.0 = Release|Any CPU
{85BC88B3-974A-47B7-9EBF-E6F9A908BD31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85BC88B3-974A-47B7-9EBF-E6F9A908BD31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85BC88B3-974A-47B7-9EBF-E6F9A908BD31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85BC88B3-974A-47B7-9EBF-E6F9A908BD31}.Release|Any CPU.Build.0 = Release|Any CPU
{C9E7EF1A-8034-454F-9349-610BF69BF91D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9E7EF1A-8034-454F-9349-610BF69BF91D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9E7EF1A-8034-454F-9349-610BF69BF91D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9E7EF1A-8034-454F-9349-610BF69BF91D}.Release|Any CPU.Build.0 = Release|Any CPU
{B8B7794E-062F-4204-953A-4CE3100667D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8B7794E-062F-4204-953A-4CE3100667D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8B7794E-062F-4204-953A-4CE3100667D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8B7794E-062F-4204-953A-4CE3100667D2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{A8B44F91-1FF1-41C6-A19B-40700D26AA15} = {E8E53CC8-27DC-4E3A-8B8E-9C95E50D6E7D}
{B8B7794E-062F-4204-953A-4CE3100667D2} = {EF573DDA-4BDB-4975-A754-EEDDA2DD840B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5D5B09B-A34A-4703-B321-A4E5C9FEB814}
EndGlobalSection
EndGlobal