forked from Gismo359/HashCode2019
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHashcode.sln
40 lines (40 loc) · 1.97 KB
/
Hashcode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2050
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Hashcode", "Hashcode\Hashcode.vcxproj", "{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug - Clang|x64 = Debug - Clang|x64
Debug - Clang|x86 = Debug - Clang|x86
Debug - MSVC|x64 = Debug - MSVC|x64
Debug - MSVC|x86 = Debug - MSVC|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Debug - Clang|x64.ActiveCfg = Debug - Clang|x64
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Debug - Clang|x64.Build.0 = Debug - Clang|x64
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Debug - Clang|x86.ActiveCfg = Debug - Clang|Win32
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Debug - Clang|x86.Build.0 = Debug - Clang|Win32
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Debug - MSVC|x64.ActiveCfg = Debug - MSVC|x64
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Debug - MSVC|x64.Build.0 = Debug - MSVC|x64
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Debug - MSVC|x86.ActiveCfg = Debug - MSVC|Win32
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Debug - MSVC|x86.Build.0 = Debug - MSVC|Win32
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Release|x64.ActiveCfg = Release|x64
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Release|x64.Build.0 = Release|x64
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Release|x86.ActiveCfg = Release|Win32
{1E744B7F-0B33-4E2C-9A9A-EB9B1F9232F3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44F2CDB6-EB55-4896-A967-F8B4686FCD4E}
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal