HamBook – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 84... Line 84...
84 <Compile Include="Program.cs" /> 84 <Compile Include="Program.cs" />
85 <Compile Include="Properties\AssemblyInfo.cs" /> 85 <Compile Include="Properties\AssemblyInfo.cs" />
86 <Compile Include="Radios\Cat.cs" /> 86 <Compile Include="Radios\Cat.cs" />
87 <Compile Include="Radios\CatAssemblies.cs" /> 87 <Compile Include="Radios\CatAssemblies.cs" />
88 <Compile Include="Radios\Generic\CAT\AB.cs" /> 88 <Compile Include="Radios\Generic\CAT\AB.cs" />
-   89 <Compile Include="Radios\Generic\CAT\AI.cs" />
89 <Compile Include="Radios\Generic\CAT\BA.cs" /> 90 <Compile Include="Radios\Generic\CAT\BA.cs" />
90 <Compile Include="Radios\Generic\CAT\BD.cs" /> 91 <Compile Include="Radios\Generic\CAT\BD.cs" />
91 <Compile Include="Radios\Generic\CAT\BU.cs" /> 92 <Compile Include="Radios\Generic\CAT\BU.cs" />
92 <Compile Include="Radios\Generic\CAT\FA.cs" /> 93 <Compile Include="Radios\Generic\CAT\FA.cs" />
93 <Compile Include="Radios\Generic\CAT\FB.cs" /> 94 <Compile Include="Radios\Generic\CAT\FB.cs" />
-   95 <Compile Include="Radios\Generic\CAT\IF.cs" />
94 <Compile Include="Radios\Generic\CAT\MD.cs" /> 96 <Compile Include="Radios\Generic\CAT\MD.cs" />
-   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" />
95 <Compile Include="Radios\Generic\PowerState.cs" /> 104 <Compile Include="Radios\Generic\PowerState.cs" />
96 <Compile Include="Radios\Generic\CAT\PS.cs" /> 105 <Compile Include="Radios\Generic\CAT\PS.cs" />
97 <Compile Include="Radios\Generic\CAT\SC.cs" /> 106 <Compile Include="Radios\Generic\CAT\SC.cs" />
98 <Compile Include="Radios\Generic\RadioMode.cs" /> 107 <Compile Include="Radios\Generic\RadioMode.cs" />
99 <Compile Include="Radios\Generic\ScanState.cs" /> 108 <Compile Include="Radios\Generic\ScanState.cs" />
-   109 <Compile Include="Radios\Generic\ShiftDirection.cs" />
-   110 <Compile Include="Radios\Generic\RadioStorage.cs" />
100 <Compile Include="Radios\RadioAttribute.cs" /> 111 <Compile Include="Radios\RadioAttribute.cs" />
101 <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" /> 112 <Compile Include="Radios\Yaesu\FT-891\CAT\AB.cs" />
-   113 <Compile Include="Radios\Yaesu\FT-891\CAT\AI.cs" />
102 <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" /> 114 <Compile Include="Radios\Yaesu\FT-891\CAT\BA.cs" />
103 <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" /> 115 <Compile Include="Radios\Yaesu\FT-891\CAT\BD.cs" />
104 <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" /> 116 <Compile Include="Radios\Yaesu\FT-891\CAT\BU.cs" />
105 <Compile Include="Radios\Yaesu\FT-891\CAT\FA.cs" /> 117 <Compile Include="Radios\Yaesu\FT-891\CAT\FA.cs" />
106 <Compile Include="Radios\Yaesu\FT-891\CAT\FB.cs" /> 118 <Compile Include="Radios\Yaesu\FT-891\CAT\FB.cs" />
-   119 <Compile Include="Radios\Yaesu\FT-891\CAT\IF.cs" />
107 <Compile Include="Radios\Yaesu\FT-891\CAT\MD.cs" /> 120 <Compile Include="Radios\Yaesu\FT-891\CAT\MD.cs" />
108 <Compile Include="Radios\Yaesu\FT-891\CAT\PS.cs" /> 121 <Compile Include="Radios\Yaesu\FT-891\CAT\PS.cs" />
109 <Compile Include="Radios\Yaesu\FT-891\CAT\SC.cs" /> 122 <Compile Include="Radios\Yaesu\FT-891\CAT\SC.cs" />
-   123 <Compile Include="Radios\Yaesu\FT-891\CAT\SQ.cs" />
110 <Compile Include="Radios\Yaesu\FT-891\Constants.cs" /> 124 <Compile Include="Radios\Yaesu\FT-891\Constants.cs" />
-   125 <Compile Include="BandScan.cs" />
111 <Compile Include="SettingsForm.cs"> 126 <Compile Include="SettingsForm.cs">
112 <SubType>Form</SubType> 127 <SubType>Form</SubType>
113 </Compile> 128 </Compile>
114 <Compile Include="SettingsForm.Designer.cs"> 129 <Compile Include="SettingsForm.Designer.cs">
115 <DependentUpon>SettingsForm.cs</DependentUpon> 130 <DependentUpon>SettingsForm.cs</DependentUpon>
116 </Compile> 131 </Compile>
-   132 <Compile Include="Utilities\Controls\ScrollableToolStripComboBox.cs">
-   133 <SubType>ToolStrip</SubType>
-   134 </Compile>
117 <Compile Include="Utilities\LogMemorySink.cs" /> 135 <Compile Include="Utilities\LogMemorySink.cs" />
118 <Compile Include="Utilities\Miscellaneous.cs" /> 136 <Compile Include="Utilities\Miscellaneous.cs" />
119 <Compile Include="Utilities\ScheduledContinuation.cs" /> 137 <Compile Include="Utilities\ScheduledContinuation.cs" />
120 <Compile Include="Utilities\Serialization\Serialization.cs" /> 138 <Compile Include="Utilities\Serialization\Serialization.cs" />
121 <Compile Include="Utilities\Serialization\SerializationFailure.cs" /> 139 <Compile Include="Utilities\Serialization\SerializationFailure.cs" />
Line 170... Line 188...
170 </ProjectReference> 188 </ProjectReference>
171 </ItemGroup> 189 </ItemGroup>
172 <ItemGroup> 190 <ItemGroup>
173 <Content Include="HamBook.ico" /> 191 <Content Include="HamBook.ico" />
174 </ItemGroup> 192 </ItemGroup>
-   193 <ItemGroup />
175 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 194 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
176 </Project> 195 </Project>
177   196