HamBook – Diff between revs 10 and 11

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 10 Rev 11
Line 144... Line 144...
144 </Compile> 144 </Compile>
145 <Compile Include="Program.cs" /> 145 <Compile Include="Program.cs" />
146 <Compile Include="Properties\AssemblyInfo.cs" /> 146 <Compile Include="Properties\AssemblyInfo.cs" />
147 <Compile Include="Radios\Cat.cs" /> 147 <Compile Include="Radios\Cat.cs" />
148 <Compile Include="Radios\CatAssemblies.cs" /> 148 <Compile Include="Radios\CatAssemblies.cs" />
-   149 <Compile Include="Radios\CatCommandException.cs" />
149 <Compile Include="Radios\CatLength.cs" /> 150 <Compile Include="Radios\CatLength.cs" />
150 <Compile Include="Radios\Generic\BusyState.cs" /> 151 <Compile Include="Radios\Generic\BusyState.cs" />
151 <Compile Include="Radios\Generic\CAT\AB.cs" /> 152 <Compile Include="Radios\Generic\CAT\AB.cs" />
152 <Compile Include="Radios\Generic\CAT\AI.cs" /> 153 <Compile Include="Radios\Generic\CAT\AI.cs" />
153 <Compile Include="Radios\Generic\CAT\BA.cs" /> 154 <Compile Include="Radios\Generic\CAT\BA.cs" />
Line 174... Line 175...
174 <Compile Include="Radios\Generic\RadioMode.cs" /> 175 <Compile Include="Radios\Generic\RadioMode.cs" />
175 <Compile Include="Radios\Generic\ScanState.cs" /> 176 <Compile Include="Radios\Generic\ScanState.cs" />
176 <Compile Include="Radios\Generic\ShiftDirection.cs" /> 177 <Compile Include="Radios\Generic\ShiftDirection.cs" />
177 <Compile Include="Radios\Generic\RadioStorage.cs" /> 178 <Compile Include="Radios\Generic\RadioStorage.cs" />
178 <Compile Include="Radios\RadioAttribute.cs" /> 179 <Compile Include="Radios\RadioAttribute.cs" />
-   180 <Compile Include="Radios\UnexpectedRadioResponseException.cs" />
-   181 <Compile Include="Radios\UnmatchedRadioResponseException.cs" />
179 <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" /> 182 <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" />
180 <Compile Include="Radios\Yaesu\FT-891\CAT\AI.cs" /> 183 <Compile Include="Radios\Yaesu\FT-891\CAT\AI.cs" />
181 <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" /> 184 <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" />
182 <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" /> 185 <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" />
183 <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" /> 186 <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" />