aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorMartijn Kaijser <machine.sanctum@gmail.com>2014-10-26 16:02:00 -0700
committerMartijn Kaijser <machine.sanctum@gmail.com>2014-10-26 16:02:00 -0700
commitf256f531cfacbac3f5c714852bde19ed8d465d46 (patch)
treef2b1da3b1a9edf6c42ee627d4d85137cf0423fe9 /project
parent27a73772125b42cb45b9f8a15c18bb781f03d868 (diff)
parentcfbf18679ce0a08c4b5f4a6fbcbb80c45725a271 (diff)
Merge pull request #5578 from Montellese/fix_unittests
[win32] fix some unit tests
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC.vcxproj2
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>