HamBook – Diff between revs 7 and 9

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 7 Rev 9
Line 46... Line 46...
46 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath> 46 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\NetSparkleUpdater.UI.WinForms.dll</HintPath>
47 </Reference> 47 </Reference>
48 <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> 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> 49 <HintPath>..\packages\NetSparkleUpdater.UI.WinForms.NetFramework.2.2.1\lib\net452\Newtonsoft.Json.dll</HintPath>
50 </Reference> 50 </Reference>
-   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>
51 <Reference Include="Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> 54 <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> 55 <HintPath>..\packages\Serilog.2.10.0\lib\net46\Serilog.dll</HintPath>
53 </Reference> 56 </Reference>
54 <Reference Include="Serilog.Sinks.File, Version=5.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL"> 57 <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> 58 <HintPath>..\packages\Serilog.Sinks.File.5.0.0\lib\net45\Serilog.Sinks.File.dll</HintPath>
56 </Reference> 59 </Reference>
57 <Reference Include="System" /> 60 <Reference Include="System" />
58 <Reference Include="System.Core" /> 61 <Reference Include="System.Core" />
59 <Reference Include="System.Management" /> 62 <Reference Include="System.Management" />
-   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>
60 <Reference Include="System.Xml.Linq" /> 66 <Reference Include="System.Xml.Linq" />
61 <Reference Include="System.Data.DataSetExtensions" /> 67 <Reference Include="System.Data.DataSetExtensions" />
62 <Reference Include="Microsoft.CSharp" /> 68 <Reference Include="Microsoft.CSharp" />
63 <Reference Include="System.Data" /> 69 <Reference Include="System.Data" />
64 <Reference Include="System.Deployment" /> 70 <Reference Include="System.Deployment" />
Line 83... Line 89...
83 </Compile> 89 </Compile>
84 <Compile Include="Program.cs" /> 90 <Compile Include="Program.cs" />
85 <Compile Include="Properties\AssemblyInfo.cs" /> 91 <Compile Include="Properties\AssemblyInfo.cs" />
86 <Compile Include="Radios\Cat.cs" /> 92 <Compile Include="Radios\Cat.cs" />
87 <Compile Include="Radios\CatAssemblies.cs" /> 93 <Compile Include="Radios\CatAssemblies.cs" />
-   94 <Compile Include="Radios\CatLength.cs" />
-   95 <Compile Include="Radios\Generic\BusyState.cs" />
88 <Compile Include="Radios\Generic\CAT\AB.cs" /> 96 <Compile Include="Radios\Generic\CAT\AB.cs" />
89 <Compile Include="Radios\Generic\CAT\AI.cs" /> 97 <Compile Include="Radios\Generic\CAT\AI.cs" />
90 <Compile Include="Radios\Generic\CAT\BA.cs" /> 98 <Compile Include="Radios\Generic\CAT\BA.cs" />
91 <Compile Include="Radios\Generic\CAT\BD.cs" /> 99 <Compile Include="Radios\Generic\CAT\BD.cs" />
92 <Compile Include="Radios\Generic\CAT\BU.cs" /> 100 <Compile Include="Radios\Generic\CAT\BU.cs" />
-   101 <Compile Include="Radios\Generic\CAT\BY.cs" />
93 <Compile Include="Radios\Generic\CAT\FA.cs" /> 102 <Compile Include="Radios\Generic\CAT\FA.cs" />
94 <Compile Include="Radios\Generic\CAT\FB.cs" /> 103 <Compile Include="Radios\Generic\CAT\FB.cs" />
95 <Compile Include="Radios\Generic\CAT\ID.cs" /> 104 <Compile Include="Radios\Generic\CAT\ID.cs" />
96 <Compile Include="Radios\Generic\CAT\IF.cs" /> 105 <Compile Include="Radios\Generic\CAT\IF.cs" />
97 <Compile Include="Radios\Generic\CAT\MD.cs" /> 106 <Compile Include="Radios\Generic\CAT\MD.cs" />
-   107 <Compile Include="Radios\Generic\CAT\RI.cs" />
98 <Compile Include="Radios\Generic\CAT\SQ.cs" /> 108 <Compile Include="Radios\Generic\CAT\SQ.cs" />
99 <Compile Include="Radios\Generic\ClarifierDirection.cs" /> 109 <Compile Include="Radios\Generic\ClarifierDirection.cs" />
100 <Compile Include="Radios\Generic\Constants.cs" /> 110 <Compile Include="Radios\Generic\Constants.cs" />
101 <Compile Include="Radios\Generic\CtcssMode.cs" /> 111 <Compile Include="Radios\Generic\CtcssMode.cs" />
102 <Compile Include="Radios\Generic\Information.cs" /> 112 <Compile Include="Radios\Generic\Information.cs" />
103 <Compile Include="Radios\Generic\InformationState.cs" /> 113 <Compile Include="Radios\Generic\InformationState.cs" />
-   114 <Compile Include="Radios\Generic\RadioInformationType.cs" />
104 <Compile Include="Radios\Generic\RadioPhase.cs" /> 115 <Compile Include="Radios\Generic\RadioPhase.cs" />
105 <Compile Include="Radios\Generic\PowerState.cs" /> 116 <Compile Include="Radios\Generic\PowerState.cs" />
106 <Compile Include="Radios\Generic\CAT\PS.cs" /> 117 <Compile Include="Radios\Generic\CAT\PS.cs" />
107 <Compile Include="Radios\Generic\CAT\SC.cs" /> 118 <Compile Include="Radios\Generic\CAT\SC.cs" />
108 <Compile Include="Radios\Generic\RadioMode.cs" /> 119 <Compile Include="Radios\Generic\RadioMode.cs" />
Line 113... Line 124...
113 <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" /> 124 <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" />
114 <Compile Include="Radios\Yaesu\FT-891\CAT\AI.cs" /> 125 <Compile Include="Radios\Yaesu\FT-891\CAT\AI.cs" />
115 <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" /> 126 <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" />
116 <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" /> 127 <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" />
117 <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" /> 128 <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" />
-   129 <Compile Include="Radios\Yaesu\FT-891\CAT\BY.cs" />
118 <Compile Include="Radios\Yaesu\FT-891\CAT\FA.cs" /> 130 <Compile Include="Radios\Yaesu\FT-891\CAT\FA.cs" />
119 <Compile Include="Radios\Yaesu\FT-891\CAT\FB.cs" /> 131 <Compile Include="Radios\Yaesu\FT-891\CAT\FB.cs" />
120 <Compile Include="Radios\Yaesu\FT-891\CAT\ID.cs" /> 132 <Compile Include="Radios\Yaesu\FT-891\CAT\ID.cs" />
121 <Compile Include="Radios\Yaesu\FT-891\CAT\IF.cs" /> 133 <Compile Include="Radios\Yaesu\FT-891\CAT\IF.cs" />
122 <Compile Include="Radios\Yaesu\FT-891\CAT\MD.cs" /> 134 <Compile Include="Radios\Yaesu\FT-891\CAT\MD.cs" />
123 <Compile Include="Radios\Yaesu\FT-891\CAT\PS.cs" /> 135 <Compile Include="Radios\Yaesu\FT-891\CAT\PS.cs" />
-   136 <Compile Include="Radios\Yaesu\FT-891\CAT\RI.cs" />
124 <Compile Include="Radios\Yaesu\FT-891\CAT\SC.cs" /> 137 <Compile Include="Radios\Yaesu\FT-891\CAT\SC.cs" />
125 <Compile Include="Radios\Yaesu\FT-891\CAT\SQ.cs" /> 138 <Compile Include="Radios\Yaesu\FT-891\CAT\SQ.cs" />
126 <Compile Include="Radios\Yaesu\FT-891\Constants.cs" /> 139 <Compile Include="Radios\Yaesu\FT-891\Constants.cs" />
127 <Compile Include="BandScan.cs" /> 140 <Compile Include="BandScan.cs" />
128 <Compile Include="SettingsForm.cs"> 141 <Compile Include="SettingsForm.cs">