diff options
Diffstat (limited to 'lib/libsquish/vs7/squish/squish.vcproj')
-rw-r--r-- | lib/libsquish/vs7/squish/squish.vcproj | 201 |
1 files changed, 0 insertions, 201 deletions
diff --git a/lib/libsquish/vs7/squish/squish.vcproj b/lib/libsquish/vs7/squish/squish.vcproj deleted file mode 100644 index d77722cff1..0000000000 --- a/lib/libsquish/vs7/squish/squish.vcproj +++ /dev/null @@ -1,201 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.10" - Name="squish" - ProjectGUID="{6A8518C3-D81A-4428-BD7F-C37933088AC1}" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="Debug" - IntermediateDirectory="Debug" - ConfigurationType="4" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\.." - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;SQUISH_USE_SSE=2" - MinimalRebuild="TRUE" - BasicRuntimeChecks="3" - RuntimeLibrary="3" - EnableEnhancedInstructionSet="1" - ForceConformanceInForLoopScope="TRUE" - UsePrecompiledHeader="0" - WarningLevel="4" - WarnAsError="TRUE" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="../../lib/squishd.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="Release" - IntermediateDirectory="Release" - ConfigurationType="4" - CharacterSet="2" - WholeProgramOptimization="FALSE"> - <Tool - Name="VCCLCompilerTool" - GlobalOptimizations="TRUE" - InlineFunctionExpansion="2" - FavorSizeOrSpeed="1" - OmitFramePointers="TRUE" - AdditionalIncludeDirectories="..\.." - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;SQUISH_USE_SSE=2" - RuntimeLibrary="2" - ForceConformanceInForLoopScope="TRUE" - UsePrecompiledHeader="0" - WarningLevel="4" - WarnAsError="TRUE" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="../../lib/squish.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Source Files" - Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" - UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> - <File - RelativePath="..\..\alpha.cpp"> - </File> - <File - RelativePath="..\..\clusterfit.cpp"> - </File> - <File - RelativePath="..\..\colourblock.cpp"> - </File> - <File - RelativePath="..\..\colourfit.cpp"> - </File> - <File - RelativePath="..\..\colourset.cpp"> - </File> - <File - RelativePath="..\..\maths.cpp"> - </File> - <File - RelativePath="..\..\rangefit.cpp"> - </File> - <File - RelativePath="..\..\singlecolourfit.cpp"> - </File> - <File - RelativePath="..\..\squish.cpp"> - </File> - </Filter> - <Filter - Name="Header Files" - Filter="h;hpp;hxx;hm;inl;inc;xsd" - UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> - <File - RelativePath="..\..\alpha.h"> - </File> - <File - RelativePath="..\..\clusterfit.h"> - </File> - <File - RelativePath="..\..\colourblock.h"> - </File> - <File - RelativePath="..\..\colourfit.h"> - </File> - <File - RelativePath="..\..\colourset.h"> - </File> - <File - RelativePath="..\..\config.h"> - </File> - <File - RelativePath="..\..\maths.h"> - </File> - <File - RelativePath="..\..\rangefit.h"> - </File> - <File - RelativePath="..\..\simd.h"> - </File> - <File - RelativePath="..\..\simd_float.h"> - </File> - <File - RelativePath="..\..\simd_sse.h"> - </File> - <File - RelativePath="..\..\simd_ve.h"> - </File> - <File - RelativePath="..\..\singlecolourfit.h"> - </File> - <File - RelativePath="..\..\singlecolourlookup.inl"> - </File> - <File - RelativePath="..\..\squish.h"> - </File> - </Filter> - <Filter - Name="Resource Files" - Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" - UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> - <File - RelativePath="..\..\texture_compression_s3tc.txt"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |