diff options
Diffstat (limited to 'project/VS2010Express/test-XbmcThreads.vcxproj')
-rw-r--r-- | project/VS2010Express/test-XbmcThreads.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project/VS2010Express/test-XbmcThreads.vcxproj b/project/VS2010Express/test-XbmcThreads.vcxproj index d9c47d01a3..b52d51d9f8 100644 --- a/project/VS2010Express/test-XbmcThreads.vcxproj +++ b/project/VS2010Express/test-XbmcThreads.vcxproj @@ -50,19 +50,19 @@ </ImportGroup> <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="XBMC for Windows.props" /> + <Import Project="$(SolutionDir)\XBMC.defaults.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="XBMC for Windows.props" /> + <Import Project="$(SolutionDir)\XBMC.defaults.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="XBMC for Windows.props" /> + <Import Project="$(SolutionDir)\XBMC.defaults.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="XBMC for Windows.props" /> + <Import Project="$(SolutionDir)\XBMC.defaults.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> <PropertyGroup> |