-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFastMagicBitboards.sln
More file actions
48 lines (48 loc) · 2.39 KB
/
FastMagicBitboards.sln
File metadata and controls
48 lines (48 loc) · 2.39 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.852
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestApp", "TestApp\TestApp.vcxproj", "{9F73109F-0E3B-4D52-9E14-8B90B9AB3F9A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FastMagicBitboards", "FastMagicBitboards\FastMagicBitboards.vcxproj", "{963A6874-A45B-4FA9-9448-ACF14C8385C7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F193C4DD-02E0-437C-9436-84C84B4449C2}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
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
{9F73109F-0E3B-4D52-9E14-8B90B9AB3F9A}.Debug|x64.ActiveCfg = Debug|x64
{9F73109F-0E3B-4D52-9E14-8B90B9AB3F9A}.Debug|x64.Build.0 = Debug|x64
{9F73109F-0E3B-4D52-9E14-8B90B9AB3F9A}.Debug|x86.ActiveCfg = Debug|Win32
{9F73109F-0E3B-4D52-9E14-8B90B9AB3F9A}.Debug|x86.Build.0 = Debug|Win32
{9F73109F-0E3B-4D52-9E14-8B90B9AB3F9A}.Release|x64.ActiveCfg = Release|x64
{9F73109F-0E3B-4D52-9E14-8B90B9AB3F9A}.Release|x64.Build.0 = Release|x64
{9F73109F-0E3B-4D52-9E14-8B90B9AB3F9A}.Release|x86.ActiveCfg = Release|Win32
{9F73109F-0E3B-4D52-9E14-8B90B9AB3F9A}.Release|x86.Build.0 = Release|Win32
{963A6874-A45B-4FA9-9448-ACF14C8385C7}.Debug|x64.ActiveCfg = Debug|x64
{963A6874-A45B-4FA9-9448-ACF14C8385C7}.Debug|x64.Build.0 = Debug|x64
{963A6874-A45B-4FA9-9448-ACF14C8385C7}.Debug|x86.ActiveCfg = Debug|Win32
{963A6874-A45B-4FA9-9448-ACF14C8385C7}.Debug|x86.Build.0 = Debug|Win32
{963A6874-A45B-4FA9-9448-ACF14C8385C7}.Release|x64.ActiveCfg = Release|x64
{963A6874-A45B-4FA9-9448-ACF14C8385C7}.Release|x64.Build.0 = Release|x64
{963A6874-A45B-4FA9-9448-ACF14C8385C7}.Release|x86.ActiveCfg = Release|Win32
{963A6874-A45B-4FA9-9448-ACF14C8385C7}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3806C08C-5197-400A-85A9-BE30137AFD18}
EndGlobalSection
EndGlobal