"include/vscode:/vscode.git/clone" did not exist on "1f8a50e429735ded6b27bfdfb96d0e0aa4d8627b"
Commit 14f429f2 authored by Guolin Ke's avatar Guolin Ke
Browse files

fix vs build.

parent 1ad85be5
...@@ -243,6 +243,7 @@ ...@@ -243,6 +243,7 @@
<ClCompile Include="..\src\application\application.cpp" /> <ClCompile Include="..\src\application\application.cpp" />
<ClCompile Include="..\src\boosting\boosting.cpp" /> <ClCompile Include="..\src\boosting\boosting.cpp" />
<ClCompile Include="..\src\boosting\gbdt.cpp" /> <ClCompile Include="..\src\boosting\gbdt.cpp" />
<ClCompile Include="..\src\boosting\gbdt_prediction.cpp" />
<ClCompile Include="..\src\c_api.cpp" /> <ClCompile Include="..\src\c_api.cpp" />
<ClCompile Include="..\src\io\bin.cpp" /> <ClCompile Include="..\src\io\bin.cpp" />
<ClCompile Include="..\src\io\config.cpp" /> <ClCompile Include="..\src\io\config.cpp" />
......
...@@ -257,5 +257,8 @@ ...@@ -257,5 +257,8 @@
<ClCompile Include="..\src\treelearner\voting_parallel_tree_learner.cpp"> <ClCompile Include="..\src\treelearner\voting_parallel_tree_learner.cpp">
<Filter>src\treelearner</Filter> <Filter>src\treelearner</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\src\boosting\gbdt_prediction.cpp">
<Filter>src\boosting</Filter>
</ClCompile>
</ItemGroup> </ItemGroup>
</Project> </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