-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVoting.sln
More file actions
43 lines (43 loc) · 2.55 KB
/
Copy pathVoting.sln
File metadata and controls
43 lines (43 loc) · 2.55 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Voting.Site", "Voting.Site\Voting.Site.csproj", "{3CD23F4F-6313-459E-9BD5-F39481283B73}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Voting.Services", "Voting.Services\Voting.Services.csproj", "{F4F54578-798B-4242-A36C-C42C1A61BA89}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Voting.Services.Implementation", "Voting.Services.Implementation\Voting.Services.Implementation.csproj", "{7F58C6BF-C40E-4FD5-9803-6DEFE12A41D6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Voting.IOC", "Voting.IOC\Voting.IOC.csproj", "{59C73FB3-6D91-4F88-9E2F-B3C06F860551}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3CD23F4F-6313-459E-9BD5-F39481283B73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CD23F4F-6313-459E-9BD5-F39481283B73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CD23F4F-6313-459E-9BD5-F39481283B73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CD23F4F-6313-459E-9BD5-F39481283B73}.Release|Any CPU.Build.0 = Release|Any CPU
{F4F54578-798B-4242-A36C-C42C1A61BA89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4F54578-798B-4242-A36C-C42C1A61BA89}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4F54578-798B-4242-A36C-C42C1A61BA89}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4F54578-798B-4242-A36C-C42C1A61BA89}.Release|Any CPU.Build.0 = Release|Any CPU
{7F58C6BF-C40E-4FD5-9803-6DEFE12A41D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F58C6BF-C40E-4FD5-9803-6DEFE12A41D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F58C6BF-C40E-4FD5-9803-6DEFE12A41D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F58C6BF-C40E-4FD5-9803-6DEFE12A41D6}.Release|Any CPU.Build.0 = Release|Any CPU
{59C73FB3-6D91-4F88-9E2F-B3C06F860551}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59C73FB3-6D91-4F88-9E2F-B3C06F860551}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59C73FB3-6D91-4F88-9E2F-B3C06F860551}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59C73FB3-6D91-4F88-9E2F-B3C06F860551}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61056814-B5D6-4311-BF1F-7CEB904FA235}
EndGlobalSection
EndGlobal