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 /project/VS2010Express/UnrarXLib.vcxproj | |
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 'project/VS2010Express/UnrarXLib.vcxproj')
-rw-r--r-- | project/VS2010Express/UnrarXLib.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/project/VS2010Express/UnrarXLib.vcxproj b/project/VS2010Express/UnrarXLib.vcxproj index a35a43caa9..e5cc981029 100644 --- a/project/VS2010Express/UnrarXLib.vcxproj +++ b/project/VS2010Express/UnrarXLib.vcxproj @@ -46,18 +46,22 @@ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|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="XBMC for Windows.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|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="XBMC for Windows.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|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="XBMC for Windows.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|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="XBMC for Windows.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
|