|
|
|
<?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>{D096D4FF-9546-4137-9A02-9070E70DC760}</ProjectGuid>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<RootNamespace>CK.SCP.Controller</RootNamespace>
|
|
|
|
<AssemblyName>CK.SCP.Controller</AssemblyName>
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
</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.Extensions">
|
|
|
|
<HintPath>..\packages\EntityFramework.Extensions.0.0.2\lib\net40\EntityFramework.Extensions.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="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
<Reference Include="System.EnterpriseServices" />
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
<Reference Include="System.Web.Services" />
|
|
|
|
<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" />
|
|
|
|
<Reference Include="Z.EntityFramework.Extensions">
|
|
|
|
<HintPath>..\DLL\Z.EntityFramework.Extensions.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="EC_CONTROLLER.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_ASN.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_BK.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_BOM.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_INVOICE.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_PART.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_PART_DET.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_PO.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_RECEIPT.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_RETURN.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_SUPPLIER.cs" />
|
|
|
|
<Compile Include="EC_CONTROLLER_TRANSFER.cs" />
|
|
|
|
<Compile Include="ExchangeCenterFactoryController.cs" />
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="SCP_ASK_CONTROLLER_PACKAGE.cs" />
|
|
|
|
<Compile Include="SCP_BARCODE_CONTROLLER_CUSTOM.cs" />
|
|
|
|
<Compile Include="SCP_BARCODE_CONTROLLER _SYJB.cs" />
|
|
|
|
<Compile Include="SCP_COM_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_LOGINNUMBER_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_DC_UNI_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_FORECAST_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_INTERFACE_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_MoldSharing_Controller.cs" />
|
|
|
|
<Compile Include="SCP_PALLET_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_PLAN_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_QUALITY_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_REPORT_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_TB_PRICE_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_TB_ADDRESS_BUYER_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_TES_PURCHASE_PRICE.cs" />
|
|
|
|
<Compile Include="SCP_WMS_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_BARCODE_CONTROLLER.cs" />
|
|
|
|
<Compile Include="BaseDocContoller.cs" />
|
|
|
|
<Compile Include="SCP_EXCEL_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_EXCEPTION_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_INFO_CONTROLLER.cs" />
|
|
|
|
<Compile Include="OadOrderController.cs" />
|
|
|
|
<Compile Include="SCP_CONFIG_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_INVOICE_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_PLAN_MONTH_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_STOCK_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_TA_PART_CONTROLLER.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<Compile Include="PublicDataController.cs" />
|
|
|
|
<Compile Include="ResultObject.cs" />
|
|
|
|
<Compile Include="SCP_ASN_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_BILLCODE_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_CONTRACT_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_RECEIVE_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_REJECT_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_TA_ADDRESS_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_PENING_ITEMS_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_ASK_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_PO_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_RECIVE_PORT_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_TA_FACTORY_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_TA_LANGUAGE_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_TS_BARCODE_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_TB_VENDER_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_V_TA_VEND_PART_CONTROLLER.cs" />
|
|
|
|
<Compile Include="UniApiController.cs" />
|
|
|
|
<Compile Include="VEND_USERController.cs" />
|
|
|
|
<Compile Include="Web References\BJ\Reference.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Web References\CD\Reference.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Web References\CQ\Reference.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Web References\HF\Reference.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Web References\WebReference\Reference.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Web References\ZZ\Reference.cs">
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
<DependentUpon>Reference.map</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\Models\CK.SCP.Models.csproj">
|
|
|
|
<Project>{74dce5f2-a501-45f2-b4f9-494aa1867226}</Project>
|
|
|
|
<Name>CK.SCP.Models</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\Utils\CK.SCP.Utils.csproj">
|
|
|
|
<Project>{4c6a951d-ad7f-47ce-b2ce-32c205d8d6ba}</Project>
|
|
|
|
<Name>CK.SCP.Utils</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="app.config" />
|
|
|
|
<None Include="packages.config" />
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
<None Include="Web References\BJ\ExchangeCenterService.wsdl" />
|
|
|
|
<None Include="Web References\BJ\Reference.map">
|
|
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
<None Include="Web References\CD\ExchangeCenterService.wsdl" />
|
|
|
|
<None Include="Web References\CD\Reference.map">
|
|
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
<None Include="Web References\CQ\ExchangeCenterService.wsdl" />
|
|
|
|
<None Include="Web References\CQ\Reference.map">
|
|
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
<None Include="Web References\HF\ExchangeCenterService.wsdl" />
|
|
|
|
<None Include="Web References\HF\Reference.map">
|
|
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
<None Include="Web References\WebReference\ExchangeCenterService.wsdl" />
|
|
|
|
<None Include="Web References\WebReference\Reference.map">
|
|
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
<None Include="Web References\ZZ\ExchangeCenterService.wsdl" />
|
|
|
|
<None Include="Web References\ZZ\Reference.map">
|
|
|
|
<Generator>MSDiscoCodeGenerator</Generator>
|
|
|
|
<LastGenOutput>Reference.cs</LastGenOutput>
|
|
|
|
</None>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<WCFMetadata Include="Connected Services\" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<WebReferences Include="Web References\" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<WebReferenceUrl Include="http://10.60.101.3:8009/ExchangeCenterService.asmx">
|
|
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
|
|
<RelPath>Web References\BJ\</RelPath>
|
|
|
|
<UpdateFromURL>http://10.60.101.3:8009/ExchangeCenterService.asmx</UpdateFromURL>
|
|
|
|
<ServiceLocationURL>
|
|
|
|
</ServiceLocationURL>
|
|
|
|
<CachedDynamicPropName>
|
|
|
|
</CachedDynamicPropName>
|
|
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
|
|
<CachedSettingsPropName>CK_SCP_Controller_BJ_ExchangeCenterService</CachedSettingsPropName>
|
|
|
|
</WebReferenceUrl>
|
|
|
|
<WebReferenceUrl Include="http://10.60.101.3:8009/ExchangeCenterService.asmx%3fop=GetSessionId">
|
|
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
|
|
<RelPath>Web References\WebReference\</RelPath>
|
|
|
|
<UpdateFromURL>http://10.60.101.3:8009/ExchangeCenterService.asmx%3fop=GetSessionId</UpdateFromURL>
|
|
|
|
<ServiceLocationURL>
|
|
|
|
</ServiceLocationURL>
|
|
|
|
<CachedDynamicPropName>
|
|
|
|
</CachedDynamicPropName>
|
|
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
|
|
<CachedSettingsPropName>CK_SCP_Controller_WebReference_ExchangeCenterService</CachedSettingsPropName>
|
|
|
|
</WebReferenceUrl>
|
|
|
|
<WebReferenceUrl Include="http://10.60.101.3:8011/ExchangeCenterService.asmx">
|
|
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
|
|
<RelPath>Web References\ZZ\</RelPath>
|
|
|
|
<UpdateFromURL>http://10.60.101.3:8011/ExchangeCenterService.asmx</UpdateFromURL>
|
|
|
|
<ServiceLocationURL>
|
|
|
|
</ServiceLocationURL>
|
|
|
|
<CachedDynamicPropName>
|
|
|
|
</CachedDynamicPropName>
|
|
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
|
|
<CachedSettingsPropName>CK_SCP_Controller_ZZ_ExchangeCenterService</CachedSettingsPropName>
|
|
|
|
</WebReferenceUrl>
|
|
|
|
<WebReferenceUrl Include="http://10.60.101.3:8012/ExchangeCenterService.asmx">
|
|
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
|
|
<RelPath>Web References\HF\</RelPath>
|
|
|
|
<UpdateFromURL>http://10.60.101.3:8012/ExchangeCenterService.asmx</UpdateFromURL>
|
|
|
|
<ServiceLocationURL>
|
|
|
|
</ServiceLocationURL>
|
|
|
|
<CachedDynamicPropName>
|
|
|
|
</CachedDynamicPropName>
|
|
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
|
|
<CachedSettingsPropName>CK_SCP_Controller_HF_ExchangeCenterService</CachedSettingsPropName>
|
|
|
|
</WebReferenceUrl>
|
|
|
|
<WebReferenceUrl Include="http://10.60.101.85:8010/ExchangeCenterService.asmx">
|
|
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
|
|
<RelPath>Web References\CQ\</RelPath>
|
|
|
|
<UpdateFromURL>http://10.60.101.85:8010/ExchangeCenterService.asmx</UpdateFromURL>
|
|
|
|
<ServiceLocationURL>
|
|
|
|
</ServiceLocationURL>
|
|
|
|
<CachedDynamicPropName>
|
|
|
|
</CachedDynamicPropName>
|
|
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
|
|
<CachedSettingsPropName>CK_SCP_Controller_CQExchangeCenterService_ExchangeCenterService</CachedSettingsPropName>
|
|
|
|
</WebReferenceUrl>
|
|
|
|
<WebReferenceUrl Include="http://10.60.101.85:8070/ExchangeCenterService.asmx">
|
|
|
|
<UrlBehavior>Dynamic</UrlBehavior>
|
|
|
|
<RelPath>Web References\CD\</RelPath>
|
|
|
|
<UpdateFromURL>http://10.60.101.85:8070/ExchangeCenterService.asmx</UpdateFromURL>
|
|
|
|
<ServiceLocationURL>
|
|
|
|
</ServiceLocationURL>
|
|
|
|
<CachedDynamicPropName>
|
|
|
|
</CachedDynamicPropName>
|
|
|
|
<CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
|
|
|
|
<CachedSettingsPropName>CK_SCP_Controller_CD_ExchangeCenterService</CachedSettingsPropName>
|
|
|
|
</WebReferenceUrl>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="Web References\WebReference\ExchangeCenterService.disco" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="Web References\CQ\ExchangeCenterService.disco" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="Web References\BJ\ExchangeCenterService.disco" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="Web References\CD\ExchangeCenterService.disco" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="Web References\HF\ExchangeCenterService.disco" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="Web References\ZZ\ExchangeCenterService.disco" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
</Project>
|