Files
BeWoPlaner/Service/Service.csproj

561 lines
38 KiB
XML
Raw Normal View History

2016-06-27 01:45:38 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\build\Microsoft.CodeAnalysis.Analyzers.props" Condition="Exists('..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\build\Microsoft.CodeAnalysis.Analyzers.props')" />
2016-06-27 01:45:38 +02:00
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{094331C3-ECEE-4C89-BBFD-4C9DED89F0EF}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BeWo.Service</RootNamespace>
<AssemblyName>BeWo.Service</AssemblyName>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
2016-06-27 01:45:38 +02:00
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
2021-06-02 20:01:13 +02:00
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
2016-06-27 01:45:38 +02:00
</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>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
2016-06-27 01:45:38 +02:00
</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
2016-06-27 01:45:38 +02:00
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugRemote|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\DebugRemote\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisLogFile>bin\Debug\BeWo.Service.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
<Prefer32Bit>false</Prefer32Bit>
2016-06-27 01:45:38 +02:00
</PropertyGroup>
<ItemGroup>
<Reference Include="Castle.Core">
<HintPath>..\Lib\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="Castle.DynamicProxy2">
<HintPath>..\Lib\Castle.DynamicProxy2.dll</HintPath>
</Reference>
<Reference Include="DevExpress.Data.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Mvvm.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="DevExpress.Pdf.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Printing.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Charts.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraCharts.v17.1.Wizard, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraCharts.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.PivotGrid.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Sparkline.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraPrinting.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Utils.v17.1.UI, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraReports.v17.1.Extensions, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.CodeParser.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.Office.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.RichEdit.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.RichEdit.v17.1.Export, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraReports.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="DevExpress.XtraScheduler.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.5.0.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="Microsoft.CodeAnalysis, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.Common.3.11.0\lib\netstandard2.0\Microsoft.CodeAnalysis.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="Microsoft.CodeAnalysis.CSharp, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.3.11.0\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="Microsoft.CodeAnalysis.CSharp.Workspaces, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.CSharp.Workspaces.3.11.0\lib\netstandard2.0\Microsoft.CodeAnalysis.CSharp.Workspaces.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="Microsoft.CodeAnalysis.VisualBasic, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.VisualBasic.3.11.0\lib\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.VisualBasic.Workspaces.3.11.0\lib\netstandard2.0\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll</HintPath>
</Reference>
<Reference Include="Microsoft.CodeAnalysis.Workspaces, Version=3.11.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.CodeAnalysis.Workspaces.Common.3.11.0\lib\netstandard2.0\Microsoft.CodeAnalysis.Workspaces.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="MySql.Data, Version=8.0.21.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
2016-06-27 01:45:38 +02:00
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
2016-06-27 01:45:38 +02:00
</Reference>
<Reference Include="NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\NHibernate.dll</HintPath>
</Reference>
<Reference Include="NHibernate.ByteCode.Castle">
<HintPath>..\Lib\NHibernate.ByteCode.Castle.dll</HintPath>
</Reference>
<Reference Include="PresentationCore">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="PresentationFramework">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="RestSharp, Version=106.12.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
<HintPath>..\packages\RestSharp.106.12.0\lib\net452\RestSharp.dll</HintPath>
</Reference>
2016-06-27 01:45:38 +02:00
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.Collections.Immutable, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Collections.Immutable.5.0.0\lib\net461\System.Collections.Immutable.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Composition.AttributedModel, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.AttributedModel.5.0.1\lib\net461\System.Composition.AttributedModel.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.Composition.Convention, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.Convention.5.0.1\lib\net461\System.Composition.Convention.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.Composition.Hosting, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.Hosting.5.0.1\lib\net461\System.Composition.Hosting.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.Composition.Runtime, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.Runtime.5.0.1\lib\net461\System.Composition.Runtime.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.Composition.TypedParts, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Composition.TypedParts.5.0.1\lib\net461\System.Composition.TypedParts.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2016-06-27 01:45:38 +02:00
<Reference Include="System.configuration" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Drawing" />
<Reference Include="System.IdentityModel">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.IO.Pipelines, Version=5.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.IO.Pipelines.5.0.1\lib\net461\System.IO.Pipelines.dll</HintPath>
</Reference>
2021-06-02 20:01:13 +02:00
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.Reflection.Metadata, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Reflection.Metadata.5.0.0\lib\net461\System.Reflection.Metadata.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2016-06-27 01:45:38 +02:00
<Reference Include="System.Runtime.Serialization">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.ServiceModel">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="System.Text.Encoding.CodePages, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Text.Encoding.CodePages.5.0.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2016-06-27 01:45:38 +02:00
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="WindowsBase">
<RequiredTargetFramework>3.0</RequiredTargetFramework>
</Reference>
<Reference Include="XamlToHtml, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\XamlToHtml.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
2017-02-01 13:53:59 +01:00
<Compile Include="Core\DiamantExporter.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Core\ExcelDownload.cs" />
<Compile Include="Core\FileAttachmentUtils.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Core\ServiceLogic.cs" />
<Compile Include="Core\SettingsLogic.cs" />
<Compile Include="Core\Utils.cs" />
<Compile Include="DCEntityMapper\AbwesenheitsInformationPrintDC_AbwesenheitsInformationPrint.cs" />
<Compile Include="DCEntityMapper\ConfirmationReceiptSignatureDC_ConfirmationReceiptSignature.cs" />
<Compile Include="DCEntityMapper\DienstvertretungDC_Dienstvertretung.cs" />
<Compile Include="DCEntityMapper\DokumentvorlageDC_Dokumentvorlage.cs" />
<Compile Include="DCEntityMapper\GeschenkterUrlaubstagDC_GeschenkterUrlaubstag.cs" />
2021-08-04 14:30:26 +02:00
<Compile Include="DCEntityMapper\PreisDC_Preis.cs" />
<Compile Include="DCEntityMapper\QuittierungsbelegsstatusDC_Quittierungsbelegsstatus.cs" />
<Compile Include="DCEntityMapper\RatingTypeDC_RatingType.cs" />
<Compile Include="DCEntityMapper\GoalRatingDC_GoalRating.cs" />
2020-09-30 10:00:31 +02:00
<Compile Include="DCEntityMapper\DienstEintragDC_DienstEintrag.cs" />
<Compile Include="DCEntityMapper\DienstInfoDC_DienstInfo.cs" />
<Compile Include="DCEntityMapper\RegelmaessigerDienstDC_RegelmaessigerDienst.cs" />
<Compile Include="DCEntityMapper\ReportTemplateDC_ReportTemplate.cs" />
2019-08-12 16:49:42 +02:00
<Compile Include="DCEntityMapper\HomeViewPanelDC_HomeViewPanel.cs" />
2019-07-15 09:45:38 +02:00
<Compile Include="DCEntityMapper\FlexibleReportLayoutDC_FlexibleReportLayout.cs" />
2018-10-08 11:57:16 +02:00
<Compile Include="DCEntityMapper\NotizenKategorieDC_NotizenKategorie.cs" />
<Compile Include="DCEntityMapper\NotizenEintragDC_NotizenEintrag.cs" />
<Compile Include="DCEntityMapper\FeiertagDC_Feiertag.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="DCEntityMapper\AdditionalServiceBookingDC_AdditionalServiceBooking.cs" />
<Compile Include="DCEntityMapper\AdditionalServiceDC_AdditionalService.cs" />
<Compile Include="DCEntityMapper\AdditionalServiceGroupOfPeopleCD_AdditionalServiceGroupOfPeople.cs" />
<Compile Include="DCEntityMapper\AdditionalServiceGroupOfPeopleRelationDC_AdditionalService2GroupOfPeople.cs" />
<Compile Include="DCEntityMapper\AdditionalServiceRegionDC_AdditionalServiceRegion.cs" />
<Compile Include="DCEntityMapper\AssessmentSheetCategoryDC_AssessmentSheetCategory.cs" />
<Compile Include="DCEntityMapper\AssessmentSheetEntryDC_AssessmentSheetEntry.cs" />
<Compile Include="DCEntityMapper\AssessmentSheetValueDC_AssessmentSheetValue.cs" />
<Compile Include="DCEntityMapper\AuszahlungsartDC_Auszahlungsart.cs" />
<Compile Include="DCEntityMapper\BargeldkassenDC_Bargeldkasse.cs" />
<Compile Include="DCEntityMapper\BargeldtransaktionDC_Bargeldtransaktion.cs" />
<Compile Include="DCEntityMapper\BeWoFolderDC_BeWoFolder.cs" />
<Compile Include="DCEntityMapper\BeWoMobilBrowserInfoDC_BeWoMobilBrowserInfo.cs" />
2017-08-18 14:43:33 +02:00
<Compile Include="DCEntityMapper\CompactCustomerTeamDC_CustomerTeam.cs" />
<Compile Include="DCEntityMapper\CustomerTeamDC_CustomerTeam.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="DCEntityMapper\CustomerTeamRelDC_Team2CustomerMapper.cs" />
<Compile Include="DCEntityMapper\DarreichungsformDC_Darreichungsform.cs" />
<Compile Include="DCEntityMapper\DepotRhythmusDC_DepotRhythmus.cs" />
<Compile Include="DCEntityMapper\Employee2SchedulerAppointmentDC_Employee2SchedulerAppointment.cs" />
<Compile Include="DCEntityMapper\EmployeeWohnheimbuchungRelationDC_Employee2Wohnheimbuchung.cs" />
<Compile Include="DCEntityMapper\Extensions.cs" />
<Compile Include="DCEntityMapper\InvoiceBaseDC_InvoiceBase.cs" />
<Compile Include="DCEntityMapper\InvoiceItemDC_InvoiceItem.cs" />
<Compile Include="DCEntityMapper\AbsenceReasonDC_AbsenceReason.cs" />
<Compile Include="DCEntityMapper\AbsenceTimeDC_AbsenceTime.cs" />
<Compile Include="DCEntityMapper\AbstractIDCEntityMapper.cs" />
<Compile Include="DCEntityMapper\AccountingTransactionDC_AccountingTransaction.cs" />
<Compile Include="DCEntityMapper\BookingSequenceDC_ResourceBookingSequence.cs" />
<Compile Include="DCEntityMapper\CompactCustomerDC_Customer.cs" />
<Compile Include="DCEntityMapper\CompactEmployeeDC_Employee.cs" />
<Compile Include="DCEntityMapper\CompactOrganisationDC_Organisation.cs" />
<Compile Include="DCEntityMapper\CompactPersonDC_Person.cs" />
<Compile Include="DCEntityMapper\CompactSupportConceptDC_SupportConcept.cs" />
<Compile Include="DCEntityMapper\CompactTeamDC_Team.cs" />
<Compile Include="DCEntityMapper\CompactUserDC_ApplicationUser.cs" />
<Compile Include="DCEntityMapper\ContactDC_Contact.cs" />
<Compile Include="DCEntityMapper\CostRatePeriodDC_CostRatePeriod.cs" />
<Compile Include="DCEntityMapper\CustomerCostBearerRelDC_Customer2CostBearer.cs" />
<Compile Include="DCEntityMapper\CustomerDC_Customer.cs" />
<Compile Include="DCEntityMapper\CustomerEmployeeRelDC_Employee2CustomerMapper.cs" />
<Compile Include="DCEntityMapper\CustomerPersonRelationDC_Customer2Person.cs" />
<Compile Include="DCEntityMapper\EmployeeDC_Employee.cs" />
<Compile Include="DCEntityMapper\FielAttachmentDC_FileAttachment.cs" />
<Compile Include="DCEntityMapper\FileAttachmentDC_FileAttachmentInfo.cs" />
<Compile Include="DCEntityMapper\FollowUpDC_FollowUp.cs" />
<Compile Include="DCEntityMapper\IDCEntityMapper.cs" />
<Compile Include="DCEntityMapper\InvoiceDC_Invoice.cs" />
<Compile Include="DCEntityMapper\InvoiceNumberDC_InvoiceNumber.cs" />
<Compile Include="DCEntityMapper\ContractDC_Contract.cs" />
<Compile Include="DCEntityMapper\EmploymentTypeDC_EmploymentType.cs" />
<Compile Include="DCEntityMapper\AppointmentCategoryDC_AppointmentCategory.cs" />
<Compile Include="DCEntityMapper\AppointmentDC_Appointment.cs" />
<Compile Include="DCEntityMapper\AbsenceTimeDC_AppointmentAbsenceTime.cs" />
<Compile Include="DCEntityMapper\CustomerOrganisationRelationDC_Customer2Organisation.cs" />
<Compile Include="DCEntityMapper\CompactGroupOfPeopleDC_GroupOfPeople.cs" />
<Compile Include="DCEntityMapper\GroupOfPeopleDC_GroupOfPeople.cs" />
<Compile Include="DCEntityMapper\CompactCustomerDC_CustomerCompact.cs" />
<Compile Include="DCEntityMapper\CompactWohnheimDC_Wohnheim.cs" />
<Compile Include="DCEntityMapper\CustomerAPPCodeDC_CustomerAPPCode.cs" />
<Compile Include="DCEntityMapper\EmployeeAPPCodeDC_EmployeeAPPCode.cs" />
<Compile Include="DCEntityMapper\ChatMessageDC_ChatMessage.cs" />
<Compile Include="DCEntityMapper\ChatMediaMessageDC_ChatMediaMessage.cs" />
<Compile Include="DCEntityMapper\ArbeitszeitDC_Arbeitszeit.cs" />
<Compile Include="DCEntityMapper\ArbeitszeitEintragDC_ArbeitszeitEintrag.cs" />
2017-06-19 11:37:57 +02:00
<Compile Include="DCEntityMapper\CompactVertreterEmployeeDC_VertreterEmployee.cs" />
2017-06-30 13:33:49 +02:00
<Compile Include="DCEntityMapper\CustomerTokenRelationDC_Customer2Token.cs" />
<Compile Include="DCEntityMapper\EmployeeTokenRelationDC_Employee2Token.cs" />
<Compile Include="DCEntityMapper\CompactTokenDC_Token.cs" />
2017-11-09 12:18:50 +01:00
<Compile Include="DCEntityMapper\ChatBewoMessageSyncDC_ChatBewoMessageSync.cs" />
2019-07-10 10:11:10 +02:00
<Compile Include="DCEntityMapper\BudgetDC_Budget.cs" />
2017-08-08 13:13:22 +02:00
<Compile Include="DCEntityMapper\QuittierungsCheckDC_QuittierungsCheck.cs" />
<Compile Include="DCEntityMapper\RatingDC_Rating.cs" />
2017-11-17 22:24:00 +01:00
<Compile Include="DCEntityMapper\TextbausteinDC_Textbaustein.cs" />
2017-06-30 13:33:49 +02:00
<Compile Include="DCEntityMapper\TokenDC_Token.cs" />
2017-04-07 13:44:07 +02:00
<Compile Include="DCEntityMapper\VertretungsListeDC_VertretungsListe.cs" />
2016-12-22 09:43:35 +01:00
<Compile Include="DCEntityMapper\PasswortVerlaufDC_PasswortVerlauf.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="DCEntityMapper\MedRecordDC_MedRecord.cs" />
<Compile Include="DCEntityMapper\SignatureDC_Signature.cs" />
<Compile Include="DCEntityMapper\SupportConceptApprovalPeriodEmployeeRelDC_SupportConceptApprovalPeriod2Employee.cs" />
2017-03-24 14:11:31 +01:00
<Compile Include="DCEntityMapper\VertretungDC_Vertretung.cs" />
<Compile Include="DCEntityMapper\VorlagentabelleDC_Vorlagentabelle.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="DCEntityMapper\Wohnheimbuchung2Costbearer2SupportConceptRelDC_Wohnheimbuchung2Costbearer2SupportConcept.cs" />
<Compile Include="DCEntityMapper\WohnheimbuchungDC_Wohnheimbuchung.cs" />
<Compile Include="DCEntityMapper\WohnheimCustomerRelDC_Customer2WohnheimMapper.cs" />
<Compile Include="DCEntityMapper\WohnheimEmployeeRelDC_Employee2WohnheimMapper.cs" />
<Compile Include="DCEntityMapper\WohnheimDC_Wohnheim.cs" />
<Compile Include="DCEntityMapper\TextModuleDC_TextModule.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="DCEntityMapper\UiElementDC_UIElement.cs" />
<Compile Include="DCEntityMapper\MedArtDC_MedArt.cs" />
<Compile Include="DCEntityMapper\MedikamentenverordnungDC_Medikamentenverordnung.cs" />
<Compile Include="DCEntityMapper\MedikamentenverordnungslisteDC_Medikamentenverordnungsliste.cs" />
<Compile Include="DCEntityMapper\ResetPasswordDC_ResetPassword.cs" />
<Compile Include="DCEntityMapper\SchedulerAppointmentDC_SchedulerAppointment.cs" />
<Compile Include="DCEntityMapper\OvertimeDC_Overtime.cs" />
<Compile Include="DCEntityMapper\ResourceAppointmentDC_ResourceAppointment.cs" />
<Compile Include="DCEntityMapper\ServiceRecordDC_ServiceRecordCompact.cs" />
<Compile Include="DCEntityMapper\ServiceAccountingDC_ServiceAccounting.cs" />
<Compile Include="DCEntityMapper\ServiceRecordHistoryDC_ServiceRecordHistory.cs" />
<Compile Include="DCEntityMapper\NewsItemDC_NewsItem.cs" />
<Compile Include="DCEntityMapper\OrganisationPersonRelDC_Organisation2PersonMapper.cs" />
<Compile Include="DCEntityMapper\ServiceInvoiceDC_ServiceInvoice.cs" />
<Compile Include="DCEntityMapper\ServiceInvoicePeriodDC_ServiceInvoicePeriod.cs" />
<Compile Include="DCEntityMapper\ServiceRecordGroupDC_ServiceRecordGroup.cs" />
<Compile Include="DCEntityMapper\PlacementDC_Placement.cs" />
<Compile Include="DCEntityMapper\LoginDC_Login.cs" />
<Compile Include="DCEntityMapper\MailDC_Mail.cs" />
<Compile Include="DCEntityMapper\MailReceiverDC_Mail2Receiver.cs" />
<Compile Include="DCEntityMapper\MandatorDC_Mandator.cs" />
<Compile Include="DCEntityMapper\MapperFactory.cs" />
<Compile Include="DCEntityMapper\Organisation2PersonDC_Organisation2Person.cs" />
<Compile Include="DCEntityMapper\OrganisationDC_Organisation.cs" />
<Compile Include="DCEntityMapper\PersonDC_Person.cs" />
<Compile Include="DCEntityMapper\ResourceBookingDC_ResourceBooking.cs" />
<Compile Include="DCEntityMapper\ResourceDC_Resource.cs" />
<Compile Include="DCEntityMapper\ServiceCategoryDC_ServiceCategory.cs" />
<Compile Include="DCEntityMapper\ServiceDescriptionDC_ServiceDescription.cs" />
<Compile Include="DCEntityMapper\ServiceRecordDC_ServiceRecord.cs" />
<Compile Include="DCEntityMapper\SettingsDC_Settings.cs" />
<Compile Include="DCEntityMapper\SettlementDC.cs" />
<Compile Include="DCEntityMapper\SettlementDC_SettlementInvoice.cs" />
<Compile Include="DCEntityMapper\SettlementInvoiceDC_SettlementInvoice.cs" />
<Compile Include="DCEntityMapper\SupportConceptApprovalPeriodDC_SupportConceptApprovalPeriod.cs" />
<Compile Include="DCEntityMapper\SupportConceptCostBearerRelDC_CostBearer2SupportConcept.cs" />
<Compile Include="DCEntityMapper\SupportConceptDC_SupportConcept.cs" />
<Compile Include="DCEntityMapper\SupportPinDC_SupportPin.cs" />
<Compile Include="DCEntityMapper\TaskDC_Task.cs" />
<Compile Include="DCEntityMapper\TeamDC_Team.cs" />
<Compile Include="DCEntityMapper\UserDC_User.cs" />
<Compile Include="DCEntityMapper\UserGroupDC_UserGroup.cs" />
<Compile Include="DCEntityMapper\ValueListEntryDC_ValueListEntry.cs" />
<Compile Include="DCEntityMapper\VarFieldDC_VarFieldDefMapper.cs" />
<Compile Include="Dienstplanung\DienstplanungsManager.cs" />
<Compile Include="Dienstplanung\MitarbeiterstundenkontoBerechnung.cs" />
<Compile Include="Dienstplanung\Mitarbeiterstundenkonto.cs" />
<Compile Include="Dokumentverwaltung\DokumentManager.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Invoicing\ApprovalPeriod.cs" />
2018-11-22 14:05:45 +01:00
<Compile Include="Invoicing\SbdDefaultInvoiceCreation.cs" />
2018-01-08 22:29:10 +01:00
<Compile Include="Invoicing\EquityInvoiceCreation.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Invoicing\InvoiceCreation.cs" />
<Compile Include="Exceptions\LoginNameAlreadyExistsException.cs" />
<Compile Include="Invoicing\IBPSettlementInvoiceCreation.cs" />
<Compile Include="Invoicing\InvoiceFactory.cs" />
<Compile Include="Invoicing\FedFahrtkostenInvoiceCreation.cs" />
<Compile Include="Invoicing\IBPLVRSettlementInvoiceCreation.cs" />
<Compile Include="Invoicing\BeWo67InvoiceCreation.cs" />
<Compile Include="Invoicing\LWLBeWo67SettlementInvoiceCreation.cs" />
<Compile Include="Invoicing\LHRodenkirchenInvoiceFactory.cs" />
<Compile Include="Invoicing\KuKLWLSettlementInvoiceCreation.cs" />
<Compile Include="Invoicing\LVRInvoiceCreation.cs" />
<Compile Include="Invoicing\LWLInvoiceCreation.cs" />
<Compile Include="Invoicing\LWLSettlementInvoiceCreation.cs" />
<Compile Include="Invoicing\SettlementInvoiceCreation.cs" />
<Compile Include="MessageContracts\UploadChatPackage.cs" />
<Compile Include="MessageContracts\UploadChatResult.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="MessageContracts\UpdatePackage.cs" />
<Compile Include="MessageContracts\UploadPackage.cs" />
2017-03-24 10:30:18 +01:00
<Compile Include="MessageContracts\UploadImportFileResult.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="MessageContracts\UploadResult.cs" />
<Compile Include="Multitenancy\MultitenancyBehaviorExtension.cs" />
<Compile Include="Multitenancy\MultitenancyContextInitializer.cs" />
<Compile Include="Multitenancy\MultitenancyEndpointBehavior.cs" />
2020-04-08 14:25:01 +02:00
<Compile Include="OwnChat\OwnChatHelper.cs" />
<Compile Include="PivotTabelle\FlexibleReportManager.cs" />
2019-02-12 19:22:22 +01:00
<Compile Include="Plugins\AccountingService.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Plugins\CustomerService.cs" />
2020-11-25 11:40:05 +01:00
<Compile Include="Plugins\ResourceService.cs" />
2019-08-01 11:27:28 +02:00
<Compile Include="Plugins\UserService.cs" />
<Compile Include="Plugins\FlexibleReportService.cs" />
2019-07-12 17:36:37 +02:00
<Compile Include="Plugins\OperationService.cs" />
<Compile Include="Plugins\QueryService.cs" />
2018-10-08 11:57:16 +02:00
<Compile Include="Plugins\StundenuebersichtAuswertung.cs" />
<Compile Include="Plugins\EmployeeService.cs" />
2017-05-18 21:47:09 +02:00
<Compile Include="Plugins\ServiceRecordDurationCalculator.cs" />
2017-04-25 18:07:24 +02:00
<Compile Include="Plugins\IpAddressChecker.cs" />
2017-03-24 10:30:18 +01:00
<Compile Include="Plugins\DataImporter.cs" />
2017-02-01 13:53:59 +01:00
<Compile Include="Plugins\DataExporter.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Plugins\GroupDurationCalculator.cs" />
<Compile Include="Plugins\HomeContentGenerator.cs" />
2017-02-01 13:53:59 +01:00
<Compile Include="Plugins\IgnoreAutoPluginAttribute.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Plugins\InvoiceNumberGenerator.cs" />
<Compile Include="Plugins\ServiceRecordValidator.cs" />
<Compile Include="Plugins\SaveInterceptor.cs" />
<Compile Include="Plugins\ServiceRecordStatisticFactory.cs" />
2017-02-01 13:53:59 +01:00
<Compile Include="Plugins\SupportConceptAnalysisCreator.cs" />
2019-07-12 17:36:37 +02:00
<Compile Include="Plugins\TimeSheetService.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Plugins\UiElementFactory.cs" />
<Compile Include="Plugins\PluginLoader.cs" />
2017-11-06 10:30:25 +01:00
<Compile Include="Plugins\TranslationDictionary.cs" />
2018-10-08 11:57:16 +02:00
<Compile Include="Plugins\SchulbegleitenderDienstService.cs" />
<Compile Include="Plugins\VacationService.cs" />
2021-02-02 23:23:05 +01:00
<Compile Include="Reporting\AnnualReportEngine.cs" />
2021-03-11 12:09:38 +01:00
<Compile Include="Reporting\IJahresBerichtElement.cs" />
<Compile Include="Reporting\JahresBerichtNachVarFieldDef.cs" />
<Compile Include="Reporting\JahresBerichtNachKlinikaufenthalt.cs" />
<Compile Include="Reporting\JahresBerichtNachDiagnose.cs" />
<Compile Include="Reporting\JahresBerichtNachAlter.cs" />
2021-02-02 23:23:05 +01:00
<Compile Include="Reporting\AnnualReportFilter.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Reporting\AnnualReportFactory.cs" />
2018-05-21 16:39:24 +02:00
<Compile Include="SBD\VertretungsAlgorithmus.cs" />
<Compile Include="SBD\VertretungsManager.cs" />
2021-04-20 13:23:15 +02:00
<Compile Include="Security\Method2Rights.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Security\SecurityBehaviorExtension.cs" />
<Compile Include="Security\SecurityEndpointBehavior.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Security\SecurityContextInitializer.cs" />
2020-08-20 18:35:33 +02:00
<Compile Include="Security\Right2Methods.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="Security\SecurityUtils.cs" />
<Compile Include="ServiceContracts\BeWoFault.cs" />
<Compile Include="ServiceContracts\IAccountingService.cs" />
<Compile Include="ServiceContracts\IAnalysisService.cs" />
<Compile Include="ServiceContracts\IEnumTranslationService.cs" />
<Compile Include="ServiceContracts\ILauncherService.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="ServiceContracts\IMailService.cs" />
<Compile Include="ServiceContracts\IOperationsService.cs" />
<Compile Include="ServiceContracts\IDownloadService.cs" />
<Compile Include="ServiceContracts\IEmployeeService.cs" />
<Compile Include="ServiceContracts\ICustomerService.cs" />
<Compile Include="ServiceContracts\IQueryService.cs" />
<Compile Include="ServiceContracts\ISearchService.cs" />
<Compile Include="ServiceContracts\IStreamingService.cs" />
<Compile Include="ServiceContracts\IResourceService.cs" />
<Compile Include="ServiceImplementations\AccountingServiceImp.cs" />
<Compile Include="ServiceImplementations\AnalysisServiceImp.cs" />
<Compile Include="ServiceImplementations\EnumTranslationServiceImp.cs" />
<Compile Include="ServiceImplementations\LauncherServiceImp.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include="ServiceImplementations\MailServiceImp.cs" />
<Compile Include="ServiceImplementations\OperationsServiceImp.cs" />
<Compile Include="ServiceImplementations\QueryServiceImp.cs" />
<Compile Include="ServiceImplementations\SearchServiceImp.cs" />
<Compile Include="ServiceImplementations\StreamingServiceImp.cs" />
<Compile Include="ServiceContracts\IUserService.cs" />
<Compile Include="ServiceContracts\IValueListService.cs" />
<Compile Include="ServiceImplementations\CustomerServiceImp.cs" />
<Compile Include="ServiceImplementations\DownloadServiceImp.cs" />
<Compile Include="ServiceImplementations\EmployeeServiceImp.cs" />
<Compile Include="ServiceImplementations\ResourceServiceImp.cs" />
<Compile Include="ServiceImplementations\UserServiceImp.cs" />
<Compile Include="ServiceImplementations\ValueListServiceImp.cs" />
<Compile Include="Configuration\AppSettings.cs" />
<Compile Include="UnitOfWork\HibernateSessionEndpointBehavior.cs" />
<Compile Include="UnitOfWork\HibernateSessionBehaviorExtension.cs" />
<Compile Include="UnitOfWork\HibernateSessionContextInitializer.cs" />
<Compile Include="Vorlagen\VorlagenManager.cs" />
<Compile Include="XAMLInformation\InfoViaXAMLManager.cs" />
2016-06-27 01:45:38 +02:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Data\Data.csproj">
<Project>{b0d73e3d-4ae7-4024-93a6-db1f46d7ccee}</Project>
2016-06-27 01:45:38 +02:00
<Name>Data</Name>
</ProjectReference>
<ProjectReference Include="..\SharedLauncher\SharedLauncher.csproj">
<Project>{efe05c79-e0dd-4311-8b90-a8da7ebdf36f}</Project>
<Name>SharedLauncher</Name>
</ProjectReference>
2016-06-27 01:45:38 +02:00
<ProjectReference Include="..\Shared\Shared.csproj">
<Project>{2f50b83d-a3f0-4ec4-979a-3f9b7e3d8ed4}</Project>
2016-06-27 01:45:38 +02:00
<Name>Shared</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Folder Include="Utils\" />
</ItemGroup>
<ItemGroup>
<None Include="app.config">
<SubType>Designer</SubType>
</None>
2016-06-27 01:45:38 +02:00
<None Include="packages.config" />
</ItemGroup>
2021-06-02 20:01:13 +02:00
<ItemGroup>
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
<Analyzer Include="..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
2021-06-02 20:01:13 +02:00
</ItemGroup>
2016-06-27 01:45:38 +02:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2021-06-02 20:01:13 +02:00
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\build\Microsoft.CodeAnalysis.Analyzers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\build\Microsoft.CodeAnalysis.Analyzers.props'))" />
<Error Condition="!Exists('..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\build\Microsoft.CodeAnalysis.Analyzers.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\build\Microsoft.CodeAnalysis.Analyzers.targets'))" />
2021-06-02 20:01:13 +02:00
</Target>
<Import Project="..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\build\Microsoft.CodeAnalysis.Analyzers.targets" Condition="Exists('..\packages\Microsoft.CodeAnalysis.Analyzers.3.3.2\build\Microsoft.CodeAnalysis.Analyzers.targets')" />
2016-06-27 01:45:38 +02:00
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>