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
4e15aed6
Commit
4e15aed6
authored
Oct 21, 2016
by
Qiwei Ye
Browse files
change path for VS solutions
parent
45a7a0ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
windows/LightGBM.vcxproj
windows/LightGBM.vcxproj
+1
-1
windows/LightGBM.vcxproj.filters
windows/LightGBM.vcxproj.filters
+1
-1
No files found.
windows/LightGBM.vcxproj
View file @
4e15aed6
...
@@ -197,7 +197,6 @@
...
@@ -197,7 +197,6 @@
<ClInclude
Include=
"..\src\treelearner\split_info.hpp"
/>
<ClInclude
Include=
"..\src\treelearner\split_info.hpp"
/>
</ItemGroup>
</ItemGroup>
<ItemGroup>
<ItemGroup>
<ClCompile
Include=
"..\include\LightGBM\utils\log.cpp"
/>
<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"
/>
...
@@ -219,6 +218,7 @@
...
@@ -219,6 +218,7 @@
<ClCompile
Include=
"..\src\treelearner\feature_parallel_tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\feature_parallel_tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\serial_tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\serial_tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\util\log.cpp"
/>
</ItemGroup>
</ItemGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.targets"
/>
<ImportGroup
Label=
"ExtensionTargets"
>
<ImportGroup
Label=
"ExtensionTargets"
>
...
...
windows/LightGBM.vcxproj.filters
View file @
4e15aed6
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
<ClCompile
Include=
"..\src\main.cpp"
>
<ClCompile
Include=
"..\src\main.cpp"
>
<Filter>
src
</Filter>
<Filter>
src
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\
include\LightGBM
\util
s
\log.cpp"
>
<ClCompile
Include=
"..\
src
\util\log.cpp"
>
<Filter>
include\LightGBM\utils
</Filter>
<Filter>
include\LightGBM\utils
</Filter>
</ClCompile>
</ClCompile>
</ItemGroup>
</ItemGroup>
...
...
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