mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2026-01-07 08:49:57 +01:00
63 lines
3 KiB
XML
63 lines
3 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>{87286D5E-A1DD-4686-A532-8541104899B3}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
<OutputType>Library</OutputType>
|
|
<AssemblyName>SDRSharp.Trunker</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.Common">
|
|
<HintPath>C:\Users\James\Downloads\RTL-SDR Stuff\SDRSharper_06l\SDRSharp.Common.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>
|
|
<Reference Include="System.Xml">
|
|
<HintPath>C:\Windows\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.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>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="SDRSharp.Trunker\Goertzel.cs" />
|
|
<Compile Include="SDRSharp.Trunker\LogOptions.cs" />
|
|
<Compile Include="SDRSharp.Trunker\LogParser.cs" />
|
|
<Compile Include="SDRSharp.Trunker\SettingsPersisterTrunker.cs" />
|
|
<Compile Include="SDRSharp.Trunker\TrunkerLogger.cs" />
|
|
<Compile Include="SDRSharp.Trunker\TrunkerPanel.cs" />
|
|
<Compile Include="SDRSharp.Trunker\TrunkerPlugin.cs" />
|
|
<Compile Include="SDRSharp.Trunker\TrunkerSettings.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |