You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

279 lines
15 KiB

<?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>{A5D5AA45-2210-4B53-82E9-52B58ACB2348}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ChangkeTec.SDMS.Model</RootNamespace>
<AssemblyName>Model</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<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>
<LangVersion>6</LangVersion>
</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>
<Private>True</Private>
</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>
<Private>True</Private>
</Reference>
<Reference Include="EntityFramework.Utilities">
<HintPath>..\DLL\EntityFramework.Utilities.dll</HintPath>
</Reference>
<Reference Include="LinqKit, Version=1.1.16.0, Culture=neutral, PublicKeyToken=bc217f8844052a91, processorArchitecture=MSIL">
<HintPath>..\packages\LinqKit.1.1.16\lib\net45\LinqKit.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<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="Attributes\BaseTableValidation.cs" />
<Compile Include="Attributes\ColumnSource.cs" />
<Compile Include="Attributes\Converter.cs" />
<Compile Include="Attributes\DataGridColum.cs" />
<Compile Include="Attributes\Unique.cs" />
<Compile Include="CktException.cs" />
<Compile Include="DataCenterDatabaseInitializer.cs" />
<Compile Include="DataCenterEntityClassInfo.cs" />
<Compile Include="DataCenterTables\TA_TASK_HIS.cs" />
<Compile Include="DataCenterTables\TA_USER_MENU.cs" />
<Compile Include="DataCenterTables\TA_USER_TABLE.cs" />
<Compile Include="DataCenterTables\TS_EDI_DATA.cs" />
<Compile Include="DataCenterTables\TS_WMS_LOCATION.cs" />
<Compile Include="DataCenterTables\TT_EDI_DATA.cs" />
<Compile Include="DataCenterTables\TT_WMS_LOCATION.cs" />
<Compile Include="Enums\EnumTaskState.cs" />
<Compile Include="ExchangeCenterContext.cs" />
<Compile Include="DbContextFactory.cs" />
<Compile Include="DbSetting.cs" />
<Compile Include="Enums\DataBaseType.cs" />
<Compile Include="Enums\EnumTableName.cs" />
<Compile Include="Enums\EnumBaseDataLogType.cs" />
<Compile Include="Enums\EnumConfigType.cs" />
<Compile Include="Enums\EnumLoginState.cs" />
<Compile Include="Enums\EnumUserType.cs" />
<Compile Include="Enums\EnumErrorCode.cs" />
<Compile Include="ExchangeCenterDatabaseInitializer.cs" />
<Compile Include="ExchangeCenterTables\TEA_CONFIG.cs" />
<Compile Include="ExchangeCenterTables\TEA_SUBSCRIBE.cs" />
<Compile Include="ExchangeCenterTables\TEA_SYSTEM.cs" />
<Compile Include="ExchangeCenterTables\TEA_TABLE.cs" />
<Compile Include="ExchangeCenterTables\TEA_TASK_SUB_HIS.cs" />
<Compile Include="ExchangeCenterTables\TED_ASN_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_ASN_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_ASSEMBLE.cs" />
<Compile Include="ExchangeCenterTables\TED_BK_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_BK_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_CHECK_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_CHECK_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_FIXED_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_FIXED_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_INJECTION.cs" />
<Compile Include="ExchangeCenterTables\TED_INVOICE_ADD.cs" />
<Compile Include="ExchangeCenterTables\TED_INVOICE_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_INVOICE_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_ISSUNP_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_ISSUNP_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_KANBAN_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_KANBAN_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_LED.cs" />
<Compile Include="ExchangeCenterTables\TED_MRP_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_MRP_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_PO_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_PO_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_RCTUNP_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_RCTUNP_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_RECEIPT_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_RECEIPT_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_RETURN_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_RETURN_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_SO_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_SO_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TED_SPRAYING.cs" />
<Compile Include="ExchangeCenterTables\TED_SPRAYING_REPAIR.cs" />
<Compile Include="ExchangeCenterTables\TED_STOCK.cs" />
<Compile Include="ExchangeCenterTables\TED_TRANSFER_DET.cs" />
<Compile Include="ExchangeCenterTables\TED_TRANSFER_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TEA_DATA_ERROR_LOG.cs" />
<Compile Include="ExchangeCenterTables\TEA_TASK_SUB_READ_LOG.cs" />
<Compile Include="ExchangeCenterTables\TEA_TASK_SUB.cs" />
<Compile Include="ExchangeCenterTables\TES_ACCOUNT.cs" />
<Compile Include="ExchangeCenterTables\TES_BOM.cs" />
<Compile Include="ExchangeCenterTables\TES_CODE.cs" />
<Compile Include="ExchangeCenterTables\TES_COLOR.cs" />
<Compile Include="ExchangeCenterTables\TES_COST_CENTER.cs" />
<Compile Include="ExchangeCenterTables\TES_CUSTOMER.cs" />
<Compile Include="ExchangeCenterTables\TES_CUSTOMER_PART.cs" />
<Compile Include="ExchangeCenterTables\TES_CUSTOMER_TYPE.cs" />
<Compile Include="ExchangeCenterTables\TES_DEPARTMENT.cs" />
<Compile Include="ExchangeCenterTables\TES_DOMAIN.cs" />
<Compile Include="ExchangeCenterTables\TES_EDI_DATA.cs" />
<Compile Include="ExchangeCenterTables\TES_ENTITY.cs" />
<Compile Include="ExchangeCenterTables\TES_LINE.cs" />
<Compile Include="ExchangeCenterTables\TES_LINE_PART.cs" />
<Compile Include="ExchangeCenterTables\TES_LOCATION.cs" />
<Compile Include="ExchangeCenterTables\TES_MES_DATA.cs" />
<Compile Include="ExchangeCenterTables\TES_PACK.cs" />
<Compile Include="ExchangeCenterTables\TES_PART_DET.cs" />
<Compile Include="ExchangeCenterTables\TES_PART_MSTR.cs" />
<Compile Include="ExchangeCenterTables\TES_PRODUCT_LINE.cs" />
<Compile Include="ExchangeCenterTables\TES_PROJECT.cs" />
<Compile Include="ExchangeCenterTables\TES_PURCHASE_PRICE.cs" />
<Compile Include="ExchangeCenterTables\TES_ROUTING.cs" />
<Compile Include="ExchangeCenterTables\TES_SALE_PRICE.cs" />
<Compile Include="ExchangeCenterTables\TES_SHIFT.cs" />
<Compile Include="ExchangeCenterTables\TES_SITE.cs" />
<Compile Include="ExchangeCenterTables\TES_STAND_COST_PRICE.cs" />
<Compile Include="ExchangeCenterTables\TES_SUB_ACCOUNT.cs" />
<Compile Include="ExchangeCenterTables\TES_SUPPLIER.cs" />
<Compile Include="ExchangeCenterTables\TES_SUPPLIER_PART.cs" />
<Compile Include="ExchangeCenterTables\TES_SUPPLIER_TYPE.cs" />
<Compile Include="ExchangeCenterTables\TES_TEAM.cs" />
<Compile Include="ExchangeCenterTables\TES_WMS_LOCATION.cs" />
<Compile Include="ExchangeCenterTables\TES_WORK_CENTER.cs" />
<Compile Include="ExchangeCenterTables\TEA_TASK.cs" />
<Compile Include="ExchangeCenterTables\TES_CODE_TYPE.cs" />
<Compile Include="GlobalConfig.cs" />
<Compile Include="GlobalSetting.cs" />
<Compile Include="Base\IData.cs" />
<Compile Include="Base\IDomainSite.cs" />
<Compile Include="Base\IDomain.cs" />
<Compile Include="Base\ISoftDelete.cs" />
<Compile Include="Base\ITable.cs" />
<Compile Include="Base\ITaskTable.cs" />
<Compile Include="Base\IUpdatableTable.cs" />
<Compile Include="DataCenterContext.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServiceResult.cs" />
<Compile Include="Sql2008ManifestTokenResolver.cs" />
<Compile Include="SqlDbConfiguration.cs" />
<Compile Include="DataCenterTables\TA_BUTTON.cs" />
<Compile Include="DataCenterTables\TA_CONFIG.cs" />
<Compile Include="DataCenterTables\TA_DEPT.cs" />
<Compile Include="DataCenterTables\TA_MENU.cs" />
<Compile Include="DataCenterTables\TA_TABLE.cs" />
<Compile Include="DataCenterTables\TA_TASK.cs" />
<Compile Include="DataCenterTables\TA_USER.cs" />
<Compile Include="DataCenterTables\TA_USER_BUTTON.cs" />
<Compile Include="DataCenterTables\TL_DATA_CHANGE.cs" />
<Compile Include="DataCenterTables\TL_EXCEPTION.cs" />
<Compile Include="DataCenterTables\TL_LOGIN.cs" />
<Compile Include="DataCenterTables\TS_ACCOUNT.cs" />
<Compile Include="DataCenterTables\TS_BOM.cs" />
<Compile Include="DataCenterTables\TS_CODE.cs" />
<Compile Include="DataCenterTables\TS_CODE_TYPE.cs" />
<Compile Include="DataCenterTables\TS_COLOR.cs" />
<Compile Include="DataCenterTables\TS_COST_CENTER.cs" />
<Compile Include="DataCenterTables\TS_CUSTOMER.cs" />
<Compile Include="DataCenterTables\TS_CUSTOMER_PART.cs" />
<Compile Include="DataCenterTables\TS_CUSTOMER_TYPE.cs" />
<Compile Include="DataCenterTables\TS_DEPARTMENT.cs" />
<Compile Include="DataCenterTables\TS_DOMAIN.cs" />
<Compile Include="DataCenterTables\TS_ENTITY.cs" />
<Compile Include="DataCenterTables\TS_LINE.cs" />
<Compile Include="DataCenterTables\TS_LINE_PART.cs" />
<Compile Include="DataCenterTables\TS_LOCATION.cs" />
<Compile Include="DataCenterTables\TS_MES_DATA.cs" />
<Compile Include="DataCenterTables\TS_PACK.cs" />
<Compile Include="DataCenterTables\TS_PART_DET.cs" />
<Compile Include="DataCenterTables\TS_PART_MSTR.cs" />
<Compile Include="DataCenterTables\TS_PRODUCT_LINE.cs" />
<Compile Include="DataCenterTables\TS_PROJECT.cs" />
<Compile Include="DataCenterTables\TS_PURCHASE_PRICE.cs" />
<Compile Include="DataCenterTables\TS_ROUTING.cs" />
<Compile Include="DataCenterTables\TS_SALE_PRICE.cs" />
<Compile Include="DataCenterTables\TS_SHIFT.cs" />
<Compile Include="DataCenterTables\TS_SITE.cs" />
<Compile Include="DataCenterTables\TS_STAND_COST_PRICE.cs" />
<Compile Include="DataCenterTables\TS_SUB_ACCOUNT.cs" />
<Compile Include="DataCenterTables\TS_SUPPLIER.cs" />
<Compile Include="DataCenterTables\TS_SUPPLIER_PART.cs" />
<Compile Include="DataCenterTables\TS_SUPPLIER_TYPE.cs" />
<Compile Include="DataCenterTables\TS_TEAM.cs" />
<Compile Include="DataCenterTables\TS_WORK_CENTER.cs" />
<Compile Include="DataCenterTables\TT_ACCOUNT.cs" />
<Compile Include="DataCenterTables\TT_BOM.cs" />
<Compile Include="DataCenterTables\TT_CODE.cs" />
<Compile Include="DataCenterTables\TT_CODE_TYPE.cs" />
<Compile Include="DataCenterTables\TT_COLOR.cs" />
<Compile Include="DataCenterTables\TT_COST_CENTER.cs" />
<Compile Include="DataCenterTables\TT_CUSTOMER.cs" />
<Compile Include="DataCenterTables\TT_CUSTOMER_PART.cs" />
<Compile Include="DataCenterTables\TT_CUSTOMER_TYPE.cs" />
<Compile Include="DataCenterTables\TT_DEPARTMENT.cs" />
<Compile Include="DataCenterTables\TT_DOMAIN.cs" />
<Compile Include="DataCenterTables\TT_ENTITY.cs" />
<Compile Include="DataCenterTables\TT_LINE.cs" />
<Compile Include="DataCenterTables\TT_LINE_PART.cs" />
<Compile Include="DataCenterTables\TT_LOCATION.cs" />
<Compile Include="DataCenterTables\TT_MES_DATA.cs" />
<Compile Include="DataCenterTables\TT_PACK.cs" />
<Compile Include="DataCenterTables\TT_PART_DET.cs" />
<Compile Include="DataCenterTables\TT_PART_MSTR.cs" />
<Compile Include="DataCenterTables\TT_PRODUCT_LINE.cs" />
<Compile Include="DataCenterTables\TT_PROJECT.cs" />
<Compile Include="DataCenterTables\TT_PURCHASE_PRICE.cs" />
<Compile Include="DataCenterTables\TT_ROUTING.cs" />
<Compile Include="DataCenterTables\TT_SALE_PRICE.cs" />
<Compile Include="DataCenterTables\TT_SHIFT.cs" />
<Compile Include="DataCenterTables\TT_SITE.cs" />
<Compile Include="DataCenterTables\TT_STAND_COST_PRICE.cs" />
<Compile Include="DataCenterTables\TT_SUB_ACCOUNT.cs" />
<Compile Include="DataCenterTables\TT_SUPPLIER.cs" />
<Compile Include="DataCenterTables\TT_SUPPLIER_PART.cs" />
<Compile Include="DataCenterTables\TT_SUPPLIER_TYPE.cs" />
<Compile Include="DataCenterTables\TT_TEAM.cs" />
<Compile Include="DataCenterTables\TT_WORK_CENTER.cs" />
<Compile Include="EntityClassInfo.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="DataCenterViews\" />
<Folder Include="ExchangeCenterViews\" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Utils\CK.SCP.Utils.csproj">
<Project>{4C6A951D-AD7F-47CE-B2CE-32C205D8D6BA}</Project>
<Name>CK.SCP.Utils</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>