|
|
@ -1,5 +1,5 @@ |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
|
|
|
|
<Project ToolsVersion="4.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')" /> |
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
|
|
<PropertyGroup> |
|
|
<PropertyGroup> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
@ -12,6 +12,7 @@ |
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<FileAlignment>512</FileAlignment> |
|
|
<TargetFrameworkProfile /> |
|
|
<TargetFrameworkProfile /> |
|
|
|
|
|
<KeyContainerName>BwpApp</KeyContainerName> |
|
|
</PropertyGroup> |
|
|
</PropertyGroup> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
@ -34,42 +35,71 @@ |
|
|
<Reference Include="B3Frameworks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL"> |
|
|
<Reference Include="B3Frameworks, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\B3Frameworks.dll</HintPath> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\B3Frameworks.dll</HintPath> |
|
|
|
|
|
<Private>False</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL"> |
|
|
<Reference Include="Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Forks.EnterpriseServices.dll</HintPath> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Forks.EnterpriseServices.dll</HintPath> |
|
|
|
|
|
<Private>False</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="Forks.JsonRpc.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL"> |
|
|
<Reference Include="Forks.JsonRpc.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Forks.JsonRpc.Client.dll</HintPath> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Forks.JsonRpc.Client.dll</HintPath> |
|
|
|
|
|
<Private>False</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="Forks.Utils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL"> |
|
|
<Reference Include="Forks.Utils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Forks.Utils.dll</HintPath> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Forks.Utils.dll</HintPath> |
|
|
|
|
|
<Private>False</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
<Reference Include="Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\..\..\tsref\Debug\Newtonsoft.Json.dll</HintPath> |
|
|
<HintPath>..\..\..\tsref\Debug\Newtonsoft.Json.dll</HintPath> |
|
|
|
|
|
<Private>False</Private> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Core"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Web"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Web.Extensions"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Xml.Linq"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="Microsoft.CSharp"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
<Private>False</Private> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Data"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
|
|
</Reference> |
|
|
|
|
|
<Reference Include="System.Xml"> |
|
|
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
</Reference> |
|
|
</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"> |
|
|
<Reference Include="TSingSoft.WebControls2, Version=2.1.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\TSingSoft.WebControls2.dll</HintPath> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\TSingSoft.WebControls2.dll</HintPath> |
|
|
|
|
|
<Private>False</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
<Reference Include="Wpf.System, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL"> |
|
|
<Reference Include="Wpf.System, Version=1.3.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL"> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Wpf.System.dll</HintPath> |
|
|
<HintPath>..\..\..\..\BwpB3Project\tsref\Debug\Wpf.System.dll</HintPath> |
|
|
|
|
|
<Private>False</Private> |
|
|
</Reference> |
|
|
</Reference> |
|
|
</ItemGroup> |
|
|
</ItemGroup> |
|
|
<ItemGroup> |
|
|
<ItemGroup> |
|
|
|
|
|
<Compile Include="..\..\..\version\ButcherManage_version.cs"> |
|
|
|
|
|
<Link>ButcherManage_version.cs</Link> |
|
|
|
|
|
</Compile> |
|
|
<Compile Include="B3ClientServiceConsts.cs" /> |
|
|
<Compile Include="B3ClientServiceConsts.cs" /> |
|
|
<Compile Include="B3ClientServiceOnLineConfig.cs" /> |
|
|
<Compile Include="B3ClientServiceOnLineConfig.cs" /> |
|
|
<Compile Include="BL\BaseInfo\ClientGoodsSetBL.cs" /> |
|
|
<Compile Include="BL\BaseInfo\ClientGoodsSetBL.cs" /> |
|
|
@ -111,6 +141,8 @@ |
|
|
<Compile Include="BO\Bill\OrderDetail\HurryRecord.cs" /> |
|
|
<Compile Include="BO\Bill\OrderDetail\HurryRecord.cs" /> |
|
|
<Compile Include="BO\Bill\OrderDetail\OrderDetail.cs" /> |
|
|
<Compile Include="BO\Bill\OrderDetail\OrderDetail.cs" /> |
|
|
<Compile Include="BO\Bill\PadScanDb\PadCarcassInStore.cs" /> |
|
|
<Compile Include="BO\Bill\PadScanDb\PadCarcassInStore.cs" /> |
|
|
|
|
|
<Compile Include="BO\Bill\PigacquisitionWeChat\PigacquisitionWeChat.cs" /> |
|
|
|
|
|
<Compile Include="BO\Bill\PigacquisitionWeChat\WeChatLogin.cs" /> |
|
|
<Compile Include="BO\Bill\SaleOutStore_\SaleOutStore.cs" /> |
|
|
<Compile Include="BO\Bill\SaleOutStore_\SaleOutStore.cs" /> |
|
|
<Compile Include="BO\Bill\SecondOrder\SecondOrder.cs" /> |
|
|
<Compile Include="BO\Bill\SecondOrder\SecondOrder.cs" /> |
|
|
<Compile Include="BO\Bill\SecondOrder\SecondOrder_Detail.cs" /> |
|
|
<Compile Include="BO\Bill\SecondOrder\SecondOrder_Detail.cs" /> |
|
|
@ -169,6 +201,7 @@ |
|
|
<Compile Include="Rpcs\BillRpc\SegmentationWeightRecord_\SegmentationWeightRecordDto.cs" /> |
|
|
<Compile Include="Rpcs\BillRpc\SegmentationWeightRecord_\SegmentationWeightRecordDto.cs" /> |
|
|
<Compile Include="Rpcs\BillRpc\SegmentationWeightRecord_\SegmentationWeightRecordRpc.cs" /> |
|
|
<Compile Include="Rpcs\BillRpc\SegmentationWeightRecord_\SegmentationWeightRecordRpc.cs" /> |
|
|
<Compile Include="Rpcs\BillRpc\TrunksIousOutInStoreRecord_\TrunksIousOutInStoreRecordRpc.cs" /> |
|
|
<Compile Include="Rpcs\BillRpc\TrunksIousOutInStoreRecord_\TrunksIousOutInStoreRecordRpc.cs" /> |
|
|
|
|
|
<Compile Include="Rpcs\BillRpc\WeChat.cs" /> |
|
|
<Compile Include="Rpcs\InterfaceRpc\GoodsRpc.cs" /> |
|
|
<Compile Include="Rpcs\InterfaceRpc\GoodsRpc.cs" /> |
|
|
<Compile Include="Rpcs\RpcBO\Bill\ClientGoodsSetDto.cs" /> |
|
|
<Compile Include="Rpcs\RpcBO\Bill\ClientGoodsSetDto.cs" /> |
|
|
<Compile Include="Rpcs\RpcBO\Bill\GradeAndWeight\DataConfirmList.cs" /> |
|
|
<Compile Include="Rpcs\RpcBO\Bill\GradeAndWeight\DataConfirmList.cs" /> |
|
|
|