@@ -3,6 +3,36 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 17
4
4
VisualStudioVersion = 17.8.34309.116
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{3707B7E8-C345-4F67-9C37-56FF2A62B720}"
7
+ Project Section (SolutionItems ) = preProject
8
+ .gitignore = .gitignore
9
+ Benchmark .md = Benchmark .md
10
+ icon .png = icon .png
11
+ LICENSE = LICENSE
12
+ README .md = README .md
13
+ ReleaseNotes .md = ReleaseNotes .md
14
+ EndProject Section
15
+ EndProject
16
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".config" , ".config" , "{E9160ECA-64C8-44AC-8172-3CE535FCF02C}"
17
+ Project Section (SolutionItems ) = preProject
18
+ .config \dotnet -tools .json = .config \dotnet -tools .json
19
+ EndProject Section
20
+ EndProject
21
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = ".github" , ".github" , "{2E4C38DE-0426-40A2-AB0B-507BF6F5B0A6}"
22
+ Project Section (SolutionItems ) = preProject
23
+ .github \CODEOWNERS = .github \CODEOWNERS
24
+ EndProject Section
25
+ EndProject
26
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "workflows" , "workflows" , "{3B8ADCDE-F7B8-41BD-8415-B0C1DEF1BB93}"
27
+ Project Section (SolutionItems ) = preProject
28
+ .github \workflows \build -and -test .yaml = .github \workflows \build -and -test .yaml
29
+ EndProject Section
30
+ EndProject
31
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "src" , "src" , "{29B23CE8-F9BF-49CD-873D-4786A081A29B}"
32
+ Project Section (SolutionItems ) = preProject
33
+ src \Directory .Build .props = src \Directory .Build .props
34
+ EndProject Section
35
+ EndProject
6
36
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SystemTextJson.JsonDiffPatch" , "src\SystemTextJson.JsonDiffPatch\SystemTextJson.JsonDiffPatch.csproj" , "{2F8D59B0-53DE-4EE7-A704-D3F89A00D9DC}"
7
37
EndProject
8
38
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SystemTextJson.JsonDiffPatch.Xunit" , "src\SystemTextJson.JsonDiffPatch.Xunit\SystemTextJson.JsonDiffPatch.Xunit.csproj" , "{8CC0FE2E-297C-4427-8B66-B50E867823C3}"
@@ -12,6 +42,23 @@ EndProject
12
42
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SystemTextJson.JsonDiffPatch.NUnit" , "src\SystemTextJson.JsonDiffPatch.NUnit\SystemTextJson.JsonDiffPatch.NUnit.csproj" , "{194DF788-2210-444E-826B-C3A6C10F14F7}"
13
43
EndProject
14
44
Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "test" , "test" , "{AE524BA2-D5E2-4D5F-BC95-9AA064D46234}"
45
+ Project Section (SolutionItems ) = preProject
46
+ test \Directory .Build .props = test \Directory .Build .props
47
+ EndProject Section
48
+ EndProject
49
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Examples" , "Examples" , "{2066569A-C60A-42F6-B10A-C2F0D80143A3}"
50
+ Project Section (SolutionItems ) = preProject
51
+ test \Examples \demo _diff .json = test \Examples \demo _diff .json
52
+ test \Examples \demo _diff _jsonpatch .json = test \Examples \demo _diff _jsonpatch .json
53
+ test \Examples \demo _diff _notext .json = test \Examples \demo _diff _notext .json
54
+ test \Examples \demo _left .json = test \Examples \demo _left .json
55
+ test \Examples \demo _right .json = test \Examples \demo _right .json
56
+ test \Examples \large _diff .json = test \Examples \large _diff .json
57
+ test \Examples \large _diff _jsonpatch .json = test \Examples \large _diff _jsonpatch .json
58
+ test \Examples \large _diff _notext .json = test \Examples \large _diff _notext .json
59
+ test \Examples \large _left .json = test \Examples \large _left .json
60
+ test \Examples \large _right .json = test \Examples \large _right .json
61
+ EndProject Section
15
62
EndProject
16
63
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "SystemTextJson.JsonDiffPatch.UnitTests" , "test\SystemTextJson.JsonDiffPatch.UnitTests\SystemTextJson.JsonDiffPatch.UnitTests.csproj" , "{832E60B1-0225-48B3-9AAD-638A0F5AA15E}"
17
64
EndProject
@@ -70,6 +117,12 @@ Global
70
117
HideSolutionNode = FALSE
71
118
EndGlobalSection
72
119
GlobalSection (NestedProjects ) = preSolution
120
+ {3B8ADCDE-F7B8-41BD-8415-B0C1DEF1BB93} = {2E4C38DE-0426-40A2-AB0B-507BF6F5B0A6}
121
+ {2F8D59B0-53DE-4EE7-A704-D3F89A00D9DC} = {29B23CE8-F9BF-49CD-873D-4786A081A29B}
122
+ {8CC0FE2E-297C-4427-8B66-B50E867823C3} = {29B23CE8-F9BF-49CD-873D-4786A081A29B}
123
+ {B2E4B8B6-9F55-4C99-8968-43144BEB809B} = {29B23CE8-F9BF-49CD-873D-4786A081A29B}
124
+ {194DF788-2210-444E-826B-C3A6C10F14F7} = {29B23CE8-F9BF-49CD-873D-4786A081A29B}
125
+ {2066569A-C60A-42F6-B10A-C2F0D80143A3} = {AE524BA2-D5E2-4D5F-BC95-9AA064D46234}
73
126
{832E60B1-0225-48B3-9AAD-638A0F5AA15E} = {AE524BA2-D5E2-4D5F-BC95-9AA064D46234}
74
127
{0F173CC9-EA04-4243-A506-E2C59C905A5E} = {AE524BA2-D5E2-4D5F-BC95-9AA064D46234}
75
128
{5AEAC978-7DD8-43BA-880E-D5B8B27EF7E7} = {AE524BA2-D5E2-4D5F-BC95-9AA064D46234}
0 commit comments