2016-06-27 01:45:38 +02:00
<?xml version="1.0" encoding="utf-8"?>
2020-10-19 17:22:40 +02:00
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2021-10-13 16:00:33 +02:00
<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>
2020-10-19 17:22:40 +02:00
<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>
2025-09-09 00:44:55 +02:00
<PlatformTarget > AnyCPU</PlatformTarget>
2016-06-27 01:45:38 +02:00
<CodeAnalysisRuleSet > AllRules.ruleset</CodeAnalysisRuleSet>
2017-07-27 09:58:04 +02:00
<Prefer32Bit > false</Prefer32Bit>
2025-05-16 14:20:54 +02:00
<NoWarn > CS0659, CS0162, CS0168, CS0649, CS0219</NoWarn>
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>
2017-07-27 09:58:04 +02:00
<Prefer32Bit > false</Prefer32Bit>
2025-09-09 00:44:55 +02:00
<PlatformTarget > x64</PlatformTarget>
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>
2017-07-27 09:58:04 +02:00
<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>
2024-03-27 09:38:13 +01:00
<Reference Include= "DevExpress.DataAccess.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
2024-03-04 15:55:19 +01:00
<Reference Include= "DevExpress.Drawing.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.Data.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.Docs.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.Mvvm.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" >
2017-12-22 18:09:52 -04:00
<Private > False</Private>
</Reference>
2024-03-04 15:55:19 +01:00
<Reference Include= "DevExpress.Pdf.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.Printing.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.Charts.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
2024-03-27 09:38:13 +01:00
<Reference Include= "DevExpress.Xpo.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
2024-03-04 15:55:19 +01:00
<Reference Include= "DevExpress.XtraCharts.v23.2.Wizard, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.XtraCharts.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.PivotGrid.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.Sparkline.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.XtraPrinting.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.Utils.v23.2.UI, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.XtraReports.v23.2.Extensions, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.CodeParser.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.Office.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.RichEdit.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.RichEdit.v23.2.Export, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.XtraReports.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.XtraScheduler.v23.2.Core.Desktop, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
<Reference Include= "DevExpress.XtraScheduler.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
2026-08-04 13:28:43 +02:00
<Reference Include= "Humanizer, Version=2.11.0.0, Culture=neutral, PublicKeyToken=979442b78dfc278e, processorArchitecture=MSIL" >
<HintPath > ..\packages\Humanizer.Core.2.11.10\lib\netstandard2.0\Humanizer.dll</HintPath>
</Reference>
2026-03-05 13:03:16 +01:00
<Reference Include= "log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Lib\log4net.dll</HintPath>
</Reference>
2025-12-03 11:17:42 +01:00
<Reference Include= "Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.7\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2026-08-04 13:28:43 +02:00
<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>
</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>
</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>
</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>
</Reference>
2021-10-13 16:00:33 +02:00
<Reference Include= "Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
2025-02-26 14:38:55 +01:00
<HintPath > ..\packages\Newtonsoft.Json.13.0.3\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>
2025-02-26 14:38:55 +01:00
<Reference Include= "RestSharp, Version=106.15.0.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL" >
<HintPath > ..\packages\RestSharp.106.15.0\lib\net452\RestSharp.dll</HintPath>
2020-04-16 15:57:01 +02:00
</Reference>
2016-06-27 01:45:38 +02:00
<Reference Include= "System" />
2021-10-13 16:00:33 +02:00
<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>
2025-02-26 14:38:55 +01:00
<Reference Include= "System.Collections.Immutable, Version=9.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Collections.Immutable.9.0.2\lib\net462\System.Collections.Immutable.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2021-10-13 16:00:33 +02:00
<Reference Include= "System.ComponentModel.Composition" />
2025-02-26 14:38:55 +01:00
<Reference Include= "System.Composition.AttributedModel, Version=9.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Composition.AttributedModel.9.0.2\lib\net462\System.Composition.AttributedModel.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2025-02-26 14:38:55 +01:00
<Reference Include= "System.Composition.Convention, Version=9.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Composition.Convention.9.0.2\lib\net462\System.Composition.Convention.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2025-02-26 14:38:55 +01:00
<Reference Include= "System.Composition.Hosting, Version=9.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Composition.Hosting.9.0.2\lib\net462\System.Composition.Hosting.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2025-02-26 14:38:55 +01:00
<Reference Include= "System.Composition.Runtime, Version=9.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Composition.Runtime.9.0.2\lib\net462\System.Composition.Runtime.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2025-02-26 14:38:55 +01:00
<Reference Include= "System.Composition.TypedParts, Version=9.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Composition.TypedParts.9.0.2\lib\net462\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>
2025-12-03 11:17:42 +01:00
<Reference Include= "System.IO.Pipelines, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.Pipelines.9.0.7\lib\net462\System.IO.Pipelines.dll</HintPath>
2021-10-13 16:00:33 +02:00
</Reference>
2025-02-26 14:38:55 +01:00
<Reference Include= "System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2023-03-15 10:09:46 +01:00
<Reference Include= "System.Net.Http" />
2021-06-02 20:01:13 +02:00
<Reference Include= "System.Numerics" />
2021-10-13 16:00:33 +02:00
<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>
2025-02-26 14:38:55 +01:00
<Reference Include= "System.Reflection.Metadata, Version=9.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Reflection.Metadata.9.0.2\lib\net462\System.Reflection.Metadata.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2025-07-11 18:48:37 +02:00
<Reference Include= "System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\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>
2025-02-20 18:39:11 +01:00
<Reference Include= "System.ServiceModel.Web" />
2025-02-26 14:38:55 +01:00
<Reference Include= "System.Text.Encoding.CodePages, Version=9.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Text.Encoding.CodePages.9.0.2\lib\net462\System.Text.Encoding.CodePages.dll</HintPath>
</Reference>
2025-12-03 11:17:42 +01:00
<Reference Include= "System.Text.Encodings.Web, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Text.Encodings.Web.9.0.7\lib\net462\System.Text.Encodings.Web.dll</HintPath>
2025-02-26 14:38:55 +01:00
</Reference>
2025-12-03 11:17:42 +01:00
<Reference Include= "System.Text.Json, Version=9.0.0.7, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Text.Json.9.0.7\lib\net462\System.Text.Json.dll</HintPath>
2021-06-02 20:01:13 +02:00
</Reference>
2026-08-04 13:28:43 +02:00
<Reference Include= "System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
</Reference>
2025-02-26 14:38:55 +01:00
<Reference Include= "System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</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 >
2026-01-30 19:35:18 +01:00
<Compile Include= "AI\TranscriptionService.cs" />
2025-06-17 15:46:04 +02:00
<Compile Include= "Attributes\RequireWcfAuthorizationAttribute.cs" />
<Compile Include= "Attributes\RequireApiAuthorizationAttribute.cs" />
2026-05-12 11:47:04 +02:00
<Compile Include= "BusinessLogic\AiPromptbausteinFolderLogic.cs" />
<Compile Include= "BusinessLogic\AiPromptbausteinPromptLogic.cs" />
<Compile Include= "BusinessLogic\AiPromptbausteinRoutineLogic.cs" />
<Compile Include= "BusinessLogic\GenericBusinessLogic.cs" />
2025-06-13 11:37:19 +02:00
<Compile Include= "Core\ConfigReader.cs" />
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" />
2021-03-30 16:35:45 +02:00
<Compile Include= "Core\FileAttachmentUtils.cs" />
2025-05-05 13:27:22 +02:00
<Compile Include= "Core\MergedConfig.cs" />
2026-01-16 13:33:59 +01:00
<Compile Include= "Core\BeWoServerPathHelper.cs" />
2025-12-02 15:40:12 +01:00
<Compile Include= "Core\ServiceLogger.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "Core\ServiceLogic.cs" />
<Compile Include= "Core\SettingsLogic.cs" />
<Compile Include= "Core\Utils.cs" />
2026-05-03 23:57:29 +02:00
<Compile Include= "DCEntityMapper\TeamFolderRightDC_TeamFolderRight.cs" />
2021-08-27 07:34:43 +02:00
<Compile Include= "DCEntityMapper\AbwesenheitsInformationPrintDC_AbwesenheitsInformationPrint.cs" />
2025-05-16 13:38:48 +02:00
<Compile Include= "DCEntityMapper\AddressDC_Address.cs" />
2023-03-15 10:09:46 +01:00
<Compile Include= "DCEntityMapper\AddressRouteDC_AddressRoute.cs" />
2025-04-02 16:01:21 +02:00
<Compile Include= "DCEntityMapper\AiConversationMessageDC_AiConversationMessage.cs" />
<Compile Include= "DCEntityMapper\AiConversationDC_AiConversation.cs" />
2025-04-08 16:57:55 +02:00
<Compile Include= "DCEntityMapper\AiConfigDC_AiConfig.cs" />
2025-04-02 16:01:21 +02:00
<Compile Include= "DCEntityMapper\AiModelDC_AiModel.cs" />
2026-01-12 16:53:47 +01:00
<Compile Include= "DCEntityMapper\AiPromptbausteinFolderDC_AiPromptbausteinFolder.cs" />
2026-04-21 14:34:54 +02:00
<Compile Include= "DCEntityMapper\AiPromptbausteinRoutineDC_AiPromptbausteinRoutine.cs" />
<Compile Include= "DCEntityMapper\AiPromptbausteinRoutineStepDC_AiPromptbausteinRoutineStep.cs" />
2026-03-25 11:38:24 +01:00
<Compile Include= "DCEntityMapper\AiUserSettingDC_AiUserSetting.cs" />
2026-01-09 15:11:23 +01:00
<Compile Include= "DCEntityMapper\AiPromptbausteinPromptDC_AiPromptbausteinPrompt.cs" />
2024-11-25 16:33:22 +01:00
<Compile Include= "DCEntityMapper\BankAccountDC_BankAccount.cs" />
2024-02-20 14:42:04 +01:00
<Compile Include= "DCEntityMapper\BargeldtransaktionshistoryDC_Bargeldtransaktionshistory.cs" />
2025-06-03 12:24:30 +02:00
<Compile Include= "DCEntityMapper\BeWoDataContract_BeWoEntityBase.cs" />
2025-06-05 14:48:51 +02:00
<Compile Include= "DCEntityMapper\CompactInvoiceBaseDC_InvoiceBase.cs" />
2025-10-06 11:07:54 +02:00
<Compile Include= "DCEntityMapper\Person2TeamDC_Person2Team.cs" />
2025-02-27 15:10:21 +01:00
<Compile Include= "DCEntityMapper\Light\GkvAbrechnungLightDC_GkvAbrechnungLight.cs" />
2020-09-23 16:00:51 +02:00
<Compile Include= "DCEntityMapper\ConfirmationReceiptSignatureDC_ConfirmationReceiptSignature.cs" />
2024-09-23 14:34:56 +02:00
<Compile Include= "DCEntityMapper\CustomerVermittlungArbeitDC_CustomerVermittlungArbeit.cs" />
2024-09-26 11:40:30 +02:00
<Compile Include= "DCEntityMapper\AiSettingsDC_AiSettings.cs" />
2024-09-23 18:14:35 +02:00
<Compile Include= "DCEntityMapper\CustomerWohnhilfeDC_CustomerWohnhilfe.cs" />
2025-02-27 15:10:21 +01:00
<Compile Include= "DCEntityMapper\Light\GkvTransferProtokollLightDC_GkvTransferprotokollLight.cs" />
2024-08-27 14:17:14 +02:00
<Compile Include= "DCEntityMapper\ImageDC_Image.cs" />
2021-03-09 15:23:06 +01:00
<Compile Include= "DCEntityMapper\DienstvertretungDC_Dienstvertretung.cs" />
2020-12-11 11:44:05 +01:00
<Compile Include= "DCEntityMapper\DokumentvorlageDC_Dokumentvorlage.cs" />
2023-12-20 00:51:44 +01:00
<Compile Include= "DCEntityMapper\AdditionalServiceNoticeDC_AdditionalServiceNotice.cs" />
2024-05-13 14:57:29 +02:00
<Compile Include= "DCEntityMapper\GkvTransferProtokollDC_GkvTransferprotokoll.cs" />
2024-01-25 16:07:45 +01:00
<Compile Include= "DCEntityMapper\GkvAbrechnungDC_GkvAbrechnung.cs" />
2021-06-10 14:40:23 +02:00
<Compile Include= "DCEntityMapper\GeschenkterUrlaubstagDC_GeschenkterUrlaubstag.cs" />
2025-02-27 15:10:21 +01:00
<Compile Include= "DCEntityMapper\Light\InvoiceBaseLightDC_InvoiceBaseLight.cs" />
<Compile Include= "DCEntityMapper\Light\OrganisationLightDC_OrganisationLight.cs" />
2021-08-04 14:30:26 +02:00
<Compile Include= "DCEntityMapper\PreisDC_Preis.cs" />
2020-10-19 17:22:40 +02:00
<Compile Include= "DCEntityMapper\QuittierungsbelegsstatusDC_Quittierungsbelegsstatus.cs" />
2020-08-17 15:50:00 +02:00
<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" />
2021-05-03 15:13:53 +02:00
<Compile Include= "DCEntityMapper\RegelmaessigerDienstDC_RegelmaessigerDienst.cs" />
2019-08-26 16:11:00 +02:00
<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" />
2025-06-05 14:48:51 +02:00
<Compile Include= "DCEntityMapper\CompactCustomerTeamDC_CustomerTeam.cs" />
2017-08-18 14:43:33 +02:00
<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" />
2025-06-05 14:48:51 +02:00
<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" />
2016-06-27 01:45:38 +02:00
<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" />
2025-06-05 14:48:51 +02:00
<Compile Include= "DCEntityMapper\CompactGroupOfPeopleDC_GroupOfPeople.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "DCEntityMapper\GroupOfPeopleDC_GroupOfPeople.cs" />
2025-06-05 14:48:51 +02:00
<Compile Include= "DCEntityMapper\CompactCustomerDC_CustomerCompact.cs" />
<Compile Include= "DCEntityMapper\CompactWohnheimDC_Wohnheim.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "DCEntityMapper\CustomerAPPCodeDC_CustomerAPPCode.cs" />
<Compile Include= "DCEntityMapper\EmployeeAPPCodeDC_EmployeeAPPCode.cs" />
<Compile Include= "DCEntityMapper\ChatMessageDC_ChatMessage.cs" />
2016-11-16 15:46:13 +01:00
<Compile Include= "DCEntityMapper\ChatMediaMessageDC_ChatMediaMessage.cs" />
2017-05-15 09:11:13 +02:00
<Compile Include= "DCEntityMapper\ArbeitszeitDC_Arbeitszeit.cs" />
<Compile Include= "DCEntityMapper\ArbeitszeitEintragDC_ArbeitszeitEintrag.cs" />
2025-06-05 14:48:51 +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" />
2025-06-05 14:48:51 +02:00
<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" />
2020-08-17 15:50:00 +02:00
<Compile Include= "DCEntityMapper\RatingDC_Rating.cs" />
2025-06-03 12:24:30 +02:00
<Compile Include= "DCEntityMapper\StoredFileDC_StoredFile.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" />
2020-12-11 11:44:05 +01:00
<Compile Include= "DCEntityMapper\VorlagentabelleDC_Vorlagentabelle.cs" />
2024-07-15 13:02:50 +02:00
<Compile Include= "DCEntityMapper\WohneinheitBelegungDC_WohneinheitBelegung.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" />
2024-07-15 13:02:50 +02:00
<Compile Include= "DCEntityMapper\WohneinheitDC_Wohneinheit.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "DCEntityMapper\WohnheimEmployeeRelDC_Employee2WohnheimMapper.cs" />
<Compile Include= "DCEntityMapper\WohnheimDC_Wohnheim.cs" />
2017-09-26 12:48:29 +02:00
<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" />
2021-02-15 08:04:40 +01:00
<Compile Include= "Dienstplanung\DienstplanungsManager.cs" />
2026-07-14 15:41:32 +02:00
<Compile Include= "Dienstplanung\StundenkontoServiceRecord.cs" />
2021-05-03 15:13:53 +02:00
<Compile Include= "Dienstplanung\MitarbeiterstundenkontoBerechnung.cs" />
<Compile Include= "Dienstplanung\Mitarbeiterstundenkonto.cs" />
2025-09-09 00:44:55 +02:00
<Compile Include= "Dokumentverwaltung\WohnheimPlaceholderManager.cs" />
<Compile Include= "Dokumentverwaltung\VgaPlaceholderManager.cs" />
2025-05-22 10:21:19 +02:00
<Compile Include= "Dokumentverwaltung\EmployeePlaceholderManager.cs" />
<Compile Include= "Dokumentverwaltung\PlaceholderManager.cs" />
2021-02-15 08:04:40 +01:00
<Compile Include= "Dokumentverwaltung\DokumentManager.cs" />
2025-05-22 10:21:19 +02:00
<Compile Include= "Dokumentverwaltung\CustomerPlaceholderManager.cs" />
2024-03-26 01:01:03 +01:00
<Compile Include= "Import\AvisImport\AvisImportResult.cs" />
2024-03-03 19:07:45 +01:00
<Compile Include= "Import\AvisImport\LvrAviseImporter.cs" />
<Compile Include= "Import\AvisImport\AviseImporter.cs" />
<Compile Include= "Import\AvisImport\HilfeplanInfo.cs" />
2025-06-04 16:12:58 +02:00
<Compile Include= "Import\AvisImport\LvrAvisCsvReader.cs" />
2024-04-15 16:33:04 +02:00
<Compile Include= "Import\AvisImport\LvrAvisTextReader.cs" />
2024-09-01 20:47:02 +02:00
<Compile Include= "Import\AvisImport\LvrAvisTextAbschnittReader.cs" />
2024-04-11 09:19:36 +02:00
<Compile Include= "Import\AvisImport\LvrAvisMonatGesamt.cs" />
2024-03-26 01:01:03 +01:00
<Compile Include= "Import\AvisImport\LvrAvisKlientGesamt.cs" />
2024-03-03 19:07:45 +01:00
<Compile Include= "Import\AvisImport\LvrAvisPdfReader.cs" />
<Compile Include= "Import\AvisImport\Avis.cs" />
2025-03-28 14:14:40 +01:00
<Compile Include= "Import\Perseh\BereichMitZielenUndMassnahmen.cs" />
2024-09-01 20:47:02 +02:00
<Compile Include= "Import\TextAbschnittReader.cs" />
<Compile Include= "Import\TextAbschnitt.cs" />
2024-06-19 16:13:56 +02:00
<Compile Include= "Import\Perseh\PersehReader.cs" />
2025-04-15 16:28:17 +02:00
<Compile Include= "Interfaces\IJsonMapper.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "Invoicing\ApprovalPeriod.cs" />
2026-06-18 11:05:29 +02:00
<Compile Include= "Invoicing\FiBuExport\DefaultDatevExport.cs" />
<Compile Include= "Invoicing\FiBuExport\FiBuDatensatz.cs" />
<Compile Include= "Invoicing\FiBuExport\DefaultFiBuExport.cs" />
2022-12-15 23:16:04 +01:00
<Compile Include= "Invoicing\GeneralInvoiceCreation.cs" />
2025-10-09 14:26:01 +02:00
<Compile Include= "Invoicing\LWLDiggaBerechnung.cs" />
<Compile Include= "Invoicing\LWLDiggaSettlementInvoiceCreation.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" />
2025-01-31 10:45:42 +01:00
<Compile Include= "Invoicing\SoziotherapieInvoiceCreation.cs" />
2016-11-08 13:50:58 +01:00
<Compile Include= "MessageContracts\UploadChatPackage.cs" />
2024-06-19 16:13:56 +02:00
<Compile Include= "MessageContracts\UploadPersehDocumentResult.cs" />
2016-11-08 13:50:58 +01:00
<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" />
2021-02-19 11:04:33 +01:00
<Compile Include= "PivotTabelle\FlexibleReportManager.cs" />
2025-11-24 15:47:45 +01:00
<Compile Include= "Plugins\AiPromptbausteineService.cs" />
<Compile Include= "Plugins\AiFunctionService.cs" />
2025-07-16 12:25:28 +02:00
<Compile Include= "Plugins\AiService2.cs" />
2024-06-19 16:13:56 +02:00
<Compile Include= "Plugins\AiService.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" />
2026-02-26 11:43:39 +01:00
<Compile Include= "Plugins\SupportConceptValidator.cs" />
2019-08-01 11:27:28 +02:00
<Compile Include= "Plugins\UserService.cs" />
2019-07-25 15:16:24 +02:00
<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" />
2017-06-14 08:28:21 +02:00
<Compile Include= "Plugins\VacationService.cs" />
2025-06-13 15:04:47 +02:00
<Compile Include= "Plugins\XRechnungService.cs" />
2021-02-02 23:23:05 +01:00
<Compile Include= "Reporting\AnnualReportEngine.cs" />
2023-09-21 15:12:48 +02:00
<Compile Include= "Reporting\ExportAndPrintHelper.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" />
2026-03-30 00:13:04 +02:00
<Compile Include= "Reporting\Straffaelligenhilfe\AsaStatistic.cs" />
<Compile Include= "Reporting\Straffaelligenhilfe\TgvStatistic.cs" />
2026-06-18 11:05:29 +02:00
<Compile Include= "Reporting\Straffaelligenhilfe\VgaStatisticCreator.cs" />
2026-03-24 14:45:25 +01:00
<Compile Include= "Reporting\Straffaelligenhilfe\VgaStatistic.cs" />
<Compile Include= "Reporting\Straffaelligenhilfe\StatisticBase.cs" />
2018-05-21 16:39:24 +02:00
<Compile Include= "SBD\VertretungsAlgorithmus.cs" />
<Compile Include= "SBD\VertretungsManager.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" />
2025-11-28 14:54:24 +01:00
<Compile Include= "BeWoServiceEnums.cs" />
2025-02-20 18:39:11 +01:00
<Compile Include= "ServiceBehavior\AdminHibernateBehavior.cs" />
<Compile Include= "ServiceBehavior\AdminHibernateBehaviorExtension.cs" />
<Compile Include= "ServiceBehavior\AdminHibernateContextInitializer.cs" />
<Compile Include= "ServiceBehavior\AdminMultitenancyBehavior.cs" />
<Compile Include= "ServiceBehavior\AdminMultitenancyBehaviorExtension.cs" />
<Compile Include= "ServiceBehavior\AdminMultitenancyContextInitializer.cs" />
<Compile Include= "ServiceBehavior\AdminSecurityBehavior.cs" />
<Compile Include= "ServiceBehavior\AdminSecurityBehaviorExtension.cs" />
<Compile Include= "ServiceBehavior\AdminServiceMessageInspector.cs" />
2025-02-21 11:56:28 +01:00
<Compile Include= "ServiceBehavior\JsonError\JsonErrorBehavior.cs" />
<Compile Include= "ServiceBehavior\JsonError\JsonErrorBehaviorExtension.cs" />
<Compile Include= "ServiceBehavior\JsonError\JsonErrorHandler.cs" />
2025-03-19 09:35:01 +01:00
<Compile Include= "ServiceBehavior\WCFError\WCFErrorBehavior.cs" />
<Compile Include= "ServiceBehavior\WCFError\WCFErrorBehaviorExtension.cs" />
<Compile Include= "ServiceBehavior\WCFError\WCFErrorHandler.cs" />
2025-06-02 11:16:35 +02:00
<Compile Include= "ServiceContracts\Enhanced\IAccountingEnhancedService.cs" />
2026-03-30 13:06:03 +02:00
<Compile Include= "ServiceContracts\Enhanced\IStatusService.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "ServiceContracts\IAccountingService.cs" />
2025-02-20 18:39:11 +01:00
<Compile Include= "ServiceContracts\IAdminService.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "ServiceContracts\IAnalysisService.cs" />
2025-05-27 09:24:37 +02:00
<Compile Include= "ServiceContracts\IApiStreamService.cs" />
<Compile Include= "ServiceContracts\IApiService.cs" />
2025-02-18 15:47:06 +01:00
<Compile Include= "ServiceContracts\IGkvAccountingService.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "ServiceContracts\IMailService.cs" />
2025-06-02 11:16:35 +02:00
<Compile Include= "ServiceContracts\Enhanced\IAiEnhancedService.cs" />
<Compile Include= "ServiceContracts\Enhanced\IOperationsEnhancedService.cs" />
2016-06-27 01:45:38 +02:00
<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" />
2025-03-19 09:35:01 +01:00
<Compile Include= "ServiceContracts\IService.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "ServiceContracts\IStreamingService.cs" />
<Compile Include= "ServiceContracts\IResourceService.cs" />
<Compile Include= "ServiceImplementations\AccountingServiceImp.cs" />
2025-05-27 09:24:37 +02:00
<Compile Include= "ServiceImplementations\ApiStreamServiceImp.cs" />
<Compile Include= "ServiceImplementations\ApiServiceImp.cs" />
2025-02-20 18:39:11 +01:00
<Compile Include= "ServiceImplementations\AdminServiceImp.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "ServiceImplementations\AnalysisServiceImp.cs" />
2025-06-02 11:16:35 +02:00
<Compile Include= "ServiceImplementations\Enhanced\AccountingEnhancedServiceImp.cs" />
2026-03-30 13:06:03 +02:00
<Compile Include= "ServiceImplementations\Enhanced\StatusServiceImp.cs" />
2025-02-18 15:47:06 +01:00
<Compile Include= "ServiceImplementations\GkvAccountingServiceImp.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "ServiceImplementations\MailServiceImp.cs" />
2025-06-02 11:16:35 +02:00
<Compile Include= "ServiceImplementations\Enhanced\AiEnhancedServiceImp.cs" />
<Compile Include= "ServiceImplementations\Enhanced\OperationsEnhancedServiceImp.cs" />
2016-06-27 01:45:38 +02:00
<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" />
2025-06-04 12:14:48 +02:00
<Compile Include= "ServiceProxy\XRechnungApiClient.cs" />
2025-08-05 11:55:48 +02:00
<Compile Include= "ServiceProxy\ServiceFacade.cs" />
2025-11-27 14:17:54 +01:00
<Compile Include= "ServiceUtils\DataContractLoader.cs" />
2023-03-17 13:53:40 +01:00
<Compile Include= "ServiceUtils\DistanceCalculator\AddressRouteManager.cs" />
2023-03-22 13:25:43 +01:00
<Compile Include= "ServiceUtils\DistanceCalculator\AddressRouteMatrix.cs" />
2023-03-17 13:53:40 +01:00
<Compile Include= "ServiceUtils\DistanceCalculator\GoogleDistanceMatrixAPI.cs" />
<Compile Include= "ServiceUtils\DistanceCalculator\IDistanceAPI.cs" />
2023-03-22 13:25:43 +01:00
<Compile Include= "ServiceUtils\DistanceCalculator\OpenrouteServiceAPI.cs" />
2025-09-12 14:58:41 +02:00
<Compile Include= "ServiceUtils\AiContextLoader.cs" />
2025-05-26 13:05:25 +02:00
<Compile Include= "ServiceUtils\ServiceConfigReader.cs" />
2023-06-22 09:35:51 +02:00
<Compile Include= "ServiceUtils\ServiceTranslator.cs" />
2025-06-17 11:25:03 +02:00
<Compile Include= "Core\ServiceHelper.cs" />
<Compile Include= "Core\ServiceValidator.cs" />
2025-02-25 11:50:47 +01:00
<Compile Include= "ServiceUtils\UriTemplateResolver.cs" />
2016-06-27 01:45:38 +02:00
<Compile Include= "UnitOfWork\HibernateSessionEndpointBehavior.cs" />
<Compile Include= "UnitOfWork\HibernateSessionBehaviorExtension.cs" />
<Compile Include= "UnitOfWork\HibernateSessionContextInitializer.cs" />
2022-11-30 12:31:02 +01:00
<Compile Include= "Urlaubsplanung\UrlaubsplanungsManager.cs" />
2025-03-16 20:42:21 +01:00
<Compile Include= "ServiceUtils\History\HistoryCreator.cs" />
2025-05-22 10:21:19 +02:00
<Compile Include= "Dokumentverwaltung\VorlagenManager.cs" />
2021-03-02 13:10:21 +01:00
<Compile Include= "XAMLInformation\InfoViaXAMLManager.cs" />
2016-06-27 01:45:38 +02:00
</ItemGroup>
<ItemGroup >
2023-08-21 14:45:00 +02:00
<ProjectReference Include= "..\Dakota\Dakota.csproj" >
<Project > {47331732-dd96-4075-869f-83aa9f3f9937}</Project>
<Name > Dakota</Name>
</ProjectReference>
2016-06-27 01:45:38 +02:00
<ProjectReference Include= "..\Data\Data.csproj" >
2019-07-15 11:24:48 +02:00
<Project > {b0d73e3d-4ae7-4024-93a6-db1f46d7ccee}</Project>
2016-06-27 01:45:38 +02:00
<Name > Data</Name>
</ProjectReference>
2025-10-22 11:45:15 +02:00
<ProjectReference Include= "..\Server\Components\AICore\AICore.csproj" >
2026-02-26 15:03:10 +01:00
<Project > {69d70ca9-0df9-419e-bfaf-f4539f129bd9}</Project>
2025-10-22 11:45:15 +02:00
<Name > AICore</Name>
</ProjectReference>
2025-11-28 14:54:24 +01:00
<ProjectReference Include= "..\Server\Components\ServerUtils\ServerUtils.csproj" >
<Project > {EC2349FB-7FE0-4AD1-B28B-A7A27AF80A57}</Project>
<Name > ServerUtils</Name>
</ProjectReference>
2016-06-27 01:45:38 +02:00
<ProjectReference Include= "..\Shared\Shared.csproj" >
2021-03-17 18:44:40 +01:00
<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 >
2025-11-28 12:07:35 +01:00
<Folder Include= "Extensions\" />
2023-03-17 13:53:40 +01:00
<Folder Include= "ServiceUtils\API\" />
<Folder Include= "ServiceUtils\Generell\" />
2025-06-05 14:03:55 +02:00
<Folder Include= "ServiceUtils\XRechnung\" />
2016-06-27 01:45:38 +02:00
</ItemGroup>
<ItemGroup >
2023-09-15 16:33:11 +02:00
<None Include= "..\.editorconfig" >
<Link > .editorconfig</Link>
</None>
2021-10-13 16:00:33 +02:00
<None Include= "app.config" >
<SubType > Designer</SubType>
</None>
2025-01-29 10:47:18 +01:00
<EmbeddedResource Include= "Ressources\invoicetest.json" />
2026-08-04 13:28:43 +02:00
<None Include= "packages.config" />
</ItemGroup>
<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" />
2019-11-21 19:39:32 +01:00
</ItemGroup>
2016-06-27 01:45:38 +02:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2026-08-04 13:28:43 +02:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{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'))" />
</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>