2016-06-27 01:45:38 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-09-19 14:22:57 +02:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
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>{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>BS.Shared</RootNamespace>
|
|
|
|
|
|
<AssemblyName>BS.Shared</AssemblyName>
|
2023-09-19 14:22:57 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2017-07-27 09:58:04 +02:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
|
</TargetFrameworkProfile>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<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>
|
|
|
|
|
|
</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>
|
|
|
|
|
|
<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</NoWarn>
|
2025-09-09 00:44:55 +02:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
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-17 11:02:35 +02:00
|
|
|
|
<PlatformTarget>AnyCPU</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>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<CodeAnalysisLogFile>bin\Debug\BS.Shared.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>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SignAssembly>false</SignAssembly>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2024-04-25 10:03:49 +02:00
|
|
|
|
<Reference Include="DevExpress.DataAccess.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
2024-03-03 21:42:06 +01:00
|
|
|
|
<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.Printing.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<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.Mvvm.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Xpf.CodeView.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Data.Desktop.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Xpf.Core.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Xpf.Grid.v23.2.Core, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Xpf.Grid.v23.2, 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-04-25 10:03:49 +02:00
|
|
|
|
<Reference Include="DevExpress.Xpo.v23.2, Version=23.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
2024-03-03 21:42:06 +01:00
|
|
|
|
<Reference Include="DevExpress.XtraCharts.v23.2, 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-03-09 12:40:29 +01:00
|
|
|
|
<Reference Include="log4net">
|
|
|
|
|
|
<HintPath>..\Lib\log4net.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="PresentationCore">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="PresentationFramework">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
2024-11-22 10:46:39 +01:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
2016-09-30 09:00:41 +02:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2025-03-28 10:05:29 +01:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
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.Xml.Linq">
|
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
<Reference Include="WindowsBase">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Xaml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2025-05-27 09:24:37 +02:00
|
|
|
|
<Compile Include="AppSender\ApiSender.cs" />
|
2024-10-25 17:30:27 +02:00
|
|
|
|
<Compile Include="AppSender\GkvSender.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="BeWoEntityEnums.cs" />
|
2026-01-30 12:20:25 +01:00
|
|
|
|
<Compile Include="Core\AiUtils.cs" />
|
2025-07-03 13:55:46 +02:00
|
|
|
|
<Compile Include="Core\ApiResponseUtils.cs" />
|
2025-05-23 11:02:31 +02:00
|
|
|
|
<Compile Include="Core\AppError.cs" />
|
2024-11-22 10:46:39 +01:00
|
|
|
|
<Compile Include="Core\AppSettingReader.cs" />
|
2025-06-02 12:33:14 +02:00
|
|
|
|
<Compile Include="Core\BeWoFault.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Core\ComplexWohnheimbuchungsRelationHelper.cs" />
|
|
|
|
|
|
<Compile Include="Core\AbstractIDSpecificDefaultClass.cs" />
|
2025-06-04 12:14:48 +02:00
|
|
|
|
<Compile Include="Core\Facade\HttpClientFacade.cs" />
|
|
|
|
|
|
<Compile Include="Core\Facade\JsonHttpClientFacade.cs" />
|
2025-05-23 11:12:15 +02:00
|
|
|
|
<Compile Include="Core\JsonUtils.cs" />
|
2026-03-09 12:40:29 +01:00
|
|
|
|
<Compile Include="Core\LoggerUtils.cs" />
|
2024-11-22 10:46:39 +01:00
|
|
|
|
<Compile Include="Core\MailUtils.cs" />
|
2025-11-21 11:51:02 +01:00
|
|
|
|
<Compile Include="Core\Rule\GkvRules.cs" />
|
2025-06-03 12:24:30 +02:00
|
|
|
|
<Compile Include="Core\SecurityUtils.cs" />
|
2025-01-29 10:47:18 +01:00
|
|
|
|
<Compile Include="Core\TokenUtils.cs" />
|
2026-03-04 13:11:46 +01:00
|
|
|
|
<Compile Include="Core\UserRightTypeHelper.cs" />
|
2025-06-05 14:03:55 +02:00
|
|
|
|
<Compile Include="Core\Utilities\WebUtils.cs" />
|
2025-11-10 11:21:11 +01:00
|
|
|
|
<Compile Include="Core\GkvValidator.cs" />
|
2022-10-11 16:48:36 +02:00
|
|
|
|
<Compile Include="Core\DebugUtils.cs" />
|
|
|
|
|
|
<Compile Include="Core\ImageUtils.cs" />
|
2021-04-19 01:15:53 +02:00
|
|
|
|
<Compile Include="Core\PersonFilterEnum.cs" />
|
2020-12-16 21:49:47 +01:00
|
|
|
|
<Compile Include="Core\CustomerFilterEnum.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Core\DateTimeSpan.cs" />
|
2017-06-11 15:50:31 +02:00
|
|
|
|
<Compile Include="Core\DateTimeUtils.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Core\DisplayEnum.cs" />
|
|
|
|
|
|
<Compile Include="Core\EnumTranslations.cs" />
|
|
|
|
|
|
<Compile Include="Core\EnumValue.cs" />
|
|
|
|
|
|
<Compile Include="Core\IDSpecificClassAttribute.cs" />
|
|
|
|
|
|
<Compile Include="Core\ObservableDictionary.cs" />
|
|
|
|
|
|
<Compile Include="Core\ProgressStream.cs" />
|
2020-11-09 17:55:01 +01:00
|
|
|
|
<Compile Include="Core\QbFilterItem.cs" />
|
2020-07-13 16:25:43 +02:00
|
|
|
|
<Compile Include="Core\RecurrenceInformation.cs" />
|
2021-06-02 20:01:13 +02:00
|
|
|
|
<Compile Include="Core\ReportUtils.cs" />
|
2024-10-25 17:30:27 +02:00
|
|
|
|
<Compile Include="AppSender\AppRequestSender.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Core\SchedulerAppointmentRecurrenceInfoObject.cs" />
|
2022-12-30 16:28:23 +01:00
|
|
|
|
<Compile Include="Core\SchedulerUtils.cs" />
|
2021-03-17 18:44:40 +01:00
|
|
|
|
<Compile Include="Core\SettingsKeys.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Core\ShouldSerializeContractResolver.cs" />
|
|
|
|
|
|
<Compile Include="Core\SimpleWohnheimbuchungsRelationHelper.cs" />
|
|
|
|
|
|
<Compile Include="Core\TrulyObservableCollection.cs" />
|
2018-03-02 16:33:39 +01:00
|
|
|
|
<Compile Include="Core\UserSettingsUtils.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Core\Utils.cs" />
|
|
|
|
|
|
<Compile Include="Core\EventArgs.cs" />
|
|
|
|
|
|
<Compile Include="Core\ObservableSortCollection.cs" />
|
2025-11-21 11:51:02 +01:00
|
|
|
|
<Compile Include="Core\Validation\GkvValidation.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Core\WohnheimbuchungsIntervall.cs" />
|
2020-10-13 14:35:06 +02:00
|
|
|
|
<Compile Include="DataContracts\AbsenceOverviewFilterDC.cs" />
|
2025-05-16 11:57:21 +02:00
|
|
|
|
<Compile Include="DataContracts\AddressDC.cs" />
|
2025-09-23 12:27:13 +02:00
|
|
|
|
<Compile Include="DataContracts\AdminService\AdminServiceSumResponseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdminService\AdminServiceSumResponseDetailDC.cs" />
|
2025-02-25 14:49:31 +01:00
|
|
|
|
<Compile Include="DataContracts\AdminService\IAdminServiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdminService\AdminServiceSumReqDC.cs" />
|
2026-03-25 11:38:24 +01:00
|
|
|
|
<Compile Include="DataContracts\Feature\AI\AiUserSettingDC.cs" />
|
2026-01-28 17:21:08 +01:00
|
|
|
|
<Compile Include="DataContracts\IAbsenceTime.cs" />
|
2026-01-30 19:35:18 +01:00
|
|
|
|
<Compile Include="DataContracts\AiVoiceDataDC.cs" />
|
2026-01-23 16:28:47 +01:00
|
|
|
|
<Compile Include="DataContracts\Feature\AI\AiPromptbausteinFolderDC.cs" />
|
2026-01-27 16:58:04 +01:00
|
|
|
|
<Compile Include="DataContracts\Feature\AI\AiPromptbausteinFolderStructureDC.cs" />
|
2026-01-23 16:28:47 +01:00
|
|
|
|
<Compile Include="DataContracts\Feature\AI\AiPromptbausteinPromptDC.cs" />
|
2025-11-11 12:10:16 +01:00
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerGetNumberRequestDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerGetNumberResponseDC.cs" />
|
2025-10-06 11:07:54 +02:00
|
|
|
|
<Compile Include="DataContracts\Person2TeamDC.cs" />
|
2025-11-24 12:20:26 +01:00
|
|
|
|
<Compile Include="DataContracts\BeWoRefDC.cs" />
|
2025-07-03 13:55:46 +02:00
|
|
|
|
<Compile Include="DataContracts\ApiResponse.cs" />
|
2025-04-08 16:57:55 +02:00
|
|
|
|
<Compile Include="DataContracts\Feature\AI\AiConfigDC.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="DataContracts\Feature\AI\AiConversationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Feature\AI\AiConversationMessageDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Feature\AI\AiModelDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Feature\AI\AiSettingDC.cs" />
|
2024-09-25 16:57:03 +02:00
|
|
|
|
<Compile Include="DataContracts\AiSettingsDC.cs" />
|
2024-06-19 16:13:56 +02:00
|
|
|
|
<Compile Include="DataContracts\AiChatDC.cs" />
|
2021-05-07 13:22:01 +02:00
|
|
|
|
<Compile Include="DataContracts\AbwesenheitsInformationDC.cs" />
|
2021-08-27 07:34:43 +02:00
|
|
|
|
<Compile Include="DataContracts\AbwesenheitsInformationPrintDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceBookingDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceGroupOfPeopleDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceGroupOfPeopleRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceRegionDC.cs" />
|
2023-03-15 10:09:46 +01:00
|
|
|
|
<Compile Include="DataContracts\AddressRouteDC.cs" />
|
2024-11-12 18:37:23 +01:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\IMoKSearchableDC.cs" />
|
2024-09-23 12:23:43 +02:00
|
|
|
|
<Compile Include="DataContracts\CustomerVermittlungArbeitDC.cs" />
|
2025-11-24 15:47:45 +01:00
|
|
|
|
<Compile Include="DataContracts\Feature\AI\Functions\ServiceRecords\AiFunctionDoc.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvClientRequestDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvClientSumRequestJson.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvClientSumResponseJson.cs" />
|
2024-10-21 13:27:52 +02:00
|
|
|
|
<Compile Include="DataContracts\ImportSupportConceptResultDC.cs" />
|
2024-11-05 14:26:49 +01:00
|
|
|
|
<Compile Include="DataContracts\CheckObjectDeletionResultDC.cs" />
|
2024-10-25 17:30:27 +02:00
|
|
|
|
<Compile Include="DataContracts\AppRequestDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AppResponseDC.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvAbrechnungGetIKRequestDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvAbrechnungGetIKResponseDC.cs" />
|
2025-05-21 13:25:13 +02:00
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvKostentragerdateiSummary.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerGetStatusRequestDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerGetStatusResponseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvClientResultRequestDC.cs" />
|
2024-11-25 16:33:22 +01:00
|
|
|
|
<Compile Include="DataContracts\Invoicing\BankAccountDC.cs" />
|
2024-12-10 13:59:43 +01:00
|
|
|
|
<Compile Include="DataContracts\Invoicing\XRechnung\XRechnungRequest.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\XRechnung\XRechnungResponse.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\OwnSoftRequest.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\OwnSoftResponse.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="DataContracts\Feature\Wohnhilfe\CustomerWohnhilfeDC.cs" />
|
2025-02-27 15:10:21 +01:00
|
|
|
|
<Compile Include="DataContracts\Light\GkvAbrechnungLightDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Light\GkvTransferProtokollLightDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Light\ILightDataContract.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactInvoiceBaseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Light\InvoiceBaseLightDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Light\OrganisationLightDC.cs" />
|
2024-08-26 10:51:16 +02:00
|
|
|
|
<Compile Include="DataContracts\ImageDC.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="DataContracts\Feature\Wohnhilfe\CustomerWohnhilfeBereichBundDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Feature\Wohnhilfe\CustomerWohnhilfeBereichEinkommenUndArbeitDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Feature\Wohnhilfe\CustomerWohnhilfeBereichSozialeKontakteDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Feature\Wohnhilfe\CustomerWohnhilfeBereichSozialstrukturDC.cs" />
|
2024-08-20 14:29:50 +02:00
|
|
|
|
<Compile Include="DataContracts\BeWoDataContract.cs" />
|
2024-06-19 16:13:56 +02:00
|
|
|
|
<Compile Include="DataContracts\HilfeplanImportDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\HilfeplanImportZielDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\HilfeplanImportItemDC.cs" />
|
2024-02-20 14:42:04 +01:00
|
|
|
|
<Compile Include="DataContracts\BargeldtransaktionshistoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\BargeldtransaktionshistoryDC.cs" />
|
2021-02-17 16:59:26 +01:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ContactDC.cs" />
|
2021-02-02 12:26:15 +01:00
|
|
|
|
<Compile Include="DataContracts\BesetzungsstatusDC.cs" />
|
2020-09-23 16:00:51 +02:00
|
|
|
|
<Compile Include="DataContracts\ConfirmationReceiptSignatureDC.cs" />
|
2020-09-30 10:00:31 +02:00
|
|
|
|
<Compile Include="DataContracts\DienstBlockDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\DienstEintragDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\DienstInfoDC.cs" />
|
2019-09-27 15:55:01 +02:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\VertretungsItemDC.cs" />
|
2021-05-03 15:13:53 +02:00
|
|
|
|
<Compile Include="DataContracts\DienstplanerMonthlySummaryDC.cs" />
|
2021-04-15 07:34:33 +02:00
|
|
|
|
<Compile Include="DataContracts\DienstplanerRootDC.cs" />
|
2021-03-09 15:23:06 +01:00
|
|
|
|
<Compile Include="DataContracts\DienstvertretungDC.cs" />
|
2021-01-29 14:37:43 +01:00
|
|
|
|
<Compile Include="DataContracts\DienstZeileDC.cs" />
|
2020-11-20 10:20:02 +01:00
|
|
|
|
<Compile Include="DataContracts\DocumentTreeItemDC.cs" />
|
2020-12-11 11:44:05 +01:00
|
|
|
|
<Compile Include="DataContracts\DokumentvorlageDC.cs" />
|
2023-12-20 00:51:44 +01:00
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceNoticeDC.cs" />
|
2021-06-10 14:40:23 +02:00
|
|
|
|
<Compile Include="DataContracts\GeschenkterUrlaubstagDC.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerResultDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerResultXml.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerSendNewResponseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvTransferProtokollDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerGetIKRequestDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerGetIKResponseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerRequestDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvResponseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvServerSendNewRequestDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvAbrechnungSendResponseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvAbrechnungSendRequestDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvAbrechnungCreateResponseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvAbrechnungViewFilterDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvAbrechnungCreateRequestDC.cs" />
|
2020-08-17 15:50:00 +02:00
|
|
|
|
<Compile Include="DataContracts\GoalRatingDC.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="DataContracts\Invoicing\GkvAbrechnung\GkvAbrechnungDC.cs" />
|
2020-12-11 11:44:05 +01:00
|
|
|
|
<Compile Include="DataContracts\PlatzhalterDC.cs" />
|
2021-08-04 14:30:26 +02:00
|
|
|
|
<Compile Include="DataContracts\PreisDC.cs" />
|
2020-10-19 17:22:40 +02:00
|
|
|
|
<Compile Include="DataContracts\QuittierungsbelegsstatusDC.cs" />
|
2020-08-17 15:50:00 +02:00
|
|
|
|
<Compile Include="DataContracts\RatingTypeDC.cs" />
|
2021-05-03 15:13:53 +02:00
|
|
|
|
<Compile Include="DataContracts\RegelmaessigerDienstDC.cs" />
|
2019-08-26 16:11:00 +02:00
|
|
|
|
<Compile Include="DataContracts\ReportTemplateDC.cs" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<Compile Include="DataContracts\BudgetDC.cs" />
|
2019-08-12 16:49:42 +02:00
|
|
|
|
<Compile Include="DataContracts\HomeViewPanelDC.cs" />
|
2018-10-08 11:57:16 +02:00
|
|
|
|
<Compile Include="DataContracts\FerienDC.cs" />
|
2019-07-29 14:21:49 +02:00
|
|
|
|
<Compile Include="DataContracts\FlexibleReportDummyDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FlexibleReportResultDC.cs" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<Compile Include="DataContracts\FlexibleReportFilterDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FlexibleReportEntryDC.cs" />
|
2019-07-15 09:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\FlexibleReportLayoutDC.cs" />
|
2018-10-08 11:57:16 +02:00
|
|
|
|
<Compile Include="DataContracts\NotizenKategorieDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\NotizenEintragDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\CostRatePeriodDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FeiertagDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\AuszahlungsartDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BargeldkassenDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BargeldtransaktionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BeWoMobilBrowserInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AdditionalServiceGroupOfPeopleRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AuslastungAnalysisEmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ContractDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\EmploymentTypeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\CustomerOrganisationRelationDC.cs" />
|
2017-11-17 22:24:00 +01:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\TextbausteinDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\WohnheimCustomerRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\WohnheimEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\OrganisationPersonRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ServiceRecordHistoryDC.cs" />
|
2017-09-26 12:48:29 +02:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\TextModuleDC.cs" />
|
2017-08-18 14:43:33 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactCustomerTeamDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactGroupOfPeopleDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactWohnheimDC.cs" />
|
2017-08-18 14:43:33 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\CompactCustomerTeamDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\CompactGroupOfPeopleDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactWohnheimDC.cs" />
|
2017-10-11 14:45:11 +02:00
|
|
|
|
<Compile Include="DataContracts\PdfChatHandoutDC.cs" />
|
2017-08-18 14:43:33 +02:00
|
|
|
|
<Compile Include="DataContracts\CustomerTeamDC.cs" />
|
2017-06-19 11:37:57 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\CompactVertreterEmployeeDC.cs" />
|
2017-06-30 13:33:49 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\CompactTokenDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\CustomerTeamRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ContractDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\DarreichungsformDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\DepotRhythmusDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Employee2SchedulerAppointmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerAPPCodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\EmployeeAPPCodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ChatMessageDC.cs" />
|
2016-11-16 15:46:13 +01:00
|
|
|
|
<Compile Include="DataContracts\ChatMediaMessageDC.cs" />
|
2017-05-15 09:11:13 +02:00
|
|
|
|
<Compile Include="DataContracts\ArbeitszeitDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ArbeitszeitEintragDC.cs" />
|
2017-06-30 13:33:49 +02:00
|
|
|
|
<Compile Include="DataContracts\CustomerTokenRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\EmployeeTokenRelationDC.cs" />
|
2017-11-09 12:18:50 +01:00
|
|
|
|
<Compile Include="DataContracts\ChatBewoMessageSyncDC.cs" />
|
2026-03-30 13:06:03 +02:00
|
|
|
|
<Compile Include="DataContracts\ServerStatusDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceStatusDC.cs" />
|
2026-02-26 11:43:39 +01:00
|
|
|
|
<Compile Include="DataContracts\ValidationResultDC.cs" />
|
2025-06-03 12:24:30 +02:00
|
|
|
|
<Compile Include="DataContracts\StoredFileDC.cs" />
|
2023-05-02 14:24:26 +02:00
|
|
|
|
<Compile Include="DataContracts\VertreterSucheFilterDC.cs" />
|
2018-10-08 11:57:16 +02:00
|
|
|
|
<Compile Include="DataContracts\SbdConfigDC.cs" />
|
2017-08-08 13:13:22 +02:00
|
|
|
|
<Compile Include="DataContracts\QuittierungsCheckDC.cs" />
|
2020-08-17 15:50:00 +02:00
|
|
|
|
<Compile Include="DataContracts\RatingDC.cs" />
|
2017-11-17 22:24:00 +01:00
|
|
|
|
<Compile Include="DataContracts\TextbausteinDC.cs" />
|
2019-07-12 17:36:37 +02:00
|
|
|
|
<Compile Include="DataContracts\TimeSheetStatusItemDC.cs" />
|
2021-08-27 07:34:43 +02:00
|
|
|
|
<Compile Include="DataContracts\UrlaubskontoDarstellungDC.cs" />
|
2020-10-13 14:35:06 +02:00
|
|
|
|
<Compile Include="DataContracts\UrlaubskontoDC.cs" />
|
2021-06-10 14:40:23 +02:00
|
|
|
|
<Compile Include="DataContracts\UrlaubsplanerRootDC.cs" />
|
2017-08-08 13:13:22 +02:00
|
|
|
|
<Compile Include="DataContracts\VertretungsKlientAccountingsListeItemsDC.cs" />
|
2017-08-10 13:45:36 +02:00
|
|
|
|
<Compile Include="DataContracts\QuittierungsCheckViewListItemsDC.cs" />
|
2017-07-25 10:50:45 +02:00
|
|
|
|
<Compile Include="DataContracts\VertretungsListeMitarbeiterItemsDC.cs" />
|
2017-06-30 13:33:49 +02:00
|
|
|
|
<Compile Include="DataContracts\TokenDC.cs" />
|
2018-05-21 16:39:24 +02:00
|
|
|
|
<Compile Include="DataContracts\VertretungsItemDC.cs" />
|
2017-04-07 13:44:07 +02:00
|
|
|
|
<Compile Include="DataContracts\VertretungsListeDC.cs" />
|
2017-03-24 13:02:28 +01:00
|
|
|
|
<Compile Include="DataContracts\VertretungDC.cs" />
|
2016-12-22 09:43:35 +01:00
|
|
|
|
<Compile Include="DataContracts\PasswortVerlaufDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\MedRecordDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptApprovalPeriodEmployeeRelDC.cs" />
|
2020-12-11 11:44:05 +01:00
|
|
|
|
<Compile Include="DataContracts\VorlagentabelleDC.cs" />
|
2024-07-15 12:01:36 +02:00
|
|
|
|
<Compile Include="DataContracts\WohneinheitBelegungDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohneinheitDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\WohnheimbuchungEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\EmploymentTypeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AppointmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AppointmentCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerOrganisationRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AnnualReportDataDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AnnualReportDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisConfigDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\GroupOfPeopleDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\GroupDurationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerWohnheimRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SignatureDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Wohnheimbuchung2Costbearer2SupportConceptRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohnheimbuchungDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohnheimCustomerRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohnheimEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohnheimDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordPeriodStatisticsInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordStatisticsInfoDC.cs" />
|
2017-09-26 12:48:29 +02:00
|
|
|
|
<Compile Include="DataContracts\TextModuleDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\UiElementDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ListedServiceRecordDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MedArtDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MedikamentenverordnungDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MedikamentenverordnungslisteDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ResetPasswordInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SchedulerAppointmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\OvertimeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ResourceAppointmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerHistoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\LicenseInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordValidationResultDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptPeriodStatisticsDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptStatisticsDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\OrganisationPersonRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AccountingReportDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AccountingReportRowDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceAccountingDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AuslastungAnalysisEmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AuslastungAnalysisRootDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AuslastungAnalysisSupportConceptDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordHistoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportPinDC.cs" />
|
2025-07-25 14:27:49 +02:00
|
|
|
|
<Compile Include="Exceptions\BeWoNotImplementedException.cs" />
|
2025-05-23 11:02:31 +02:00
|
|
|
|
<Compile Include="Exceptions\BeWoInvalidOperationException.cs" />
|
2024-10-25 17:30:27 +02:00
|
|
|
|
<Compile Include="Exceptions\GkvException.cs" />
|
2025-07-03 13:55:46 +02:00
|
|
|
|
<Compile Include="Extensions\ApiResponseExtension.cs" />
|
2024-10-18 11:04:21 +02:00
|
|
|
|
<Compile Include="Extensions\BoolExtensions.cs" />
|
2025-08-20 12:36:34 +02:00
|
|
|
|
<Compile Include="Extensions\ContactExtensions.cs" />
|
2025-12-10 12:35:14 +01:00
|
|
|
|
<Compile Include="Extensions\CustomInterfaces\IAiPromptbausteinTreeExtension.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Extensions\EnumExtensions.cs" />
|
2024-05-06 13:14:35 +02:00
|
|
|
|
<Compile Include="Extensions\GkvAbrechnungExtensions.cs" />
|
2021-06-16 15:11:39 +02:00
|
|
|
|
<Compile Include="Extensions\GridExtensions.cs" />
|
2025-09-03 13:40:35 +02:00
|
|
|
|
<Compile Include="Extensions\AddressExtensions.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Extensions\ICollectionExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IDictionaryTExtensions.cs" />
|
2025-09-03 13:40:35 +02:00
|
|
|
|
<Compile Include="Extensions\PersonNameableExtensions.cs" />
|
2017-11-21 13:28:06 +01:00
|
|
|
|
<Compile Include="Extensions\TimeIntervalExtensions.cs" />
|
2025-09-03 13:40:35 +02:00
|
|
|
|
<Compile Include="Interface\Abstract\IAddressable.cs" />
|
2025-09-08 15:17:51 +02:00
|
|
|
|
<Compile Include="Interface\Feature\AICore\IAiConversationMessage.cs" />
|
2025-12-10 12:35:14 +01:00
|
|
|
|
<Compile Include="Interface\IAiPromptbaustein.cs" />
|
2026-01-16 13:33:59 +01:00
|
|
|
|
<Compile Include="Interface\IAiPromptbausteinPrompt.cs" />
|
2025-07-03 13:55:46 +02:00
|
|
|
|
<Compile Include="Interface\IApiErrorExtractor.cs" />
|
2025-08-20 12:36:34 +02:00
|
|
|
|
<Compile Include="Interface\IContact.cs" />
|
2025-06-02 11:16:35 +02:00
|
|
|
|
<Compile Include="Interface\IFileStorageDAO.cs" />
|
2024-10-23 17:05:20 +02:00
|
|
|
|
<Compile Include="Interface\IGkvAbrechnung.cs" />
|
|
|
|
|
|
<Compile Include="Interface\IGkvTransferProtokoll.cs" />
|
2024-12-06 12:36:58 +01:00
|
|
|
|
<Compile Include="Interface\IInvoiceBase.cs" />
|
2025-09-03 13:40:35 +02:00
|
|
|
|
<Compile Include="Interface\Abstract\IPersonNameable.cs" />
|
2025-02-27 15:10:21 +01:00
|
|
|
|
<Compile Include="Interface\IOrganisation.cs" />
|
2025-05-14 10:49:33 +02:00
|
|
|
|
<Compile Include="Interface\IInvoiceItem.cs" />
|
2025-08-27 11:11:04 +02:00
|
|
|
|
<Compile Include="Interface\ISupportConcept.cs" />
|
2025-06-03 12:24:30 +02:00
|
|
|
|
<Compile Include="Interface\IStoredFile.cs" />
|
2025-12-02 15:40:12 +01:00
|
|
|
|
<Compile Include="Logger\FileLogger.cs" />
|
2025-11-07 14:54:55 +01:00
|
|
|
|
<Compile Include="Models\AddressInformation.cs" />
|
2016-07-25 09:23:22 +02:00
|
|
|
|
<Compile Include="Packet.cs" />
|
2024-11-20 15:17:13 +01:00
|
|
|
|
<Compile Include="ReportRequests\AbstractReportRequest.cs" />
|
|
|
|
|
|
<Compile Include="ReportRequests\GkvAbrechnungReportRequest.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Rss\RssManager.cs" />
|
|
|
|
|
|
<Compile Include="Services\BillingData.cs" />
|
|
|
|
|
|
<Compile Include="Services\Calculations.cs" />
|
|
|
|
|
|
<Compile Include="Services\AccountingPeriod.cs" />
|
|
|
|
|
|
<Compile Include="Services\LVRCalculations.cs" />
|
|
|
|
|
|
<Compile Include="Services\LWLCalculations.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AbsenceReasonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AbsenceTimeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AccountingAnalysisDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AccountingTransactionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AssessmentSheetCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AssessmentSheetEntryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AssessmentSheetValueDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BeWoFileDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BeWoFolderDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BookingSequenceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AbsenceReasonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AbsenceTimeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AccountingTransactionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AssessmentSheetCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AssessmentSheetValueDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactCostBearerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactCustomerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactEmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactOrganisationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactPersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactSupportConceptDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactTeamDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactUserDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\CustomerEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\CustomerPersonRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\FinanceOverviewItemDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\FlatSupportConceptTreeNodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\FLSAnalysisGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\FLSAnalysisRootDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\IFilterableDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\IInvoiceRecipient.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\InvoiceBaseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\InvoiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\MailDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\Organisation2PersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\OrganisationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ResourceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\RssItem.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ServiceCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ServiceDescriptionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\SupportConceptCostBearerRelDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\SupportConceptGoalDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\SupportConceptOverviewDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\SupportConceptTreeNodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\UserDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\UserGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ValueListEntryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactCostBearerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactCustomerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactEmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactOrganisationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactPersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactSupportConceptDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactTeamDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactUserDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ContactDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CostRatePeriodDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerCostBearerRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerPersonRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\EmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FileAttachmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FinanceOverviewItemDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisDataDetailDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisDataGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisDataReportDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisRootDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FollowUpDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\IDataContract.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\InvoiceBaseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\InvoiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\InvoiceItemDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\InvoiceNumberDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\LoginDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MailDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MailReceiverDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MandatorDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\NewsItemDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Organisation2PersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\OrganisationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\PersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\PlacementDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\QueryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\QueryParamDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ReportTypes.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ResourceBookingDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ResourceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\RssFeed.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\RssItem.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceDescriptionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceInvoiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceInvoicePeriodDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordFLSOverviewDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SettingsDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Settlement2DC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SettlementInvoiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptApprovalPeriodDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptCostBearerRelDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptFLSOverviewDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptOverviewDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptTreeNodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptTreeNodeDetailInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConcetInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\TaskDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\TeamDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\UserDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\UserGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ValueListEntryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\VarFieldDC.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\BindingListExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ByteArrayExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ColorExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ControlExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\DateTimeExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\DependencyObjectExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\GridControlExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IEnumerableStringExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IEnumerableTExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IListStringExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IListTExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ListBoxExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IListCostRatePeriodDCExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ObjectExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\StringExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\TimeSpanExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\TreeViewExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\UIElementCollectionExtensions.cs" />
|
2018-04-18 14:33:21 +02:00
|
|
|
|
<Compile Include="Services\SupportConceptService.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Settings\ApplicationSettings.cs" />
|
2025-12-30 11:30:01 +01:00
|
|
|
|
<Compile Include="Text\AiPromptbausteineTexts.cs" />
|
2017-11-06 10:30:25 +01:00
|
|
|
|
<Compile Include="Translation\ITranslator.cs" />
|
|
|
|
|
|
<Compile Include="Translation\Translator.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
</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>
|
|
|
|
|
|
<None Include="packages.config" />
|
2019-11-21 19:39:32 +01:00
|
|
|
|
</ItemGroup>
|
2025-06-04 12:14:48 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Folder Include="Core\Models\" />
|
|
|
|
|
|
</ItemGroup>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
<!-- 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>
|