-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEthereumVoting.sln
52 lines (52 loc) · 2.65 KB
/
EthereumVoting.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
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2016
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EthereumVoting", "EthereumVoting\EthereumVoting.csproj", "{27887FFE-CB76-40E3-B6CB-307EB82CFA54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdminVoting", "AdminVoting\AdminVoting.csproj", "{3D172A66-8D45-4EAE-9B54-F2D161DA12D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonLibrary", "CommonLibrary\CommonLibrary.csproj", "{0777523B-75D8-41AF-88C5-504A033B98D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27887FFE-CB76-40E3-B6CB-307EB82CFA54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27887FFE-CB76-40E3-B6CB-307EB82CFA54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27887FFE-CB76-40E3-B6CB-307EB82CFA54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27887FFE-CB76-40E3-B6CB-307EB82CFA54}.Release|Any CPU.Build.0 = Release|Any CPU
{3D172A66-8D45-4EAE-9B54-F2D161DA12D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3D172A66-8D45-4EAE-9B54-F2D161DA12D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3D172A66-8D45-4EAE-9B54-F2D161DA12D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3D172A66-8D45-4EAE-9B54-F2D161DA12D5}.Release|Any CPU.Build.0 = Release|Any CPU
{0777523B-75D8-41AF-88C5-504A033B98D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0777523B-75D8-41AF-88C5-504A033B98D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0777523B-75D8-41AF-88C5-504A033B98D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0777523B-75D8-41AF-88C5-504A033B98D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {742B18E6-0C5C-4EB1-B79F-81A5752200B2}
EndGlobalSection
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 4
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://ngotrung.visualstudio.com/
SccLocalPath0 = .
SccProjectUniqueName1 = AdminVoting\\AdminVoting.csproj
SccProjectName1 = AdminVoting
SccLocalPath1 = AdminVoting
SccProjectUniqueName2 = CommonLibrary\\CommonLibrary.csproj
SccProjectName2 = CommonLibrary
SccLocalPath2 = CommonLibrary
SccProjectUniqueName3 = EthereumVoting\\EthereumVoting.csproj
SccProjectName3 = EthereumVoting
SccLocalPath3 = EthereumVoting
EndGlobalSection
EndGlobal