-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
OpenProtest.sln
51 lines (51 loc) · 2.96 KB
/
OpenProtest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protest", "Protest\Protest.csproj", "{72F5BCA3-7752-45E8-8027-2060EBBDA456}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protest-Tests", "Protest-Tests\Protest-Tests.csproj", "{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Protest-CacheGenerator", "Protest-CacheGenerator\Protest-CacheGenerator.csproj", "{97B25F71-9945-4476-A99D-8265ADB9B37D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{72F5BCA3-7752-45E8-8027-2060EBBDA456}.Debug|Any CPU.ActiveCfg = Debug|x64
{72F5BCA3-7752-45E8-8027-2060EBBDA456}.Debug|Any CPU.Build.0 = Debug|x64
{72F5BCA3-7752-45E8-8027-2060EBBDA456}.Debug|x64.ActiveCfg = Debug|x64
{72F5BCA3-7752-45E8-8027-2060EBBDA456}.Debug|x64.Build.0 = Debug|x64
{72F5BCA3-7752-45E8-8027-2060EBBDA456}.Release|Any CPU.ActiveCfg = Release|x64
{72F5BCA3-7752-45E8-8027-2060EBBDA456}.Release|Any CPU.Build.0 = Release|x64
{72F5BCA3-7752-45E8-8027-2060EBBDA456}.Release|x64.ActiveCfg = Release|x64
{72F5BCA3-7752-45E8-8027-2060EBBDA456}.Release|x64.Build.0 = Release|x64
{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Debug|Any CPU.ActiveCfg = Debug|x64
{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Debug|Any CPU.Build.0 = Debug|x64
{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Debug|x64.ActiveCfg = Debug|x64
{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Debug|x64.Build.0 = Debug|x64
{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Release|Any CPU.ActiveCfg = Release|x64
{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Release|Any CPU.Build.0 = Release|x64
{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Release|x64.ActiveCfg = Release|x64
{CE22E5A4-5325-4DC5-9FB2-02DA595E93C7}.Release|x64.Build.0 = Release|x64
{97B25F71-9945-4476-A99D-8265ADB9B37D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97B25F71-9945-4476-A99D-8265ADB9B37D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97B25F71-9945-4476-A99D-8265ADB9B37D}.Debug|x64.ActiveCfg = Debug|Any CPU
{97B25F71-9945-4476-A99D-8265ADB9B37D}.Debug|x64.Build.0 = Debug|Any CPU
{97B25F71-9945-4476-A99D-8265ADB9B37D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97B25F71-9945-4476-A99D-8265ADB9B37D}.Release|Any CPU.Build.0 = Release|Any CPU
{97B25F71-9945-4476-A99D-8265ADB9B37D}.Release|x64.ActiveCfg = Release|Any CPU
{97B25F71-9945-4476-A99D-8265ADB9B37D}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {94F0A82F-788D-48CF-BA5E-66EB557AB2D6}
EndGlobalSection
EndGlobal