-
Notifications
You must be signed in to change notification settings - Fork 24
/
python-dlshogi.sln
36 lines (36 loc) · 1.8 KB
/
python-dlshogi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "python-dlshogi", "python-dlshogi.pyproj", "{7161853F-B325-4C6E-961B-12CA0E483A74}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "utils", "utils\utils.pyproj", "{D8FB4182-B053-477B-9EF0-9C307AC5C0DF}"
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
{7161853F-B325-4C6E-961B-12CA0E483A74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7161853F-B325-4C6E-961B-12CA0E483A74}.Debug|x64.ActiveCfg = Debug|Any CPU
{7161853F-B325-4C6E-961B-12CA0E483A74}.Debug|x86.ActiveCfg = Debug|Any CPU
{7161853F-B325-4C6E-961B-12CA0E483A74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7161853F-B325-4C6E-961B-12CA0E483A74}.Release|x64.ActiveCfg = Release|Any CPU
{7161853F-B325-4C6E-961B-12CA0E483A74}.Release|x86.ActiveCfg = Release|Any CPU
{D8FB4182-B053-477B-9EF0-9C307AC5C0DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8FB4182-B053-477B-9EF0-9C307AC5C0DF}.Debug|x64.ActiveCfg = Debug|Any CPU
{D8FB4182-B053-477B-9EF0-9C307AC5C0DF}.Debug|x86.ActiveCfg = Debug|Any CPU
{D8FB4182-B053-477B-9EF0-9C307AC5C0DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8FB4182-B053-477B-9EF0-9C307AC5C0DF}.Release|x64.ActiveCfg = Release|Any CPU
{D8FB4182-B053-477B-9EF0-9C307AC5C0DF}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal