-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJinks.API.sln
37 lines (37 loc) · 2.04 KB
/
Jinks.API.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jinks.API", "Jinks.API\Jinks.API.csproj", "{0E79BB9B-CAE7-4DDE-A896-FF906066FB4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jinks.Repository", "Jinks.Repository\Jinks.Repository.csproj", "{3E7E5D43-5A89-405F-B8C0-A6EFF4ED53AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jinks.API.Tests", "Jinks.API.Tests\Jinks.API.Tests.csproj", "{D546D65F-2C67-4BCD-AFF4-C0EB42475EFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E79BB9B-CAE7-4DDE-A896-FF906066FB4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E79BB9B-CAE7-4DDE-A896-FF906066FB4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E79BB9B-CAE7-4DDE-A896-FF906066FB4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E79BB9B-CAE7-4DDE-A896-FF906066FB4D}.Release|Any CPU.Build.0 = Release|Any CPU
{3E7E5D43-5A89-405F-B8C0-A6EFF4ED53AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E7E5D43-5A89-405F-B8C0-A6EFF4ED53AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E7E5D43-5A89-405F-B8C0-A6EFF4ED53AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E7E5D43-5A89-405F-B8C0-A6EFF4ED53AE}.Release|Any CPU.Build.0 = Release|Any CPU
{D546D65F-2C67-4BCD-AFF4-C0EB42475EFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D546D65F-2C67-4BCD-AFF4-C0EB42475EFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D546D65F-2C67-4BCD-AFF4-C0EB42475EFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D546D65F-2C67-4BCD-AFF4-C0EB42475EFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5E41B524-6A64-43F9-B1FA-A4DE1686AD19}
EndGlobalSection
EndGlobal