-
Notifications
You must be signed in to change notification settings - Fork 2
/
AlyssaHTTPServerProject.sln
41 lines (41 loc) · 2.17 KB
/
AlyssaHTTPServerProject.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AlyssaHTTPServerProject", "AlyssaHTTPServerProject.vcxproj", "{700A2600-71DC-470A-9A0B-60514B73F796}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AlyssaTester", "test\test.vcxproj", "{95A3AA06-B562-403F-9FDE-8AB52F80A14B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{700A2600-71DC-470A-9A0B-60514B73F796}.Debug|x64.ActiveCfg = Debug|x64
{700A2600-71DC-470A-9A0B-60514B73F796}.Debug|x64.Build.0 = Debug|x64
{700A2600-71DC-470A-9A0B-60514B73F796}.Debug|x86.ActiveCfg = Debug|Win32
{700A2600-71DC-470A-9A0B-60514B73F796}.Debug|x86.Build.0 = Debug|Win32
{700A2600-71DC-470A-9A0B-60514B73F796}.Release|x64.ActiveCfg = Release|x64
{700A2600-71DC-470A-9A0B-60514B73F796}.Release|x64.Build.0 = Release|x64
{700A2600-71DC-470A-9A0B-60514B73F796}.Release|x86.ActiveCfg = Release|Win32
{700A2600-71DC-470A-9A0B-60514B73F796}.Release|x86.Build.0 = Release|Win32
{95A3AA06-B562-403F-9FDE-8AB52F80A14B}.Debug|x64.ActiveCfg = Debug|x64
{95A3AA06-B562-403F-9FDE-8AB52F80A14B}.Debug|x64.Build.0 = Debug|x64
{95A3AA06-B562-403F-9FDE-8AB52F80A14B}.Debug|x86.ActiveCfg = Debug|Win32
{95A3AA06-B562-403F-9FDE-8AB52F80A14B}.Debug|x86.Build.0 = Debug|Win32
{95A3AA06-B562-403F-9FDE-8AB52F80A14B}.Release|x64.ActiveCfg = Release|x64
{95A3AA06-B562-403F-9FDE-8AB52F80A14B}.Release|x64.Build.0 = Release|x64
{95A3AA06-B562-403F-9FDE-8AB52F80A14B}.Release|x86.ActiveCfg = Release|Win32
{95A3AA06-B562-403F-9FDE-8AB52F80A14B}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7F94B3B1-7B3A-47F6-AC2C-E96262BDA8BB}
EndGlobalSection
EndGlobal