aboutsummaryrefslogtreecommitdiff
path: root/lib/cximage-6.0/tiff/Tiff.vcxproj
diff options
context:
space:
mode:
authorKarlson2k <k2k@narod.ru>2013-10-30 21:02:16 +0400
committerKarlson2k <k2k@narod.ru>2013-10-30 21:08:14 +0400
commit821436673a4382968101f9ba34136bd5e5a0f4eb (patch)
tree14d719ebd325a778fa3e742ddb05b1aaeb4e3a4e /lib/cximage-6.0/tiff/Tiff.vcxproj
parent9f8682de034caaf367d55b2c3c448254d5e8b320 (diff)
[win32] mark debug/release configs with proper internal marks
VS project wizard generate project with such marks, should help MSBuild to correctly configure internal staff. Seems that correct XBMC marks was lost on conversion from old projects.
Diffstat (limited to 'lib/cximage-6.0/tiff/Tiff.vcxproj')
-rw-r--r--lib/cximage-6.0/tiff/Tiff.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/cximage-6.0/tiff/Tiff.vcxproj b/lib/cximage-6.0/tiff/Tiff.vcxproj
index ee90453535..d4bcfec058 100644
--- a/lib/cximage-6.0/tiff/Tiff.vcxproj
+++ b/lib/cximage-6.0/tiff/Tiff.vcxproj
@@ -34,9 +34,11 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">