2016-06-27 01:45:38 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<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>
|
2017-07-27 09:58:04 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.5</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>
|
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>
|
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>
|
2020-01-22 12:07:06 +01:00
|
|
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<HintPath>..\Lib\log4net.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="MySql.Data, Version=6.3.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<HintPath>..\Lib\MySql.Data.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="NHibernate, Version=2.1.2.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
|
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
|
<HintPath>..\Lib\NHibernate.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="NHibernate.ByteCode.Castle">
|
|
|
|
|
|
<HintPath>..\Lib\NHibernate.ByteCode.Castle.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
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" />
|
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
|
<Reference Include="System.Runtime.Serialization">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.ServiceModel">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Web" />
|
2020-01-22 12:07:06 +01:00
|
|
|
|
<Reference Include="System.Web.Providers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\Microsoft.AspNet.Providers.Core.2.0.0\lib\net40\System.Web.Providers.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<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" />
|
|
|
|
|
|
<Compile Include="Access\DAOFactory.cs" />
|
|
|
|
|
|
<Compile Include="Access\GenericDAO.cs" />
|
|
|
|
|
|
<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" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<Compile Include="Entities\AddressHistory.cs" />
|
2019-02-12 19:22:22 +01:00
|
|
|
|
<Compile Include="Entities\BuchungsExport.cs" />
|
2020-02-27 15:10:29 +01:00
|
|
|
|
<Compile Include="Entities\Dienst.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" />
|
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" />
|
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" />
|
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" />
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
<Compile Include="MultitenancyOperationContextExt.cs" />
|
2017-10-11 14:43:49 +02:00
|
|
|
|
<Compile Include="Security\BCrypt.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" />
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<ProjectReference Include="..\Shared\Shared.csproj">
|
|
|
|
|
|
<Project>{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}</Project>
|
|
|
|
|
|
<Name>Shared</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</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>
|
|
|
|
|
|
<Content Include="ICD10\icd10.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
|
|
|
|
|
<Content Include="ICD10\icd10gm2012syst_claml_20110923.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-02-27 15:10:29 +01:00
|
|
|
|
<EmbeddedResource Include="Mappings\Dienst.hbm.xml">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
2019-07-10 11:49:20 +02:00
|
|
|
|
<Content 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>
|
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>
|
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>
|