diff options
author | montellese <montellese@xbmc.org> | 2012-09-06 13:37:40 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-09-06 13:37:40 +0200 |
commit | 7c6848f20044dbdb554e8d4be8c72eca3606834e (patch) | |
tree | 38afde458935e8359c5f0941fa508f2062012dba /project | |
parent | c725441fe90a440157b9f21f99dd8aca6bfb9ffc (diff) |
[win32] remove TestCryptThreading as CryptThreading is not available for win32
Diffstat (limited to 'project')
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 7 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 9c9d8abf1a..eb995d5c9f 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -1294,13 +1294,6 @@ <ClCompile Include="..\..\xbmc\utils\StreamUtils.cpp" /> <ClCompile Include="..\..\xbmc\utils\StringUtils.cpp" /> <ClCompile Include="..\..\xbmc\utils\SystemInfo.cpp" /> - <ClCompile Include="..\..\xbmc\utils\test\TestCryptThreading.cpp"> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug Testsuite|Win32'">true</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">true</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">true</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (DirectX)|Win32'">true</ExcludedFromBuild> - <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release (OpenGL)|Win32'">true</ExcludedFromBuild> - </ClCompile> <ClCompile Include="..\..\xbmc\utils\test\TestFileOperationJob.cpp"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (DirectX)|Win32'">true</ExcludedFromBuild> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug (OpenGL)|Win32'">true</ExcludedFromBuild> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index f73cc7ff21..fb77657af4 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -2945,9 +2945,6 @@ <ClCompile Include="..\..\xbmc\utils\test\TestXBMCTinyXML.cpp"> <Filter>utils\test</Filter> </ClCompile> - <ClCompile Include="..\..\xbmc\utils\test\TestCryptThreading.cpp"> - <Filter>utils\test</Filter> - </ClCompile> <ClCompile Include="..\..\xbmc\utils\test\TestGlobalsHandlingPattern1.h"> <Filter>utils\test</Filter> </ClCompile> |