200 lines
9.4 KiB
XML
200 lines
9.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" 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>{0E7FEE6A-15E5-4A4E-943C-80276003478C}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Concentus</RootNamespace>
|
|
<AssemblyName>Concentus</AssemblyName>
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<Deterministic>true</Deterministic>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<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' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<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>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Celt\AutocorrelationUnsafe.cs" />
|
|
<Compile Include="Celt\Bands.cs" />
|
|
<Compile Include="Celt\CeltCommon.cs" />
|
|
<Compile Include="Celt\CeltConstants.cs" />
|
|
<Compile Include="Celt\CeltLPC.cs" />
|
|
<Compile Include="Celt\CeltLPCUnsafe.cs" />
|
|
<Compile Include="Celt\CeltPitchXCorr.cs" />
|
|
<Compile Include="Celt\CeltPitchXCorrUnsafe.cs" />
|
|
<Compile Include="Celt\CWRS.cs" />
|
|
<Compile Include="Celt\Enums\Spread.cs" />
|
|
<Compile Include="Celt\Kernels.cs" />
|
|
<Compile Include="Celt\KernelsUnsafe.cs" />
|
|
<Compile Include="Celt\KissFFT.cs" />
|
|
<Compile Include="Celt\KissFFTUnsafe.cs" />
|
|
<Compile Include="Celt\Laplace.cs" />
|
|
<Compile Include="Celt\MDCT.cs" />
|
|
<Compile Include="Celt\Pitch.cs" />
|
|
<Compile Include="Celt\QuantizeBands.cs" />
|
|
<Compile Include="Celt\Rate.cs" />
|
|
<Compile Include="Celt\Structs\AnalysisInfo.cs" />
|
|
<Compile Include="Celt\Structs\CELTDecoder.cs" />
|
|
<Compile Include="Celt\Structs\CeltEncoder.cs" />
|
|
<Compile Include="Celt\Structs\CELTMode.cs" />
|
|
<Compile Include="Celt\Structs\FFTState.cs" />
|
|
<Compile Include="Celt\Structs\MDCTLookup.cs" />
|
|
<Compile Include="Celt\Structs\PulseCache.cs" />
|
|
<Compile Include="Celt\Tables.cs" />
|
|
<Compile Include="Celt\VQ.cs" />
|
|
<Compile Include="Common\Autocorrelation.cs" />
|
|
<Compile Include="Common\CPlusPlus\Arrays.cs" />
|
|
<Compile Include="Common\CPlusPlus\BoxedValue.cs" />
|
|
<Compile Include="Common\CPlusPlus\Pointer.cs" />
|
|
<Compile Include="Common\EntropyCoder.cs" />
|
|
<Compile Include="Common\Inlines.cs" />
|
|
<Compile Include="Common\Resampler.cs" />
|
|
<Compile Include="Opus\Analysis.cs" />
|
|
<Compile Include="Opus\CodecHelpers.cs" />
|
|
<Compile Include="Opus\Downmix.cs" />
|
|
<Compile Include="Opus\Enums\OpusApplication.cs" />
|
|
<Compile Include="Opus\Enums\OpusBandwidth.cs" />
|
|
<Compile Include="Opus\Enums\OpusControl.cs" />
|
|
<Compile Include="Opus\Enums\OpusError.cs" />
|
|
<Compile Include="Opus\Enums\OpusFramesize.cs" />
|
|
<Compile Include="Opus\Enums\OpusMode.cs" />
|
|
<Compile Include="Opus\Enums\OpusSignal.cs" />
|
|
<Compile Include="Opus\MultiLayerPerceptron.cs" />
|
|
<Compile Include="Opus\OpusCompare.cs" />
|
|
<Compile Include="Opus\OpusConstants.cs" />
|
|
<Compile Include="Opus\OpusException.cs" />
|
|
<Compile Include="Opus\OpusMultistream.cs" />
|
|
<Compile Include="Opus\Structs\ChannelLayout.cs" />
|
|
<Compile Include="Opus\Structs\MLP.cs" />
|
|
<Compile Include="Opus\Structs\OpusDecoder.cs" />
|
|
<Compile Include="Opus\Structs\OpusEncoder.cs" />
|
|
<Compile Include="Opus\Structs\OpusMSDecoder.cs" />
|
|
<Compile Include="Opus\Structs\OpusMSEncoder.cs" />
|
|
<Compile Include="Opus\Structs\OpusPacketInfo.cs" />
|
|
<Compile Include="Opus\Structs\OpusRepacketizer.cs" />
|
|
<Compile Include="Opus\Structs\StereoWidthState.cs" />
|
|
<Compile Include="Opus\Structs\TonalityAnalysisState.cs" />
|
|
<Compile Include="Opus\Structs\VorbisLayout.cs" />
|
|
<Compile Include="Opus\Tables.cs" />
|
|
<Compile Include="Silk\ApplySineWindow.cs" />
|
|
<Compile Include="Silk\BurgModified.cs" />
|
|
<Compile Include="Silk\BurgModifiedUnsafe.cs" />
|
|
<Compile Include="Silk\BWExpander.cs" />
|
|
<Compile Include="Silk\CNG.cs" />
|
|
<Compile Include="Silk\CodeSigns.cs" />
|
|
<Compile Include="Silk\CorrelateMatrix.cs" />
|
|
<Compile Include="Silk\DecodeAPI.cs" />
|
|
<Compile Include="Silk\DecodeCore.cs" />
|
|
<Compile Include="Silk\DecodeIndices.cs" />
|
|
<Compile Include="Silk\DecodeParameters.cs" />
|
|
<Compile Include="Silk\DecodePitch.cs" />
|
|
<Compile Include="Silk\DecodePulses.cs" />
|
|
<Compile Include="Silk\EncodeAPI.cs" />
|
|
<Compile Include="Silk\EncodeIndices.cs" />
|
|
<Compile Include="Silk\EncodePulses.cs" />
|
|
<Compile Include="Silk\Enums\DecoderAPIFlag.cs" />
|
|
<Compile Include="Silk\Enums\SilkError.cs" />
|
|
<Compile Include="Silk\Filters.cs" />
|
|
<Compile Include="Silk\FindLPC.cs" />
|
|
<Compile Include="Silk\FindLTP.cs" />
|
|
<Compile Include="Silk\FindPitchLags.cs" />
|
|
<Compile Include="Silk\FindPredCoefs.cs" />
|
|
<Compile Include="Silk\GainQuantization.cs" />
|
|
<Compile Include="Silk\HPVariableCutoff.cs" />
|
|
<Compile Include="Silk\K2A.cs" />
|
|
<Compile Include="Silk\LinearAlgebra.cs" />
|
|
<Compile Include="Silk\LPCInversePredGain.cs" />
|
|
<Compile Include="Silk\LTPAnalysisFilter.cs" />
|
|
<Compile Include="Silk\LTPScaleControl.cs" />
|
|
<Compile Include="Silk\NLSF.cs" />
|
|
<Compile Include="Silk\NoiseShapeAnalysis.cs" />
|
|
<Compile Include="Silk\PitchAnalysisCore.cs" />
|
|
<Compile Include="Silk\PLC.cs" />
|
|
<Compile Include="Silk\ProcessGains.cs" />
|
|
<Compile Include="Silk\QuantizeLTPGains.cs" />
|
|
<Compile Include="Silk\RegularizeCorrelations.cs" />
|
|
<Compile Include="Silk\Resampler.cs" />
|
|
<Compile Include="Silk\ResidualEnergy.cs" />
|
|
<Compile Include="Silk\Schur.cs" />
|
|
<Compile Include="Silk\ShellCoder.cs" />
|
|
<Compile Include="Silk\Sigmoid.cs" />
|
|
<Compile Include="Silk\SilkConstants.cs" />
|
|
<Compile Include="Silk\Sort.cs" />
|
|
<Compile Include="Silk\Stereo.cs" />
|
|
<Compile Include="Silk\Structs\CNGState.cs" />
|
|
<Compile Include="Silk\Structs\DecControlState.cs" />
|
|
<Compile Include="Silk\Structs\EncControlState.cs" />
|
|
<Compile Include="Silk\Structs\NLSFCodebook.cs" />
|
|
<Compile Include="Silk\Structs\PLCStruct.cs" />
|
|
<Compile Include="Silk\Structs\SideInfoIndices.cs" />
|
|
<Compile Include="Silk\Structs\SilkChannelDecoder.cs" />
|
|
<Compile Include="Silk\Structs\SilkChannelEncoder.cs" />
|
|
<Compile Include="Silk\Structs\SilkDecoder.cs" />
|
|
<Compile Include="Silk\Structs\SilkDecoderControl.cs" />
|
|
<Compile Include="Silk\Structs\SilkEncoder.cs" />
|
|
<Compile Include="Silk\Structs\SilkEncoderControl.cs" />
|
|
<Compile Include="Silk\Structs\SilkLPState.cs" />
|
|
<Compile Include="Silk\Structs\SilkNSQState.cs" />
|
|
<Compile Include="Silk\Structs\SilkPrefilterState.cs" />
|
|
<Compile Include="Silk\Structs\SilkResamplerState.cs" />
|
|
<Compile Include="Silk\Structs\SilkShapeState.cs" />
|
|
<Compile Include="Silk\Structs\SilkVADState.cs" />
|
|
<Compile Include="Silk\Structs\StereoDecodeState.cs" />
|
|
<Compile Include="Silk\Structs\StereoEncodeState.cs" />
|
|
<Compile Include="Silk\Structs\TOCStruct.cs" />
|
|
<Compile Include="Silk\SumSqrShift.cs" />
|
|
<Compile Include="Silk\Tables.cs" />
|
|
<Compile Include="Silk\TuningParameters.cs" />
|
|
<Compile Include="Silk\VoiceActivityDetection.cs" />
|
|
<Compile Include="Silk\VQ_WMat_EC.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |