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
14f429f2
"include/vscode:/vscode.git/clone" did not exist on "1f8a50e429735ded6b27bfdfb96d0e0aa4d8627b"
Commit
14f429f2
authored
May 03, 2017
by
Guolin Ke
Browse files
fix vs build.
parent
1ad85be5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
windows/LightGBM.vcxproj
windows/LightGBM.vcxproj
+1
-0
windows/LightGBM.vcxproj.filters
windows/LightGBM.vcxproj.filters
+3
-0
No files found.
windows/LightGBM.vcxproj
View file @
14f429f2
...
@@ -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"
/>
...
...
windows/LightGBM.vcxproj.filters
View file @
14f429f2
...
@@ -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
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