-
Notifications
You must be signed in to change notification settings - Fork 3
/
Voting2020.sln
78 lines (78 loc) · 4.97 KB
/
Voting2020.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VoteAnalyzer", "src\VoteAnalyzer\VoteAnalyzer.csproj", "{E512ACA7-FB36-4015-8B21-E98DE456FA1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Voting2020.Core", "src\Voting2020.Core\Voting2020.Core.csproj", "{E60C4B38-31AF-42B7-8397-51B8D8702A48}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6BC6B202-0A9C-4A96-8C7A-B8FE0555ED10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "data", "data", "{4BD08068-CB69-4A2C-B265-2B7B3511CEAE}"
ProjectSection(SolutionItems) = preProject
data\ballots_decrypted_2020-06-19T17_37_00.csv = data\ballots_decrypted_2020-06-19T17_37_00.csv
data\ballots_encrypted_2020-06-19T17_00_00.csv = data\ballots_encrypted_2020-06-19T17_00_00.csv
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{66304255-1467-42F4-B061-E26BE978C90B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Voting2020.Core.Tests", "tests\Voting2020.Core.Tests\Voting2020.Core.Tests.csproj", "{DE6D5154-2CC4-4BFF-8E33-6BA7ED2DC455}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Voting2020.Visualization", "src\Voting2020.Visualization\Voting2020.Visualization.csproj", "{9B7A7C3A-A582-40E0-A83B-61C236399098}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{85AED890-EB7A-4710-897F-EF5B94B10AA4}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RawStoreBallotTxDecoder", "src\RawStoreBallotTxDecoder\RawStoreBallotTxDecoder.csproj", "{73FC827A-4474-45A2-AE41-5AA33F68E81C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DegvoterDecoder", "src\DegvoterDecoder\DegvoterDecoder.csproj", "{8BA165B1-DBB6-4A1B-8DDD-06532FC3F260}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E512ACA7-FB36-4015-8B21-E98DE456FA1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E512ACA7-FB36-4015-8B21-E98DE456FA1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E512ACA7-FB36-4015-8B21-E98DE456FA1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E512ACA7-FB36-4015-8B21-E98DE456FA1F}.Release|Any CPU.Build.0 = Release|Any CPU
{E60C4B38-31AF-42B7-8397-51B8D8702A48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E60C4B38-31AF-42B7-8397-51B8D8702A48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E60C4B38-31AF-42B7-8397-51B8D8702A48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E60C4B38-31AF-42B7-8397-51B8D8702A48}.Release|Any CPU.Build.0 = Release|Any CPU
{DE6D5154-2CC4-4BFF-8E33-6BA7ED2DC455}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE6D5154-2CC4-4BFF-8E33-6BA7ED2DC455}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE6D5154-2CC4-4BFF-8E33-6BA7ED2DC455}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE6D5154-2CC4-4BFF-8E33-6BA7ED2DC455}.Release|Any CPU.Build.0 = Release|Any CPU
{9B7A7C3A-A582-40E0-A83B-61C236399098}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B7A7C3A-A582-40E0-A83B-61C236399098}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B7A7C3A-A582-40E0-A83B-61C236399098}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B7A7C3A-A582-40E0-A83B-61C236399098}.Release|Any CPU.Build.0 = Release|Any CPU
{73FC827A-4474-45A2-AE41-5AA33F68E81C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73FC827A-4474-45A2-AE41-5AA33F68E81C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73FC827A-4474-45A2-AE41-5AA33F68E81C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73FC827A-4474-45A2-AE41-5AA33F68E81C}.Release|Any CPU.Build.0 = Release|Any CPU
{8BA165B1-DBB6-4A1B-8DDD-06532FC3F260}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BA165B1-DBB6-4A1B-8DDD-06532FC3F260}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BA165B1-DBB6-4A1B-8DDD-06532FC3F260}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BA165B1-DBB6-4A1B-8DDD-06532FC3F260}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E512ACA7-FB36-4015-8B21-E98DE456FA1F} = {6BC6B202-0A9C-4A96-8C7A-B8FE0555ED10}
{E60C4B38-31AF-42B7-8397-51B8D8702A48} = {6BC6B202-0A9C-4A96-8C7A-B8FE0555ED10}
{DE6D5154-2CC4-4BFF-8E33-6BA7ED2DC455} = {66304255-1467-42F4-B061-E26BE978C90B}
{9B7A7C3A-A582-40E0-A83B-61C236399098} = {6BC6B202-0A9C-4A96-8C7A-B8FE0555ED10}
{73FC827A-4474-45A2-AE41-5AA33F68E81C} = {6BC6B202-0A9C-4A96-8C7A-B8FE0555ED10}
{8BA165B1-DBB6-4A1B-8DDD-06532FC3F260} = {6BC6B202-0A9C-4A96-8C7A-B8FE0555ED10}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D2080AA3-708B-445D-B5AB-39D31FD92E32}
EndGlobalSection
EndGlobal