SafeDispatch/SipComponent/SipComponent.csproj
2024-02-22 18:43:59 +02:00

119 lines
5.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{85C2FD46-2A36-430E-AF8F-FF0097D6D281}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SipComponent</RootNamespace>
<AssemblyName>SipClientClass_2.1</AssemblyName>
<TargetFrameworkVersion>v4.5.1</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>
<DocumentationFile>bin\Debug\SipClientClass_2.1.xml</DocumentationFile>
<UseVSHostingProcess>false</UseVSHostingProcess>
</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>
<DocumentationFile>bin\Release\SipClientClass_2.1.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>bin\Debug\SipClientClass_2.1.xml</DocumentationFile>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>bin\Release\SipClientClass_2.1.xml</DocumentationFile>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Independentsoft.Sip, Version=1.0.5434.13652, Culture=neutral, PublicKeyToken=76be97fe952f1ec7, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\DLL\Independentsoft.Sip.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ByteQueue.cs" />
<Compile Include="CustomTimer.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="DMR.cs" />
<Compile Include="Excera\ExceraSipMessageGenerator.cs" />
<Compile Include="ExtentionMethods.cs" />
<Compile Include="SipMessageGenerator.cs" />
<Compile Include="Linx\Definitions.cs" />
<Compile Include="Linx\LinxSipMessageGenerator.cs" />
<Compile Include="NAudio.Codecs\ALawDecoder.cs" />
<Compile Include="NAudio.Codecs\ALawEncoder.cs" />
<Compile Include="RTPListener2.cs" />
<Compile Include="RTPListenerLinx.cs" />
<Compile Include="RTPListenerSimoco.cs" />
<Compile Include="RTPSender2.cs" />
<Compile Include="Simoco\SimocoSipMessageGenerator.cs" />
<Compile Include="Simoco\SP6.cs" />
<Compile Include="Simoco\Utils.cs" />
<Compile Include="SipClientClass.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SipClientClass2.cs" />
<Compile Include="SipClientClass3.cs" />
<Compile Include="SipClientClassExcera.cs" />
<Compile Include="SipClientClassLinx.cs" />
<Compile Include="SipClientClassLinxTest2.cs" />
<Compile Include="SipClientClassSD.cs" />
<Compile Include="SipClientClassSimoco.cs" />
<Compile Include="VoiceBuffer2.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SocketIOComponent\SocketIOComponent.csproj">
<Project>{ff3f172e-4e77-47f5-be8d-b272a27b6e36}</Project>
<Name>SocketIOComponent</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>$(ProjectDir)prebuild.sh</PreBuildEvent>
</PropertyGroup>
<!-- 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>