summaryrefslogtreecommitdiffstats
path: root/bindings/csharp/test/test.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/csharp/test/test.csproj')
-rw-r--r--bindings/csharp/test/test.csproj245
1 files changed, 245 insertions, 0 deletions
diff --git a/bindings/csharp/test/test.csproj b/bindings/csharp/test/test.csproj
new file mode 100644
index 0000000..7d46171
--- /dev/null
+++ b/bindings/csharp/test/test.csproj
@@ -0,0 +1,245 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.21022</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{CE53BD89-639D-4F7D-BC47-FB82A294AFDC}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>test</RootNamespace>
+ <AssemblyName>test</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Xml.Linq">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data.DataSetExtensions">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="..\ActionConfig.cs">
+ <Link>ActionConfig.cs</Link>
+ </Compile>
+ <Compile Include="..\CallSession.cs">
+ <Link>CallSession.cs</Link>
+ </Compile>
+ <Compile Include="..\DDebugCallback.cs">
+ <Link>DDebugCallback.cs</Link>
+ </Compile>
+ <Compile Include="..\DialogEvent.cs">
+ <Link>DialogEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\InviteEvent.cs">
+ <Link>InviteEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\InviteSession.cs">
+ <Link>InviteSession.cs</Link>
+ </Compile>
+ <Compile Include="..\MessagingEvent.cs">
+ <Link>MessagingEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\MessagingSession.cs">
+ <Link>MessagingSession.cs</Link>
+ </Compile>
+ <Compile Include="..\MsrpCallback.cs">
+ <Link>MsrpCallback.cs</Link>
+ </Compile>
+ <Compile Include="..\MsrpEvent.cs">
+ <Link>MsrpEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\MsrpMessage.cs">
+ <Link>MsrpMessage.cs</Link>
+ </Compile>
+ <Compile Include="..\MsrpSession.cs">
+ <Link>MsrpSession.cs</Link>
+ </Compile>
+ <Compile Include="..\OptionsEvent.cs">
+ <Link>OptionsEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\OptionsSession.cs">
+ <Link>OptionsSession.cs</Link>
+ </Compile>
+ <Compile Include="..\ProxyAudioConsumer.cs">
+ <Link>ProxyAudioConsumer.cs</Link>
+ </Compile>
+ <Compile Include="..\ProxyAudioProducer.cs">
+ <Link>ProxyAudioProducer.cs</Link>
+ </Compile>
+ <Compile Include="..\ProxyVideoConsumer.cs">
+ <Link>ProxyVideoConsumer.cs</Link>
+ </Compile>
+ <Compile Include="..\ProxyVideoFrame.cs">
+ <Link>ProxyVideoFrame.cs</Link>
+ </Compile>
+ <Compile Include="..\ProxyVideoProducer.cs">
+ <Link>ProxyVideoProducer.cs</Link>
+ </Compile>
+ <Compile Include="..\PublicationEvent.cs">
+ <Link>PublicationEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\PublicationSession.cs">
+ <Link>PublicationSession.cs</Link>
+ </Compile>
+ <Compile Include="..\RegistrationEvent.cs">
+ <Link>RegistrationEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\RegistrationSession.cs">
+ <Link>RegistrationSession.cs</Link>
+ </Compile>
+ <Compile Include="..\RPMessage.cs">
+ <Link>RPMessage.cs</Link>
+ </Compile>
+ <Compile Include="..\SafeObject.cs">
+ <Link>SafeObject.cs</Link>
+ </Compile>
+ <Compile Include="..\SdpMessage.cs">
+ <Link>SdpMessage.cs</Link>
+ </Compile>
+ <Compile Include="..\SipCallback.cs">
+ <Link>SipCallback.cs</Link>
+ </Compile>
+ <Compile Include="..\SipEvent.cs">
+ <Link>SipEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\SipMessage.cs">
+ <Link>SipMessage.cs</Link>
+ </Compile>
+ <Compile Include="..\SipSession.cs">
+ <Link>SipSession.cs</Link>
+ </Compile>
+ <Compile Include="..\SipStack.cs">
+ <Link>SipStack.cs</Link>
+ </Compile>
+ <Compile Include="..\SipUri.cs">
+ <Link>SipUri.cs</Link>
+ </Compile>
+ <Compile Include="..\SMSData.cs">
+ <Link>SMSData.cs</Link>
+ </Compile>
+ <Compile Include="..\SMSEncoder.cs">
+ <Link>SMSEncoder.cs</Link>
+ </Compile>
+ <Compile Include="..\StackEvent.cs">
+ <Link>StackEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\SubscriptionEvent.cs">
+ <Link>SubscriptionEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\SubscriptionSession.cs">
+ <Link>SubscriptionSession.cs</Link>
+ </Compile>
+ <Compile Include="..\tdav_codec_id_t.cs">
+ <Link>tdav_codec_id_t.cs</Link>
+ </Compile>
+ <Compile Include="..\thttp_event_type_t.cs">
+ <Link>thttp_event_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tinyWRAP.cs">
+ <Link>tinyWRAP.cs</Link>
+ </Compile>
+ <Compile Include="..\tinyWRAPPINVOKE.cs">
+ <Link>tinyWRAPPINVOKE.cs</Link>
+ </Compile>
+ <Compile Include="..\tmedia_bandwidth_level_t.cs">
+ <Link>tmedia_bandwidth_level_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tmedia_chroma_t.cs">
+ <Link>tmedia_chroma_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tmedia_qos_strength_t.cs">
+ <Link>tmedia_qos_strength_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tmedia_qos_stype_t.cs">
+ <Link>tmedia_qos_stype_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tmsrp_event_type_t.cs">
+ <Link>tmsrp_event_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tmsrp_request_type_t.cs">
+ <Link>tmsrp_request_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tsip_event_type_t.cs">
+ <Link>tsip_event_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tsip_invite_event_type_t.cs">
+ <Link>tsip_invite_event_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tsip_message_event_type_t.cs">
+ <Link>tsip_message_event_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tsip_options_event_type_t.cs">
+ <Link>tsip_options_event_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tsip_publish_event_type_t.cs">
+ <Link>tsip_publish_event_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tsip_register_event_type_t.cs">
+ <Link>tsip_register_event_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\tsip_subscribe_event_type_t.cs">
+ <Link>tsip_subscribe_event_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\twrap_media_type_t.cs">
+ <Link>twrap_media_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\twrap_rpmessage_type_t.cs">
+ <Link>twrap_rpmessage_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\twrap_sms_type_t.cs">
+ <Link>twrap_sms_type_t.cs</Link>
+ </Compile>
+ <Compile Include="..\XcapCallback.cs">
+ <Link>XcapCallback.cs</Link>
+ </Compile>
+ <Compile Include="..\XcapEvent.cs">
+ <Link>XcapEvent.cs</Link>
+ </Compile>
+ <Compile Include="..\XcapMessage.cs">
+ <Link>XcapMessage.cs</Link>
+ </Compile>
+ <Compile Include="..\XcapSelector.cs">
+ <Link>XcapSelector.cs</Link>
+ </Compile>
+ <Compile Include="..\XcapStack.cs">
+ <Link>XcapStack.cs</Link>
+ </Compile>
+ <Compile Include="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project> \ No newline at end of file
OpenPOWER on IntegriCloud