Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
53b99854
"vscode:/vscode.git/clone" did not exist on "4894cc4b797cc929b3b992d553cae7571a7efc1c"
Commit
53b99854
authored
Oct 19, 2017
by
wxchan
Committed by
Guolin Ke
Oct 19, 2017
Browse files
[optional] support protobuf (#908)
parent
fa45a97b
Changes
21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
windows/LightGBM.vcxproj.filters
windows/LightGBM.vcxproj.filters
+4
-1
No files found.
windows/LightGBM.vcxproj.filters
View file @
53b99854
...
...
@@ -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>
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment