HamBook – Blame information for rev 56
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
4 | <PropertyGroup> |
||
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
7 | <ProjectGuid>{0BACC12B-96E7-4A8C-B174-611CB54BF94E}</ProjectGuid> |
||
8 | <OutputType>WinExe</OutputType> |
||
9 | <RootNamespace>HamBook</RootNamespace> |
||
10 | <AssemblyName>HamBook</AssemblyName> |
||
11 | <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
14 | <Deterministic>true</Deterministic> |
||
15 | </PropertyGroup> |
||
16 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
17 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
18 | <DebugSymbols>true</DebugSymbols> |
||
19 | <DebugType>full</DebugType> |
||
20 | <Optimize>false</Optimize> |
||
21 | <OutputPath>bin\Debug\</OutputPath> |
||
22 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
23 | <ErrorReport>prompt</ErrorReport> |
||
24 | <WarningLevel>4</WarningLevel> |
||
25 | </PropertyGroup> |
||
26 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
27 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
28 | <DebugType>pdbonly</DebugType> |
||
29 | <Optimize>true</Optimize> |
||
30 | <OutputPath>bin\Release\</OutputPath> |
||
31 | <DefineConstants>TRACE</DefineConstants> |
||
32 | <ErrorReport>prompt</ErrorReport> |
||
33 | <WarningLevel>4</WarningLevel> |
||
34 | </PropertyGroup> |
||
2 | office | 35 | <PropertyGroup> |
36 | <ApplicationIcon>HamBook.ico</ApplicationIcon> |
||
37 | </PropertyGroup> |
||
1 | office | 38 | <ItemGroup> |
39 | <Reference Include="BouncyCastle.Crypto, Version=1.9.0.0, Culture=neutral, PublicKeyToken=0e99375e54769942, processorArchitecture=MSIL"> |
||
53 | office | 40 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\BouncyCastle.Crypto.dll</HintPath> |
1 | office | 41 | </Reference> |
53 | office | 42 | <Reference Include="FftSharp, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
43 | <HintPath>..\packages\FftSharp.2.0.0\lib\netstandard2.0\FftSharp.dll</HintPath> |
||
10 | office | 44 | </Reference> |
53 | office | 45 | <Reference Include="Jot, Version=2.1.14.0, Culture=neutral, PublicKeyToken=6b498f69c5f88322, processorArchitecture=MSIL"> |
46 | <HintPath>..\packages\Jot.2.1.16\lib\netstandard2.0\Jot.dll</HintPath> |
||
10 | office | 47 | </Reference> |
53 | office | 48 | <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"> |
49 | <HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.7.0.0\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath> |
||
50 | </Reference> |
||
51 | <Reference Include="Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
||
52 | <HintPath>..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll</HintPath> |
||
53 | </Reference> |
||
10 | office | 54 | <Reference Include="NAudio, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
55 | <HintPath>..\packages\NAudio.2.1.0\lib\net472\NAudio.dll</HintPath> |
||
56 | </Reference> |
||
57 | <Reference Include="NAudio.Asio, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
||
58 | <HintPath>..\packages\NAudio.Asio.2.1.0\lib\netstandard2.0\NAudio.Asio.dll</HintPath> |
||
59 | </Reference> |
||
60 | <Reference Include="NAudio.Core, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
||
61 | <HintPath>..\packages\NAudio.Core.2.1.0\lib\netstandard2.0\NAudio.Core.dll</HintPath> |
||
62 | </Reference> |
||
63 | <Reference Include="NAudio.Midi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
||
64 | <HintPath>..\packages\NAudio.Midi.2.1.0\lib\netstandard2.0\NAudio.Midi.dll</HintPath> |
||
65 | </Reference> |
||
66 | <Reference Include="NAudio.Wasapi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
||
67 | <HintPath>..\packages\NAudio.Wasapi.2.1.0\lib\netstandard2.0\NAudio.Wasapi.dll</HintPath> |
||
68 | </Reference> |
||
69 | <Reference Include="NAudio.WinForms, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
||
70 | <HintPath>..\packages\NAudio.WinForms.2.1.0\lib\net472\NAudio.WinForms.dll</HintPath> |
||
71 | </Reference> |
||
72 | <Reference Include="NAudio.WinMM, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL"> |
||
73 | <HintPath>..\packages\NAudio.WinMM.2.1.0\lib\netstandard2.0\NAudio.WinMM.dll</HintPath> |
||
74 | </Reference> |
||
53 | office | 75 | <Reference Include="NetSparkle, Version=2.2.3.0, Culture=neutral, processorArchitecture=MSIL"> |
76 | <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.2.3\lib\net452\NetSparkle.dll</HintPath> |
||
1 | office | 77 | </Reference> |
78 | <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
||
53 | office | 79 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath> |
1 | office | 80 | </Reference> |
81 | <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
||
53 | office | 82 | <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.3\lib\net452\Newtonsoft.Json.dll</HintPath> |
1 | office | 83 | </Reference> |
9 | office | 84 | <Reference Include="RJCP.SerialPortStream, Version=2.4.1.0, Culture=neutral, PublicKeyToken=5f5e7b70c6a74deb, processorArchitecture=MSIL"> |
85 | <HintPath>..\packages\SerialPortStream.2.4.1\lib\net45\RJCP.SerialPortStream.dll</HintPath> |
||
86 | </Reference> |
||
1 | office | 87 | <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
53 | office | 88 | <HintPath>..\packages\Serilog.3.0.1\lib\net471\Serilog.dll</HintPath> |
1 | office | 89 | </Reference> |
90 | <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> |
||
91 | <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath> |
||
92 | </Reference> |
||
10 | office | 93 | <Reference Include="Spectrogram, Version=1.6.1.0, Culture=neutral, processorArchitecture=MSIL"> |
94 | <HintPath>..\packages\Spectrogram.1.6.1\lib\netstandard2.0\Spectrogram.dll</HintPath> |
||
95 | </Reference> |
||
1 | office | 96 | <Reference Include="System" /> |
10 | office | 97 | <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
98 | <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath> |
||
99 | </Reference> |
||
1 | office | 100 | <Reference Include="System.Core" /> |
53 | office | 101 | <Reference Include="System.Drawing.Common, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
102 | <HintPath>..\packages\System.Drawing.Common.7.0.0\lib\net462\System.Drawing.Common.dll</HintPath> |
||
10 | office | 103 | </Reference> |
1 | office | 104 | <Reference Include="System.Management" /> |
10 | office | 105 | <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
106 | <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath> |
||
107 | </Reference> |
||
108 | <Reference Include="System.Numerics" /> |
||
109 | <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
||
110 | <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath> |
||
111 | </Reference> |
||
53 | office | 112 | <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
113 | <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath> |
||
10 | office | 114 | </Reference> |
53 | office | 115 | <Reference Include="System.Security.AccessControl, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
116 | <HintPath>..\packages\System.Security.AccessControl.6.0.0\lib\net461\System.Security.AccessControl.dll</HintPath> |
||
10 | office | 117 | </Reference> |
53 | office | 118 | <Reference Include="System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
119 | <HintPath>..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll</HintPath> |
||
10 | office | 120 | </Reference> |
9 | office | 121 | <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
122 | <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath> |
||
123 | </Reference> |
||
10 | office | 124 | <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
125 | <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath> |
||
126 | </Reference> |
||
1 | office | 127 | <Reference Include="System.Xml.Linq" /> |
128 | <Reference Include="System.Data.DataSetExtensions" /> |
||
129 | <Reference Include="Microsoft.CSharp" /> |
||
130 | <Reference Include="System.Data" /> |
||
131 | <Reference Include="System.Deployment" /> |
||
132 | <Reference Include="System.Drawing" /> |
||
133 | <Reference Include="System.Net.Http" /> |
||
134 | <Reference Include="System.Windows.Forms" /> |
||
135 | <Reference Include="System.Xml" /> |
||
136 | </ItemGroup> |
||
137 | <ItemGroup> |
||
138 | <Compile Include="AboutForm.cs"> |
||
139 | <SubType>Form</SubType> |
||
140 | </Compile> |
||
141 | <Compile Include="AboutForm.Designer.cs"> |
||
142 | <DependentUpon>AboutForm.cs</DependentUpon> |
||
143 | </Compile> |
||
36 | office | 144 | <Compile Include="BandScanParameters.cs" /> |
1 | office | 145 | <Compile Include="Constants.cs" /> |
15 | office | 146 | <Compile Include="DataGridViewRowProgress.cs" /> |
147 | <Compile Include="DataGridViewRowProgressFailure.cs" /> |
||
148 | <Compile Include="DataGridViewRowProgressSuccess.cs" /> |
||
1 | office | 149 | <Compile Include="Form1.cs"> |
150 | <SubType>Form</SubType> |
||
151 | </Compile> |
||
152 | <Compile Include="Form1.Designer.cs"> |
||
153 | <DependentUpon>Form1.cs</DependentUpon> |
||
154 | </Compile> |
||
26 | office | 155 | <Compile Include="MemoryChannelIndexed.cs" /> |
15 | office | 156 | <Compile Include="MemoryOrganizerForm.cs"> |
157 | <SubType>Form</SubType> |
||
158 | </Compile> |
||
159 | <Compile Include="MemoryOrganizerForm.Designer.cs"> |
||
160 | <DependentUpon>MemoryOrganizerForm.cs</DependentUpon> |
||
161 | </Compile> |
||
39 | office | 162 | <Compile Include="MemoryTune.cs" /> |
163 | <Compile Include="MemoryTuneException.cs" /> |
||
164 | <Compile Include="MemoryTuneExceptionCode.cs" /> |
||
54 | office | 165 | <Compile Include="MenuForm.cs"> |
166 | <SubType>Form</SubType> |
||
167 | </Compile> |
||
168 | <Compile Include="MenuForm.Designer.cs"> |
||
169 | <DependentUpon>MenuForm.cs</DependentUpon> |
||
170 | </Compile> |
||
1 | office | 171 | <Compile Include="Program.cs" /> |
172 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
56 | office | 173 | <Compile Include="RadioMenu.cs" /> |
174 | <Compile Include="RadioMenuItem.cs" /> |
||
1 | office | 175 | <Compile Include="Radios\Cat.cs" /> |
176 | <Compile Include="Radios\CatAssemblies.cs" /> |
||
11 | office | 177 | <Compile Include="Radios\CatCommandException.cs" /> |
9 | office | 178 | <Compile Include="Radios\CatLength.cs" /> |
179 | <Compile Include="Radios\Generic\BusyState.cs" /> |
||
1 | office | 180 | <Compile Include="Radios\Generic\CAT\AB.cs" /> |
23 | office | 181 | <Compile Include="Radios\Generic\CAT\AC.cs" /> |
3 | office | 182 | <Compile Include="Radios\Generic\CAT\AI.cs" /> |
1 | office | 183 | <Compile Include="Radios\Generic\CAT\BA.cs" /> |
184 | <Compile Include="Radios\Generic\CAT\BD.cs" /> |
||
185 | <Compile Include="Radios\Generic\CAT\BU.cs" /> |
||
9 | office | 186 | <Compile Include="Radios\Generic\CAT\BY.cs" /> |
19 | office | 187 | <Compile Include="Radios\Generic\CAT\CH.cs" /> |
54 | office | 188 | <Compile Include="Radios\Generic\CAT\EX.cs" /> |
1 | office | 189 | <Compile Include="Radios\Generic\CAT\FA.cs" /> |
190 | <Compile Include="Radios\Generic\CAT\FB.cs" /> |
||
7 | office | 191 | <Compile Include="Radios\Generic\CAT\ID.cs" /> |
3 | office | 192 | <Compile Include="Radios\Generic\CAT\IF.cs" /> |
50 | office | 193 | <Compile Include="Radios\Generic\CAT\LK.cs" /> |
19 | office | 194 | <Compile Include="Radios\Generic\CAT\MC.cs" /> |
1 | office | 195 | <Compile Include="Radios\Generic\CAT\MD.cs" /> |
15 | office | 196 | <Compile Include="Radios\Generic\CAT\MR.cs" /> |
197 | <Compile Include="Radios\Generic\CAT\MT.cs" /> |
||
24 | office | 198 | <Compile Include="Radios\Generic\CAT\PA.cs" /> |
199 | <Compile Include="Radios\Generic\CAT\PC.cs" /> |
||
9 | office | 200 | <Compile Include="Radios\Generic\CAT\RI.cs" /> |
3 | office | 201 | <Compile Include="Radios\Generic\CAT\SQ.cs" /> |
37 | office | 202 | <Compile Include="Radios\Generic\CAT\ST.cs" /> |
38 | office | 203 | <Compile Include="Radios\Generic\CAT\SV.cs" /> |
35 | office | 204 | <Compile Include="Radios\Generic\CAT\TX.cs" /> |
38 | office | 205 | <Compile Include="Radios\Generic\CAT\VM.cs" /> |
19 | office | 206 | <Compile Include="Radios\Generic\ChannelDirection.cs" /> |
3 | office | 207 | <Compile Include="Radios\Generic\ClarifierDirection.cs" /> |
46 | office | 208 | <Compile Include="Radios\Generic\Ctcss.cs" /> |
3 | office | 209 | <Compile Include="Radios\Generic\CtcssMode.cs" /> |
210 | <Compile Include="Radios\Generic\Information.cs" /> |
||
211 | <Compile Include="Radios\Generic\InformationState.cs" /> |
||
24 | office | 212 | <Compile Include="Radios\Generic\IpoState.cs" /> |
50 | office | 213 | <Compile Include="Radios\Generic\LockState.cs" /> |
41 | office | 214 | <Compile Include="Radios\Generic\MemoryBanks.cs" /> |
15 | office | 215 | <Compile Include="Radios\Generic\MemoryChannel.cs" /> |
216 | <Compile Include="Radios\Generic\MemoryRadioMode.cs" /> |
||
46 | office | 217 | <Compile Include="Radios\Generic\PhaseMode.cs" /> |
9 | office | 218 | <Compile Include="Radios\Generic\RadioInformationType.cs" /> |
46 | office | 219 | <Compile Include="Radios\Generic\Phase.cs" /> |
1 | office | 220 | <Compile Include="Radios\Generic\PowerState.cs" /> |
221 | <Compile Include="Radios\Generic\CAT\PS.cs" /> |
||
222 | <Compile Include="Radios\Generic\CAT\SC.cs" /> |
||
56 | office | 223 | <Compile Include="Radios\Generic\RadioMenu.cs" /> |
1 | office | 224 | <Compile Include="Radios\Generic\RadioMode.cs" /> |
225 | <Compile Include="Radios\Generic\ScanState.cs" /> |
||
3 | office | 226 | <Compile Include="Radios\Generic\ShiftDirection.cs" /> |
227 | <Compile Include="Radios\Generic\RadioStorage.cs" /> |
||
37 | office | 228 | <Compile Include="Radios\Generic\SplitState.cs" /> |
23 | office | 229 | <Compile Include="Radios\Generic\TunerState.cs" /> |
35 | office | 230 | <Compile Include="Radios\Generic\TxState.cs" /> |
1 | office | 231 | <Compile Include="Radios\RadioAttribute.cs" /> |
11 | office | 232 | <Compile Include="Radios\UnexpectedRadioResponseException.cs" /> |
233 | <Compile Include="Radios\UnmatchedRadioResponseException.cs" /> |
||
1 | office | 234 | <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" /> |
23 | office | 235 | <Compile Include="Radios\Yaesu\FT-891\CAT\AC.cs" /> |
3 | office | 236 | <Compile Include="Radios\Yaesu\FT-891\CAT\AI.cs" /> |
1 | office | 237 | <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" /> |
238 | <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" /> |
||
239 | <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" /> |
||
9 | office | 240 | <Compile Include="Radios\Yaesu\FT-891\CAT\BY.cs" /> |
19 | office | 241 | <Compile Include="Radios\Yaesu\FT-891\CAT\CH.cs" /> |
54 | office | 242 | <Compile Include="Radios\Yaesu\FT-891\CAT\EX.cs" /> |
1 | office | 243 | <Compile Include="Radios\Yaesu\FT-891\CAT\FA.cs" /> |
244 | <Compile Include="Radios\Yaesu\FT-891\CAT\FB.cs" /> |
||
7 | office | 245 | <Compile Include="Radios\Yaesu\FT-891\CAT\ID.cs" /> |
3 | office | 246 | <Compile Include="Radios\Yaesu\FT-891\CAT\IF.cs" /> |
50 | office | 247 | <Compile Include="Radios\Yaesu\FT-891\CAT\LK.cs" /> |
19 | office | 248 | <Compile Include="Radios\Yaesu\FT-891\CAT\MC.cs" /> |
1 | office | 249 | <Compile Include="Radios\Yaesu\FT-891\CAT\MD.cs" /> |
15 | office | 250 | <Compile Include="Radios\Yaesu\FT-891\CAT\MR.cs" /> |
251 | <Compile Include="Radios\Yaesu\FT-891\CAT\MT.cs" /> |
||
24 | office | 252 | <Compile Include="Radios\Yaesu\FT-891\CAT\PA.cs" /> |
253 | <Compile Include="Radios\Yaesu\FT-891\CAT\PC.cs" /> |
||
1 | office | 254 | <Compile Include="Radios\Yaesu\FT-891\CAT\PS.cs" /> |
9 | office | 255 | <Compile Include="Radios\Yaesu\FT-891\CAT\RI.cs" /> |
1 | office | 256 | <Compile Include="Radios\Yaesu\FT-891\CAT\SC.cs" /> |
3 | office | 257 | <Compile Include="Radios\Yaesu\FT-891\CAT\SQ.cs" /> |
37 | office | 258 | <Compile Include="Radios\Yaesu\FT-891\CAT\ST.cs" /> |
38 | office | 259 | <Compile Include="Radios\Yaesu\FT-891\CAT\SV.cs" /> |
35 | office | 260 | <Compile Include="Radios\Yaesu\FT-891\CAT\TX.cs" /> |
38 | office | 261 | <Compile Include="Radios\Yaesu\FT-891\CAT\VM.cs" /> |
1 | office | 262 | <Compile Include="Radios\Yaesu\FT-891\Constants.cs" /> |
3 | office | 263 | <Compile Include="BandScan.cs" /> |
41 | office | 264 | <Compile Include="Radios\Yaesu\FT-891\MemoryBanks.cs" /> |
46 | office | 265 | <Compile Include="Radios\Yaesu\FT-891\MemoryChannel.cs" /> |
44 | office | 266 | <Compile Include="Radios\Yaesu\FT-891\MemoryRadioMode.cs" /> |
56 | office | 267 | <Compile Include="Radios\Yaesu\FT-891\RadioMenu.cs" /> |
43 | office | 268 | <Compile Include="Radios\Yaesu\FT-891\RadioMode.cs" /> |
1 | office | 269 | <Compile Include="SettingsForm.cs"> |
270 | <SubType>Form</SubType> |
||
271 | </Compile> |
||
272 | <Compile Include="SettingsForm.Designer.cs"> |
||
273 | <DependentUpon>SettingsForm.cs</DependentUpon> |
||
274 | </Compile> |
||
10 | office | 275 | <Compile Include="SpectrogramForm.cs"> |
276 | <SubType>Form</SubType> |
||
277 | </Compile> |
||
278 | <Compile Include="SpectrogramForm.Designer.cs"> |
||
279 | <DependentUpon>SpectrogramForm.cs</DependentUpon> |
||
280 | </Compile> |
||
15 | office | 281 | <Compile Include="Utilities\Controls\DoubleBufferedDataGridView.cs"> |
282 | <SubType>Component</SubType> |
||
283 | </Compile> |
||
3 | office | 284 | <Compile Include="Utilities\Controls\ScrollableToolStripComboBox.cs"> |
285 | <SubType>ToolStrip</SubType> |
||
286 | </Compile> |
||
1 | office | 287 | <Compile Include="Utilities\LogMemorySink.cs" /> |
54 | office | 288 | <Compile Include="Utilities\Mathematics.cs" /> |
1 | office | 289 | <Compile Include="Utilities\Miscellaneous.cs" /> |
290 | <Compile Include="Utilities\ScheduledContinuation.cs" /> |
||
291 | <Compile Include="Utilities\Serialization\Serialization.cs" /> |
||
292 | <Compile Include="Utilities\Serialization\SerializationFailure.cs" /> |
||
293 | <Compile Include="Utilities\Serialization\SerializationState.cs" /> |
||
294 | <Compile Include="Utilities\Serialization\SerializationSuccess.cs" /> |
||
53 | office | 295 | <Compile Include="Utilities\WindowState.cs" /> |
1 | office | 296 | <Compile Include="ViewLogsForm.cs"> |
297 | <SubType>Form</SubType> |
||
298 | </Compile> |
||
299 | <Compile Include="ViewLogsForm.Designer.cs"> |
||
300 | <DependentUpon>ViewLogsForm.cs</DependentUpon> |
||
301 | </Compile> |
||
302 | <EmbeddedResource Include="AboutForm.resx"> |
||
303 | <DependentUpon>AboutForm.cs</DependentUpon> |
||
304 | </EmbeddedResource> |
||
305 | <EmbeddedResource Include="Form1.resx"> |
||
306 | <DependentUpon>Form1.cs</DependentUpon> |
||
307 | </EmbeddedResource> |
||
15 | office | 308 | <EmbeddedResource Include="MemoryOrganizerForm.resx"> |
309 | <DependentUpon>MemoryOrganizerForm.cs</DependentUpon> |
||
310 | </EmbeddedResource> |
||
54 | office | 311 | <EmbeddedResource Include="MenuForm.resx"> |
312 | <DependentUpon>MenuForm.cs</DependentUpon> |
||
313 | </EmbeddedResource> |
||
1 | office | 314 | <EmbeddedResource Include="Properties\Resources.resx"> |
315 | <Generator>ResXFileCodeGenerator</Generator> |
||
316 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
317 | <SubType>Designer</SubType> |
||
318 | </EmbeddedResource> |
||
319 | <Compile Include="Properties\Resources.Designer.cs"> |
||
320 | <AutoGen>True</AutoGen> |
||
321 | <DependentUpon>Resources.resx</DependentUpon> |
||
322 | <DesignTime>True</DesignTime> |
||
323 | </Compile> |
||
324 | <EmbeddedResource Include="SettingsForm.resx"> |
||
325 | <DependentUpon>SettingsForm.cs</DependentUpon> |
||
326 | </EmbeddedResource> |
||
10 | office | 327 | <EmbeddedResource Include="SpectrogramForm.resx"> |
328 | <DependentUpon>SpectrogramForm.cs</DependentUpon> |
||
329 | </EmbeddedResource> |
||
1 | office | 330 | <EmbeddedResource Include="ViewLogsForm.resx"> |
331 | <DependentUpon>ViewLogsForm.cs</DependentUpon> |
||
332 | </EmbeddedResource> |
||
26 | office | 333 | <None Include="MemoryChannelIndexed.xsd"> |
16 | office | 334 | <SubType>Designer</SubType> |
335 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
336 | </None> |
||
1 | office | 337 | <None Include="packages.config" /> |
338 | <None Include="Properties\Settings.settings"> |
||
339 | <Generator>SettingsSingleFileGenerator</Generator> |
||
340 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
341 | </None> |
||
342 | <Compile Include="Properties\Settings.Designer.cs"> |
||
343 | <AutoGen>True</AutoGen> |
||
344 | <DependentUpon>Settings.settings</DependentUpon> |
||
345 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
346 | </Compile> |
||
56 | office | 347 | <None Include="RadioMenu.xsd"> |
348 | <SubType>Designer</SubType> |
||
349 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
350 | </None> |
||
1 | office | 351 | </ItemGroup> |
352 | <ItemGroup> |
||
353 | <None Include="App.config" /> |
||
354 | </ItemGroup> |
||
355 | <ItemGroup> |
||
356 | <ProjectReference Include="..\Configuration\Configuration.csproj"> |
||
357 | <Project>{e6beda17-0d49-478a-890e-1fb891bd2de5}</Project> |
||
358 | <Name>Configuration</Name> |
||
359 | </ProjectReference> |
||
12 | office | 360 | <ProjectReference Include="..\Toasts\Toasts\Toasts.csproj"> |
361 | <Project>{380d8d88-386c-4c50-9a54-800f79fdf7d2}</Project> |
||
362 | <Name>Toasts</Name> |
||
363 | </ProjectReference> |
||
1 | office | 364 | </ItemGroup> |
2 | office | 365 | <ItemGroup> |
5 | office | 366 | <Content Include="LICENSE.txt" /> |
367 | <EmbeddedResource Include="Effects\pot.wav" /> |
||
2 | office | 368 | <Content Include="HamBook.ico" /> |
369 | </ItemGroup> |
||
3 | office | 370 | <ItemGroup /> |
1 | office | 371 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
372 | </Project> |