307 lines
13 KiB
XML
307 lines
13 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|||
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
|
<ProjectGuid>{709AA98F-388F-44DD-B64B-AD44E695C34C}</ProjectGuid>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
|
<RootNamespace>Face.Domain</RootNamespace>
|
|||
|
|
<AssemblyName>Face.Domain</AssemblyName>
|
|||
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|||
|
|
<FileAlignment>512</FileAlignment>
|
|||
|
|
<Deterministic>true</Deterministic>
|
|||
|
|
<SccProjectName>SAK</SccProjectName>
|
|||
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|||
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|||
|
|
<SccProvider>SAK</SccProvider>
|
|||
|
|
</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>
|
|||
|
|
</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>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\EntityFramework.6.2.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.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="MySql.Data.Entity.EF6, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|||
|
|
<HintPath>..\packages\MySql.Data.Entity.6.9.12\lib\net45\MySql.Data.Entity.EF6.dll</HintPath>
|
|||
|
|
</Reference>
|
|||
|
|
<Reference Include="System" />
|
|||
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|||
|
|
<Reference Include="System.Core" />
|
|||
|
|
<Reference Include="System.Runtime.Serialization" />
|
|||
|
|
<Reference Include="System.Security" />
|
|||
|
|
<Reference Include="System.Xml.Linq" />
|
|||
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|||
|
|
<Reference Include="Microsoft.CSharp" />
|
|||
|
|
<Reference Include="System.Data" />
|
|||
|
|
<Reference Include="System.Net.Http" />
|
|||
|
|
<Reference Include="System.Xml" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Compile Include="Application\DBCofinStrModel.cs" />
|
|||
|
|
<Compile Include="Application\NurseScheduleStatisticsModel.cs" />
|
|||
|
|
<Compile Include="Application\Sys_Currency.cs" />
|
|||
|
|
<Compile Include="Application\UserAdmin.cs" />
|
|||
|
|
<Compile Include="Entities\AppAutho.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\ApplicationDomain.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\Authority.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\AuthorityDBModel.Context.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>AuthorityDBModel.Context.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\AuthorityDBModel.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\AuthorityDBModel.Designer.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>AuthorityDBModel.edmx</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\AuthoStatusType.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\CheckInInfo.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\clientInfo.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\C__MigrationHistory.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\DbLog.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\DeviceManage.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\FaceBinding.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\FaceInfo.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\faceModelShow.Context.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>faceModelShow.Context.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\faceModelShow.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\faceModelShow.Designer.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>faceModelShow.edmx</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\FaceRecord.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\Hosts.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\Hotel.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\HotelGroups.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\Hotels.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\ImgSave.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\Lodger.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\OpenratorLog.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\Organization.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\OrgAuthority.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\OrgUsers.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\permissionModel.Context.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>permissionModel.Context.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\permissionModel.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>permissionModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\permissionModel.Designer.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>permissionModel.edmx</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\pmsInterface.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\RoomCheck.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\RoomCustomer.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\SumInfoModel.Context.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>SumInfoModel.Context.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\SumInfoModel.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>SumInfoModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\SumInfoModel.Designer.cs">
|
|||
|
|
<AutoGen>True</AutoGen>
|
|||
|
|
<DesignTime>True</DesignTime>
|
|||
|
|
<DependentUpon>SumInfoModel.edmx</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\TBL_Multilingual.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\TBL_MultilingualApps.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\TBL_MultilingualData.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\TBL_RCU_InfraredPacket.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\UserAuthoes.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\UserInfo.cs">
|
|||
|
|
<DependentUpon>AuthorityDBModel.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Entities\UserLog.cs">
|
|||
|
|
<DependentUpon>faceModelShow.tt</DependentUpon>
|
|||
|
|
</Compile>
|
|||
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<None Include="App.config">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</None>
|
|||
|
|
<EntityDeploy Include="Entities\permissionModel.edmx">
|
|||
|
|
<Generator>EntityModelCodeGenerator</Generator>
|
|||
|
|
<LastGenOutput>permissionModel.Designer.cs</LastGenOutput>
|
|||
|
|
</EntityDeploy>
|
|||
|
|
<EntityDeploy Include="Entities\faceModelShow.edmx">
|
|||
|
|
<Generator>EntityModelCodeGenerator</Generator>
|
|||
|
|
<LastGenOutput>faceModelShow.Designer.cs</LastGenOutput>
|
|||
|
|
</EntityDeploy>
|
|||
|
|
<EntityDeploy Include="Entities\AuthorityDBModel.edmx">
|
|||
|
|
<Generator>EntityModelCodeGenerator</Generator>
|
|||
|
|
<LastGenOutput>AuthorityDBModel.Designer.cs</LastGenOutput>
|
|||
|
|
</EntityDeploy>
|
|||
|
|
<None Include="Entities\AuthorityDBModel.edmx.diagram">
|
|||
|
|
<DependentUpon>AuthorityDBModel.edmx</DependentUpon>
|
|||
|
|
</None>
|
|||
|
|
<None Include="Entities\faceModelShow.edmx.diagram">
|
|||
|
|
<DependentUpon>faceModelShow.edmx</DependentUpon>
|
|||
|
|
</None>
|
|||
|
|
<None Include="Entities\permissionModel.edmx.diagram">
|
|||
|
|
<DependentUpon>permissionModel.edmx</DependentUpon>
|
|||
|
|
</None>
|
|||
|
|
<EntityDeploy Include="Entities\SumInfoModel.edmx">
|
|||
|
|
<Generator>EntityModelCodeGenerator</Generator>
|
|||
|
|
<LastGenOutput>SumInfoModel.Designer.cs</LastGenOutput>
|
|||
|
|
</EntityDeploy>
|
|||
|
|
<None Include="Entities\SumInfoModel.edmx.diagram">
|
|||
|
|
<DependentUpon>SumInfoModel.edmx</DependentUpon>
|
|||
|
|
</None>
|
|||
|
|
<None Include="packages.config">
|
|||
|
|
<SubType>Designer</SubType>
|
|||
|
|
</None>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
<ItemGroup>
|
|||
|
|
<Content Include="Entities\AuthorityDBModel.Context.tt">
|
|||
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|||
|
|
<DependentUpon>AuthorityDBModel.edmx</DependentUpon>
|
|||
|
|
<LastGenOutput>AuthorityDBModel.Context.cs</LastGenOutput>
|
|||
|
|
</Content>
|
|||
|
|
<Content Include="Entities\AuthorityDBModel.tt">
|
|||
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|||
|
|
<DependentUpon>AuthorityDBModel.edmx</DependentUpon>
|
|||
|
|
<LastGenOutput>AuthorityDBModel.cs</LastGenOutput>
|
|||
|
|
</Content>
|
|||
|
|
<Content Include="Entities\faceModelShow.Context.tt">
|
|||
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|||
|
|
<DependentUpon>faceModelShow.edmx</DependentUpon>
|
|||
|
|
<LastGenOutput>faceModelShow.Context.cs</LastGenOutput>
|
|||
|
|
</Content>
|
|||
|
|
<Content Include="Entities\faceModelShow.tt">
|
|||
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|||
|
|
<DependentUpon>faceModelShow.edmx</DependentUpon>
|
|||
|
|
<LastGenOutput>faceModelShow.cs</LastGenOutput>
|
|||
|
|
</Content>
|
|||
|
|
<Content Include="Entities\permissionModel.Context.tt">
|
|||
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|||
|
|
<DependentUpon>permissionModel.edmx</DependentUpon>
|
|||
|
|
<LastGenOutput>permissionModel.Context.cs</LastGenOutput>
|
|||
|
|
</Content>
|
|||
|
|
<Content Include="Entities\permissionModel.tt">
|
|||
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|||
|
|
<DependentUpon>permissionModel.edmx</DependentUpon>
|
|||
|
|
<LastGenOutput>permissionModel.cs</LastGenOutput>
|
|||
|
|
</Content>
|
|||
|
|
<Content Include="Entities\SumInfoModel.Context.tt">
|
|||
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|||
|
|
<DependentUpon>SumInfoModel.edmx</DependentUpon>
|
|||
|
|
<LastGenOutput>SumInfoModel.Context.cs</LastGenOutput>
|
|||
|
|
</Content>
|
|||
|
|
<Content Include="Entities\SumInfoModel.tt">
|
|||
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|||
|
|
<DependentUpon>SumInfoModel.edmx</DependentUpon>
|
|||
|
|
<LastGenOutput>SumInfoModel.cs</LastGenOutput>
|
|||
|
|
</Content>
|
|||
|
|
</ItemGroup>
|
|||
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|||
|
|
</Project>
|