fix windows compile problem
This commit is contained in:
parent
b942005931
commit
dba782e985
@ -24,7 +24,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||||||
<ConfigurationType>Application</ConfigurationType>
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||||||
<UseDebugLibraries>true</UseDebugLibraries>
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||||||
<CharacterSet>MultiByte</CharacterSet>
|
<CharacterSet>MultiByte</CharacterSet>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@ -25,6 +25,11 @@
|
|||||||
<ClCompile Include="..\..\src\tree\updater.cpp" />
|
<ClCompile Include="..\..\src\tree\updater.cpp" />
|
||||||
<ClCompile Include="..\..\src\xgboost_main.cpp" />
|
<ClCompile Include="..\..\src\xgboost_main.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectReference Include="..\..\subtree\rabit\windows\rabit\rabit.vcxproj">
|
||||||
|
<Project>{d7b77d06-4f5f-4bd7-b81e-7cc8ebbe684f}</Project>
|
||||||
|
</ProjectReference>
|
||||||
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{19766C3F-7508-49D0-BAAC-0988FCC9970C}</ProjectGuid>
|
<ProjectGuid>{19766C3F-7508-49D0-BAAC-0988FCC9970C}</ProjectGuid>
|
||||||
<RootNamespace>xgboost</RootNamespace>
|
<RootNamespace>xgboost</RootNamespace>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user