This repository was archived by the owner on Mar 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcallvote.sln
More file actions
44 lines (44 loc) · 2.11 KB
/
callvote.sln
File metadata and controls
44 lines (44 loc) · 2.11 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33723.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CallvotePlugin", "callvote\CallvotePlugin.csproj", "{0952A53A-A70E-4DAA-86A6-6560F2F3607B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DB67270-4EAA-49DA-81BD-F97AD92A5EC5}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
License.md = License.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
EXILED|Any CPU = EXILED|Any CPU
EXILED|x64 = EXILED|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.Debug|x64.ActiveCfg = Debug|x64
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.Debug|x64.Build.0 = Debug|x64
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.EXILED|Any CPU.ActiveCfg = EXILED|Any CPU
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.EXILED|Any CPU.Build.0 = EXILED|Any CPU
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.EXILED|x64.ActiveCfg = EXILED|x64
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.EXILED|x64.Build.0 = EXILED|x64
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.Release|Any CPU.Build.0 = Release|Any CPU
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.Release|x64.ActiveCfg = Release|x64
{0952A53A-A70E-4DAA-86A6-6560F2F3607B}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93980AF1-83D2-487D-8CDA-F1CD4AB2B304}
EndGlobalSection
EndGlobal