|
|
|
<?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.Core" />
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
<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="SCP_ASK_CONTROLLER_PACKAGE.cs" />
|
|
|
|
<Compile Include="SCP_BARCODE_CONTROLLER_CUSTOM.cs" />
|
|
|
|
<Compile Include="SCP_BARCODE_CONTROLLER _SYJB.cs" />
|
|
|
|
<Compile Include="SCP_DC_UNI_CONTROLLER.cs" />
|
|
|
|
<Compile Include="SCP_FORECAST_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_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" />
|
|
|
|
</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" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup />
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
</Project>
|