diff options
author | jmarshallnz <jcmarsha@gmail.com> | 2014-06-10 10:40:27 +1200 |
---|---|---|
committer | jmarshallnz <jcmarsha@gmail.com> | 2014-06-10 10:40:27 +1200 |
commit | 861c9e0ccb59184747d87e12dc87023188ec24b0 (patch) | |
tree | 43eb27f4d31ac2c8da1b2112e35e0b15ac181209 /project/VS2010Express | |
parent | 7cc9474893294a5a40409ef7d57c3b2ea12abe8c (diff) | |
parent | a84386b8d277456ce70566c51665d6ebae0b81a2 (diff) |
Merge pull request #4873 from Karlson2k/fix_sysinfo_test_01
Fix SysInfo test
Diffstat (limited to 'project/VS2010Express')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index b749bd8e31..79e0219ebb 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1305,7 +1305,6 @@ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> </ClCompile> <ClCompile Include="..\..\xbmc\utils\test\TestSystemInfo.cpp"> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild> </ClCompile> |