etwas mehr Struktur

This commit is contained in:
Daniel Schick 2023-01-03 14:26:29 +01:00
parent 85a3c3e395
commit 27ffd58a35
16 changed files with 15 additions and 15 deletions

View File

@ -94,25 +94,25 @@
<DependentUpon>AIS2_Service.cs</DependentUpon> <DependentUpon>AIS2_Service.cs</DependentUpon>
</Compile> </Compile>
<Compile Include="AISClass.cs" /> <Compile Include="AISClass.cs" />
<Compile Include="AISController.cs" /> <Compile Include="webservice\AISController.cs" />
<Compile Include="AISDecoder.cs" /> <Compile Include="decoding\AISDecoder.cs" />
<Compile Include="AISManager.cs" /> <Compile Include="AISManager.cs" />
<Compile Include="AISZoneMonitor.cs" /> <Compile Include="AISZoneMonitor.cs" />
<Compile Include="AIS_BaseStation.cs" /> <Compile Include="decoding\AIS_BaseStation.cs" />
<Compile Include="AIS_BaseStationReport.cs" /> <Compile Include="decoding\AIS_BaseStationReport.cs" />
<Compile Include="AIS_ClassB.cs" /> <Compile Include="decoding\AIS_ClassB.cs" />
<Compile Include="AIS_ClassBExt.cs" /> <Compile Include="decoding\AIS_ClassBExt.cs" />
<Compile Include="AIS_ClassBStatic.cs" /> <Compile Include="decoding\AIS_ClassBStatic.cs" />
<Compile Include="AIS_PosReport.cs" /> <Compile Include="decoding\AIS_PosReport.cs" />
<Compile Include="AIS_SQLiteStorage.cs" /> <Compile Include="AIS_SQLiteStorage.cs" />
<Compile Include="AIS_StaticData.cs" /> <Compile Include="decoding\AIS_StaticData.cs" />
<Compile Include="AIS_Target.cs" /> <Compile Include="AIS_Target.cs" />
<Compile Include="IAISThread.cs" /> <Compile Include="IAISThread.cs" />
<Compile Include="Lookup.cs" /> <Compile Include="Lookup.cs" />
<Compile Include="MonitorZone.cs" /> <Compile Include="MonitorZone.cs" />
<Compile Include="NMEA.cs" /> <Compile Include="decoding\NMEA.cs" />
<Compile Include="NMEA_AIS_Sentence.cs" /> <Compile Include="decoding\NMEA_AIS_Sentence.cs" />
<Compile Include="NMEA_PNMLS_Sentence.cs" /> <Compile Include="decoding\NMEA_PNMLS_Sentence.cs" />
<Compile Include="Program.cs" /> <Compile Include="Program.cs" />
<Compile Include="ProjectInstaller.cs"> <Compile Include="ProjectInstaller.cs">
<SubType>Component</SubType> <SubType>Component</SubType>
@ -129,10 +129,10 @@
<Compile Include="SerialTCPReader.cs" /> <Compile Include="SerialTCPReader.cs" />
<Compile Include="ShipLocationReport.cs" /> <Compile Include="ShipLocationReport.cs" />
<Compile Include="SitRep.cs" /> <Compile Include="SitRep.cs" />
<Compile Include="SLRController.cs" /> <Compile Include="webservice\SLRController.cs" />
<Compile Include="StartupWebAPI.cs" /> <Compile Include="webservice\StartupWebAPI.cs" />
<Compile Include="Util.cs" /> <Compile Include="Util.cs" />
<Compile Include="ZonesController.cs" /> <Compile Include="webservice\ZonesController.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="..\SQL\ais_initial.db"> <None Include="..\SQL\ais_initial.db">