Commit 14f429f2 authored by Guolin Ke's avatar Guolin Ke
Browse files

fix vs build.

parent 1ad85be5
......@@ -243,6 +243,7 @@
<ClCompile Include="..\src\application\application.cpp" />
<ClCompile Include="..\src\boosting\boosting.cpp" />
<ClCompile Include="..\src\boosting\gbdt.cpp" />
<ClCompile Include="..\src\boosting\gbdt_prediction.cpp" />
<ClCompile Include="..\src\c_api.cpp" />
<ClCompile Include="..\src\io\bin.cpp" />
<ClCompile Include="..\src\io\config.cpp" />
......
......@@ -257,5 +257,8 @@
<ClCompile Include="..\src\treelearner\voting_parallel_tree_learner.cpp">
<Filter>src\treelearner</Filter>
</ClCompile>
<ClCompile Include="..\src\boosting\gbdt_prediction.cpp">
<Filter>src\boosting</Filter>
</ClCompile>
</ItemGroup>
</Project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment