summaryrefslogtreecommitdiffstats
path: root/tinyMSRP/tinyMSRP.vcproj
diff options
context:
space:
mode:
authorbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
committerbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
commit1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f (patch)
tree4b6214a7142ab1035cb0e47444e88af38e712421 /tinyMSRP/tinyMSRP.vcproj
downloaddoubango-1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f.zip
doubango-1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f.tar.gz
Move deprecated v1.0 from trunk to branches1.0
Diffstat (limited to 'tinyMSRP/tinyMSRP.vcproj')
-rw-r--r--tinyMSRP/tinyMSRP.vcproj528
1 files changed, 528 insertions, 0 deletions
diff --git a/tinyMSRP/tinyMSRP.vcproj b/tinyMSRP/tinyMSRP.vcproj
new file mode 100644
index 0000000..cb5a4d3
--- /dev/null
+++ b/tinyMSRP/tinyMSRP.vcproj
@@ -0,0 +1,528 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="tinyMSRP"
+ ProjectGUID="{AA46AF16-9678-4054-8E48-98DC21ECEC82}"
+ RootNamespace="tinyMSRP"
+ 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;..\tinyNET\src;..\tinySAK\src;..\tinyMSRP\include;..\tinyHTTP\include;..\tinySDP\include"
+ PreprocessorDefinitions="DEBUG_LEVEL=DEBUG_LEVEL_INFO;WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYMSRP_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 $(OutDir)\tinyHTTP.lib $(OutDir)\tinySDP.lib $(OutDir)\tinyNET.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="..\thirdparties\win32\include;..\tinyNET\src;..\tinySAK\src;..\tinyMSRP\include;..\tinyHTTP\include;..\tinySDP\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYMSRP_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 $(OutDir)\tinyHTTP.lib $(OutDir)\tinySDP.lib $(OutDir)\tinyNET.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="include(*.h)"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\include\tinymsrp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinymsrp_config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tmsrp.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinymsrp\tmsrp_event.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\tmsrp_message.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\tmsrp_uri.h"
+ >
+ </File>
+ <Filter
+ Name="headers"
+ >
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Authentication-Info.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Authorization.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Byte-Range.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Content-Type.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Dummy.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Expires.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Failure-Report.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_From-Path.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Max-Expires.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Message-ID.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Min-Expires.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Status.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Success-Report.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_To-Path.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_Use-Path.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\headers\tmsrp_header_WWW-Authenticate.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="parsers"
+ >
+ <File
+ RelativePath=".\include\tinyMSRP\parsers\tmsrp_parser_header.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\parsers\tmsrp_parser_message.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\parsers\tmsrp_parser_uri.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="session"
+ >
+ <File
+ RelativePath=".\include\tinyMSRP\session\tmsrp_config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\session\tmsrp_data.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\session\tmsrp_media.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\session\tmsrp_receiver.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\tinyMSRP\session\tmsrp_sender.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="source(*.c)"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath=".\src\tmsrp.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tmsrp_event.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tmsrp_message.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\tmsrp_uri.c"
+ >
+ </File>
+ <Filter
+ Name="headers"
+ >
+ <File
+ RelativePath=".\src\headers\tmsrp_header.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Authentication-Info.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Authorization.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Byte-Range.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Content-Type.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Dummy.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Expires.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Failure-Report.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_From-Path.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Max-Expires.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Message-ID.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Min-Expires.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Status.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Success-Report.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_To-Path.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_Use-Path.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\headers\tmsrp_header_WWW-Authenticate.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="parsers"
+ >
+ <File
+ RelativePath=".\src\parsers\tmsrp_parser_message.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\parsers\tmsrp_parser_uri.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="session"
+ >
+ <File
+ RelativePath=".\src\session\tmsrp_config.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\session\tmsrp_data.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\session\tmsrp_receiver.c"
+ >
+ </File>
+ <File
+ RelativePath=".\src\session\tmsrp_sender.c"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="ragel(*.rl)"
+ >
+ <File
+ RelativePath=".\ragel\tmsrp_machine_utils.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Authentication-Info.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Authorization.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Byte-Range.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Content-Type.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Dummy.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Expires.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Failure-Report.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_From-Path.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Max-Expires.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Message-ID.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Min-Expires.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Status.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Success-Report.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_To-Path.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_header_Use-Path.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_message.rl"
+ >
+ </File>
+ <File
+ RelativePath=".\ragel\tmsrp_parser_uri.rl"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="abnf(*.abnf)"
+ >
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
OpenPOWER on IntegriCloud