diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-11-01 03:26:45 -0700 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2013-11-01 03:26:45 -0700 |
commit | e8222dffb45220fb6778ac78082508df9a9cd0b9 (patch) | |
tree | b8250fecb8f1fe3544c8cdf16a2955b79b61a67d /lib/stsound | |
parent | bc1847a03287fddd8f24d26855c909e78bd1f2bc (diff) | |
parent | 5c8d7c6ca5a699f338262a704d2f15c158ead870 (diff) |
Merge pull request #3527 from Karlson2k/win32_projects_cleanup_03
Win32 projects cleanup 03
Diffstat (limited to 'lib/stsound')
-rw-r--r-- | lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj b/lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj index 1236ae22ee..10deef1158 100644 --- a/lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj +++ b/lib/stsound/StSoundLibrary/StSoundLibrary.vcxproj @@ -31,12 +31,10 @@ </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> <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> <PropertyGroup Label="UserMacros" /> |