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">
|
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>{B0D73E3D-4AE7-4024-93A6-DB1F46D7CCEE}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>BeWo.Data</RootNamespace>
|
|
|
|
|
|
<AssemblyName>BeWo.Data</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 />
|
|
|
|
|
|
</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, CS0169</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-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>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<CodeAnalysisLogFile>bin\Debug\BeWo.Data.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>
|
2024-05-16 12:07:51 +02: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.Printing.v23.2.Core, 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">
|
2020-09-14 19:07:23 +02:00
|
|
|
|
<Private>False</Private>
|
|
|
|
|
|
</Reference>
|
2024-05-16 12:07:51 +02: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.XtraScheduler.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" />
|
2020-10-19 17:22:40 +02:00
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<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="System" />
|
2020-10-19 17:22:40 +02:00
|
|
|
|
<Reference Include="System.ComponentModel" />
|
2025-02-26 14:38:55 +01:00
|
|
|
|
<Reference Include="System.ComponentModel.Composition" />
|
2020-01-22 12:07:06 +01:00
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2020-10-19 17:22:40 +02:00
|
|
|
|
<Reference Include="System.Configuration.Install" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
2020-10-19 17:22:40 +02:00
|
|
|
|
<Reference Include="System.Drawing.Design" />
|
|
|
|
|
|
<Reference Include="System.Management" />
|
|
|
|
|
|
<Reference Include="System.Numerics" />
|
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>
|
2020-10-19 17:22:40 +02:00
|
|
|
|
<Reference Include="System.Transactions" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Reference Include="System.Web" />
|
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
|
<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>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="Access\AbstractBaseDAO.cs" />
|
|
|
|
|
|
<Compile Include="Access\AdoDAO.cs" />
|
2025-09-23 10:39:50 +02:00
|
|
|
|
<Compile Include="Access\Criterias\GkvCriterias.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Access\DAOFactory.cs" />
|
|
|
|
|
|
<Compile Include="Access\GenericDAO.cs" />
|
2025-02-27 15:10:21 +01:00
|
|
|
|
<Compile Include="Access\FinanceDAO.cs" />
|
2025-06-02 11:16:35 +02:00
|
|
|
|
<Compile Include="Access\LocalFileStorageDAO.cs" />
|
2025-06-05 14:03:55 +02:00
|
|
|
|
<Compile Include="Access\LocalTenantFileStorageDAO.cs" />
|
2025-09-23 10:39:50 +02:00
|
|
|
|
<Compile Include="Access\GenericSearchDAO.cs" />
|
2025-02-27 15:10:21 +01:00
|
|
|
|
<Compile Include="Access\OrganisationDAO.cs" />
|
2025-02-19 13:26:42 +01:00
|
|
|
|
<Compile Include="Access\ScriptDAO.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Access\SearchDAO.cs" />
|
|
|
|
|
|
<Compile Include="Access\UserDAO.cs" />
|
|
|
|
|
|
<Compile Include="ASPHibernateSessionManager.cs" />
|
2016-07-18 06:14:17 +02:00
|
|
|
|
<Compile Include="DefaultHibernateSessionManager.cs" />
|
2026-04-21 14:34:54 +02:00
|
|
|
|
<Compile Include="Entities\AiPromptbausteinRoutine.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AiPromptbausteinRoutineStep.cs" />
|
2026-03-25 11:38:24 +01:00
|
|
|
|
<Compile Include="Entities\AiUserSetting.cs" />
|
2026-05-03 23:57:29 +02:00
|
|
|
|
<Compile Include="Entities\TeamFolderRight.cs" />
|
2026-02-10 18:47:48 +01:00
|
|
|
|
<Compile Include="Entities\AiVoiceData.cs" />
|
2025-12-02 14:38:16 +01:00
|
|
|
|
<Compile Include="Entities\OvertimeHistory.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="Entities\AiConversation.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AiConversationMessage.cs" />
|
2025-04-08 16:57:55 +02:00
|
|
|
|
<Compile Include="Entities\AiConfig.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="Entities\AiModel.cs" />
|
2026-01-12 16:53:47 +01:00
|
|
|
|
<Compile Include="Entities\AiPromptbausteinFolder.cs" />
|
2026-01-09 15:11:23 +01:00
|
|
|
|
<Compile Include="Entities\AiPromptbausteinPrompt.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="Entities\AiSetting.cs" />
|
2025-03-16 20:42:21 +01:00
|
|
|
|
<Compile Include="Entities\AbsenceTimeHistory.cs" />
|
2024-09-25 16:57:03 +02:00
|
|
|
|
<Compile Include="Entities\AiSettings.cs" />
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<Compile Include="Entities\BeWoEntityReference.cs" />
|
2024-09-23 14:34:56 +02:00
|
|
|
|
<Compile Include="Entities\CustomerVermittlungArbeit.cs" />
|
2024-09-23 18:14:35 +02:00
|
|
|
|
<Compile Include="Entities\CustomerWohnhilfe.cs" />
|
2025-04-17 01:11:16 +02:00
|
|
|
|
<Compile Include="Entities\IServiceRecord.cs" />
|
2025-03-25 17:36:15 +01:00
|
|
|
|
<Compile Include="Entities\SignatureHistory.cs" />
|
2025-02-27 15:10:21 +01:00
|
|
|
|
<Compile Include="Entities\Light\GkvAbrechnungLight.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Light\GkvTransferProtokollLight.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Light\InvoiceBaseLight.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Light\LightEntity.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Light\OrganisationLight.cs" />
|
2025-10-06 11:07:54 +02:00
|
|
|
|
<Compile Include="Entities\Person2Team.cs" />
|
2025-06-03 12:24:30 +02:00
|
|
|
|
<Compile Include="Entities\StoredFile.cs" />
|
2024-07-22 12:53:59 +02:00
|
|
|
|
<Compile Include="Entities\TwoFactorCode.cs" />
|
2021-08-27 07:34:43 +02:00
|
|
|
|
<Compile Include="Entities\AbwesenheitsInformationPrint.cs" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<Compile Include="Entities\AddressHistory.cs" />
|
2024-02-20 14:42:04 +01:00
|
|
|
|
<Compile Include="Entities\Bargeldtransaktionshistory.cs" />
|
2023-03-06 16:45:02 +01:00
|
|
|
|
<Compile Include="Entities\ErrorMessage.cs" />
|
2023-03-15 10:09:46 +01:00
|
|
|
|
<Compile Include="Entities\AddressRoute.cs" />
|
2020-09-23 16:00:51 +02:00
|
|
|
|
<Compile Include="Entities\ConfirmationReceiptSignature.cs" />
|
2022-02-11 15:12:53 +01:00
|
|
|
|
<Compile Include="Entities\ContractHistory.cs" />
|
2021-12-01 14:09:56 +01:00
|
|
|
|
<Compile Include="Entities\CostBearer2SupportConceptHistory.cs" />
|
2021-03-09 15:23:06 +01:00
|
|
|
|
<Compile Include="Entities\Dienstvertretung.cs" />
|
2020-12-11 11:44:05 +01:00
|
|
|
|
<Compile Include="Entities\Dokumentvorlage.cs" />
|
2021-06-10 14:40:23 +02:00
|
|
|
|
<Compile Include="Entities\GeschenkterUrlaubstag.cs" />
|
2024-05-13 14:57:29 +02:00
|
|
|
|
<Compile Include="Entities\GkvTransferprotokoll.cs" />
|
2020-08-17 15:50:00 +02:00
|
|
|
|
<Compile Include="Entities\GoalRating.cs" />
|
2021-08-04 14:30:26 +02:00
|
|
|
|
<Compile Include="Entities\Preis.cs" />
|
2020-10-19 17:22:40 +02:00
|
|
|
|
<Compile Include="Entities\Quittierungsbelegsstatus.cs" />
|
2020-08-17 15:50:00 +02:00
|
|
|
|
<Compile Include="Entities\Rating.cs" />
|
|
|
|
|
|
<Compile Include="Entities\RatingType.cs" />
|
2019-02-12 19:22:22 +01:00
|
|
|
|
<Compile Include="Entities\BuchungsExport.cs" />
|
2020-09-30 10:00:31 +02:00
|
|
|
|
<Compile Include="Entities\DienstEintrag.cs" />
|
|
|
|
|
|
<Compile Include="Entities\DienstInfo.cs" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<Compile Include="Entities\Budget.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ContactHistory.cs" />
|
2019-07-10 11:49:20 +02:00
|
|
|
|
<Compile Include="Entities\DeletionHistory.cs" />
|
2021-05-03 15:13:53 +02:00
|
|
|
|
<Compile Include="Entities\RegelmaessigerDienst.cs" />
|
2019-08-26 16:11:00 +02:00
|
|
|
|
<Compile Include="Entities\ReportTemplate.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Icf.cs" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<Compile Include="Entities\EmployeeHistory.cs" />
|
2019-07-15 09:45:38 +02:00
|
|
|
|
<Compile Include="Entities\FlexibleReportLayout.cs" />
|
2019-08-12 16:49:42 +02:00
|
|
|
|
<Compile Include="Entities\HomeViewPanel.cs" />
|
2018-10-08 11:57:16 +02:00
|
|
|
|
<Compile Include="Entities\NotizenKategorie.cs" />
|
|
|
|
|
|
<Compile Include="Entities\NotizenEintrag.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Feiertag.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Entities\AbsenceReason.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AccountingTransaction.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AdditionalService.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AdditionalService2GroupOfPeople.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AdditionalServiceBooking.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AdditionalServiceGroupOfPeople.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AdditionalServiceRegion.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Address.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ApplicationUser.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AssessmentSheetCategory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AssessmentSheetEntry.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AssessmentSheetValue.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Auszahlungsart.cs" />
|
|
|
|
|
|
<Compile Include="Entities\BankAccount.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Bargeldkasse.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Bargeldtransaktion.cs" />
|
|
|
|
|
|
<Compile Include="Entities\BeWoEntityExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Entities\BeWoMobilBrowserInfo.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Contact.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AbsenceTime.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AppUserFileAttachmentLock.cs" />
|
|
|
|
|
|
<Compile Include="Entities\BeWoFile.cs" />
|
|
|
|
|
|
<Compile Include="Entities\BeWoFolder.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Contract.cs" />
|
|
|
|
|
|
<Compile Include="Entities\CostRatePeriod.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Customer2AssessmentSheetCategory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Customer2CostBearer.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Customer2OrganisationHistory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Customer2PersonHistory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\CustomerHistory.cs" />
|
2017-08-18 14:43:33 +02:00
|
|
|
|
<Compile Include="Entities\CustomerTeam.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Entities\Darreichungsform.cs" />
|
|
|
|
|
|
<Compile Include="Entities\DepotRhythmus.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Employee2CustomerHistory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Employee2SchedulerAppointment.cs" />
|
|
|
|
|
|
<Compile Include="Entities\CustomerAPPCode.cs" />
|
|
|
|
|
|
<Compile Include="Entities\EmployeeAPPCode.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ChatMessage.cs" />
|
2016-11-16 15:46:13 +01:00
|
|
|
|
<Compile Include="Entities\ChatMediaMessage.cs" />
|
2017-02-01 13:53:59 +01:00
|
|
|
|
<Compile Include="Entities\Image.cs" />
|
2017-05-15 09:11:13 +02:00
|
|
|
|
<Compile Include="Entities\Arbeitszeit.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ArbeitszeitEintrag.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ArbeitszeitListe.cs" />
|
2017-06-30 13:33:49 +02:00
|
|
|
|
<Compile Include="Entities\Customer2Token.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Employee2Token.cs" />
|
2017-11-09 12:18:50 +01:00
|
|
|
|
<Compile Include="Entities\ChatBewoMessageSync.cs" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<Compile Include="Entities\PersonHistory.cs" />
|
2017-08-08 13:13:22 +02:00
|
|
|
|
<Compile Include="Entities\QuittierungsCheck.cs" />
|
2021-12-01 14:09:56 +01:00
|
|
|
|
<Compile Include="Entities\SupportConceptApprovalPeriodHistory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\SupportConceptHistory.cs" />
|
2017-11-17 22:24:00 +01:00
|
|
|
|
<Compile Include="Entities\Textbaustein.cs" />
|
2019-07-12 17:36:37 +02:00
|
|
|
|
<Compile Include="Entities\Timesheet2Mail.cs" />
|
2017-06-30 13:33:49 +02:00
|
|
|
|
<Compile Include="Entities\Token.cs" />
|
2023-12-20 00:51:44 +01:00
|
|
|
|
<Compile Include="Entities\AdditionalServiceNotice.cs" />
|
2024-01-18 08:49:59 +01:00
|
|
|
|
<Compile Include="Entities\GkvAbrechnung.cs" />
|
2023-07-03 13:42:03 +02:00
|
|
|
|
<Compile Include="Entities\ValidationMessage.cs" />
|
2017-04-07 13:44:07 +02:00
|
|
|
|
<Compile Include="Entities\VertretungsListe.cs" />
|
2017-03-24 13:02:28 +01:00
|
|
|
|
<Compile Include="Entities\Vertretung.cs" />
|
2016-12-22 09:43:35 +01:00
|
|
|
|
<Compile Include="Entities\PasswortVerlauf.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Entities\MedRecord.cs" />
|
2016-11-30 13:42:50 +01:00
|
|
|
|
<Compile Include="Entities\NewestChatMessage.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Entities\SupportConceptApprovalPeriod2Employee.cs" />
|
2020-12-11 11:44:05 +01:00
|
|
|
|
<Compile Include="Entities\Vorlagentabelle.cs" />
|
2024-07-15 12:01:36 +02:00
|
|
|
|
<Compile Include="Entities\Wohneinheit.cs" />
|
|
|
|
|
|
<Compile Include="Entities\WohneinheitBelegung.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Entities\Wohnheimbuchung2Employee.cs" />
|
|
|
|
|
|
<Compile Include="Entities\FamilyData.cs" />
|
|
|
|
|
|
<Compile Include="Entities\FileAttachmentInfo.cs" />
|
|
|
|
|
|
<Compile Include="Entities\FollowUp.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Diagnosis2Customer.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Invoice.cs" />
|
|
|
|
|
|
<Compile Include="Entities\InvoiceBase.cs" />
|
|
|
|
|
|
<Compile Include="Entities\InvoiceItem.cs" />
|
|
|
|
|
|
<Compile Include="Entities\InvoiceNumber.cs" />
|
|
|
|
|
|
<Compile Include="Entities\EmploymentType.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AppointmentCategory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Appointment.cs" />
|
|
|
|
|
|
<Compile Include="Entities\AppointmentAbsenceTime.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Customer2Organisation.cs" />
|
|
|
|
|
|
<Compile Include="Entities\GroupOfPeople.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Employee2Wohnheim.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Customer2Wohnheim.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Signature.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Wohnheimbuchung2Costbearer2SupportConcept.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Wohnheim.cs" />
|
2017-09-26 12:48:29 +02:00
|
|
|
|
<Compile Include="Entities\TextModule.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Entities\UiElement.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ListedSupportConcept.cs" />
|
|
|
|
|
|
<Compile Include="Entities\MedArt.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Medikamentenverordnung.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Medikamentenverordnungsliste.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Customer2AddServiceBooking.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Employee2AddServiceBooking.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ResetPasswordInfo.cs" />
|
|
|
|
|
|
<Compile Include="Entities\SchedulerAppointment.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Overtime.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ResourceAppointment.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ServiceRecordHistory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ServiceAccounting.cs" />
|
|
|
|
|
|
<Compile Include="Entities\NewsItem.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ServiceInvoice.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ServiceInvoicePeriod.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ServiceRecordGroup.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Mandator.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Placement.cs" />
|
|
|
|
|
|
<Compile Include="Entities\SettlementInvoice.cs" />
|
|
|
|
|
|
<Compile Include="Entities\SupportConceptApprovalPeriod.cs" />
|
|
|
|
|
|
<Compile Include="Entities\SupportPin.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Task.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Team2Customer.cs" />
|
|
|
|
|
|
<Compile Include="Entities\TemporaryToken.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Timesheet.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Login.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Mail.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Mail2Receiver.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Query.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Parameter.cs" />
|
|
|
|
|
|
<Compile Include="Entities\CostBearer.cs" />
|
|
|
|
|
|
<Compile Include="Entities\CostBearer2SupportConcept.cs" />
|
|
|
|
|
|
<Compile Include="Entities\FileAttachment.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ReportParameter.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ResourceBookingSequence.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ServiceRecord.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ServiceDescription.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ServiceCategory.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ResourceBooking.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Resource.cs" />
|
|
|
|
|
|
<Compile Include="Entities\RightRelation.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Organisation2Person.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Customer2Person.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Customer.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Employee2Customer.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Organisation.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Settings.cs" />
|
|
|
|
|
|
<Compile Include="Entities\SupportConcept.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Team.cs" />
|
|
|
|
|
|
<Compile Include="Entities\UserGroup.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ValueListEntry2Object.cs" />
|
|
|
|
|
|
<Compile Include="Entities\ValueListEntry.cs" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ValueListEntry.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<Compile Include="Entities\VarFieldDef.cs" />
|
|
|
|
|
|
<Compile Include="Entities\VarFieldValue.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Wohnheimbuchung.cs" />
|
|
|
|
|
|
<Compile Include="ICD10\ICD10DAO.cs" />
|
2019-11-14 16:05:43 +01:00
|
|
|
|
<Compile Include="ICF\ICFDAO.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="LoggedInUserOperationContextExt.cs" />
|
2024-02-20 14:42:04 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\Bargeldtransaktionshistory.hbm.xml" />
|
2024-12-10 13:59:43 +01:00
|
|
|
|
<Compile Include="Models\XRechnung\XRBuyerBankAccount.cs" />
|
|
|
|
|
|
<Compile Include="Models\XRechnung\XRechnung.cs" />
|
|
|
|
|
|
<Compile Include="Models\XRechnung\XRSellerBankAccount.cs" />
|
|
|
|
|
|
<Compile Include="Models\XRechnung\XRSellerContact.cs" />
|
|
|
|
|
|
<Compile Include="Models\XRechnung\XRBuyer.cs" />
|
|
|
|
|
|
<Compile Include="Models\XRechnung\XRInvoice.cs" />
|
|
|
|
|
|
<Compile Include="Models\XRechnung\XRInvoicePayment.cs" />
|
|
|
|
|
|
<Compile Include="Models\XRechnung\XRInvoicePeriod.cs" />
|
|
|
|
|
|
<Compile Include="Models\XRechnung\XRPosition.cs" />
|
|
|
|
|
|
<Compile Include="Models\XRechnung\XRSeller.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="MultitenancyOperationContextExt.cs" />
|
2017-10-11 14:43:49 +02:00
|
|
|
|
<Compile Include="Security\BCrypt.cs" />
|
2024-01-24 13:29:51 +01:00
|
|
|
|
<Compile Include="Security\BeWoToolUserCollection.cs" />
|
|
|
|
|
|
<Compile Include="Security\BeWoToolUser.cs" />
|
|
|
|
|
|
<Compile Include="Security\BeWoToolUserCollectionJsonConverter.cs" />
|
2023-02-28 15:04:34 +01:00
|
|
|
|
<Compile Include="Security\UserRightHelper.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="SessionFacade.cs" />
|
|
|
|
|
|
<Compile Include="SessionOperationContextExt.cs" />
|
|
|
|
|
|
<Compile Include="Entities\BeWoEntityBase.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Employee.cs" />
|
|
|
|
|
|
<Compile Include="Entities\Person.cs" />
|
|
|
|
|
|
<Compile Include="UpdInsInterceptor.cs" />
|
2022-02-10 11:06:03 +01:00
|
|
|
|
<Compile Include="Utils\AppointmentSearchResult.cs" />
|
2025-12-12 14:15:58 +01:00
|
|
|
|
<Compile Include="Utils\BeWoEntityExtension.cs" />
|
2025-03-16 20:42:21 +01:00
|
|
|
|
<Compile Include="Utils\ServiceRecord2SignatureStates.cs" />
|
2022-02-10 11:06:03 +01:00
|
|
|
|
<Compile Include="Utils\IntervalFinderHelper.cs" />
|
2023-11-02 16:25:36 +01:00
|
|
|
|
<Compile Include="Utils\SignatureStateInfoFromServiceRecordHistoryEntry.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="WCFHibernateSessionManager.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2019-08-26 16:11:00 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\Icf.hbm.xml">
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Person.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ValueListEntry2Object.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Address.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Contact.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\BankAccount.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Customer.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Employee2Customer.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Customer2Person.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Organisation.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Organisation2Person.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AbsenceReason.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AbsenceTime.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\SupportConcept.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Team.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ResourceBooking.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Resource.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\UserGroup.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\RightRelation.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ApplicationUser.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ServiceCategory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ServiceDescription.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ServiceRecord.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ResourceBookingSequence.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\FileAttachment.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AppUserFileAttachmentLock.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\CostBearer2SupportConcept.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\CostBearer.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Parameter.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Query.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AccountingTransaction.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Settings.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ReportParameter.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Customer2CostBearer.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\FileAttachmentInfo.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\FollowUp.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Mail.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Mail2Receiver.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\CostRatePeriod.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Login.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Timesheet.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Diagnosis2Customer.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Mandator.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Placement.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Invoice.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\InvoiceBase.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\SettlementInvoice.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\InvoiceItem.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AssessmentSheetCategory.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AssessmentSheetEntry.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AssessmentSheetValue.hbm.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ServiceRecordGroup.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ResourceAppointment.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\SupportPin.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AdditionalServiceBooking.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\TemporaryToken.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AdditionalServiceGroupOfPeople.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AdditionalService.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AdditionalService2GroupOfPeople.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AdditionalServiceRegion.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\FamilyData.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Customer2OrganisationHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Customer2PersonHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Employee2CustomerHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\CustomerHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ServiceRecordHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\GroupOfPeople.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ServiceAccounting.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Customer2Organisation.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AppointmentAbsenceTime.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Appointment.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AppointmentCategory.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\EmploymentType.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Contract.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Team2Customer.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ServiceInvoicePeriod.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ServiceInvoice.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\InvoiceNumber.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\SupportConceptApprovalPeriod.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\BeWoFile.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\BeWoFolder.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\NewsItem.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Task.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\VarFieldDef.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\VarFieldValue.hbm.xml" />
|
|
|
|
|
|
</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-02-06 15:10:47 +01:00
|
|
|
|
<EmbeddedResource Include="Access\Scripts\GetGkvSumByDateRange.sql" />
|
2025-09-23 10:39:50 +02:00
|
|
|
|
<EmbeddedResource Include="Access\Scripts\GetGkvSumByDateRange2.sql" />
|
2025-03-31 10:37:16 +02:00
|
|
|
|
<Content Include="Access\Scripts\GetGkvSumByDateRangeDebug.sql" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Content Include="ICD10\icd10.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="ICD10\icd10gm2012syst_claml_20110923.xml" />
|
2024-07-15 12:01:36 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\WohneinheitBelegung.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Wohneinheit.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2024-01-18 08:49:59 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\GkvAbrechnung.hbm.xml" />
|
2023-12-20 00:51:44 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\AdditionalServiceNotice.hbm.xml" />
|
2023-07-03 13:42:03 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\ValidationMessage.hbm.xml" />
|
2021-08-05 11:57:27 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\Preis.hbm.xml" />
|
2020-12-11 11:44:05 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\Dokumentvorlage.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Vorlagentabelle.hbm.xml" />
|
2019-08-12 16:49:42 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\HomeViewPanel.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2019-08-26 16:11:00 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\ReportTemplate.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2019-11-14 16:05:43 +01:00
|
|
|
|
<Content Include="ICF\icf.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</Content>
|
2020-09-30 10:00:31 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\DienstInfo.hbm.xml">
|
2020-04-08 14:25:01 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2020-11-09 17:55:01 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\ConfirmationReceiptSignature.hbm.xml" />
|
2021-02-02 23:23:05 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\DeletionHistory.hbm.xml" />
|
2019-07-15 09:45:38 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\FlexibleReportLayout.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2019-08-26 16:11:00 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\Employee.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2020-08-17 15:50:00 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\Rating.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\GoalRating.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\RatingType.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2020-09-02 18:19:15 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\Timesheet2Mail.hbm.xml" />
|
2020-09-30 10:00:31 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\DienstEintrag.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2020-10-19 17:22:40 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\Quittierungsbelegsstatus.hbm.xml" />
|
2021-03-09 15:23:06 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\Dienstvertretung.hbm.xml" />
|
2021-05-03 15:13:53 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\RegelmaessigerDienst.hbm.xml" />
|
2021-06-10 14:40:23 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\GeschenkterUrlaubstag.hbm.xml" />
|
2021-08-27 07:34:43 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\AbwesenheitsInformationPrint.hbm.xml" />
|
2021-12-01 14:09:56 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\SupportConceptHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Costbearer2SupportConceptHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\SupportConceptApprovalPeriodHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2022-02-11 15:12:53 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\ContractHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2023-03-06 16:45:02 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\ErrorMessage.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2023-03-15 10:09:46 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\AddressRoute.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2024-05-13 14:57:29 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\GkvTransferProtokoll.hbm.xml" />
|
2024-09-23 14:34:56 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\CustomerVermittlungArbeit.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2024-09-23 18:14:35 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\CustomerWohnhilfe.hbm.xml">
|
2024-08-05 13:11:25 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2024-07-22 12:53:59 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\TwoFactorCode.hbm.xml" />
|
2024-09-25 16:57:03 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\AiSettings.hbm.xml" />
|
2025-03-25 17:36:15 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\SignatureHistory.hbm.xml" />
|
2025-03-16 20:42:21 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\AbsenceTimeHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2025-04-02 16:01:21 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\AiConversation.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AiConversationMessage.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AiModel.hbm.xml" />
|
2025-04-08 16:57:55 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\AiConfig.hbm.xml" />
|
2025-06-03 12:24:30 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\StoredFile.hbm.xml" />
|
2025-06-17 11:25:03 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\GkvAbrechnungLight.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\GkvTransferProtokollLight.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\InvoiceBaseLight.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\OrganisationLight.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2025-10-06 11:07:54 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\Person2Team.hbm.xml" />
|
2026-01-09 15:11:23 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\AiPromptbausteinPrompt.hbm.xml" />
|
2026-01-12 16:53:47 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\AiPromptbausteinFolder.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2025-12-02 14:38:16 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\OvertimeHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2026-02-10 18:47:48 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\AiVoiceData.hbm.xml" />
|
2026-03-25 11:38:24 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\AiUserSetting.hbm.xml" />
|
2026-05-03 23:57:29 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\TeamFolderRight.hbm.xml" />
|
2026-05-12 11:47:04 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\AiPromptbausteinRoutine.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AiPromptbausteinRoutineStep.hbm.xml" />
|
2019-07-12 17:36:37 +02:00
|
|
|
|
<Content Include="Mappings\Timesheet2Mail.hbm.xml" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\ContactHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\AddressHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\EmployeeHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2019-02-12 19:22:22 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\BuchungsExport.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2018-10-08 11:57:16 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\Feiertag.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\NotizenKategorie.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\NotizenEintrag.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\PersonHistory.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Budget.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-26 12:48:29 +02:00
|
|
|
|
<Content Include="Mappings\CustomerTeam.hbm.xml" />
|
2017-11-17 22:24:00 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\Textbaustein.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-11-09 12:18:50 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\ChatBewoMessageSync.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-26 12:48:29 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\QuittierungsCheck.hbm.xml">
|
2017-08-08 13:13:22 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-06-30 13:33:49 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\Employee2Token.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Customer2Token.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Token.hbm.xml">
|
2017-05-15 09:11:13 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ArbeitszeitEintrag.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Arbeitszeit.hbm.xml">
|
2017-04-07 13:44:07 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-03-24 13:02:28 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\Vertretung.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-02-01 13:53:59 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\Image.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2016-12-22 09:43:35 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\PasswortVerlauf.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2016-11-16 15:46:13 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\ChatMediaMessage.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\ChatMessage.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\EmployeeAPPCode.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\CustomerAPPCode.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Bargeldkasse.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Wohnheimbuchung2Employee.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Wohnheimbuchung2CostBearer2SupportConcept.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Wohnheimbuchung.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Signature.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Customer2Wohnheim.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Employee2Wohnheim.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Wohnheim.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Bargeldtransaktion.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2017-09-26 12:48:29 +02:00
|
|
|
|
<EmbeddedResource Include="Mappings\TextModule.hbm.xml">
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\DepotRhythmus.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Darreichungsform.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\BeWoMobilBrowserInfo.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\UiElement.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ListedSupportConcept.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\ResetPassword.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Employee2SchedulerAppointment.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Medikamentenverordnungsliste.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Medikamentenverordnung.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\MedArt.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Employee2AddServiceBooking.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Customer2AddServiceBooking.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\SchedulerAppointment.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Auszahlungsart.hbm.xml" />
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\Overtime.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\SupportConceptApprovalPeriod2Employee.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\MedRecord.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
2016-11-30 13:42:50 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Mappings\NewestChatMessage.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
2021-06-02 20:01:13 +02:00
|
|
|
|
<ItemGroup>
|
2025-02-26 14:38:55 +01:00
|
|
|
|
<None Include="App.config" />
|
2024-07-24 16:24:38 +02:00
|
|
|
|
<None Include="Mappings\Mapping.xsd">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</None>
|
2026-08-04 15:13:17 +02:00
|
|
|
|
</ItemGroup>
|
2025-05-26 13:05:25 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Shared\Shared.csproj">
|
|
|
|
|
|
<Project>{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}</Project>
|
|
|
|
|
|
<Name>Shared</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</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>
|
|
|
|
|
|
-->
|
2026-08-07 14:15:40 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="EntityFramework" />
|
|
|
|
|
|
<PackageReference Include="Humanizer.Core" />
|
2026-08-07 14:30:34 +02:00
|
|
|
|
<PackageReference Include="log4net" />
|
2026-08-07 14:15:40 +02:00
|
|
|
|
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" PrivateAssets="all" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.Common" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Workspaces" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.VisualBasic.Workspaces" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.Workspaces.Common" />
|
2026-08-07 14:30:34 +02:00
|
|
|
|
<PackageReference Include="MySql.Data" />
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" />
|
2026-08-07 14:15:40 +02:00
|
|
|
|
<PackageReference Include="System.Buffers" />
|
|
|
|
|
|
<PackageReference Include="System.Collections.Immutable" />
|
2026-08-07 14:30:34 +02:00
|
|
|
|
<PackageReference Include="System.Composition" />
|
2026-08-07 14:15:40 +02:00
|
|
|
|
<PackageReference Include="System.Composition.AttributedModel" />
|
|
|
|
|
|
<PackageReference Include="System.Composition.Convention" />
|
|
|
|
|
|
<PackageReference Include="System.Composition.Hosting" />
|
|
|
|
|
|
<PackageReference Include="System.Composition.Runtime" />
|
|
|
|
|
|
<PackageReference Include="System.Composition.TypedParts" />
|
|
|
|
|
|
<PackageReference Include="System.IO.Pipelines" />
|
|
|
|
|
|
<PackageReference Include="System.Memory" />
|
|
|
|
|
|
<PackageReference Include="System.Numerics.Vectors" />
|
|
|
|
|
|
<PackageReference Include="System.Reflection.Metadata" />
|
|
|
|
|
|
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" />
|
2026-08-07 14:30:34 +02:00
|
|
|
|
<PackageReference Include="System.Text.Encoding.CodePages" />
|
|
|
|
|
|
<PackageReference Include="System.Threading.Channels" />
|
2026-08-07 14:15:40 +02:00
|
|
|
|
<PackageReference Include="System.Threading.Tasks.Extensions" />
|
|
|
|
|
|
</ItemGroup>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
</Project>
|