|
|
@ -87,6 +87,9 @@ ${gen_package_props(packages, repo_root)}\ |
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration"> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
<PlatformToolset>v120</PlatformToolset> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration"> |
|
|
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration"> |
|
|
|
<ConfigurationType>${configuration_type}</ConfigurationType> |
|
|
|
<ConfigurationType>${configuration_type}</ConfigurationType> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
@ -140,7 +143,7 @@ ${gen_package_props(packages, repo_root)}\ |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
@ -176,7 +179,7 @@ ${gen_package_props(packages, repo_root)}\ |
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
@ -217,7 +220,7 @@ ${gen_package_props(packages, repo_root)}\ |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
@ -253,7 +256,7 @@ ${gen_package_props(packages, repo_root)}\ |
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|
<TreatWarningAsError>true</TreatWarningAsError> |
|
|
|