diff options
author | Karlson2k <k2k@narod.ru> | 2013-10-30 19:31:16 +0400 |
---|---|---|
committer | Karlson2k <k2k@narod.ru> | 2013-10-30 21:35:42 +0400 |
commit | 5c8d7c6ca5a699f338262a704d2f15c158ead870 (patch) | |
tree | 5212c3bbb8747bc96889ebe5e1f290c589d20fb3 /lib/cximage-6.0/jbig/jbig.vcxproj | |
parent | 6dd9fa14dd63843967e572691343f2923ef71231 (diff) |
[win32] cleanup: remove leftover from old project conversion
This remove useless preprocessor definition "_VC80_UPGRADE=0x0710"
Diffstat (limited to 'lib/cximage-6.0/jbig/jbig.vcxproj')
-rw-r--r-- | lib/cximage-6.0/jbig/jbig.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/cximage-6.0/jbig/jbig.vcxproj b/lib/cximage-6.0/jbig/jbig.vcxproj index e9bab321f8..68d06f6a5b 100644 --- a/lib/cximage-6.0/jbig/jbig.vcxproj +++ b/lib/cximage-6.0/jbig/jbig.vcxproj @@ -26,12 +26,10 @@ </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> <Import Project="..\..\..\project\VS2010Express\XBMC for Windows.props" /> </ImportGroup> <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> - <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> <Import Project="..\..\..\project\VS2010Express\XBMC for Windows.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> |