diff options
author | montellese <montellese@xbmc.org> | 2012-09-22 16:28:59 +0200 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-09-22 16:28:59 +0200 |
commit | d3abc4ef00e02531438c124ebee2742b7487964d (patch) | |
tree | 74f23440aad3b2ff2df0c3af7989a04e9f09d5cc | |
parent | 8df5ef8ce3f136fe7f2e4ee2066f8a885338d668 (diff) |
[win32] update VS projects after d83dc04f4754f1045edeb72234ade67d32d056d4
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj | 7 | ||||
-rw-r--r-- | project/VS2010Express/XBMC.vcxproj.filters | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj index 98120f65ce..f57d90f9ee 100644 --- a/project/VS2010Express/XBMC.vcxproj +++ b/project/VS2010Express/XBMC.vcxproj @@ -755,6 +755,13 @@ <ClCompile Include="..\..\xbmc\interfaces\python\generated\AddonModuleXbmcvfs.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\python\LanguageHook.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\python\swig.cpp" /> + <ClCompile Include="..\..\xbmc\interfaces\python\test\TestSwig.cpp"> + <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> + <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Template|Win32'">true</ExcludedFromBuild> + </ClCompile> <ClCompile Include="..\..\xbmc\interfaces\python\XBPython.cpp" /> <ClCompile Include="..\..\xbmc\interfaces\python\XBPyThread.cpp" /> <ClCompile Include="..\..\xbmc\LangInfo.cpp" /> diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters index ebf7a0ce1c..0219b0e11b 100644 --- a/project/VS2010Express/XBMC.vcxproj.filters +++ b/project/VS2010Express/XBMC.vcxproj.filters @@ -280,6 +280,9 @@ <Filter Include="interfaces\python\generated"> <UniqueIdentifier>{4cc89394-6b5b-44db-86a2-8b71b65e85a8}</UniqueIdentifier> </Filter> + <Filter Include="interfaces\python\test"> + <UniqueIdentifier>{0a84b5ee-2ad4-4ae2-9a8d-fc585c6d8aae}</UniqueIdentifier> + </Filter> </ItemGroup> <ItemGroup> <ClCompile Include="..\..\xbmc\win32\pch.cpp"> @@ -2924,6 +2927,9 @@ <ClCompile Include="..\..\xbmc\music\tags\MusicInfoTagLoaderWav.cpp"> <Filter>music\tags</Filter> </ClCompile> + <ClCompile Include="..\..\xbmc\interfaces\python\test\TestSwig.cpp"> + <Filter>interfaces\python\test</Filter> + </ClCompile> </ItemGroup> <ItemGroup> <ClInclude Include="..\..\xbmc\win32\pch.h"> |