HamBook – Blame information for rev 5

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