зеркало из https://github.com/microsoft/LightGBM.git
This commit is contained in:
Родитель
ec97d36cf2
Коммит
5516533c63
|
@ -343,6 +343,7 @@
|
|||
<ClCompile Include="..\src\treelearner\tree_learner.cpp" />
|
||||
<ClCompile Include="..\src\treelearner\voting_parallel_tree_learner.cpp" />
|
||||
<ClCompile Include="..\src\treelearner\gradient_discretizer.cpp" />
|
||||
<ClCompile Include="..\src\utils\openmp_wrapper.cpp" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
|
|
|
@ -344,5 +344,8 @@
|
|||
<ClCompile Include="..\src\treelearner\gradient_discretizer.cpp">
|
||||
<Filter>src\treelearner</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\src\utils\openmp_wrapper.cpp">
|
||||
<Filter>src\utils</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
Загрузка…
Ссылка в новой задаче