mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
93 lines
4.7 KiB
XML
93 lines
4.7 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>{1FF2D27C-12DF-4FD3-A548-400D6901030D}</ProjectGuid>
|
|||
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<AssemblyName>SDRSharp.FrequencyScanner</AssemblyName>
|
|||
|
|
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
|
|||
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|||
|
|
<WarningLevel>4</WarningLevel>
|
|||
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|||
|
|
</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>
|
|||
|
|
<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\Microsoft.NET\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System">
|
|||
|
|
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.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.Drawing">
|
|||
|
|
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System.Xml">
|
|||
|
|
<HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner.Properties\Resources.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\ChannelAnalizerMemoryEntry.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\ChannelAnalyzer.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\CustomPaintEventArgs.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\CustomPaintEventHandler.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\DialogConfigure.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\DialogEditRange.cs">
|
|||
|
|
<SubType>Form</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\FrequencyScannerPanel.cs">
|
|||
|
|
<SubType>UserControl</SubType>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\FrequencyScannerPlugin.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\IFProcessor.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\MemoryEntry.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\MemoryEntryFrequencyRange.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\MemoryEntryNewFrequency.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\MemoryEntryNewSkipAndRangeFrequency.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\SerializableDictionary.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\SettingsPersister.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\SortableBindingList.cs" />
|
|||
|
|
<Compile Include="SDRSharp.FrequencyScanner\SortableBindingListComparer.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<EmbeddedResource Include="SDRSharp.FrequencyScanner\ChannelAnalyzer.resx">
|
|||
|
|
<DependentUpon>ChannelAnalyzer.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="SDRSharp.FrequencyScanner\DialogConfigure.resx">
|
|||
|
|
<DependentUpon>DialogConfigure.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="SDRSharp.FrequencyScanner\DialogEditRange.resx">
|
|||
|
|
<DependentUpon>DialogEditRange.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
<EmbeddedResource Include="SDRSharp.FrequencyScanner\FrequencyScannerPanel.resx">
|
|||
|
|
<DependentUpon>FrequencyScannerPanel.cs</DependentUpon>
|
|||
|
|
</EmbeddedResource>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
|
</Project>
|