-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPollGroup.sln
More file actions
63 lines (63 loc) · 3.83 KB
/
PollGroup.sln
File metadata and controls
63 lines (63 loc) · 3.83 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33927.249
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PollGroup", "PollGroup\PollGroup.csproj", "{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wepoll", "wepoll\wepoll.vcxproj", "{BB7B045A-BB61-46EB-8469-E043DC3AB960}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PollGroup.Tests", "PollGroup.Tests\PollGroup.Tests.csproj", "{CE54A867-5DE2-453B-96D0-274316312CAB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Debug|Any CPU.Build.0 = Release|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Debug|x64.ActiveCfg = Debug|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Debug|x64.Build.0 = Debug|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Debug|x86.ActiveCfg = Debug|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Debug|x86.Build.0 = Debug|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Release|Any CPU.Build.0 = Release|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Release|x64.ActiveCfg = Release|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Release|x64.Build.0 = Release|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Release|x86.ActiveCfg = Release|Any CPU
{BA654148-7770-4D31-8FD0-E1A1D50B6EAE}.Release|x86.Build.0 = Release|Any CPU
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Debug|Any CPU.ActiveCfg = Debug|x64
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Debug|x64.ActiveCfg = Debug|x64
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Debug|x64.Build.0 = Debug|x64
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Debug|x86.ActiveCfg = Debug|Win32
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Debug|x86.Build.0 = Debug|Win32
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Release|Any CPU.ActiveCfg = Release|x64
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Release|x64.ActiveCfg = Release|x64
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Release|x64.Build.0 = Release|x64
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Release|x86.ActiveCfg = Release|Win32
{BB7B045A-BB61-46EB-8469-E043DC3AB960}.Release|x86.Build.0 = Release|Win32
{CE54A867-5DE2-453B-96D0-274316312CAB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Debug|x64.ActiveCfg = Debug|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Debug|x64.Build.0 = Debug|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Debug|x86.ActiveCfg = Debug|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Debug|x86.Build.0 = Debug|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Release|Any CPU.Build.0 = Release|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Release|x64.ActiveCfg = Release|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Release|x64.Build.0 = Release|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Release|x86.ActiveCfg = Release|Any CPU
{CE54A867-5DE2-453B-96D0-274316312CAB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F063C743-808B-445F-B6AF-BD60B76E5CD8}
EndGlobalSection
EndGlobal