Merge remote-tracking branch 'origin/master'

This commit is contained in:
Husky
2019-10-10 16:43:38 +02:00
49 changed files with 1092 additions and 435 deletions

View File

@@ -44,42 +44,43 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AbstractImprägnier.cs" />
<Compile Include="AbwasserTechnischeAnlageCollection.cs" />
<Compile Include="AnlagenType.cs" />
<Compile Include="Collections\ImprägnierBericht.cs" />
<Compile Include="Sanierung\Renovation\AbstractImprägnier.cs" />
<Compile Include="Collections\AbwasserTechnischeAnlage.cs" />
<Compile Include="Sanierung\Renovation\UVAnlagenTyp.cs" />
<Compile Include="Auftraggeber.cs" />
<Compile Include="AuftraggeberListCollection.cs" />
<Compile Include="Collections\AuftraggeberList.cs" />
<Compile Include="AusgefuehrteTaetigkeiten.cs" />
<Compile Include="AusgefuehrteTaetigkeitenCollection.cs" />
<Compile Include="BilderCollection.cs" />
<Compile Include="ChargeNummerCollection.cs" />
<Compile Include="Hutprofil.cs" />
<Compile Include="Collections\AusgefuehrteTaetigkeiten.cs" />
<Compile Include="Collections\Bilder.cs" />
<Compile Include="Collections\ChargeNummer.cs" />
<Compile Include="Sanierung\Reparatur\Hutprofil.cs" />
<Compile Include="IImportedObjekte.cs" />
<Compile Include="ImprägnierungStrukture.cs" />
<Compile Include="InlinerSanierung.cs" />
<Compile Include="Kurzliner.cs" />
<Compile Include="Sanierung\Renovation\ImprägnierungStrukture.cs" />
<Compile Include="Sanierung\Renovation\InlinerSanierung.cs" />
<Compile Include="Sanierung\Reparatur\Kurzliner.cs" />
<Compile Include="LeistungsVerzeichnis.cs" />
<Compile Include="LeistungsverzeichnisCollection.cs" />
<Compile Include="Collections\Leistungsverzeichnis.cs" />
<Compile Include="Lieferschein.cs" />
<Compile Include="MainDataBase.cs" />
<Compile Include="Projekt.cs" />
<Compile Include="Inspektionskuerzeln.cs" />
<Compile Include="InspektionskuerzelnCollection.cs" />
<Compile Include="Collections\Inspektionskuerzeln.cs" />
<Compile Include="Inspektionsobjekt.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Quicklock.cs" />
<Compile Include="Reparatur.cs" />
<Compile Include="SanMitHarz.cs" />
<Compile Include="Sanieren.cs" />
<Compile Include="Sanierung.cs" />
<Compile Include="SanierungCollection.cs" />
<Compile Include="Sanierung\Reparatur\Quicklock.cs" />
<Compile Include="Sanierung\Reparatur.cs" />
<Compile Include="Sanierung\Reparatur\SanMitHarz.cs" />
<Compile Include="Sanierung\Renovation\AbstractSanieren.cs" />
<Compile Include="Sanierung\Sanierung.cs" />
<Compile Include="Collections\Sanierung.cs" />
<Compile Include="Sanierungskonzept.cs" />
<Compile Include="SanierungskonzeptCollection.cs" />
<Compile Include="Collections\Sanierungskonzept.cs" />
<Compile Include="SavedBilder.cs" />
<Compile Include="SchachtAnbindung.cs" />
<Compile Include="StructChargeNummern.cs" />
<Compile Include="VorOrtImprägnier.cs" />
<Compile Include="WerkseitigImprägniert.cs" />
<Compile Include="Sanierung\StructChargeNummern.cs" />
<Compile Include="Sanierung\Renovation\VorOrtImprägnier.cs" />
<Compile Include="Sanierung\Renovation\WerkseitigImprägniert.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CSVParser\CSVParser.csproj">