-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDetached.PatchTypes.sln
62 lines (62 loc) · 3.7 KB
/
Detached.PatchTypes.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 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Detached.PatchTypes", "src\Detached.PatchTypes\Detached.PatchTypes.csproj", "{E85E59FF-C311-4806-AD8B-026185E23B25}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{34D360D9-52FB-4492-95B7-CD2F9A527678}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FA125237-274C-4F95-AE80-637AA12AE257}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Detached.PatchTypes.Tests", "test\Detached.PatchTypes.Tests\Detached.PatchTypes.Tests.csproj", "{D44DAF76-163A-4BC4-8FC5-B07BF662B92C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{39C96C19-7916-4A16-A8FC-1239C4F78F6D}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
logo.png = logo.png
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{1469D014-2739-4DFC-A06C-B11DDBA61877}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Detached.PatchTypes.SampleRestApi", "sample\Detached.PatchTypes.SampleRestApi\Detached.PatchTypes.SampleRestApi.csproj", "{4B279106-387D-4CDC-AE0A-FF8D551F272A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Detached.PatchTypes.Newtonsoft", "src\Detached.PatchTypes.Newtonsoft\Detached.PatchTypes.Newtonsoft.csproj", "{5701D710-DC23-4FD1-85A9-C3B995C03745}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E85E59FF-C311-4806-AD8B-026185E23B25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E85E59FF-C311-4806-AD8B-026185E23B25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E85E59FF-C311-4806-AD8B-026185E23B25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E85E59FF-C311-4806-AD8B-026185E23B25}.Release|Any CPU.Build.0 = Release|Any CPU
{D44DAF76-163A-4BC4-8FC5-B07BF662B92C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D44DAF76-163A-4BC4-8FC5-B07BF662B92C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D44DAF76-163A-4BC4-8FC5-B07BF662B92C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D44DAF76-163A-4BC4-8FC5-B07BF662B92C}.Release|Any CPU.Build.0 = Release|Any CPU
{4B279106-387D-4CDC-AE0A-FF8D551F272A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B279106-387D-4CDC-AE0A-FF8D551F272A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B279106-387D-4CDC-AE0A-FF8D551F272A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B279106-387D-4CDC-AE0A-FF8D551F272A}.Release|Any CPU.Build.0 = Release|Any CPU
{5701D710-DC23-4FD1-85A9-C3B995C03745}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5701D710-DC23-4FD1-85A9-C3B995C03745}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5701D710-DC23-4FD1-85A9-C3B995C03745}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5701D710-DC23-4FD1-85A9-C3B995C03745}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E85E59FF-C311-4806-AD8B-026185E23B25} = {34D360D9-52FB-4492-95B7-CD2F9A527678}
{D44DAF76-163A-4BC4-8FC5-B07BF662B92C} = {FA125237-274C-4F95-AE80-637AA12AE257}
{4B279106-387D-4CDC-AE0A-FF8D551F272A} = {1469D014-2739-4DFC-A06C-B11DDBA61877}
{5701D710-DC23-4FD1-85A9-C3B995C03745} = {34D360D9-52FB-4492-95B7-CD2F9A527678}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4198C25B-1986-4D72-92AF-FDB0D804F4D4}
EndGlobalSection
EndGlobal