HamBook – Blame information for rev 11
?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> |
||
| 138 | <Compile Include="Constants.cs" /> |
||
| 139 | <Compile Include="Form1.cs"> |
||
| 140 | <SubType>Form</SubType> |
||
| 141 | </Compile> |
||
| 142 | <Compile Include="Form1.Designer.cs"> |
||
| 143 | <DependentUpon>Form1.cs</DependentUpon> |
||
| 144 | </Compile> |
||
| 145 | <Compile Include="Program.cs" /> |
||
| 146 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
| 147 | <Compile Include="Radios\Cat.cs" /> |
||
| 148 | <Compile Include="Radios\CatAssemblies.cs" /> |
||
| 11 | office | 149 | <Compile Include="Radios\CatCommandException.cs" /> |
| 9 | office | 150 | <Compile Include="Radios\CatLength.cs" /> |
| 151 | <Compile Include="Radios\Generic\BusyState.cs" /> |
||
| 1 | office | 152 | <Compile Include="Radios\Generic\CAT\AB.cs" /> |
| 3 | office | 153 | <Compile Include="Radios\Generic\CAT\AI.cs" /> |
| 1 | office | 154 | <Compile Include="Radios\Generic\CAT\BA.cs" /> |
| 155 | <Compile Include="Radios\Generic\CAT\BD.cs" /> |
||
| 156 | <Compile Include="Radios\Generic\CAT\BU.cs" /> |
||
| 9 | office | 157 | <Compile Include="Radios\Generic\CAT\BY.cs" /> |
| 1 | office | 158 | <Compile Include="Radios\Generic\CAT\FA.cs" /> |
| 159 | <Compile Include="Radios\Generic\CAT\FB.cs" /> |
||
| 7 | office | 160 | <Compile Include="Radios\Generic\CAT\ID.cs" /> |
| 3 | office | 161 | <Compile Include="Radios\Generic\CAT\IF.cs" /> |
| 1 | office | 162 | <Compile Include="Radios\Generic\CAT\MD.cs" /> |
| 9 | office | 163 | <Compile Include="Radios\Generic\CAT\RI.cs" /> |
| 3 | office | 164 | <Compile Include="Radios\Generic\CAT\SQ.cs" /> |
| 165 | <Compile Include="Radios\Generic\ClarifierDirection.cs" /> |
||
| 166 | <Compile Include="Radios\Generic\Constants.cs" /> |
||
| 167 | <Compile Include="Radios\Generic\CtcssMode.cs" /> |
||
| 168 | <Compile Include="Radios\Generic\Information.cs" /> |
||
| 169 | <Compile Include="Radios\Generic\InformationState.cs" /> |
||
| 9 | office | 170 | <Compile Include="Radios\Generic\RadioInformationType.cs" /> |
| 3 | office | 171 | <Compile Include="Radios\Generic\RadioPhase.cs" /> |
| 1 | office | 172 | <Compile Include="Radios\Generic\PowerState.cs" /> |
| 173 | <Compile Include="Radios\Generic\CAT\PS.cs" /> |
||
| 174 | <Compile Include="Radios\Generic\CAT\SC.cs" /> |
||
| 175 | <Compile Include="Radios\Generic\RadioMode.cs" /> |
||
| 176 | <Compile Include="Radios\Generic\ScanState.cs" /> |
||
| 3 | office | 177 | <Compile Include="Radios\Generic\ShiftDirection.cs" /> |
| 178 | <Compile Include="Radios\Generic\RadioStorage.cs" /> |
||
| 1 | office | 179 | <Compile Include="Radios\RadioAttribute.cs" /> |
| 11 | office | 180 | <Compile Include="Radios\UnexpectedRadioResponseException.cs" /> |
| 181 | <Compile Include="Radios\UnmatchedRadioResponseException.cs" /> |
||
| 1 | office | 182 | <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" /> |
| 3 | office | 183 | <Compile Include="Radios\Yaesu\FT-891\CAT\AI.cs" /> |
| 1 | office | 184 | <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" /> |
| 185 | <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" /> |
||
| 186 | <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" /> |
||
| 9 | office | 187 | <Compile Include="Radios\Yaesu\FT-891\CAT\BY.cs" /> |
| 1 | office | 188 | <Compile Include="Radios\Yaesu\FT-891\CAT\FA.cs" /> |
| 189 | <Compile Include="Radios\Yaesu\FT-891\CAT\FB.cs" /> |
||
| 7 | office | 190 | <Compile Include="Radios\Yaesu\FT-891\CAT\ID.cs" /> |
| 3 | office | 191 | <Compile Include="Radios\Yaesu\FT-891\CAT\IF.cs" /> |
| 1 | office | 192 | <Compile Include="Radios\Yaesu\FT-891\CAT\MD.cs" /> |
| 193 | <Compile Include="Radios\Yaesu\FT-891\CAT\PS.cs" /> |
||
| 9 | office | 194 | <Compile Include="Radios\Yaesu\FT-891\CAT\RI.cs" /> |
| 1 | office | 195 | <Compile Include="Radios\Yaesu\FT-891\CAT\SC.cs" /> |
| 3 | office | 196 | <Compile Include="Radios\Yaesu\FT-891\CAT\SQ.cs" /> |
| 1 | office | 197 | <Compile Include="Radios\Yaesu\FT-891\Constants.cs" /> |
| 3 | office | 198 | <Compile Include="BandScan.cs" /> |
| 1 | office | 199 | <Compile Include="SettingsForm.cs"> |
| 200 | <SubType>Form</SubType> |
||
| 201 | </Compile> |
||
| 202 | <Compile Include="SettingsForm.Designer.cs"> |
||
| 203 | <DependentUpon>SettingsForm.cs</DependentUpon> |
||
| 204 | </Compile> |
||
| 10 | office | 205 | <Compile Include="SpectrogramForm.cs"> |
| 206 | <SubType>Form</SubType> |
||
| 207 | </Compile> |
||
| 208 | <Compile Include="SpectrogramForm.Designer.cs"> |
||
| 209 | <DependentUpon>SpectrogramForm.cs</DependentUpon> |
||
| 210 | </Compile> |
||
| 3 | office | 211 | <Compile Include="Utilities\Controls\ScrollableToolStripComboBox.cs"> |
| 212 | <SubType>ToolStrip</SubType> |
||
| 213 | </Compile> |
||
| 1 | office | 214 | <Compile Include="Utilities\LogMemorySink.cs" /> |
| 215 | <Compile Include="Utilities\Miscellaneous.cs" /> |
||
| 216 | <Compile Include="Utilities\ScheduledContinuation.cs" /> |
||
| 217 | <Compile Include="Utilities\Serialization\Serialization.cs" /> |
||
| 218 | <Compile Include="Utilities\Serialization\SerializationFailure.cs" /> |
||
| 219 | <Compile Include="Utilities\Serialization\SerializationState.cs" /> |
||
| 220 | <Compile Include="Utilities\Serialization\SerializationSuccess.cs" /> |
||
| 221 | <Compile Include="ViewLogsForm.cs"> |
||
| 222 | <SubType>Form</SubType> |
||
| 223 | </Compile> |
||
| 224 | <Compile Include="ViewLogsForm.Designer.cs"> |
||
| 225 | <DependentUpon>ViewLogsForm.cs</DependentUpon> |
||
| 226 | </Compile> |
||
| 227 | <EmbeddedResource Include="AboutForm.resx"> |
||
| 228 | <DependentUpon>AboutForm.cs</DependentUpon> |
||
| 229 | </EmbeddedResource> |
||
| 230 | <EmbeddedResource Include="Form1.resx"> |
||
| 231 | <DependentUpon>Form1.cs</DependentUpon> |
||
| 232 | </EmbeddedResource> |
||
| 233 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
| 234 | <Generator>ResXFileCodeGenerator</Generator> |
||
| 235 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
| 236 | <SubType>Designer</SubType> |
||
| 237 | </EmbeddedResource> |
||
| 238 | <Compile Include="Properties\Resources.Designer.cs"> |
||
| 239 | <AutoGen>True</AutoGen> |
||
| 240 | <DependentUpon>Resources.resx</DependentUpon> |
||
| 241 | <DesignTime>True</DesignTime> |
||
| 242 | </Compile> |
||
| 243 | <EmbeddedResource Include="SettingsForm.resx"> |
||
| 244 | <DependentUpon>SettingsForm.cs</DependentUpon> |
||
| 245 | </EmbeddedResource> |
||
| 10 | office | 246 | <EmbeddedResource Include="SpectrogramForm.resx"> |
| 247 | <DependentUpon>SpectrogramForm.cs</DependentUpon> |
||
| 248 | </EmbeddedResource> |
||
| 1 | office | 249 | <EmbeddedResource Include="ViewLogsForm.resx"> |
| 250 | <DependentUpon>ViewLogsForm.cs</DependentUpon> |
||
| 251 | </EmbeddedResource> |
||
| 252 | <None Include="packages.config" /> |
||
| 253 | <None Include="Properties\Settings.settings"> |
||
| 254 | <Generator>SettingsSingleFileGenerator</Generator> |
||
| 255 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
| 256 | </None> |
||
| 257 | <Compile Include="Properties\Settings.Designer.cs"> |
||
| 258 | <AutoGen>True</AutoGen> |
||
| 259 | <DependentUpon>Settings.settings</DependentUpon> |
||
| 260 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
| 261 | </Compile> |
||
| 262 | </ItemGroup> |
||
| 263 | <ItemGroup> |
||
| 264 | <None Include="App.config" /> |
||
| 265 | </ItemGroup> |
||
| 266 | <ItemGroup> |
||
| 267 | <ProjectReference Include="..\Configuration\Configuration.csproj"> |
||
| 268 | <Project>{e6beda17-0d49-478a-890e-1fb891bd2de5}</Project> |
||
| 269 | <Name>Configuration</Name> |
||
| 270 | </ProjectReference> |
||
| 271 | </ItemGroup> |
||
| 2 | office | 272 | <ItemGroup> |
| 5 | office | 273 | <Content Include="LICENSE.txt" /> |
| 274 | <EmbeddedResource Include="Effects\pot.wav" /> |
||
| 2 | office | 275 | <Content Include="HamBook.ico" /> |
| 276 | </ItemGroup> |
||
| 3 | office | 277 | <ItemGroup /> |
| 1 | office | 278 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 279 | </Project> |