-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinalProject.sln
More file actions
49 lines (49 loc) · 2.96 KB
/
FinalProject.sln
File metadata and controls
49 lines (49 loc) · 2.96 KB
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 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vote.App", "Vote.App\Vote.App.csproj", "{5F493A51-2E79-4A83-9EF9-F85412FC5BF7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vote.Data", "Vote.Data\Vote.Data.csproj", "{C9F1A857-0EFC-48DA-9ECA-74ABDA7621E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vote.Common", "Vote.Common\Vote.Common.csproj", "{7EDE7CE9-EC63-4BE9-BF05-32C6B2AC74CD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vote.Entities", "Vote.Entities\Vote.Entities.csproj", "{3DCC2E9A-9949-4BC3-8A1B-D484F8645FC2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vote.Services", "Vote.Services\Vote.Services.csproj", "{247F4500-7C2B-4177-B8F0-2A1B686952E0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F493A51-2E79-4A83-9EF9-F85412FC5BF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F493A51-2E79-4A83-9EF9-F85412FC5BF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F493A51-2E79-4A83-9EF9-F85412FC5BF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F493A51-2E79-4A83-9EF9-F85412FC5BF7}.Release|Any CPU.Build.0 = Release|Any CPU
{C9F1A857-0EFC-48DA-9ECA-74ABDA7621E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9F1A857-0EFC-48DA-9ECA-74ABDA7621E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9F1A857-0EFC-48DA-9ECA-74ABDA7621E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9F1A857-0EFC-48DA-9ECA-74ABDA7621E1}.Release|Any CPU.Build.0 = Release|Any CPU
{7EDE7CE9-EC63-4BE9-BF05-32C6B2AC74CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EDE7CE9-EC63-4BE9-BF05-32C6B2AC74CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EDE7CE9-EC63-4BE9-BF05-32C6B2AC74CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EDE7CE9-EC63-4BE9-BF05-32C6B2AC74CD}.Release|Any CPU.Build.0 = Release|Any CPU
{3DCC2E9A-9949-4BC3-8A1B-D484F8645FC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DCC2E9A-9949-4BC3-8A1B-D484F8645FC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DCC2E9A-9949-4BC3-8A1B-D484F8645FC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DCC2E9A-9949-4BC3-8A1B-D484F8645FC2}.Release|Any CPU.Build.0 = Release|Any CPU
{247F4500-7C2B-4177-B8F0-2A1B686952E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{247F4500-7C2B-4177-B8F0-2A1B686952E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{247F4500-7C2B-4177-B8F0-2A1B686952E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{247F4500-7C2B-4177-B8F0-2A1B686952E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {82DC1BF8-3E62-45F7-81AF-718E283AC88B}
EndGlobalSection
EndGlobal