mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
65 lines
3.1 KiB
XML
65 lines
3.1 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<ProjectGuid>{A7EBED63-F37F-4F46-AAC3-5DA5794200C7}</ProjectGuid>
|
|||
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<AssemblyName>SDRSharp.NoiseReduction</AssemblyName>
|
|||
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
|
|||
|
|
<PlatformTarget>x86</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>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="SDRSharp.Radio">
|
|||
|
|
<HintPath>C:\Users\James\Downloads\RTL-SDR Stuff\SDRSharper_06l\SDRSharp.Radio.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System.Windows.Forms">
|
|||
|
|
<HintPath>C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="SDRSharp.Common">
|
|||
|
|
<HintPath>C:\Users\James\Downloads\RTL-SDR Stuff\SDRSharper_06l\SDRSharp.Common.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System">
|
|||
|
|
<HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="SDRSharp.Controls">
|
|||
|
|
<HintPath>C:\Users\James\Downloads\RTL-SDR Stuff\SDRSharper_06l\SDRSharp.Controls.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System.Core">
|
|||
|
|
<HintPath>C:\Windows\assembly\GAC_MSIL\System.Core\3.5.0.0__b77a5c561934e089\System.Core.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System.Drawing">
|
|||
|
|
<HintPath>C:\Windows\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
<Compile Include="SDRSharp.NoiseReduction\AFProcessor.cs" />
|
|||
|
|
<Compile Include="SDRSharp.NoiseReduction\ComplexHelper.cs" />
|
|||
|
|
<Compile Include="SDRSharp.NoiseReduction\IFProcessor.cs" />
|
|||
|
|
<Compile Include="SDRSharp.NoiseReduction\INoiseProcessor.cs" />
|
|||
|
|
<Compile Include="SDRSharp.NoiseReduction\NoiseBlankerProcessor.cs" />
|
|||
|
|
<Compile Include="SDRSharp.NoiseReduction\NoiseFilter.cs" />
|
|||
|
|
<Compile Include="SDRSharp.NoiseReduction\NoiseReductionPanel.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SDRSharp.NoiseReduction\NoiseReductionPlugin.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
|
</Project>
|