summaryrefslogtreecommitdiffstats
path: root/bindings/csharp/tinyWRAP.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/csharp/tinyWRAP.vcproj')
-rw-r--r--bindings/csharp/tinyWRAP.vcproj396
1 files changed, 396 insertions, 0 deletions
diff --git a/bindings/csharp/tinyWRAP.vcproj b/bindings/csharp/tinyWRAP.vcproj
new file mode 100644
index 0000000..52c7a90
--- /dev/null
+++ b/bindings/csharp/tinyWRAP.vcproj
@@ -0,0 +1,396 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="tinyWRAP"
+ ProjectGUID="{6B60DF14-D5D7-4654-B8F9-1CBC8892CFC8}"
+ RootNamespace="tinyWRAP"
+ 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="..\_common;..\.;..\..\thirdparties\win32\include;..\..\tinySAK\src;..\..\tinyNET\src;..\..\tinyHTTP\include;..\..\tinySIP\include;..\..\tinyDAV\include;..\..\tinySDP\include;..\..\tinyMEDIA\include;..\..\tinyXCAP\include;..\..\tinySMS\include;..\..\tinyMSRP\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;TINYWRAP_EXPORTS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinySIP.lib $(OutDir)\tinyNET.lib $(OutDir)\tinyDAV.lib $(OutDir)\tinyMEDIA.lib $(OutDir)\tinyHTTP.lib $(OutDir)\tinyXCAP.lib $(OutDir)\tinySMS.lib $(OutDir)\tinyMSRP.lib $(OutDir)\tinySDP.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="..\_common;..\.;..\..\thirdparties\win32\include;..\..\tinySAK\src;..\..\tinyNET\src;..\..\tinyHTTP\include;..\..\tinySIP\include;..\..\tinyDAV\include;..\..\tinySDP\include;..\..\tinyMEDIA\include;..\..\tinyXCAP\include;..\..\tinySMS\include;..\..\tinyMSRP\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;TINYWRAP_EXPORTS"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="false"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ WarnAsError="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(OutDir)\tinySAK.lib $(OutDir)\tinySIP.lib $(OutDir)\tinyNET.lib $(OutDir)\tinyDAV.lib $(OutDir)\tinyMEDIA.lib $(OutDir)\tinyHTTP.lib $(OutDir)\tinyXCAP.lib $(OutDir)\tinySMS.lib $(OutDir)\tinyMSRP.lib $(OutDir)\tinySDP.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="..\_common\ActionConfig.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\DDebug.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\MediaContent.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\MediaSessionMgr.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\Msrp.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\ProxyConsumer.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\ProxyPluginMgr.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\ProxyProducer.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SafeObject.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipCallback.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipEvent.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipMessage.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipSession.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipStack.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipUri.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SMSEncoder.cxx"
+ >
+ </File>
+ <File
+ RelativePath=".\tinyWRAP_wrap.cxx"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\Xcap.cxx"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="headers"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\_common\ActionConfig.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\Common.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\DDebug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\MediaContent.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\MediaSessionMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\Msrp.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\ProxyConsumer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\ProxyPluginMgr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\ProxyProducer.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SafeObject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipCallback.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipEvent.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipMessage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipSession.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipStack.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipUri.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SMSEncoder.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\tinyWRAP_config.h"
+ >
+ </File>
+ <File
+ RelativePath=".\tinyWRAP_wrap.h"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\Xcap.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="interfaces"
+ 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}"
+ >
+ <Filter
+ Name="common"
+ >
+ <File
+ RelativePath="..\_common\Msrp.i"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SipStack.i"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\SMS.i"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\tinyWRAP.i"
+ >
+ </File>
+ <File
+ RelativePath="..\_common\Xcap.i"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="languages"
+ >
+ <File
+ RelativePath=".\csharp.i"
+ >
+ </File>
+ <File
+ RelativePath="..\java\java.i"
+ >
+ </File>
+ <File
+ RelativePath="..\perl\perl.i"
+ >
+ </File>
+ <File
+ RelativePath="..\python\python.i"
+ >
+ </File>
+ <File
+ RelativePath="..\ruby\ruby.i"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
OpenPOWER on IntegriCloud