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