-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSurveyService.sln
49 lines (49 loc) · 2.96 KB
/
SurveyService.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.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Entities", "Entities\Entities.csproj", "{4F838AAF-4A07-4544-8DFD-52B8D462351E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataAccess", "DataAccess\DataAccess.csproj", "{8319A8D7-E08F-41F6-8068-D086C371C0BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Business", "Business\Business.csproj", "{7D4CB16A-F17C-4BFB-B952-8D3BDF784709}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{27512FAE-3634-49F1-B8A5-2B61270B8E69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAPI", "WebAPI\WebAPI.csproj", "{42AAE3E7-1234-45E6-9E19-D05D1C048FAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F838AAF-4A07-4544-8DFD-52B8D462351E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F838AAF-4A07-4544-8DFD-52B8D462351E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F838AAF-4A07-4544-8DFD-52B8D462351E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F838AAF-4A07-4544-8DFD-52B8D462351E}.Release|Any CPU.Build.0 = Release|Any CPU
{8319A8D7-E08F-41F6-8068-D086C371C0BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8319A8D7-E08F-41F6-8068-D086C371C0BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8319A8D7-E08F-41F6-8068-D086C371C0BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8319A8D7-E08F-41F6-8068-D086C371C0BC}.Release|Any CPU.Build.0 = Release|Any CPU
{7D4CB16A-F17C-4BFB-B952-8D3BDF784709}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D4CB16A-F17C-4BFB-B952-8D3BDF784709}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D4CB16A-F17C-4BFB-B952-8D3BDF784709}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D4CB16A-F17C-4BFB-B952-8D3BDF784709}.Release|Any CPU.Build.0 = Release|Any CPU
{27512FAE-3634-49F1-B8A5-2B61270B8E69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27512FAE-3634-49F1-B8A5-2B61270B8E69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27512FAE-3634-49F1-B8A5-2B61270B8E69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27512FAE-3634-49F1-B8A5-2B61270B8E69}.Release|Any CPU.Build.0 = Release|Any CPU
{42AAE3E7-1234-45E6-9E19-D05D1C048FAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42AAE3E7-1234-45E6-9E19-D05D1C048FAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42AAE3E7-1234-45E6-9E19-D05D1C048FAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42AAE3E7-1234-45E6-9E19-D05D1C048FAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8254FAF-881D-4F44-8747-509F8406A97D}
EndGlobalSection
EndGlobal