Commit 4e15aed6 authored by Qiwei Ye's avatar Qiwei Ye
Browse files

change path for VS solutions

parent 45a7a0ab
......@@ -197,7 +197,6 @@
<ClInclude Include="..\src\treelearner\split_info.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\include\LightGBM\utils\log.cpp" />
<ClCompile Include="..\src\application\application.cpp" />
<ClCompile Include="..\src\boosting\boosting.cpp" />
<ClCompile Include="..\src\boosting\gbdt.cpp" />
......@@ -219,6 +218,7 @@
<ClCompile Include="..\src\treelearner\feature_parallel_tree_learner.cpp" />
<ClCompile Include="..\src\treelearner\serial_tree_learner.cpp" />
<ClCompile Include="..\src\treelearner\tree_learner.cpp" />
<ClCompile Include="..\src\util\log.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
......
......@@ -221,7 +221,7 @@
<ClCompile Include="..\src\main.cpp">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="..\include\LightGBM\utils\log.cpp">
<ClCompile Include="..\src\util\log.cpp">
<Filter>include\LightGBM\utils</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