-
Notifications
You must be signed in to change notification settings - Fork 38
/
SummerBoot.sln
49 lines (49 loc) · 3.04 KB
/
SummerBoot.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SummerBoot", "SummerBoot\SummerBoot.csproj", "{72EBAD70-583C-4B9A-A360-7BEB790F436C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SummerBoot.Test", "SummerBoot.Test\SummerBoot.Test.csproj", "{89AF499C-B39C-4F21-B5E4-FF729F571EEE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApiExample", "WebApiExample\WebApiExample.csproj", "{46EA7B07-2111-4721-97D1-24E75E361074}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebApplication1", "WebApplication1\WebApplication1.csproj", "{E361F52B-0B06-40F9-9548-C2FD3D45B7E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SummerBoot.Performance.Test", "SummerBoot.Performance.Test\SummerBoot.Performance.Test.csproj", "{08C67473-E370-45B8-AB11-C3D46E7619B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72EBAD70-583C-4B9A-A360-7BEB790F436C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72EBAD70-583C-4B9A-A360-7BEB790F436C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72EBAD70-583C-4B9A-A360-7BEB790F436C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72EBAD70-583C-4B9A-A360-7BEB790F436C}.Release|Any CPU.Build.0 = Release|Any CPU
{89AF499C-B39C-4F21-B5E4-FF729F571EEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89AF499C-B39C-4F21-B5E4-FF729F571EEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89AF499C-B39C-4F21-B5E4-FF729F571EEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89AF499C-B39C-4F21-B5E4-FF729F571EEE}.Release|Any CPU.Build.0 = Release|Any CPU
{46EA7B07-2111-4721-97D1-24E75E361074}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46EA7B07-2111-4721-97D1-24E75E361074}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46EA7B07-2111-4721-97D1-24E75E361074}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46EA7B07-2111-4721-97D1-24E75E361074}.Release|Any CPU.Build.0 = Release|Any CPU
{E361F52B-0B06-40F9-9548-C2FD3D45B7E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E361F52B-0B06-40F9-9548-C2FD3D45B7E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E361F52B-0B06-40F9-9548-C2FD3D45B7E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E361F52B-0B06-40F9-9548-C2FD3D45B7E1}.Release|Any CPU.Build.0 = Release|Any CPU
{08C67473-E370-45B8-AB11-C3D46E7619B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08C67473-E370-45B8-AB11-C3D46E7619B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08C67473-E370-45B8-AB11-C3D46E7619B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08C67473-E370-45B8-AB11-C3D46E7619B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4B55081-BEF9-4BFC-85DC-780F6C070D0D}
EndGlobalSection
EndGlobal