"vscode:/vscode.git/clone" did not exist on "4894cc4b797cc929b3b992d553cae7571a7efc1c"
Commit 53b99854 authored by wxchan's avatar wxchan Committed by Guolin Ke
Browse files

[optional] support protobuf (#908)

parent fa45a97b
......@@ -278,7 +278,10 @@
<ClCompile Include="..\src\lightgbm_R.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\src\boosting\gbdt_model.cpp">
<ClCompile Include="..\src\boosting\gbdt_model_text.cpp">
<Filter>src\boosting</Filter>
</ClCompile>
<ClCompile Include="..\src\boosting\gbdt_model_proto.cpp">
<Filter>src\boosting</Filter>
</ClCompile>
</ItemGroup>
......
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