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>{2F50B83D-A3F0-4EC4-979A-3F9B7E3D8ED4}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>BS.Shared</RootNamespace>
|
|
|
|
|
|
<AssemblyName>BS.Shared</AssemblyName>
|
2017-07-27 09:58:04 +02:00
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2017-07-27 09:58:04 +02:00
|
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
|
</TargetFrameworkProfile>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<FileUpgradeFlags>
|
|
|
|
|
|
</FileUpgradeFlags>
|
|
|
|
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
|
|
|
|
<UpgradeBackupLocation />
|
|
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2017-07-27 09:58:04 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
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\BS.Shared.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
|
|
|
|
|
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
|
|
|
|
|
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
|
|
|
|
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
|
|
|
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
|
|
|
|
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
2017-07-27 09:58:04 +02:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SignAssembly>false</SignAssembly>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2017-07-27 09:58:04 +02:00
|
|
|
|
<Reference Include="DevExpress.Pdf.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Printing.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Data.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Mvvm.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Xpf.Core.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Xpf.Printing.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Xpf.Grid.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.Xpf.Grid.v17.1, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
|
|
|
|
|
<Reference Include="DevExpress.XtraScheduler.v17.1.Core, Version=17.1.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
2020-01-22 12:07:06 +01:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
2016-06-27 01:45:38 +02:00
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="PresentationCore">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="PresentationFramework">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core">
|
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
2016-09-30 09:00:41 +02:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Reference Include="System.Runtime.Serialization">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.ServiceModel">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Xml.Linq">
|
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions">
|
|
|
|
|
|
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
<Reference Include="WindowsBase">
|
|
|
|
|
|
<RequiredTargetFramework>3.0</RequiredTargetFramework>
|
|
|
|
|
|
</Reference>
|
|
|
|
|
|
<Reference Include="System.Xaml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="BeWoEntityEnums.cs" />
|
|
|
|
|
|
<Compile Include="Core\ComplexWohnheimbuchungsRelationHelper.cs" />
|
|
|
|
|
|
<Compile Include="Core\AbstractIDSpecificDefaultClass.cs" />
|
|
|
|
|
|
<Compile Include="Core\DateTimeSpan.cs" />
|
2017-06-11 15:50:31 +02:00
|
|
|
|
<Compile Include="Core\DateTimeUtils.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Core\DisplayEnum.cs" />
|
|
|
|
|
|
<Compile Include="Core\EnumTranslations.cs" />
|
|
|
|
|
|
<Compile Include="Core\EnumValue.cs" />
|
|
|
|
|
|
<Compile Include="Core\IDSpecificClassAttribute.cs" />
|
|
|
|
|
|
<Compile Include="Core\ObservableDictionary.cs" />
|
|
|
|
|
|
<Compile Include="Core\ProgressStream.cs" />
|
|
|
|
|
|
<Compile Include="Core\SchedulerAppointmentRecurrenceInfoObject.cs" />
|
|
|
|
|
|
<Compile Include="Core\ShouldSerializeContractResolver.cs" />
|
|
|
|
|
|
<Compile Include="Core\SimpleWohnheimbuchungsRelationHelper.cs" />
|
|
|
|
|
|
<Compile Include="Core\TrulyObservableCollection.cs" />
|
2018-03-02 16:33:39 +01:00
|
|
|
|
<Compile Include="Core\UserSettingsUtils.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Core\Utils.cs" />
|
|
|
|
|
|
<Compile Include="Core\EventArgs.cs" />
|
|
|
|
|
|
<Compile Include="Core\ObservableSortCollection.cs" />
|
|
|
|
|
|
<Compile Include="Core\WohnheimbuchungsIntervall.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceBookingDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceGroupOfPeopleDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceGroupOfPeopleRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AdditionalServiceRegionDC.cs" />
|
2020-09-30 10:00:31 +02:00
|
|
|
|
<Compile Include="DataContracts\DienstBlockDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\DienstEintragDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\DienstInfoDC.cs" />
|
2019-09-27 15:55:01 +02:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\VertretungsItemDC.cs" />
|
2019-08-26 16:11:00 +02:00
|
|
|
|
<Compile Include="DataContracts\ReportTemplateDC.cs" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<Compile Include="DataContracts\BudgetDC.cs" />
|
2019-08-12 16:49:42 +02:00
|
|
|
|
<Compile Include="DataContracts\HomeViewPanelDC.cs" />
|
2018-10-08 11:57:16 +02:00
|
|
|
|
<Compile Include="DataContracts\FerienDC.cs" />
|
2019-07-29 14:21:49 +02:00
|
|
|
|
<Compile Include="DataContracts\FlexibleReportDummyDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FlexibleReportResultDC.cs" />
|
2019-07-10 10:11:10 +02:00
|
|
|
|
<Compile Include="DataContracts\FlexibleReportFilterDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FlexibleReportEntryDC.cs" />
|
2019-07-15 09:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\FlexibleReportLayoutDC.cs" />
|
2018-10-08 11:57:16 +02:00
|
|
|
|
<Compile Include="DataContracts\NotizenKategorieDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\NotizenEintragDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\CostRatePeriodDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FeiertagDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\AuszahlungsartDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BargeldkassenDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BargeldtransaktionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BeWoMobilBrowserInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AdditionalServiceGroupOfPeopleRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AuslastungAnalysisEmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ContractDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\EmploymentTypeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\CustomerOrganisationRelationDC.cs" />
|
2017-11-17 22:24:00 +01:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\TextbausteinDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\WohnheimCustomerRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\WohnheimEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\OrganisationPersonRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ServiceRecordHistoryDC.cs" />
|
2017-09-26 12:48:29 +02:00
|
|
|
|
<Compile Include="DataContracts\ClientPartials\TextModuleDC.cs" />
|
2017-08-18 14:43:33 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactCustomerTeamDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactGroupOfPeopleDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactWohnheimDC.cs" />
|
2017-08-18 14:43:33 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\CompactCustomerTeamDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\CompactGroupOfPeopleDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactWohnheimDC.cs" />
|
2017-10-11 14:45:11 +02:00
|
|
|
|
<Compile Include="DataContracts\PdfChatHandoutDC.cs" />
|
2017-08-18 14:43:33 +02:00
|
|
|
|
<Compile Include="DataContracts\CustomerTeamDC.cs" />
|
2017-06-19 11:37:57 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\CompactVertreterEmployeeDC.cs" />
|
2017-06-30 13:33:49 +02:00
|
|
|
|
<Compile Include="DataContracts\Compact\CompactTokenDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\CustomerTeamRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ContractDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\DarreichungsformDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\DepotRhythmusDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Employee2SchedulerAppointmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerAPPCodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\EmployeeAPPCodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ChatMessageDC.cs" />
|
2016-11-16 15:46:13 +01:00
|
|
|
|
<Compile Include="DataContracts\ChatMediaMessageDC.cs" />
|
2017-05-15 09:11:13 +02:00
|
|
|
|
<Compile Include="DataContracts\ArbeitszeitDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ArbeitszeitEintragDC.cs" />
|
2017-06-30 13:33:49 +02:00
|
|
|
|
<Compile Include="DataContracts\CustomerTokenRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\EmployeeTokenRelationDC.cs" />
|
2017-11-09 12:18:50 +01:00
|
|
|
|
<Compile Include="DataContracts\ChatBewoMessageSyncDC.cs" />
|
2018-10-08 11:57:16 +02:00
|
|
|
|
<Compile Include="DataContracts\SbdConfigDC.cs" />
|
2017-08-08 13:13:22 +02:00
|
|
|
|
<Compile Include="DataContracts\QuittierungsCheckDC.cs" />
|
2017-11-17 22:24:00 +01:00
|
|
|
|
<Compile Include="DataContracts\TextbausteinDC.cs" />
|
2019-07-12 17:36:37 +02:00
|
|
|
|
<Compile Include="DataContracts\TimeSheetStatusItemDC.cs" />
|
2017-08-08 13:13:22 +02:00
|
|
|
|
<Compile Include="DataContracts\VertretungsKlientAccountingsListeItemsDC.cs" />
|
2017-08-10 13:45:36 +02:00
|
|
|
|
<Compile Include="DataContracts\QuittierungsCheckViewListItemsDC.cs" />
|
2017-07-25 10:50:45 +02:00
|
|
|
|
<Compile Include="DataContracts\VertretungsListeMitarbeiterItemsDC.cs" />
|
2017-06-30 13:33:49 +02:00
|
|
|
|
<Compile Include="DataContracts\TokenDC.cs" />
|
2018-05-21 16:39:24 +02:00
|
|
|
|
<Compile Include="DataContracts\VertretungsItemDC.cs" />
|
2017-04-07 13:44:07 +02:00
|
|
|
|
<Compile Include="DataContracts\VertretungsListeDC.cs" />
|
2017-03-24 13:02:28 +01:00
|
|
|
|
<Compile Include="DataContracts\VertretungDC.cs" />
|
2016-12-22 09:43:35 +01:00
|
|
|
|
<Compile Include="DataContracts\PasswortVerlaufDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\MedRecordDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptApprovalPeriodEmployeeRelDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohnheimbuchungEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\EmploymentTypeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AppointmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AppointmentCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerOrganisationRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AnnualReportDataDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AnnualReportDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisConfigDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\GroupOfPeopleDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\GroupDurationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerWohnheimRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SignatureDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Wohnheimbuchung2Costbearer2SupportConceptRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohnheimbuchungDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohnheimCustomerRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohnheimEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\WohnheimDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordPeriodStatisticsInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordStatisticsInfoDC.cs" />
|
2017-09-26 12:48:29 +02:00
|
|
|
|
<Compile Include="DataContracts\TextModuleDC.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="DataContracts\UiElementDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ListedServiceRecordDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MedArtDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MedikamentenverordnungDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MedikamentenverordnungslisteDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ResetPasswordInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SchedulerAppointmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\OvertimeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ResourceAppointmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerHistoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\LicenseInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordValidationResultDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptPeriodStatisticsDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptStatisticsDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\OrganisationPersonRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AccountingReportDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AccountingReportRowDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceAccountingDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AuslastungAnalysisEmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AuslastungAnalysisRootDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Reports\AuslastungAnalysisSupportConceptDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordHistoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportPinDC.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\EnumExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ICollectionExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IDictionaryTExtensions.cs" />
|
2017-11-21 13:28:06 +01:00
|
|
|
|
<Compile Include="Extensions\TimeIntervalExtensions.cs" />
|
2016-07-25 09:23:22 +02:00
|
|
|
|
<Compile Include="Packet.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Rss\RssManager.cs" />
|
|
|
|
|
|
<Compile Include="Services\BillingData.cs" />
|
|
|
|
|
|
<Compile Include="Services\Calculations.cs" />
|
|
|
|
|
|
<Compile Include="Services\AccountingPeriod.cs" />
|
|
|
|
|
|
<Compile Include="Services\LVRCalculations.cs" />
|
|
|
|
|
|
<Compile Include="Services\LWLCalculations.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AbsenceReasonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AbsenceTimeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AccountingAnalysisDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AccountingTransactionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AssessmentSheetCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AssessmentSheetEntryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\AssessmentSheetValueDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BeWoFileDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BeWoFolderDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\BookingSequenceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AbsenceReasonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AbsenceTimeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AccountingTransactionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AssessmentSheetCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\AssessmentSheetValueDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactCostBearerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactCustomerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactEmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactOrganisationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactPersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactSupportConceptDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactTeamDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\ClientPartials\CompactUserDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\CustomerEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\CustomerPersonRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\FinanceOverviewItemDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\FlatSupportConceptTreeNodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\FLSAnalysisGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\FLSAnalysisRootDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\IFilterableDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\IInvoiceRecipient.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\InvoiceBaseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\InvoiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\MailDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\Organisation2PersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\OrganisationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ResourceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\RssItem.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ServiceCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ServiceDescriptionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\SupportConceptCostBearerRelDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\SupportConceptGoalDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\SupportConceptOverviewDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\SupportConceptTreeNodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\UserDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\UserGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ClientPartials\ValueListEntryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactCostBearerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactCustomerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactEmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactOrganisationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactPersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactSupportConceptDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactTeamDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Compact\CompactUserDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ContactDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CostRatePeriodDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerCostBearerRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerEmployeeRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\CustomerPersonRelationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\EmployeeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FileAttachmentDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FinanceOverviewItemDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisDataDetailDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisDataGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisDataReportDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FLSAnalysisRootDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\FollowUpDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\IDataContract.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\InvoiceBaseDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\InvoiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\InvoiceItemDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\InvoiceNumberDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\LoginDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MailDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MailReceiverDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\MandatorDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\NewsItemDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Organisation2PersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\OrganisationDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\PersonDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\PlacementDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\QueryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\QueryParamDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ReportTypes.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ResourceBookingDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ResourceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\RssFeed.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\RssItem.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceCategoryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceDescriptionDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceInvoiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceInvoicePeriodDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordFLSOverviewDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ServiceRecordGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SettingsDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\Settlement2DC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SettlementInvoiceDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptApprovalPeriodDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptCostBearerRelDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptFLSOverviewDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptOverviewDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptTreeNodeDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConceptTreeNodeDetailInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\SupportConcetInfoDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\TaskDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\TeamDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\UserDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\UserGroupDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\ValueListEntryDC.cs" />
|
|
|
|
|
|
<Compile Include="DataContracts\VarFieldDC.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\BindingListExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ByteArrayExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ColorExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ControlExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\DateTimeExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\DependencyObjectExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\GridControlExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IEnumerableStringExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IEnumerableTExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IListStringExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IListTExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ListBoxExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\IListCostRatePeriodDCExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\ObjectExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\StringExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\TimeSpanExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\TreeViewExtensions.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Extensions\UIElementCollectionExtensions.cs" />
|
2018-04-18 14:33:21 +02:00
|
|
|
|
<Compile Include="Services\SupportConceptService.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
<Compile Include="Settings\ApplicationSettings.cs" />
|
2017-11-06 10:30:25 +01:00
|
|
|
|
<Compile Include="Translation\ITranslator.cs" />
|
|
|
|
|
|
<Compile Include="Translation\Translator.cs" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="packages.config" />
|
2020-01-22 12:07:06 +01:00
|
|
|
|
<None Include="Scripts\jquery-3.4.1.min.map" />
|
|
|
|
|
|
<None Include="Scripts\jquery-3.4.1.slim.min.map" />
|
|
|
|
|
|
<None Include="Scripts\jquery.mobile-1.4.5.min.map" />
|
2016-06-27 01:45:38 +02:00
|
|
|
|
</ItemGroup>
|
2019-11-21 19:39:32 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="Content\images\ajax-loader.gif" />
|
2020-01-22 12:07:06 +01:00
|
|
|
|
<Content Include="Content\images\icons-png\action-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\action-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\alert-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\alert-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-d-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-d-l-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-d-l-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-d-r-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-d-r-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-d-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-l-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-l-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-r-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-r-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-u-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-u-l-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-u-l-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-u-r-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-u-r-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\arrow-u-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\audio-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\audio-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\back-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\back-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\bars-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\bars-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\bullets-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\bullets-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\calendar-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\calendar-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\camera-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\camera-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\carat-d-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\carat-d-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\carat-l-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\carat-l-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\carat-r-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\carat-r-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\carat-u-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\carat-u-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\check-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\check-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\clock-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\clock-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\cloud-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\cloud-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\comment-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\comment-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\delete-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\delete-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\edit-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\edit-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\eye-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\eye-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\forbidden-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\forbidden-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\forward-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\forward-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\gear-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\gear-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\grid-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\grid-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\heart-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\heart-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\home-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\home-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\info-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\info-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\location-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\location-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\lock-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\lock-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\mail-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\mail-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\minus-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\minus-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\navigation-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\navigation-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\phone-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\phone-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\plus-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\plus-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\power-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\power-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\recycle-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\recycle-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\refresh-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\refresh-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\search-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\search-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\shop-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\shop-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\star-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\star-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\tag-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\tag-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\user-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\user-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\video-black.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-png\video-white.png" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\action-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\action-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\alert-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\alert-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-d-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-d-l-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-d-l-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-d-r-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-d-r-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-d-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-l-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-l-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-r-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-r-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-u-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-u-l-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-u-l-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-u-r-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-u-r-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\arrow-u-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\audio-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\audio-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\back-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\back-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\bars-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\bars-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\bullets-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\bullets-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\calendar-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\calendar-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\camera-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\camera-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\carat-d-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\carat-d-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\carat-l-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\carat-l-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\carat-r-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\carat-r-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\carat-u-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\carat-u-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\check-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\check-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\clock-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\clock-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\cloud-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\cloud-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\comment-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\comment-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\delete-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\delete-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\edit-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\edit-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\eye-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\eye-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\forbidden-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\forbidden-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\forward-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\forward-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\gear-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\gear-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\grid-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\grid-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\heart-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\heart-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\home-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\home-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\info-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\info-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\location-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\location-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\lock-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\lock-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\mail-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\mail-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\minus-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\minus-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\navigation-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\navigation-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\phone-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\phone-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\plus-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\plus-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\power-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\power-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\recycle-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\recycle-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\refresh-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\refresh-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\search-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\search-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\shop-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\shop-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\star-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\star-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\tag-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\tag-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\user-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\user-white.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\video-black.svg" />
|
|
|
|
|
|
<Content Include="Content\images\icons-svg\video-white.svg" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile-1.4.5.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile-1.4.5.min.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.external-png-1.4.5.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.external-png-1.4.5.min.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.icons-1.4.5.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.icons-1.4.5.min.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.inline-png-1.4.5.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.inline-png-1.4.5.min.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.inline-svg-1.4.5.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.inline-svg-1.4.5.min.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.structure-1.4.5.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.structure-1.4.5.min.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.theme-1.4.5.css" />
|
|
|
|
|
|
<Content Include="Content\jquery.mobile.theme-1.4.5.min.css" />
|
|
|
|
|
|
<Content Include="Scripts\jquery-3.4.1.intellisense.js" />
|
|
|
|
|
|
<Content Include="Scripts\jquery-3.4.1.js" />
|
|
|
|
|
|
<Content Include="Scripts\jquery-3.4.1.min.js" />
|
|
|
|
|
|
<Content Include="Scripts\jquery-3.4.1.slim.js" />
|
|
|
|
|
|
<Content Include="Scripts\jquery-3.4.1.slim.min.js" />
|
|
|
|
|
|
<Content Include="Scripts\jquery.mobile-1.4.5.js" />
|
|
|
|
|
|
<Content Include="Scripts\jquery.mobile-1.4.5.min.js" />
|
2019-11-21 19:39:32 +01:00
|
|
|
|
</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>
|