-
Notifications
You must be signed in to change notification settings - Fork 0
/
SRVoting.sln
36 lines (36 loc) · 2.02 KB
/
SRVoting.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRVoting", "SRVoting\SRVoting.csproj", "{5D6F1DC5-3597-43F2-B350-80D4860D5AAE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRVotingTests", "SRVotingTests\SRVotingTests.csproj", "{A99A4F23-D4BF-4B6B-A334-0595C61B7077}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SRModCore", "SRModCore\SRModCore\SRModCore.csproj", "{9D07723F-9F1B-4AE9-BC57-4721453476EE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D6F1DC5-3597-43F2-B350-80D4860D5AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D6F1DC5-3597-43F2-B350-80D4860D5AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D6F1DC5-3597-43F2-B350-80D4860D5AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D6F1DC5-3597-43F2-B350-80D4860D5AAE}.Release|Any CPU.Build.0 = Release|Any CPU
{A99A4F23-D4BF-4B6B-A334-0595C61B7077}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A99A4F23-D4BF-4B6B-A334-0595C61B7077}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A99A4F23-D4BF-4B6B-A334-0595C61B7077}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A99A4F23-D4BF-4B6B-A334-0595C61B7077}.Release|Any CPU.Build.0 = Release|Any CPU
{9D07723F-9F1B-4AE9-BC57-4721453476EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D07723F-9F1B-4AE9-BC57-4721453476EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D07723F-9F1B-4AE9-BC57-4721453476EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D07723F-9F1B-4AE9-BC57-4721453476EE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D1DF22A2-2100-45BB-A142-82B2A7F6C6A3}
EndGlobalSection
EndGlobal