This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMobileVoting.sln
32 lines (32 loc) · 1.93 KB
/
MobileVoting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobileVoting.Core", "MobileVoting.Core\MobileVoting.Core.csproj", "{D53865C2-7E42-40C7-BC4F-9A186C877F10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobileVoting.Web", "MobileVoting.Web\MobileVoting.Web.csproj", "{02AD4EE3-65B2-43E8-81DF-C390F3E9A6D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MobileVoting.Web.UnitTests", "MobileVoting.Web.UnitTests\MobileVoting.Web.UnitTests.csproj", "{F3CA0C87-615C-471D-8623-527A14E50C1E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D53865C2-7E42-40C7-BC4F-9A186C877F10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D53865C2-7E42-40C7-BC4F-9A186C877F10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D53865C2-7E42-40C7-BC4F-9A186C877F10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D53865C2-7E42-40C7-BC4F-9A186C877F10}.Release|Any CPU.Build.0 = Release|Any CPU
{02AD4EE3-65B2-43E8-81DF-C390F3E9A6D7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02AD4EE3-65B2-43E8-81DF-C390F3E9A6D7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02AD4EE3-65B2-43E8-81DF-C390F3E9A6D7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02AD4EE3-65B2-43E8-81DF-C390F3E9A6D7}.Release|Any CPU.Build.0 = Release|Any CPU
{F3CA0C87-615C-471D-8623-527A14E50C1E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3CA0C87-615C-471D-8623-527A14E50C1E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3CA0C87-615C-471D-8623-527A14E50C1E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3CA0C87-615C-471D-8623-527A14E50C1E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal