aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorStefan Saraev <stefan@saraev.ca>2015-12-14 16:19:30 +0200
committerStefan Saraev <stefan@saraev.ca>2015-12-29 22:14:33 +0200
commit00724eb109a702f0098089d849f7c02ea173a4a9 (patch)
tree20e8f601acc26c59473de8f0ce5fd3d10d4fbcd4 /project
parent026aad447070dbabe0cfe4e196551aa45fe934dd (diff)
[cleanup] nuke cximage
Diffstat (limited to 'project')
-rw-r--r--project/VS2010Express/XBMC for Windows.sln18
-rw-r--r--project/VS2010Express/XBMC.vcxproj3
-rw-r--r--project/VS2010Express/XBMC.vcxproj.filters9
3 files changed, 0 insertions, 30 deletions
diff --git a/project/VS2010Express/XBMC for Windows.sln b/project/VS2010Express/XBMC for Windows.sln
index 6e09d41dfe..a2e5df19b6 100644
--- a/project/VS2010Express/XBMC for Windows.sln
+++ b/project/VS2010Express/XBMC for Windows.sln
@@ -12,24 +12,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libPlatinum", "libPlatinum.
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UnrarXLib", "UnrarXLib.vcxproj", "{FE0A91C0-E30A-47CD-8A92-A508C9292452}"
EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageLib_dll", "..\..\lib\cximage-6.0\ImageLib.vcxproj", "{3B424C94-2005-44CC-BFB1-4B6C89090732}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageLib_jasper", "..\..\lib\cximage-6.0\jasper\jasper.vcxproj", "{3843C3D4-E5A6-4030-87EC-E7EE57242106}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageLib_jbig", "..\..\lib\cximage-6.0\jbig\jbig.vcxproj", "{88E7E431-3752-4D58-BCD2-A7E6A1B74247}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageLib_jpeg", "..\..\lib\cximage-6.0\jpeg\Jpeg.vcxproj", "{145287C8-24EA-42FE-8D7D-C13D5E4B054C}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageLib_libdcr", "..\..\lib\cximage-6.0\raw\libdcr.vcxproj", "{8E5F7DBE-2E8B-4FD2-BFFE-1960CE7EDC09}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageLib_mng", "..\..\lib\cximage-6.0\mng\mng.vcxproj", "{783701E9-4A65-4505-97B0-39E580AA680D}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageLib_png", "..\..\lib\cximage-6.0\png\png.vcxproj", "{44BF83C4-F73A-4093-A29A-11B9016318C4}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageLib_tiff", "..\..\lib\cximage-6.0\tiff\Tiff.vcxproj", "{8735F1ED-317D-4F7A-A512-B2BF9DAEA25A}"
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ImageLib_zlib", "..\..\lib\cximage-6.0\zlib\zlib.vcxproj", "{96798038-06CE-4382-BD5B-F9C366724DEB}"
-EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libexif_dll", "..\..\lib\libexif\libexif.vcxproj", "{AD20A3E2-09CB-42DB-9A70-27F7CDC886CE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "squish", "..\..\tools\depends\native\libsquish-native\src\vs7\squish\squish_2010.vcxproj", "{6A8518C3-D81A-4428-BD7F-C37933088AC1}"
diff --git a/project/VS2010Express/XBMC.vcxproj b/project/VS2010Express/XBMC.vcxproj
index 753557cbe1..4cc2a5c270 100644
--- a/project/VS2010Express/XBMC.vcxproj
+++ b/project/VS2010Express/XBMC.vcxproj
@@ -444,7 +444,6 @@
<ClCompile Include="..\..\xbmc\filesystem\ZipManager.cpp" />
<ClCompile Include="..\..\xbmc\GUIInfoManager.cpp" />
<ClCompile Include="..\..\xbmc\GUILargeTextureManager.cpp" />
- <ClCompile Include="..\..\xbmc\guilib\cximage.cpp" />
<ClCompile Include="..\..\xbmc\guilib\D3DResource.cpp" />
<ClCompile Include="..\..\xbmc\guilib\DDSImage.cpp" />
<ClCompile Include="..\..\xbmc\guilib\DirectXGraphics.cpp" />
@@ -1001,7 +1000,6 @@
<ClInclude Include="..\..\xbmc\filesystem\XbtFile.h" />
<ClInclude Include="..\..\xbmc\filesystem\XbtManager.h" />
<ClInclude Include="..\..\xbmc\guiinfo\GUIInfoLabels.h" />
- <ClInclude Include="..\..\xbmc\guilib\cximage.h" />
<ClInclude Include="..\..\xbmc\guilib\DispResource.h" />
<ClInclude Include="..\..\xbmc\guilib\FFmpegImage.h" />
<ClInclude Include="..\..\xbmc\guilib\Gif.h" />
@@ -2055,7 +2053,6 @@
<ClInclude Include="..\..\xbmc\peripherals\dialogs\GUIDialogPeripheralSettings.h" />
<ClInclude Include="..\..\xbmc\peripherals\Peripherals.h" />
<ClInclude Include="..\..\xbmc\peripherals\PeripheralTypes.h" />
- <ClInclude Include="..\..\xbmc\pictures\DllImageLib.h" />
<ClInclude Include="..\..\xbmc\pictures\DllLibExif.h" />
<ClInclude Include="..\..\xbmc\pictures\GUIDialogPictureInfo.h" />
<ClInclude Include="..\..\xbmc\pictures\GUIViewStatePictures.h" />
diff --git a/project/VS2010Express/XBMC.vcxproj.filters b/project/VS2010Express/XBMC.vcxproj.filters
index 2b9e088c5c..21ec08cabe 100644
--- a/project/VS2010Express/XBMC.vcxproj.filters
+++ b/project/VS2010Express/XBMC.vcxproj.filters
@@ -2605,9 +2605,6 @@
<ClCompile Include="..\..\xbmc\guilib\imagefactory.cpp">
<Filter>guilib</Filter>
</ClCompile>
- <ClCompile Include="..\..\xbmc\guilib\cximage.cpp">
- <Filter>guilib</Filter>
- </ClCompile>
<ClCompile Include="..\..\xbmc\filesystem\DAVFile.cpp">
<Filter>filesystem</Filter>
</ClCompile>
@@ -4237,9 +4234,6 @@
<ClInclude Include="..\..\xbmc\network\windows\NetworkWin32.h">
<Filter>network\windows</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\pictures\DllImageLib.h">
- <Filter>pictures</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\pictures\DllLibExif.h">
<Filter>pictures</Filter>
</ClInclude>
@@ -5550,9 +5544,6 @@
<ClInclude Include="..\..\xbmc\guilib\imagefactory.h">
<Filter>guilib</Filter>
</ClInclude>
- <ClInclude Include="..\..\xbmc\guilib\cximage.h">
- <Filter>guilib</Filter>
- </ClInclude>
<ClInclude Include="..\..\xbmc\video\FFmpegVideoDecoder.h">
<Filter>video</Filter>
</ClInclude>