summaryrefslogtreecommitdiffstats
path: root/tinySIGCOMP/tinySIGCOMP.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'tinySIGCOMP/tinySIGCOMP.vcproj')
-rw-r--r--tinySIGCOMP/tinySIGCOMP.vcproj508
1 files changed, 508 insertions, 0 deletions
diff --git a/tinySIGCOMP/tinySIGCOMP.vcproj b/tinySIGCOMP/tinySIGCOMP.vcproj
new file mode 100644
index 0000000..9daadbd
--- /dev/null
+++ b/tinySIGCOMP/tinySIGCOMP.vcproj
@@ -0,0 +1,508 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="tinySIGCOMP"
+ ProjectGUID="{76261DC8-25B3-43F4-9FB5-112C4AC0880E}"
+ RootNamespace="tinySIGCOMP"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\thirdparties\win32\include;..\tinySAK\src"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYSIGCOMP_EXPORTS;DEBUG_LEVEL=DEBUG_LEVEL_INFO;_WIN32_WINNT 0x0501"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="4"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(OutDir)\tinySAK.lib"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ EnableIntrinsicFunctions="true"
+ AdditionalIncludeDirectories="..\thirdparties\win32\include;..\tinySAK\src"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYSIGCOMP_EXPORTS"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(OutDir)\tinySAK.lib"
+ LinkIncremental="1"
+ IgnoreDefaultLibraryNames="MSVCRTD"
+ GenerateDebugInformation="false"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="source"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\src\tcomp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_buffer.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_manager.c"
+ >
+ </File>
+ <Filter
+ Name="zlib"
+ >
+ <File
+ RelativePath=".\src\adler32.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\compress.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\deflate.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\trees.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\zutil.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="SigCompLayer"
+ >
+ <File
+ RelativePath=".\src\tcomp_compartment.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_compressordata.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_compressordisp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_decompressordisp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_message.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_nackinfo.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_params.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_reqfeed.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_result.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_state.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_statehandler.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_udvm.bytecopy.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_udvm.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_udvm.instructions.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_udvm.nack.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_udvm.operands.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_udvm.statemanagment.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Dictionaries"
+ >
+ <File
+ RelativePath=".\src\tcomp_dicts.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Compressors"
+ >
+ <File
+ RelativePath=".\src\tcomp_compressor_deflate.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_compressor_dummy.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_deflatedata.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_deflatedata.ghost.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_deflatedata.zlib.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="include"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\src\tcomp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_buffer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_headers_index.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_instructions.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_manager.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_nack_codes.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_operands.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_rfc5049_sip.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_types.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tinysigcomp_config.h"
+ >
+ </File>
+ <Filter
+ Name="zlib"
+ >
+ <File
+ RelativePath=".\src\deflate.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\trees.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\zconf.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\zlib.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\zutil.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="SigCompLayer"
+ >
+ <File
+ RelativePath=".\src\tcomp_compartment.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_compressordata.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_compressordisp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_decompressordisp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_message.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_nackinfo.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_params.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_reqfeed.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_result.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_state.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_statehandler.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_udvm.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Dictionaries"
+ >
+ <File
+ RelativePath=".\src\tcomp_dicts.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_rfc3485_dictionary_sip.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_rfc5112_dictionary_presence.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Compressors"
+ >
+ <File
+ RelativePath=".\src\tcomp_compressor.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_compressor_deflate.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_compressor_dummy.h"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tcomp_deflatedata.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="asm"
+ >
+ <File
+ RelativePath=".\asm\deflate.asm"
+ >
+ </File>
+ <File
+ RelativePath=".\asm\deflate.asm.back"
+ >
+ </File>
+ <File
+ RelativePath=".\asm\dummy.asm"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="resources(*.rc)"
+ >
+ <File
+ RelativePath=".\version.rc"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
OpenPOWER on IntegriCloud