summaryrefslogtreecommitdiffstats
path: root/tinySDP/tinySDP.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'tinySDP/tinySDP.vcproj')
-rw-r--r--tinySDP/tinySDP.vcproj464
1 files changed, 464 insertions, 0 deletions
diff --git a/tinySDP/tinySDP.vcproj b/tinySDP/tinySDP.vcproj
new file mode 100644
index 0000000..ec80358
--- /dev/null
+++ b/tinySDP/tinySDP.vcproj
@@ -0,0 +1,464 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="tinySDP"
+ ProjectGUID="{E45DB518-6562-4033-80E8-60030F0B169F}"
+ RootNamespace="tinySDP"
+ 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="&quot;..\thirdparties\win32\include&quot;;&quot;..\tinySAK\src&quot;;&quot;..\tinySDP\include&quot;"
+ PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYSDP_EXPORTS"
+ 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="2"
+ EnableIntrinsicFunctions="false"
+ AdditionalIncludeDirectories="&quot;..\thirdparties\win32\include&quot;;&quot;..\tinySAK\src&quot;;&quot;..\tinySDP\include&quot;"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYSDP_EXPORTS"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="3"
+ 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(*.c)"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\src\tsdp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tsdp_message.c"
+ >
+ </File>
+ <Filter
+ Name="headers"
+ >
+ <File
+ RelativePath=".\src\headers\tsdp_header.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_A.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_B.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_C.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_Dummy.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_E.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_I.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_K.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_M.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_O.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_P.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_R.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_S.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_T.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_U.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_V.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tsdp_header_Z.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="parsers"
+ >
+ <File
+ RelativePath=".\src\parsers\tsdp_parser_message.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="include(*.h)"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\include\tinysdp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinysdp_config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tsdp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\tsdp_message.h"
+ >
+ </File>
+ <Filter
+ Name="headers"
+ >
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_A.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_B.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_C.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_Dummy.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_E.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_I.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_K.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_M.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_O.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_P.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_R.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_S.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_T.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_U.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_V.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\headers\tsdp_header_Z.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="parsers"
+ >
+ <File
+ RelativePath=".\include\tinySDP\parsers\tsdp_parser_header.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinySDP\parsers\tsdp_parser_message.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="ragel(*.rl)"
+ >
+ <File
+ RelativePath=".\ragel\tsdp_machine_utils.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_A.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_B.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_C.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_Dummy.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_E.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_I.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_K.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_M.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_O.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_P.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_R.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_S.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_T.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_U.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_V.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_header_Z.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tsdp_parser_message.rl"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="abnf(*.abnf)"
+ >
+ <File
+ RelativePath=".\abnf\sdp.abnf"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
OpenPOWER on IntegriCloud