-
Notifications
You must be signed in to change notification settings - Fork 0
/
RestSupply.sln
37 lines (37 loc) · 2.05 KB
/
RestSupply.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.27428.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSupplyDB", "RestSupplyDB\RestSupplyDB.csproj", "{A6F8055B-7687-4FF5-8E9A-72DCF158D3D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSupplyMVC", "RestSupplyMVC\RestSupplyMVC.csproj", "{235D3E39-4EA6-4027-BB41-D3A0542C29D0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RestSupplyMVC.Tests", "RestSupplyMVC.Tests\RestSupplyMVC.Tests.csproj", "{A9B5E83B-EC39-4CA8-A755-C80A6D32F450}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A6F8055B-7687-4FF5-8E9A-72DCF158D3D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6F8055B-7687-4FF5-8E9A-72DCF158D3D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6F8055B-7687-4FF5-8E9A-72DCF158D3D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6F8055B-7687-4FF5-8E9A-72DCF158D3D0}.Release|Any CPU.Build.0 = Release|Any CPU
{235D3E39-4EA6-4027-BB41-D3A0542C29D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{235D3E39-4EA6-4027-BB41-D3A0542C29D0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{235D3E39-4EA6-4027-BB41-D3A0542C29D0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{235D3E39-4EA6-4027-BB41-D3A0542C29D0}.Release|Any CPU.Build.0 = Release|Any CPU
{A9B5E83B-EC39-4CA8-A755-C80A6D32F450}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9B5E83B-EC39-4CA8-A755-C80A6D32F450}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9B5E83B-EC39-4CA8-A755-C80A6D32F450}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9B5E83B-EC39-4CA8-A755-C80A6D32F450}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A3C68D09-0457-415F-AA50-D6410098001D}
EndGlobalSection
EndGlobal