diff options
author | CrystalPT <CrystalPT@svn> | 2010-05-13 16:41:59 +0000 |
---|---|---|
committer | CrystalPT <CrystalPT@svn> | 2010-05-13 16:41:59 +0000 |
commit | d2151cc515dbf4f223b0bc8703ddde6cc55b4e63 (patch) | |
tree | f016458c917718c89430c73b575ecadc9bb53c73 /lib/enca | |
parent | db870d9756d6ad82dd1f3239d2a7f8ae36b81f43 (diff) |
[WIN32] fixed: add property sheet to VS2010 project - equivalent to global settings of VS2008
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30125 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'lib/enca')
-rw-r--r-- | lib/enca/libenca_win32/libenca_win32.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/enca/libenca_win32/libenca_win32.vcxproj b/lib/enca/libenca_win32/libenca_win32.vcxproj index aee00ba135..fa086e4a9d 100644 --- a/lib/enca/libenca_win32/libenca_win32.vcxproj +++ b/lib/enca/libenca_win32/libenca_win32.vcxproj @@ -31,9 +31,11 @@ </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="..\..\..\project\VS2010Express\XBMC for Windows.props" />
</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="..\..\..\project\VS2010Express\XBMC for Windows.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
|