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
5516533c
"python-package/vscode:/vscode.git/clone" did not exist on "33d90f4640c78c50fc689cd49544713303fff1f6"
Unverified
Commit
5516533c
authored
Jan 09, 2024
by
James Lamb
Committed by
GitHub
Jan 09, 2024
Browse files
[c++] include OpenMP-control files in MSBuild solution file (fixes #6238) (#6251)
parent
ec97d36c
Changes
2
Show 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 @
5516533c
...
@@ -343,6 +343,7 @@
...
@@ -343,6 +343,7 @@
<ClCompile
Include=
"..\src\treelearner\tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\voting_parallel_tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\voting_parallel_tree_learner.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\gradient_discretizer.cpp"
/>
<ClCompile
Include=
"..\src\treelearner\gradient_discretizer.cpp"
/>
<ClCompile
Include=
"..\src\utils\openmp_wrapper.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 @
5516533c
...
@@ -344,5 +344,8 @@
...
@@ -344,5 +344,8 @@
<ClCompile
Include=
"..\src\treelearner\gradient_discretizer.cpp"
>
<ClCompile
Include=
"..\src\treelearner\gradient_discretizer.cpp"
>
<Filter>
src\treelearner
</Filter>
<Filter>
src\treelearner
</Filter>
</ClCompile>
</ClCompile>
<ClCompile
Include=
"..\src\utils\openmp_wrapper.cpp"
>
<Filter>
src\utils
</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