HamBook – Blame information for rev 9

Subversion Repositories:
Rev:
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>
42 <Reference Include="NetSparkle, Version=2.2.1.0, Culture=neutral, processorArchitecture=MSIL">
43 <HintPath>..\packages\NetSparkleUpdater.SparkleUpdater.2.2.1\lib\net452\NetSparkle.dll</HintPath>
44 </Reference>
45 <Reference Include="NetSparkleUpdater.UI.WinForms, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
46 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
47 </Reference>
48 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
49 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\Newtonsoft.Json.dll</HintPath>
50 </Reference>
9 office 51 <Reference Include="RJCP.SerialPortStream, Version=2.4.1.0, Culture=neutral, PublicKeyToken=5f5e7b70c6a74deb, processorArchitecture=MSIL">
52 <HintPath>..\packages\SerialPortStream.2.4.1\lib\net45\RJCP.SerialPortStream.dll</HintPath>
53 </Reference>
1 office 54 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
55 <HintPath>..\packages\Serilog.2.10.0\lib\net46\Serilog.dll</HintPath>
56 </Reference>
57 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL">
58 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
59 </Reference>
60 <Reference Include="System" />
61 <Reference Include="System.Core" />
62 <Reference Include="System.Management" />
9 office 63 <Reference Include="System.Threading.Tasks.Dataflow, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
64 <HintPath>..\packages\System.Threading.Tasks.Dataflow.7.0.0\lib\net462\System.Threading.Tasks.Dataflow.dll</HintPath>
65 </Reference>
1 office 66 <Reference Include="System.Xml.Linq" />
67 <Reference Include="System.Data.DataSetExtensions" />
68 <Reference Include="Microsoft.CSharp" />
69 <Reference Include="System.Data" />
70 <Reference Include="System.Deployment" />
71 <Reference Include="System.Drawing" />
72 <Reference Include="System.Net.Http" />
73 <Reference Include="System.Windows.Forms" />
74 <Reference Include="System.Xml" />
75 </ItemGroup>
76 <ItemGroup>
77 <Compile Include="AboutForm.cs">
78 <SubType>Form</SubType>
79 </Compile>
80 <Compile Include="AboutForm.Designer.cs">
81 <DependentUpon>AboutForm.cs</DependentUpon>
82 </Compile>
83 <Compile Include="Constants.cs" />
84 <Compile Include="Form1.cs">
85 <SubType>Form</SubType>
86 </Compile>
87 <Compile Include="Form1.Designer.cs">
88 <DependentUpon>Form1.cs</DependentUpon>
89 </Compile>
90 <Compile Include="Program.cs" />
91 <Compile Include="Properties\AssemblyInfo.cs" />
92 <Compile Include="Radios\Cat.cs" />
93 <Compile Include="Radios\CatAssemblies.cs" />
9 office 94 <Compile Include="Radios\CatLength.cs" />
95 <Compile Include="Radios\Generic\BusyState.cs" />
1 office 96 <Compile Include="Radios\Generic\CAT\AB.cs" />
3 office 97 <Compile Include="Radios\Generic\CAT\AI.cs" />
1 office 98 <Compile Include="Radios\Generic\CAT\BA.cs" />
99 <Compile Include="Radios\Generic\CAT\BD.cs" />
100 <Compile Include="Radios\Generic\CAT\BU.cs" />
9 office 101 <Compile Include="Radios\Generic\CAT\BY.cs" />
1 office 102 <Compile Include="Radios\Generic\CAT\FA.cs" />
103 <Compile Include="Radios\Generic\CAT\FB.cs" />
7 office 104 <Compile Include="Radios\Generic\CAT\ID.cs" />
3 office 105 <Compile Include="Radios\Generic\CAT\IF.cs" />
1 office 106 <Compile Include="Radios\Generic\CAT\MD.cs" />
9 office 107 <Compile Include="Radios\Generic\CAT\RI.cs" />
3 office 108 <Compile Include="Radios\Generic\CAT\SQ.cs" />
109 <Compile Include="Radios\Generic\ClarifierDirection.cs" />
110 <Compile Include="Radios\Generic\Constants.cs" />
111 <Compile Include="Radios\Generic\CtcssMode.cs" />
112 <Compile Include="Radios\Generic\Information.cs" />
113 <Compile Include="Radios\Generic\InformationState.cs" />
9 office 114 <Compile Include="Radios\Generic\RadioInformationType.cs" />
3 office 115 <Compile Include="Radios\Generic\RadioPhase.cs" />
1 office 116 <Compile Include="Radios\Generic\PowerState.cs" />
117 <Compile Include="Radios\Generic\CAT\PS.cs" />
118 <Compile Include="Radios\Generic\CAT\SC.cs" />
119 <Compile Include="Radios\Generic\RadioMode.cs" />
120 <Compile Include="Radios\Generic\ScanState.cs" />
3 office 121 <Compile Include="Radios\Generic\ShiftDirection.cs" />
122 <Compile Include="Radios\Generic\RadioStorage.cs" />
1 office 123 <Compile Include="Radios\RadioAttribute.cs" />
124 <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" />
3 office 125 <Compile Include="Radios\Yaesu\FT-891\CAT\AI.cs" />
1 office 126 <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" />
127 <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" />
128 <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" />
9 office 129 <Compile Include="Radios\Yaesu\FT-891\CAT\BY.cs" />
1 office 130 <Compile Include="Radios\Yaesu\FT-891\CAT\FA.cs" />
131 <Compile Include="Radios\Yaesu\FT-891\CAT\FB.cs" />
7 office 132 <Compile Include="Radios\Yaesu\FT-891\CAT\ID.cs" />
3 office 133 <Compile Include="Radios\Yaesu\FT-891\CAT\IF.cs" />
1 office 134 <Compile Include="Radios\Yaesu\FT-891\CAT\MD.cs" />
135 <Compile Include="Radios\Yaesu\FT-891\CAT\PS.cs" />
9 office 136 <Compile Include="Radios\Yaesu\FT-891\CAT\RI.cs" />
1 office 137 <Compile Include="Radios\Yaesu\FT-891\CAT\SC.cs" />
3 office 138 <Compile Include="Radios\Yaesu\FT-891\CAT\SQ.cs" />
1 office 139 <Compile Include="Radios\Yaesu\FT-891\Constants.cs" />
3 office 140 <Compile Include="BandScan.cs" />
1 office 141 <Compile Include="SettingsForm.cs">
142 <SubType>Form</SubType>
143 </Compile>
144 <Compile Include="SettingsForm.Designer.cs">
145 <DependentUpon>SettingsForm.cs</DependentUpon>
146 </Compile>
3 office 147 <Compile Include="Utilities\Controls\ScrollableToolStripComboBox.cs">
148 <SubType>ToolStrip</SubType>
149 </Compile>
1 office 150 <Compile Include="Utilities\LogMemorySink.cs" />
151 <Compile Include="Utilities\Miscellaneous.cs" />
152 <Compile Include="Utilities\ScheduledContinuation.cs" />
153 <Compile Include="Utilities\Serialization\Serialization.cs" />
154 <Compile Include="Utilities\Serialization\SerializationFailure.cs" />
155 <Compile Include="Utilities\Serialization\SerializationState.cs" />
156 <Compile Include="Utilities\Serialization\SerializationSuccess.cs" />
157 <Compile Include="ViewLogsForm.cs">
158 <SubType>Form</SubType>
159 </Compile>
160 <Compile Include="ViewLogsForm.Designer.cs">
161 <DependentUpon>ViewLogsForm.cs</DependentUpon>
162 </Compile>
163 <EmbeddedResource Include="AboutForm.resx">
164 <DependentUpon>AboutForm.cs</DependentUpon>
165 </EmbeddedResource>
166 <EmbeddedResource Include="Form1.resx">
167 <DependentUpon>Form1.cs</DependentUpon>
168 </EmbeddedResource>
169 <EmbeddedResource Include="Properties\Resources.resx">
170 <Generator>ResXFileCodeGenerator</Generator>
171 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
172 <SubType>Designer</SubType>
173 </EmbeddedResource>
174 <Compile Include="Properties\Resources.Designer.cs">
175 <AutoGen>True</AutoGen>
176 <DependentUpon>Resources.resx</DependentUpon>
177 <DesignTime>True</DesignTime>
178 </Compile>
179 <EmbeddedResource Include="SettingsForm.resx">
180 <DependentUpon>SettingsForm.cs</DependentUpon>
181 </EmbeddedResource>
182 <EmbeddedResource Include="ViewLogsForm.resx">
183 <DependentUpon>ViewLogsForm.cs</DependentUpon>
184 </EmbeddedResource>
185 <None Include="packages.config" />
186 <None Include="Properties\Settings.settings">
187 <Generator>SettingsSingleFileGenerator</Generator>
188 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
189 </None>
190 <Compile Include="Properties\Settings.Designer.cs">
191 <AutoGen>True</AutoGen>
192 <DependentUpon>Settings.settings</DependentUpon>
193 <DesignTimeSharedInput>True</DesignTimeSharedInput>
194 </Compile>
195 </ItemGroup>
196 <ItemGroup>
197 <None Include="App.config" />
198 </ItemGroup>
199 <ItemGroup>
200 <ProjectReference Include="..\Configuration\Configuration.csproj">
201 <Project>{e6beda17-0d49-478a-890e-1fb891bd2de5}</Project>
202 <Name>Configuration</Name>
203 </ProjectReference>
204 </ItemGroup>
2 office 205 <ItemGroup>
5 office 206 <Content Include="LICENSE.txt" />
207 <EmbeddedResource Include="Effects\pot.wav" />
2 office 208 <Content Include="HamBook.ico" />
209 </ItemGroup>
3 office 210 <ItemGroup />
1 office 211 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
212 </Project>