diff options
Diffstat (limited to 'lib/vgmstream')
-rw-r--r-- | lib/vgmstream/win32/win32.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vgmstream/win32/win32.vcxproj b/lib/vgmstream/win32/win32.vcxproj index e7fca4de68..0565d1897a 100644 --- a/lib/vgmstream/win32/win32.vcxproj +++ b/lib/vgmstream/win32/win32.vcxproj @@ -32,11 +32,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" /> + <Import Project="$(SolutionDir)\XBMC.defaults.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" /> + <Import Project="$(SolutionDir)\XBMC.defaults.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> |