Commit 53b99854 authored by wxchan's avatar wxchan Committed by Guolin Ke
Browse files

[optional] support protobuf (#908)

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