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
cc2cfe6d
Commit
cc2cfe6d
authored
Jul 24, 2017
by
Qiwei Ye
Browse files
Upgrade VC120 to VC140 for better compatibily of C99 and C++
parent
959fb8fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
windows/LightGBM.vcxproj
windows/LightGBM.vcxproj
+5
-5
No files found.
windows/LightGBM.vcxproj
View file @
cc2cfe6d
...
@@ -34,20 +34,20 @@
...
@@ -34,20 +34,20 @@
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.Default.props"
/>
<PropertyGroup
Label=
"Configuration"
Condition=
"'$(Configuration)|$(Platform)'=='Debug_mpi|x64'"
>
<PropertyGroup
Label=
"Configuration"
Condition=
"'$(Configuration)|$(Platform)'=='Debug_mpi|x64'"
>
<PlatformToolset>
v1
2
0
</PlatformToolset>
<PlatformToolset>
v1
4
0
</PlatformToolset>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Label=
"Configuration"
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PropertyGroup
Label=
"Configuration"
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<PlatformToolset>
v1
2
0
</PlatformToolset>
<PlatformToolset>
v1
4
0
</PlatformToolset>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DLL|x64'"
Label=
"Configuration"
>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='DLL|x64'"
Label=
"Configuration"
>
<PlatformToolset>
v1
2
0
</PlatformToolset>
<PlatformToolset>
v1
4
0
</PlatformToolset>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
<ConfigurationType>
DynamicLibrary
</ConfigurationType>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Label=
"Configuration"
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PropertyGroup
Label=
"Configuration"
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<PlatformToolset>
v1
2
0
</PlatformToolset>
<PlatformToolset>
v1
4
0
</PlatformToolset>
</PropertyGroup>
</PropertyGroup>
<PropertyGroup
Label=
"Configuration"
Condition=
"'$(Configuration)|$(Platform)'=='Release_mpi|x64'"
>
<PropertyGroup
Label=
"Configuration"
Condition=
"'$(Configuration)|$(Platform)'=='Release_mpi|x64'"
>
<PlatformToolset>
v1
2
0
</PlatformToolset>
<PlatformToolset>
v1
4
0
</PlatformToolset>
</PropertyGroup>
</PropertyGroup>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<Import
Project=
"$(VCTargetsPath)\Microsoft.Cpp.props"
/>
<ImportGroup
Label=
"ExtensionSettings"
>
<ImportGroup
Label=
"ExtensionSettings"
>
...
...
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