-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathItenium.Json.sln
48 lines (48 loc) · 2.87 KB
/
Itenium.Json.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35828.75
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Itenium.Json.NewtonsoftJson", "Itenium.Json.NewtonsoftJson\Itenium.Json.NewtonsoftJson.csproj", "{8BAECBE0-A899-4A56-BEC4-45F52A232D2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Itenium.Json.SystemTextJson", "Itenium.Json.SystemTextJson\Itenium.Json.SystemTextJson.csproj", "{53ACADBF-7BCF-4CA8-80B8-2C1CB4307012}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Itenium.Json.Models", "Itenium.Json.Models\Itenium.Json.Models.csproj", "{405D0169-5D5C-4DB2-B9F4-D4C44712A946}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Itenium.WebApi", "Itenium.WebApi\Itenium.WebApi.csproj", "{D26B6457-FBB3-41A0-81E4-9A9D0FEB24D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8BAECBE0-A899-4A56-BEC4-45F52A232D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BAECBE0-A899-4A56-BEC4-45F52A232D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BAECBE0-A899-4A56-BEC4-45F52A232D2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BAECBE0-A899-4A56-BEC4-45F52A232D2D}.Release|Any CPU.Build.0 = Release|Any CPU
{53ACADBF-7BCF-4CA8-80B8-2C1CB4307012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53ACADBF-7BCF-4CA8-80B8-2C1CB4307012}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53ACADBF-7BCF-4CA8-80B8-2C1CB4307012}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53ACADBF-7BCF-4CA8-80B8-2C1CB4307012}.Release|Any CPU.Build.0 = Release|Any CPU
{405D0169-5D5C-4DB2-B9F4-D4C44712A946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{405D0169-5D5C-4DB2-B9F4-D4C44712A946}.Debug|Any CPU.Build.0 = Debug|Any CPU
{405D0169-5D5C-4DB2-B9F4-D4C44712A946}.Release|Any CPU.ActiveCfg = Release|Any CPU
{405D0169-5D5C-4DB2-B9F4-D4C44712A946}.Release|Any CPU.Build.0 = Release|Any CPU
{D26B6457-FBB3-41A0-81E4-9A9D0FEB24D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D26B6457-FBB3-41A0-81E4-9A9D0FEB24D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D26B6457-FBB3-41A0-81E4-9A9D0FEB24D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D26B6457-FBB3-41A0-81E4-9A9D0FEB24D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C624D04-7314-4FDF-8198-2868809976A5}
EndGlobalSection
EndGlobal