mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
197 lines
10 KiB
XML
197 lines
10 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{E732C8AC-E488-4A56-BCEB-DA66374422AA}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>SDRSharp.Radio</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<DefineConstants>TRACE;DEBUG;BUILD64</DefineConstants>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<DefineConstants>BUILD64</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<DefineConstants>TRACE;DEBUG;BUILD64</DefineConstants>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<DefineConstants>BUILD32</DefineConstants>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DefineConstants>TRACE;DEBUG;BUILD64</DefineConstants>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<DefineConstants>BUILD64</DefineConstants>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System">
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7\System.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms">
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7\System.Windows.Forms.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Drawing">
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7\System.Drawing.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Configuration">
|
|
<HintPath>..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7\System.Configuration.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="PortAudioSharp\PaDeviceIndex.cs" />
|
|
<Compile Include="PortAudioSharp\PaDeviceInfo.cs" />
|
|
<Compile Include="PortAudioSharp\PaError.cs" />
|
|
<Compile Include="PortAudioSharp\PaHostApiInfo.cs" />
|
|
<Compile Include="PortAudioSharp\PaHostApiTypeId.cs" />
|
|
<Compile Include="PortAudioSharp\PaHostErrorInfo.cs" />
|
|
<Compile Include="PortAudioSharp\PaSampleFormat.cs" />
|
|
<Compile Include="PortAudioSharp\PaStreamCallbackDelegate.cs" />
|
|
<Compile Include="PortAudioSharp\PaStreamCallbackFlags.cs" />
|
|
<Compile Include="PortAudioSharp\PaStreamCallbackResult.cs" />
|
|
<Compile Include="PortAudioSharp\PaStreamCallbackTimeInfo.cs" />
|
|
<Compile Include="PortAudioSharp\PaStreamFinishedCallbackDelegate.cs" />
|
|
<Compile Include="PortAudioSharp\PaStreamFlags.cs" />
|
|
<Compile Include="PortAudioSharp\PaStreamInfo.cs" />
|
|
<Compile Include="PortAudioSharp\PaStreamParameters.cs" />
|
|
<Compile Include="PortAudioSharp\PortAudioAPI.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SDRSharp.Radio.PortAudio\AudioBufferAvailableDelegate.cs" />
|
|
<Compile Include="SDRSharp.Radio.PortAudio\AudioBufferNeededDelegate.cs" />
|
|
<Compile Include="SDRSharp.Radio.PortAudio\AudioDevice.cs" />
|
|
<Compile Include="SDRSharp.Radio.PortAudio\DeviceDirection.cs" />
|
|
<Compile Include="SDRSharp.Radio.PortAudio\Int24.cs" />
|
|
<Compile Include="SDRSharp.Radio.PortAudio\WaveDuplex.cs" />
|
|
<Compile Include="SDRSharp.Radio.PortAudio\WaveFile.cs" />
|
|
<Compile Include="SDRSharp.Radio.PortAudio\WavePlayer.cs" />
|
|
<Compile Include="SDRSharp.Radio.PortAudio\WaveRecorder.cs" />
|
|
<Compile Include="SDRSharp.Radio\AmDetector.cs" />
|
|
<Compile Include="SDRSharp.Radio\AutomaticGainControl.cs" />
|
|
<Compile Include="SDRSharp.Radio\BlockMode.cs" />
|
|
<Compile Include="SDRSharp.Radio\CicDecimator.cs" />
|
|
<Compile Include="SDRSharp.Radio\Complex.cs" />
|
|
<Compile Include="SDRSharp.Radio\ComplexFifoStream.cs" />
|
|
<Compile Include="SDRSharp.Radio\Counter.cs" />
|
|
<Compile Include="SDRSharp.Radio\CpxBandFilter.cs" />
|
|
<Compile Include="SDRSharp.Radio\CpxFirFilter.cs" />
|
|
<Compile Include="SDRSharp.Radio\CuteFir.cs" />
|
|
<Compile Include="SDRSharp.Radio\CwDetector.cs" />
|
|
<Compile Include="SDRSharp.Radio\DataType.cs" />
|
|
<Compile Include="SDRSharp.Radio\DcRemover.cs" />
|
|
<Compile Include="SDRSharp.Radio\DecimationFilterType.cs" />
|
|
<Compile Include="SDRSharp.Radio\DecimationKernels.cs" />
|
|
<Compile Include="SDRSharp.Radio\DemodType.cs" />
|
|
<Compile Include="SDRSharp.Radio\DetectorType.cs" />
|
|
<Compile Include="SDRSharp.Radio\dLOFrequencyChangeAccepted.cs" />
|
|
<Compile Include="SDRSharp.Radio\dLOFrequencyChanged.cs" />
|
|
<Compile Include="SDRSharp.Radio\DownConverter.cs" />
|
|
<Compile Include="SDRSharp.Radio\dProhibitLOChanges.cs" />
|
|
<Compile Include="SDRSharp.Radio\dSampleRateChanged.cs" />
|
|
<Compile Include="SDRSharp.Radio\DsbDetector.cs" />
|
|
<Compile Include="SDRSharp.Radio\DSPThreadPool.cs" />
|
|
<Compile Include="SDRSharp.Radio\dTuneFrequencyChanged.cs" />
|
|
<Compile Include="SDRSharp.Radio\ExtIO.cs" />
|
|
<Compile Include="SDRSharp.Radio\ExtIOController.cs" />
|
|
<Compile Include="SDRSharp.Radio\FftProcessor.cs" />
|
|
<Compile Include="SDRSharp.Radio\FilterBuilder.cs" />
|
|
<Compile Include="SDRSharp.Radio\FirFilter.cs" />
|
|
<Compile Include="SDRSharp.Radio\FloatDecimator.cs" />
|
|
<Compile Include="SDRSharp.Radio\FloatFifoStream.cs" />
|
|
<Compile Include="SDRSharp.Radio\FmDetector.cs" />
|
|
<Compile Include="SDRSharp.Radio\FmMode.cs" />
|
|
<Compile Include="SDRSharp.Radio\Fourier.cs" />
|
|
<Compile Include="SDRSharp.Radio\FractResampler.cs" />
|
|
<Compile Include="SDRSharp.Radio\Hsl.cs" />
|
|
<Compile Include="SDRSharp.Radio\IBaseProcessor.cs" />
|
|
<Compile Include="SDRSharp.Radio\IComplexFir.cs" />
|
|
<Compile Include="SDRSharp.Radio\IFilter.cs" />
|
|
<Compile Include="SDRSharp.Radio\IFrontendController.cs" />
|
|
<Compile Include="SDRSharp.Radio\IIQProcessor.cs" />
|
|
<Compile Include="SDRSharp.Radio\IirFilter.cs" />
|
|
<Compile Include="SDRSharp.Radio\IirFilterType.cs" />
|
|
<Compile Include="SDRSharp.Radio\InputType.cs" />
|
|
<Compile Include="SDRSharp.Radio\Int24.cs" />
|
|
<Compile Include="SDRSharp.Radio\IQBalancer.cs" />
|
|
<Compile Include="SDRSharp.Radio\IQDecimator.cs" />
|
|
<Compile Include="SDRSharp.Radio\IQFirFilter.cs" />
|
|
<Compile Include="SDRSharp.Radio\IRealProcessor.cs" />
|
|
<Compile Include="SDRSharp.Radio\Limiter.cs" />
|
|
<Compile Include="SDRSharp.Radio\Oscillator.cs" />
|
|
<Compile Include="SDRSharp.Radio\Pll.cs" />
|
|
<Compile Include="SDRSharp.Radio\PmDetector.cs" />
|
|
<Compile Include="SDRSharp.Radio\ProcessBufferDelegate.cs" />
|
|
<Compile Include="SDRSharp.Radio\ProcessorType.cs" />
|
|
<Compile Include="SDRSharp.Radio\RdsDecoder.cs" />
|
|
<Compile Include="SDRSharp.Radio\RdsDetectorBank.cs" />
|
|
<Compile Include="SDRSharp.Radio\RdsDumpGroups.cs" />
|
|
<Compile Include="SDRSharp.Radio\SamDetector.cs" />
|
|
<Compile Include="SDRSharp.Radio\SamplesAvailableDelegate.cs" />
|
|
<Compile Include="SDRSharp.Radio\SharpEvent.cs" />
|
|
<Compile Include="SDRSharp.Radio\SharpThreadPool.cs" />
|
|
<Compile Include="SDRSharp.Radio\SsbDetector.cs" />
|
|
<Compile Include="SDRSharp.Radio\StereoDecoder.cs" />
|
|
<Compile Include="SDRSharp.Radio\StreamControl.cs" />
|
|
<Compile Include="SDRSharp.Radio\SyndromeDetector.cs" />
|
|
<Compile Include="SDRSharp.Radio\Trig.cs" />
|
|
<Compile Include="SDRSharp.Radio\UnsafeBuffer.cs" />
|
|
<Compile Include="SDRSharp.Radio\Utils.cs" />
|
|
<Compile Include="SDRSharp.Radio\Vfo.cs" />
|
|
<Compile Include="SDRSharp.Radio\VfoHookManager.cs" />
|
|
<Compile Include="SDRSharp.Radio\WindowType.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |