Skip to content

Commit 2cea692

Browse files
committed
add missing loose items to sln file
1 parent 6117516 commit 2cea692

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

SystemTextJson.JsonDiffPatch.sln

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,36 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 17
44
VisualStudioVersion = 17.8.34309.116
55
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3707B7E8-C345-4F67-9C37-56FF2A62B720}"
7+
ProjectSection(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+
EndProjectSection
15+
EndProject
16+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".config", ".config", "{E9160ECA-64C8-44AC-8172-3CE535FCF02C}"
17+
ProjectSection(SolutionItems) = preProject
18+
.config\dotnet-tools.json = .config\dotnet-tools.json
19+
EndProjectSection
20+
EndProject
21+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{2E4C38DE-0426-40A2-AB0B-507BF6F5B0A6}"
22+
ProjectSection(SolutionItems) = preProject
23+
.github\CODEOWNERS = .github\CODEOWNERS
24+
EndProjectSection
25+
EndProject
26+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{3B8ADCDE-F7B8-41BD-8415-B0C1DEF1BB93}"
27+
ProjectSection(SolutionItems) = preProject
28+
.github\workflows\build-and-test.yaml = .github\workflows\build-and-test.yaml
29+
EndProjectSection
30+
EndProject
31+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{29B23CE8-F9BF-49CD-873D-4786A081A29B}"
32+
ProjectSection(SolutionItems) = preProject
33+
src\Directory.Build.props = src\Directory.Build.props
34+
EndProjectSection
35+
EndProject
636
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemTextJson.JsonDiffPatch", "src\SystemTextJson.JsonDiffPatch\SystemTextJson.JsonDiffPatch.csproj", "{2F8D59B0-53DE-4EE7-A704-D3F89A00D9DC}"
737
EndProject
838
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
1242
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemTextJson.JsonDiffPatch.NUnit", "src\SystemTextJson.JsonDiffPatch.NUnit\SystemTextJson.JsonDiffPatch.NUnit.csproj", "{194DF788-2210-444E-826B-C3A6C10F14F7}"
1343
EndProject
1444
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{AE524BA2-D5E2-4D5F-BC95-9AA064D46234}"
45+
ProjectSection(SolutionItems) = preProject
46+
test\Directory.Build.props = test\Directory.Build.props
47+
EndProjectSection
48+
EndProject
49+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{2066569A-C60A-42F6-B10A-C2F0D80143A3}"
50+
ProjectSection(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+
EndProjectSection
1562
EndProject
1663
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemTextJson.JsonDiffPatch.UnitTests", "test\SystemTextJson.JsonDiffPatch.UnitTests\SystemTextJson.JsonDiffPatch.UnitTests.csproj", "{832E60B1-0225-48B3-9AAD-638A0F5AA15E}"
1764
EndProject
@@ -70,6 +117,12 @@ Global
70117
HideSolutionNode = FALSE
71118
EndGlobalSection
72119
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}
73126
{832E60B1-0225-48B3-9AAD-638A0F5AA15E} = {AE524BA2-D5E2-4D5F-BC95-9AA064D46234}
74127
{0F173CC9-EA04-4243-A506-E2C59C905A5E} = {AE524BA2-D5E2-4D5F-BC95-9AA064D46234}
75128
{5AEAC978-7DD8-43BA-880E-D5B8B27EF7E7} = {AE524BA2-D5E2-4D5F-BC95-9AA064D46234}

0 commit comments

Comments
 (0)