SDRSharper/Plugins/SDRSharper.RTLSDRGains/SDRSharp.RTLSDRGains.csproj
SDRSharpR c07e6e6034 SDRSharper (SDRSharp Remake) Full Source (VS2017)
SDRSharper (SDRSharp Remake) Full Source (VS2017)
2018-03-26 14:02:05 -07:00

59 lines
2.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>{E3BC2855-17F1-45F0-B8E8-C2DA9184FD72}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Library</OutputType>
<AssemblyName>SDRSharp.RTLSDRGains</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="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.Radio">
<HintPath>C:\Users\James\Downloads\RTL-SDR Stuff\SDRSharper_06l\SDRSharp.Radio.dll</HintPath>
</Reference>
<Reference Include="System">
<HintPath>C:\Windows\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.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.RTLSDRGains.Properties\Resources.cs" />
<Compile Include="SDRSharp.RTLSDR\DeviceDisplay.cs" />
<Compile Include="SDRSharp.RTLSDR\NativeMethods.cs" />
<Compile Include="SDRSharp.RTLSDR\RtlDevice.cs" />
<Compile Include="SDRSharp.RTLSDR\RtlSdrControllerDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SDRSharp.RTLSDR\RtlSdrIO.cs" />
<Compile Include="SDRSharp.RTLSDR\RtlSdrReadAsyncDelegate.cs" />
<Compile Include="SDRSharp.RTLSDR\RtlSdrTunerType.cs" />
<Compile Include="SDRSharp.RTLSDR\SamplesAvailableDelegate.cs" />
<Compile Include="SDRSharp.RTLSDR\SamplesAvailableEventArgs.cs" />
<Compile Include="SDRSharp.RTLSDR\SamplingMode.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>