-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathJSONAPI.sln
More file actions
55 lines (55 loc) · 3.14 KB
/
JSONAPI.sln
File metadata and controls
55 lines (55 loc) · 3.14 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSONAPI", "JSONAPI\JSONAPI.csproj", "{52B19FD6-EFAA-45B5-9C3E-A652E27608D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{550F1F3B-83B1-43F1-A343-DF15E3DEEB12}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSONAPI.Tests", "JSONAPI.Tests\JSONAPI.Tests.csproj", "{8299ECFA-EA68-4C1D-9488-0D213D15D644}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSONAPI.EntityFramework", "JSONAPI.EntityFramework\JSONAPI.EntityFramework.csproj", "{E906356C-93F6-41F6-9A0D-73B8A99AA53C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JSONAPI.EntityFramework.Tests", "JSONAPI.EntityFramework.Tests\JSONAPI.EntityFramework.Tests.csproj", "{00655E05-F1BB-425D-92F3-659EFB581439}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{021B87D3-E627-47EE-98C7-AB3922C1EABF}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52B19FD6-EFAA-45B5-9C3E-A652E27608D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52B19FD6-EFAA-45B5-9C3E-A652E27608D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52B19FD6-EFAA-45B5-9C3E-A652E27608D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52B19FD6-EFAA-45B5-9C3E-A652E27608D1}.Release|Any CPU.Build.0 = Release|Any CPU
{8299ECFA-EA68-4C1D-9488-0D213D15D644}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8299ECFA-EA68-4C1D-9488-0D213D15D644}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8299ECFA-EA68-4C1D-9488-0D213D15D644}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8299ECFA-EA68-4C1D-9488-0D213D15D644}.Release|Any CPU.Build.0 = Release|Any CPU
{E906356C-93F6-41F6-9A0D-73B8A99AA53C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E906356C-93F6-41F6-9A0D-73B8A99AA53C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E906356C-93F6-41F6-9A0D-73B8A99AA53C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E906356C-93F6-41F6-9A0D-73B8A99AA53C}.Release|Any CPU.Build.0 = Release|Any CPU
{00655E05-F1BB-425D-92F3-659EFB581439}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00655E05-F1BB-425D-92F3-659EFB581439}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00655E05-F1BB-425D-92F3-659EFB581439}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00655E05-F1BB-425D-92F3-659EFB581439}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = JSONAPI.vsmdi
EndGlobalSection
EndGlobal