Skip to content

Commit

Permalink
Update leela-zero.vcxproj for VS2015.
Browse files Browse the repository at this point in the history
Pull request #1439.
  • Loading branch information
alreadydone authored and gcp committed May 18, 2018
1 parent 0300531 commit 8daa7e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion msvc/VS2015/leela-zero.vcxproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
Expand Down Expand Up @@ -93,6 +93,7 @@
<ClCompile Include="..\..\src\Training.cpp" />
<ClCompile Include="..\..\src\Tuner.cpp" />
<ClCompile Include="..\..\src\UCTNode.cpp" />
<ClCompile Include="..\..\src\UCTNodePointer.cpp" />
<ClCompile Include="..\..\src\UCTNodeRoot.cpp" />
<ClCompile Include="..\..\src\UCTSearch.cpp" />
<ClCompile Include="..\..\src\Utils.cpp" />
Expand Down Expand Up @@ -121,6 +122,7 @@
<ClInclude Include="..\..\src\Training.h" />
<ClInclude Include="..\..\src\Tuner.h" />
<ClInclude Include="..\..\src\UCTNode.h" />
<ClInclude Include="..\..\src\UCTNodePointer.h" />
<ClInclude Include="..\..\src\UCTSearch.h" />
<ClInclude Include="..\..\src\Utils.h" />
<ClInclude Include="..\..\src\Zobrist.h" />
Expand Down

0 comments on commit 8daa7e7

Please sign in to comment.