-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceTemplate.sln
43 lines (43 loc) · 2.43 KB
/
ServiceTemplate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data", "Data\Data.csproj", "{28C0F893-50A0-4F22-B439-B544711B6225}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{C9E0B436-460B-4861-8BE0-15E2DC642A96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Container", "Container\Container.csproj", "{4731AA4A-C20A-4BAD-9FAB-C068ADBC696F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Entities", "Entities\Entities.csproj", "{F9500F7A-1380-4BF7-BED9-0088A07405E3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{28C0F893-50A0-4F22-B439-B544711B6225}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28C0F893-50A0-4F22-B439-B544711B6225}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28C0F893-50A0-4F22-B439-B544711B6225}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28C0F893-50A0-4F22-B439-B544711B6225}.Release|Any CPU.Build.0 = Release|Any CPU
{C9E0B436-460B-4861-8BE0-15E2DC642A96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9E0B436-460B-4861-8BE0-15E2DC642A96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9E0B436-460B-4861-8BE0-15E2DC642A96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9E0B436-460B-4861-8BE0-15E2DC642A96}.Release|Any CPU.Build.0 = Release|Any CPU
{4731AA4A-C20A-4BAD-9FAB-C068ADBC696F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4731AA4A-C20A-4BAD-9FAB-C068ADBC696F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4731AA4A-C20A-4BAD-9FAB-C068ADBC696F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4731AA4A-C20A-4BAD-9FAB-C068ADBC696F}.Release|Any CPU.Build.0 = Release|Any CPU
{F9500F7A-1380-4BF7-BED9-0088A07405E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9500F7A-1380-4BF7-BED9-0088A07405E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9500F7A-1380-4BF7-BED9-0088A07405E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9500F7A-1380-4BF7-BED9-0088A07405E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A85ACFEB-733B-4686-904E-C005270007A6}
EndGlobalSection
EndGlobal