SDRSharper/Plugins/SDRSharper.FrequencyManager/SDRSharp.FrequencyManager.csproj
SDRSharpR befaa7d529 Updated Freq Manager Plugin - Works
Freq Manager is now working, color scheme, Radio refs, ISharpControl fixed, Works fine now. Converted from SDRSharp Build 128x+ version
2018-04-07 00:41:59 -07:00

128 lines
6.1 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>{93599733-9D4A-49EB-B852-65515FB1A8AB}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Library</OutputType>
<AssemblyName>SDRSharp.FrequencyManager</AssemblyName>
<TargetFrameworkVersion>v4.7</TargetFrameworkVersion>
<WarningLevel>4</WarningLevel>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<TargetFrameworkProfile />
</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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DefineConstants>TRACE;DEBUG</DefineConstants>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Release\</OutputPath>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<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>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="SDRSharp.Common">
<HintPath>..\..\SDRSharper\bin\x64\Debug\SDRSharp.Common.dll</HintPath>
</Reference>
<Reference Include="SDRSharp.Radio">
<HintPath>..\..\SDRSharper\bin\x64\Debug\SDRSharp.Radio.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">
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7\System.dll</HintPath>
</Reference>
<Reference Include="System.Xml">
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7\System.Xml.dll</HintPath>
</Reference>
<Reference Include="System.Drawing">
<HintPath>..\..\..\..\..\..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.7\System.Drawing.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SDRSharp.FrequencyManager.Properties\Resources.cs" />
<Compile Include="SDRSharp.FrequencyManager\CustomComboxBox.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="SDRSharp.FrequencyManager\CustomRenderer.cs" />
<Compile Include="SDRSharp.FrequencyManager\DialogEntryInfo.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SDRSharp.FrequencyManager\FrequencyManagerPanel.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="SDRSharp.FrequencyManager\FrequencyManagerPlugin.cs" />
<Compile Include="SDRSharp.FrequencyManager\FrequencyManagerUtils.cs" />
<Compile Include="SDRSharp.FrequencyManager\MemoryEntry.cs" />
<Compile Include="SDRSharp.FrequencyManager\MemoryInfoEventArgs.cs" />
<Compile Include="SDRSharp.FrequencyManager\RadioInfo.cs" />
<Compile Include="SDRSharp.FrequencyManager\SerializableDictionary.cs" />
<Compile Include="SDRSharp.FrequencyManager\SettingsPersister.cs" />
<Compile Include="SDRSharp.FrequencyManager\SortableBindingList.cs" />
<Compile Include="SDRSharp.FrequencyManager\SortableBindingListComparer.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="SDRSharp.FrequencyManager\DialogEntryInfo.resx">
<DependentUpon>DialogEntryInfo.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SDRSharp.FrequencyManager\FrequencyManagerPanel.resx">
<DependentUpon>FrequencyManagerPanel.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>