-
Notifications
You must be signed in to change notification settings - Fork 12
/
SystemTextJsonPatch.sln
56 lines (56 loc) · 3.46 KB
/
SystemTextJsonPatch.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemTextJsonPatch", "SystemTextJsonPatch\SystemTextJsonPatch.csproj", "{1B15A463-FB56-4F42-8094-333246D27F50}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemTextJsonPatch.Tests", "SystemTextJsonPatch.Tests\SystemTextJsonPatch.Tests.csproj", "{FC595676-A8DC-4EE1-A9D9-0B5ADBCF4FA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{24A69526-2027-4376-B6DE-E66612C73D16}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemTextJsonPatch.Benchmark", "SystemTextJsonPatch.Benchmark\SystemTextJsonPatch.Benchmark.csproj", "{99AF25A2-341C-4CCC-BE4B-06D9A623348F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SystemTextJsonPatch.Console", "SystemTextJsonPatch.Console\SystemTextJsonPatch.Console.csproj", "{4DA8A38B-D595-4A5E-962A-C382EA7D8906}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SystemTextJsonPatch.ApiTest", "SystemTextJsonPatch.ApiTest\SystemTextJsonPatch.ApiTest.csproj", "{F62A2CB9-99E6-430C-ADF8-2D83D04722CA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1B15A463-FB56-4F42-8094-333246D27F50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B15A463-FB56-4F42-8094-333246D27F50}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B15A463-FB56-4F42-8094-333246D27F50}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B15A463-FB56-4F42-8094-333246D27F50}.Release|Any CPU.Build.0 = Release|Any CPU
{FC595676-A8DC-4EE1-A9D9-0B5ADBCF4FA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC595676-A8DC-4EE1-A9D9-0B5ADBCF4FA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC595676-A8DC-4EE1-A9D9-0B5ADBCF4FA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC595676-A8DC-4EE1-A9D9-0B5ADBCF4FA7}.Release|Any CPU.Build.0 = Release|Any CPU
{99AF25A2-341C-4CCC-BE4B-06D9A623348F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99AF25A2-341C-4CCC-BE4B-06D9A623348F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99AF25A2-341C-4CCC-BE4B-06D9A623348F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99AF25A2-341C-4CCC-BE4B-06D9A623348F}.Release|Any CPU.Build.0 = Release|Any CPU
{4DA8A38B-D595-4A5E-962A-C382EA7D8906}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DA8A38B-D595-4A5E-962A-C382EA7D8906}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DA8A38B-D595-4A5E-962A-C382EA7D8906}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DA8A38B-D595-4A5E-962A-C382EA7D8906}.Release|Any CPU.Build.0 = Release|Any CPU
{F62A2CB9-99E6-430C-ADF8-2D83D04722CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F62A2CB9-99E6-430C-ADF8-2D83D04722CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F62A2CB9-99E6-430C-ADF8-2D83D04722CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F62A2CB9-99E6-430C-ADF8-2D83D04722CA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0E7FEFA1-603E-4F75-B1E3-54A88E9E7A2F}
EndGlobalSection
EndGlobal