|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{08F9760A-17FA-4908-8963-61137C051CAF}</ProjectGuid>
|
|
|
<OutputType>Library</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>BWP.B3ClientService</RootNamespace>
|
|
|
<AssemblyName>B3ClientService</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<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>
|
|
|
</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="B3Frameworks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\B3Frameworks.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Forks.EnterpriseServices.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="Forks.JsonRpc.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Forks.JsonRpc.Client.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="Forks.Utils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Forks.Utils.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
|
<Reference Include="System.Web" />
|
|
|
<Reference Include="System.Web.Extensions" />
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
<Reference Include="System.Data" />
|
|
|
<Reference Include="System.Xml" />
|
|
|
<Reference Include="TSingSoft.WebControls2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\TSingSoft.WebControls2.dll</HintPath>
|
|
|
</Reference>
|
|
|
<Reference Include="Wpf.System, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Wpf.System.dll</HintPath>
|
|
|
</Reference>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="BO\BaseInfo\BaseInfo.cs" />
|
|
|
<Compile Include="BO\BaseInfo\BodyDiscontItem.cs" />
|
|
|
<Compile Include="BO\BaseInfo\BodyDiscontRelate.cs" />
|
|
|
<Compile Include="BO\BaseInfo\Car.cs" />
|
|
|
<Compile Include="BO\BaseInfo\EmpInfoTable.cs" />
|
|
|
<Compile Include="BO\BaseInfo\Farmer.cs" />
|
|
|
<Compile Include="BO\BaseInfo\HogGrade.cs" />
|
|
|
<Compile Include="BO\BaseInfo\LiveColonyHouse.cs" />
|
|
|
<Compile Include="BO\BaseInfo\Livestock.cs" />
|
|
|
<Compile Include="BO\BaseInfo\LiveVarieties.cs" />
|
|
|
<Compile Include="BO\BaseInfo\PurchaseType.cs" />
|
|
|
<Compile Include="BO\BaseInfo\Sanction.cs" />
|
|
|
<Compile Include="BO\BaseInfo\Supplier.cs" />
|
|
|
<Compile Include="BO\BaseInfo\WhiteBar.cs" />
|
|
|
<Compile Include="BO\BaseInfo\Zone.cs" />
|
|
|
<Compile Include="BO\Bill\CarcassStateWeight\CarcassStateWeight.cs" />
|
|
|
<Compile Include="BO\Bill\CarcassStateWeight\CarcassStateWeightByCode.cs" />
|
|
|
<Compile Include="BO\Bill\CarcassStateWeight\CarcassStateWeightInStore.cs" />
|
|
|
<Compile Include="BO\Bill\GradeAndWeight\GradeAndWeight_Detail.cs" />
|
|
|
<Compile Include="BO\Bill\GradeAndWeight\OrderGradeFinishRelate.cs" />
|
|
|
<Compile Include="BO\Bill\OrderDetail\HurryRecord.cs" />
|
|
|
<Compile Include="BO\Bill\OrderDetail\OrderDetail.cs" />
|
|
|
<Compile Include="BO\Bill\SecondOrder\SecondOrder.cs" />
|
|
|
<Compile Include="BO\Bill\SecondOrder\SecondOrder_Detail.cs" />
|
|
|
<Compile Include="BO\Bill\WeightBill\WeightBill.cs" />
|
|
|
<Compile Include="BO\Bill\WeightBill\WeightBillCheck.cs" />
|
|
|
<Compile Include="BO\Bill\WeightBill\WeightBillShowRelate.cs" />
|
|
|
<Compile Include="BO\Bill\WeightBill\WeightBill_Detail.cs" />
|
|
|
<Compile Include="BO\Bill\WeightBill\WeightBill_FarmerDetail.cs" />
|
|
|
<Compile Include="BO\Bill\WeightBill\WeightBill_HouseDetail.cs" />
|
|
|
<Compile Include="BO\Bill\WeightBill\WeightBill_SanctionDetail.cs" />
|
|
|
<Compile Include="BO\Bill\WeightBill\WeightDetail.cs" />
|
|
|
<Compile Include="BO\SyncBase.cs" />
|
|
|
<Compile Include="BO\SyncBill.cs" />
|
|
|
<Compile Include="BO\SyncBO\MinEmployee.cs" />
|
|
|
<Compile Include="BO\SyncBO\MinWPF_User.cs" />
|
|
|
<Compile Include="BO\ServerHost.cs" />
|
|
|
<Compile Include="ClientSerializerBo\OrderDetail\SelectHurryList.cs" />
|
|
|
<Compile Include="ClientSerializerBo\WeightBill\HouseAndSanctionEdit.cs" />
|
|
|
<Compile Include="ClientSerializerBo\WeightBill\HouseAndSanctionList.cs" />
|
|
|
<Compile Include="ClientSerializerBo\WeightBill\WeightBillList.cs" />
|
|
|
<Compile Include="ConvertUtil.cs" />
|
|
|
<Compile Include="CTuple.cs" />
|
|
|
<Compile Include="NamedValueTemplate.cs" />
|
|
|
<Compile Include="Rpcs\RpcBO\Bill\GradeAndWeight\GradeAndWeight.cs" />
|
|
|
<Compile Include="Rpcs\RpcBO\Bill\OrderDetail\NeedOrderEntity.cs" />
|
|
|
<Compile Include="Rpcs\RpcBO\Bill\OrderDetail\RpcOrderBill.cs" />
|
|
|
<Compile Include="Rpcs\RpcBO\Bill\OrderDetail\SOrderDetail.cs" />
|
|
|
<Compile Include="ClientSerializerBo\WeightBill\PrintWeightBill.cs" />
|
|
|
<Compile Include="Rpcs\RpcBO\Bill\WeightBill\RpcWeightBill.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
<Compile Include="Rpcs\RpcBO\Bill\WeightBill\SWeightBill_Detail.cs" />
|
|
|
<Compile Include="Rpcs\RpcBO\Bill\WeightBill\SWeightBill.cs" />
|
|
|
<Compile Include="Rpcs\RpcBO\Bill\WeightBill\SWeightBill_FarmerDetail.cs" />
|
|
|
<Compile Include="Rpcs\RpcBO\Bill\WeightBill\SWeightBill_SanctionDetail.cs" />
|
|
|
<Compile Include="Rpcs\BackRpcObj.cs" />
|
|
|
<Compile Include="Rpcs\BaseInfoRpc.cs" />
|
|
|
<Compile Include="Rpcs\BillRpc\CarcassStateWeightRpc.cs" />
|
|
|
<Compile Include="Rpcs\BillRpc\HouseAndSanctionRpc.cs" />
|
|
|
<Compile Include="Rpcs\BillRpc\OrderDetailRpc.cs" />
|
|
|
<Compile Include="Rpcs\BillRpc\SecondOrderRpc.cs" />
|
|
|
<Compile Include="Rpcs\BillRpc\GradeAndWeightRpc.cs" />
|
|
|
<Compile Include="Rpcs\BillRpc\TrunksIousOutInStoreRpc.cs" />
|
|
|
<Compile Include="Rpcs\BillRpc\WeightBillRpc.cs" />
|
|
|
<Compile Include="Rpcs\UserInfoRpc.cs" />
|
|
|
<Compile Include="Tasks\SyncInfoFromServer.cs" />
|
|
|
<Compile Include="Tasks\UpdateLoad\DoCheckBills.cs" />
|
|
|
<Compile Include="Tasks\UpdateLoad\UploadOrderDetail.cs" />
|
|
|
<Compile Include="Tasks\UpdateLoad\UploadSecondOrder.cs" />
|
|
|
<Compile Include="Tasks\UpdateLoad\UploadTest.cs" />
|
|
|
<Compile Include="Tasks\UpdateLoad\UpLoadWeightBill.cs" />
|
|
|
<Compile Include="ClientServiceUtils.cs" />
|
|
|
<Compile Include="WordPair.cs" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Folder Include="Rpcs\RpcBO\BaseInfo\" />
|
|
|
<Folder Include="Tasks\DownLoad\" />
|
|
|
</ItemGroup>
|
|
|
<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>
|