-
Notifications
You must be signed in to change notification settings - Fork 17
/
Restfulie.sln
46 lines (46 loc) · 3.09 KB
/
Restfulie.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{5CDAB2A7-3BDF-4AB3-BCBB-CA0D3D84A381}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restfulie.Server", "Restfulie.Server\Restfulie.Server.csproj", "{18C82B7B-05CB-4AC4-967A-836FBFB1CE1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Restfulie.Server.Tests", "Restfulie.Server.Tests\Restfulie.Server.Tests.csproj", "{6DF340D7-843F-4B01-BFB1-F8A5032D57C4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
AutomatedDebug|Any CPU = AutomatedDebug|Any CPU
AutomatedRelease|Any CPU = AutomatedRelease|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5CDAB2A7-3BDF-4AB3-BCBB-CA0D3D84A381}.AutomatedDebug|Any CPU.ActiveCfg = AutomatedDebug|Any CPU
{5CDAB2A7-3BDF-4AB3-BCBB-CA0D3D84A381}.AutomatedDebug|Any CPU.Build.0 = AutomatedDebug|Any CPU
{5CDAB2A7-3BDF-4AB3-BCBB-CA0D3D84A381}.AutomatedRelease|Any CPU.ActiveCfg = AutomatedRelease|Any CPU
{5CDAB2A7-3BDF-4AB3-BCBB-CA0D3D84A381}.AutomatedRelease|Any CPU.Build.0 = AutomatedRelease|Any CPU
{5CDAB2A7-3BDF-4AB3-BCBB-CA0D3D84A381}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5CDAB2A7-3BDF-4AB3-BCBB-CA0D3D84A381}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5CDAB2A7-3BDF-4AB3-BCBB-CA0D3D84A381}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5CDAB2A7-3BDF-4AB3-BCBB-CA0D3D84A381}.Release|Any CPU.Build.0 = Release|Any CPU
{18C82B7B-05CB-4AC4-967A-836FBFB1CE1C}.AutomatedDebug|Any CPU.ActiveCfg = Debug|Any CPU
{18C82B7B-05CB-4AC4-967A-836FBFB1CE1C}.AutomatedDebug|Any CPU.Build.0 = Debug|Any CPU
{18C82B7B-05CB-4AC4-967A-836FBFB1CE1C}.AutomatedRelease|Any CPU.ActiveCfg = Release|Any CPU
{18C82B7B-05CB-4AC4-967A-836FBFB1CE1C}.AutomatedRelease|Any CPU.Build.0 = Release|Any CPU
{18C82B7B-05CB-4AC4-967A-836FBFB1CE1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{18C82B7B-05CB-4AC4-967A-836FBFB1CE1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{18C82B7B-05CB-4AC4-967A-836FBFB1CE1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{18C82B7B-05CB-4AC4-967A-836FBFB1CE1C}.Release|Any CPU.Build.0 = Release|Any CPU
{6DF340D7-843F-4B01-BFB1-F8A5032D57C4}.AutomatedDebug|Any CPU.ActiveCfg = Debug|Any CPU
{6DF340D7-843F-4B01-BFB1-F8A5032D57C4}.AutomatedDebug|Any CPU.Build.0 = Debug|Any CPU
{6DF340D7-843F-4B01-BFB1-F8A5032D57C4}.AutomatedRelease|Any CPU.ActiveCfg = Release|Any CPU
{6DF340D7-843F-4B01-BFB1-F8A5032D57C4}.AutomatedRelease|Any CPU.Build.0 = Release|Any CPU
{6DF340D7-843F-4B01-BFB1-F8A5032D57C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DF340D7-843F-4B01-BFB1-F8A5032D57C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DF340D7-843F-4B01-BFB1-F8A5032D57C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DF340D7-843F-4B01-BFB1-F8A5032D57C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal