HamBook – Rev 58
?pathlinks?
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0BACC12B-96E7-4A8C-B174-611CB54BF94E}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>HamBook</RootNamespace>
<AssemblyName>HamBook</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>HamBook.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL">
<HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="FftSharp, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FftSharp.2.0.0\lib\netstandard2.0\FftSharp.dll</HintPath>
</Reference>
<Reference Include="Jot, Version=2.1.14.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL">
<HintPath>..\packages\Jot.2.1.16\lib\netstandard2.0\Jot.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath>
</Reference>
<Reference Include="NAudio, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.2.1.0\lib\net472\NAudio.dll</HintPath>
</Reference>
<Reference Include="NAudio.Asio, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.Asio.2.1.0\lib\netstandard2.0\NAudio.Asio.dll</HintPath>
</Reference>
<Reference Include="NAudio.Core, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.Core.2.1.0\lib\netstandard2.0\NAudio.Core.dll</HintPath>
</Reference>
<Reference Include="NAudio.Midi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.Midi.2.1.0\lib\netstandard2.0\NAudio.Midi.dll</HintPath>
</Reference>
<Reference Include="NAudio.Wasapi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.Wasapi.2.1.0\lib\netstandard2.0\NAudio.Wasapi.dll</HintPath>
</Reference>
<Reference Include="NAudio.WinForms, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.WinForms.2.1.0\lib\net472\NAudio.WinForms.dll</HintPath>
</Reference>
<Reference Include="NAudio.WinMM, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.WinMM.2.1.0\lib\netstandard2.0\NAudio.WinMM.dll</HintPath>
</Reference>
<Reference Include="NetSparkle, Version=2.2.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.2.3\lib\net452\NetSparkle.dll</HintPath>
</Reference>
<Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="RJCP.SerialPortStream, Version=2.4.1.0, Culture=neutral, PublicKeyToken=5f5e7b70c6a74deb, processorArchitecture=MSIL">
<HintPath>..\packages\SerialPortStream.2.4.1\lib\net45\RJCP.SerialPortStream.dll</HintPath>
</Reference>
<Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.3.0.1\lib\net471\Serilog.dll</HintPath>
</Reference>
<Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
<HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
</Reference>
<Reference Include="Spectrogram, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Spectrogram.1.6.1\lib\netstandard2.0\Spectrogram.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Core" />
<Reference Include="System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Drawing.Common.7.0.0\lib\net462\System.Drawing.Common.dll</HintPath>
</Reference>
<Reference Include="System.Management" />
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath>
</Reference>
<Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
</Reference>
<Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
</Reference>
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutForm.Designer.cs">
<DependentUpon>AboutForm.cs</DependentUpon>
</Compile>
<Compile Include="BandScanParameters.cs" />
<Compile Include="Constants.cs" />
<Compile Include="DataGridViewRowProgress.cs" />
<Compile Include="DataGridViewRowProgressFailure.cs" />
<Compile Include="DataGridViewRowProgressSuccess.cs" />
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="MemoryChannelIndexed.cs" />
<Compile Include="MemoryOrganizerForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MemoryOrganizerForm.Designer.cs">
<DependentUpon>MemoryOrganizerForm.cs</DependentUpon>
</Compile>
<Compile Include="MemoryTune.cs" />
<Compile Include="MemoryTuneException.cs" />
<Compile Include="MemoryTuneExceptionCode.cs" />
<Compile Include="MenuForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MenuForm.Designer.cs">
<DependentUpon>MenuForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RadioMenu.cs" />
<Compile Include="RadioMenuItem.cs" />
<Compile Include="Radios\Cat.cs" />
<Compile Include="Radios\CatAssemblies.cs" />
<Compile Include="Radios\CatCommandException.cs" />
<Compile Include="Radios\CatLength.cs" />
<Compile Include="Radios\Generic\BusyState.cs" />
<Compile Include="Radios\Generic\CAT\AB.cs" />
<Compile Include="Radios\Generic\CAT\AC.cs" />
<Compile Include="Radios\Generic\CAT\AI.cs" />
<Compile Include="Radios\Generic\CAT\BA.cs" />
<Compile Include="Radios\Generic\CAT\BD.cs" />
<Compile Include="Radios\Generic\CAT\BU.cs" />
<Compile Include="Radios\Generic\CAT\BY.cs" />
<Compile Include="Radios\Generic\CAT\CH.cs" />
<Compile Include="Radios\Generic\CAT\EX.cs" />
<Compile Include="Radios\Generic\CAT\FA.cs" />
<Compile Include="Radios\Generic\CAT\FB.cs" />
<Compile Include="Radios\Generic\CAT\ID.cs" />
<Compile Include="Radios\Generic\CAT\IF.cs" />
<Compile Include="Radios\Generic\CAT\LK.cs" />
<Compile Include="Radios\Generic\CAT\MC.cs" />
<Compile Include="Radios\Generic\CAT\MD.cs" />
<Compile Include="Radios\Generic\CAT\MR.cs" />
<Compile Include="Radios\Generic\CAT\MT.cs" />
<Compile Include="Radios\Generic\CAT\PA.cs" />
<Compile Include="Radios\Generic\CAT\PC.cs" />
<Compile Include="Radios\Generic\CAT\RI.cs" />
<Compile Include="Radios\Generic\CAT\SQ.cs" />
<Compile Include="Radios\Generic\CAT\ST.cs" />
<Compile Include="Radios\Generic\CAT\SV.cs" />
<Compile Include="Radios\Generic\CAT\TX.cs" />
<Compile Include="Radios\Generic\CAT\VM.cs" />
<Compile Include="Radios\Generic\ChannelDirection.cs" />
<Compile Include="Radios\Generic\ClarifierDirection.cs" />
<Compile Include="Radios\Generic\Ctcss.cs" />
<Compile Include="Radios\Generic\CtcssMode.cs" />
<Compile Include="Radios\Generic\Information.cs" />
<Compile Include="Radios\Generic\InformationState.cs" />
<Compile Include="Radios\Generic\IpoState.cs" />
<Compile Include="Radios\Generic\LockState.cs" />
<Compile Include="Radios\Generic\MemoryBanks.cs" />
<Compile Include="Radios\Generic\MemoryChannel.cs" />
<Compile Include="Radios\Generic\MemoryRadioMode.cs" />
<Compile Include="Radios\Generic\PhaseMode.cs" />
<Compile Include="Radios\Generic\RadioInformationType.cs" />
<Compile Include="Radios\Generic\Phase.cs" />
<Compile Include="Radios\Generic\PowerState.cs" />
<Compile Include="Radios\Generic\CAT\PS.cs" />
<Compile Include="Radios\Generic\CAT\SC.cs" />
<Compile Include="Radios\Generic\RadioMenu.cs" />
<Compile Include="Radios\Generic\RadioMode.cs" />
<Compile Include="Radios\Generic\ScanState.cs" />
<Compile Include="Radios\Generic\ShiftDirection.cs" />
<Compile Include="Radios\Generic\RadioStorage.cs" />
<Compile Include="Radios\Generic\SplitState.cs" />
<Compile Include="Radios\Generic\TunerState.cs" />
<Compile Include="Radios\Generic\TxState.cs" />
<Compile Include="Radios\RadioAttribute.cs" />
<Compile Include="Radios\UnexpectedRadioResponseException.cs" />
<Compile Include="Radios\UnmatchedRadioResponseException.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\AC.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\AI.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\BY.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\CH.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\EX.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\FA.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\FB.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\ID.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\IF.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\LK.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\MC.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\MD.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\MR.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\MT.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\PA.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\PC.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\PS.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\RI.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\SC.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\SQ.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\ST.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\SV.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\TX.cs" />
<Compile Include="Radios\Yaesu\FT-891\CAT\VM.cs" />
<Compile Include="Radios\Yaesu\FT-891\Constants.cs" />
<Compile Include="BandScan.cs" />
<Compile Include="Radios\Yaesu\FT-891\MemoryBanks.cs" />
<Compile Include="Radios\Yaesu\FT-891\MemoryChannel.cs" />
<Compile Include="Radios\Yaesu\FT-891\MemoryRadioMode.cs" />
<Compile Include="Radios\Yaesu\FT-891\RadioMenu.cs" />
<Compile Include="Radios\Yaesu\FT-891\RadioMode.cs" />
<Compile Include="SettingsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SettingsForm.Designer.cs">
<DependentUpon>SettingsForm.cs</DependentUpon>
</Compile>
<Compile Include="SpectrogramForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="SpectrogramForm.Designer.cs">
<DependentUpon>SpectrogramForm.cs</DependentUpon>
</Compile>
<Compile Include="Utilities\Controls\DoubleBufferedDataGridView.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Utilities\Controls\ScrollableToolStripComboBox.cs">
<SubType>ToolStrip</SubType>
</Compile>
<Compile Include="Utilities\LogMemorySink.cs" />
<Compile Include="Utilities\Mathematics.cs" />
<Compile Include="Utilities\Miscellaneous.cs" />
<Compile Include="Utilities\ScheduledContinuation.cs" />
<Compile Include="Utilities\Serialization\Serialization.cs" />
<Compile Include="Utilities\Serialization\SerializationFailure.cs" />
<Compile Include="Utilities\Serialization\SerializationState.cs" />
<Compile Include="Utilities\Serialization\SerializationSuccess.cs" />
<Compile Include="Utilities\WindowState.cs" />
<Compile Include="ViewLogsForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ViewLogsForm.Designer.cs">
<DependentUpon>ViewLogsForm.cs</DependentUpon>
</Compile>
<EmbeddedResource Include="AboutForm.resx">
<DependentUpon>AboutForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MemoryOrganizerForm.resx">
<DependentUpon>MemoryOrganizerForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MenuForm.resx">
<DependentUpon>MenuForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="SettingsForm.resx">
<DependentUpon>SettingsForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="SpectrogramForm.resx">
<DependentUpon>SpectrogramForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ViewLogsForm.resx">
<DependentUpon>ViewLogsForm.cs</DependentUpon>
</EmbeddedResource>
<None Include="MemoryChannelIndexed.xsd">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="RadioMenu.xsd">
<SubType>Designer</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Configuration\Configuration.csproj">
<Project>{e6beda17-0d49-478a-890e-1fb891bd2de5}</Project>
<Name>Configuration</Name>
</ProjectReference>
<ProjectReference Include="..\Toasts\Toasts\Toasts.csproj">
<Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project>
<Name>Toasts</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="LICENSE.txt" />
<EmbeddedResource Include="Effects\pot.wav" />
<Content Include="HamBook.ico" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Generated by GNU Enscript 1.6.5.90.