Files
Kanalsanierungsverwaltung/KlassenBIB/KlassenBIB.csproj
2020-07-06 14:21:38 +02:00

106 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C82BD650-466B-403F-BED9-2B1660771F54}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KlassenBIB</RootNamespace>
<AssemblyName>KlassenBIB</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Collections\ImprägnierBericht.cs" />
<Compile Include="Collections\Projekte.cs" />
<Compile Include="DB.cs" />
<Compile Include="LinerReste.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="Collections\AuftraggeberList.cs" />
<Compile Include="AusgefuehrteTaetigkeiten.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="Sanierung\Renovation\ImprägnierungStrukture.cs" />
<Compile Include="Sanierung\Renovation\InlinerSanierung.cs" />
<Compile Include="Sanierung\Reparatur\Kurzliner.cs" />
<Compile Include="LeistungsVerzeichnis.cs" />
<Compile Include="Collections\Leistungsverzeichnis.cs" />
<Compile Include="Lieferschein.cs" />
<Compile Include="MainDataBase.cs" />
<Compile Include="Projekt.cs" />
<Compile Include="Inspektionskuerzeln.cs" />
<Compile Include="Collections\Inspektionskuerzeln.cs" />
<Compile Include="Inspektionsobjekt.cs" />
<Compile Include="Properties\AssemblyInfo.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="Collections\Sanierungskonzept.cs" />
<Compile Include="SavedBilder.cs" />
<Compile Include="SchachtAnbindung.cs" />
<Compile Include="Sanierung\StructChargeNummern.cs" />
<Compile Include="Sanierung\Renovation\VorOrtImprägnier.cs" />
<Compile Include="Sanierung\Renovation\WerkseitigImprägniert.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BerichtGen\BerichtGen.csproj">
<Project>{3022DA07-FD06-4AEA-9FC8-00D318E95A82}</Project>
<Name>BerichtGen</Name>
</ProjectReference>
<ProjectReference Include="..\CSVParser\CSVParser.csproj">
<Project>{3F79BD28-9BF6-4902-8977-41E9E71F8488}</Project>
<Name>CSVParser</Name>
</ProjectReference>
<ProjectReference Include="..\SanShared\SanShared.csproj">
<Project>{C949087E-20E1-4A17-B021-FAEAD363C1D8}</Project>
<Name>SanShared</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>