diff options
author | Martijn Kaijser <machine.sanctum@gmail.com> | 2014-10-26 16:02:00 -0700 |
---|---|---|
committer | Martijn Kaijser <machine.sanctum@gmail.com> | 2014-10-26 16:02:00 -0700 |
commit | f256f531cfacbac3f5c714852bde19ed8d465d46 (patch) | |
tree | f2b1da3b1a9edf6c42ee627d4d85137cf0423fe9 /project | |
parent | 27a73772125b42cb45b9f8a15c18bb781f03d868 (diff) | |
parent | cfbf18679ce0a08c4b5f4a6fbcbb80c45725a271 (diff) |
Merge pull request #5578 from Montellese/fix_unittests
[win32] fix some unit tests
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index ed5ad2a266..b33e533115 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -69,7 +69,7 @@ <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">$(DXSDK_DIR)Lib\x86;$(LibraryPath)</LibraryPath> <IncludePath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)Include;$(IncludePath)</IncludePath> <LibraryPath Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(DXSDK_DIR)Lib\x86;$(LibraryPath)</LibraryPath> - <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">xbmc-test</TargetName> + <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">$(ProjectName)-test</TargetName> <CustomBuildBeforeTargets Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </CustomBuildBeforeTargets> </PropertyGroup> |