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.

243 lines
12 KiB

<?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>{35613A1C-A935-480D-9545-78BCF5279AC4}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WeighBusiness</RootNamespace>
<AssemblyName>WeighBusiness</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>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="BWP.WebSocket, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a04fa581c0f74d43, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>.\BWP.WebSocket.dll</HintPath>
</Reference>
<Reference Include="FirebirdSql.Data.FirebirdClient">
<HintPath>..\FireBirdUtil\FirebirdSql.Data.FirebirdClient.dll</HintPath>
</Reference>
<Reference Include="Forks.JsonRpc.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>E:\BwpB3Project\tsref\Debug\Forks.JsonRpc.Client.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
<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.Xml" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="BL\BatchNumberInfoBL.cs" />
<Compile Include="BL\BomSetBL.cs" />
<Compile Include="BL\CarBL.cs" />
<Compile Include="BL\DishBL.cs" />
<Compile Include="BL\DispatchBillDetailBL.cs" />
<Compile Include="BL\GoodsBL.cs" />
<Compile Include="BL\GoodsWeightFloatBL.cs" />
<Compile Include="BL\PoleBL.cs" />
<Compile Include="BL\LittleCarBL.cs" />
<Compile Include="BL\ProduceBatch_RoadMap_RefBL.cs" />
<Compile Include="BL\ProduceIntakeBL.cs" />
<Compile Include="BL\ProduceOutputBL.cs" />
<Compile Include="BL\ProductCatalogBL.cs" />
<Compile Include="BL\ProductPlanBL.cs" />
<Compile Include="BL\ProductTeamBL.cs" />
<Compile Include="BL\PSInfoBL.cs" />
<Compile Include="BL\UnfinishedBatchBL.cs" />
<Compile Include="BL\WeightInfoBL.cs" />
<Compile Include="BL\ProductShiftBL.cs" />
<Compile Include="BL\RoadMapBL.cs" />
<Compile Include="BL\WpfUserBL.cs" />
<Compile Include="BL\EntityBL.cs" />
<Compile Include="BL\SettingBL.cs" />
<Compile Include="BL\SynchronousLogBL.cs" />
<Compile Include="BL\UserBL.cs" />
<Compile Include="BL\WeighBL.cs" />
<Compile Include="BO\AccountingUnit.cs" />
<Compile Include="BO\Base.cs" />
<Compile Include="BO\BaseInfo.cs" />
<Compile Include="BO\BatchNumberInfo.cs" />
<Compile Include="BO\Bill.cs" />
<Compile Include="BO\BomSet.cs" />
<Compile Include="BO\BomSet_ApplyDetail.cs" />
<Compile Include="BO\BomSet_Detail.cs" />
<Compile Include="BO\ButcherDetail.cs" />
<Compile Include="BO\ButcherDetailFinishNum.cs" />
<Compile Include="BO\Car.cs" />
<Compile Include="BO\CreateTables\CreateBatchNumberInfoTable.cs" />
<Compile Include="BO\CreateTables\CreateBomSetApplyDetailTable.cs" />
<Compile Include="BO\CreateTables\CreateBomSetDetailTable.cs" />
<Compile Include="BO\CreateTables\CreateBomSetTable.cs" />
<Compile Include="BO\CreateTables\CreateButcherDetail.cs" />
<Compile Include="BO\CreateTables\CreateButcherDetailFinishNum.cs" />
<Compile Include="BO\CreateTables\CreateDishTable.cs" />
<Compile Include="BO\CreateTables\CreateDispatchBillDetail.cs" />
<Compile Include="BO\CreateTables\CreateGoodsTable.cs" />
<Compile Include="BO\CreateTables\CreateGoodsWeightFloat.cs" />
<Compile Include="BO\CreateTables\CreateLittleCarTable.cs" />
<Compile Include="BO\CreateTables\CreatePoleTable.cs" />
<Compile Include="BO\CreateTables\CreateProduceIntakeDetailTable.cs" />
<Compile Include="BO\CreateTables\CreateProduceIntakeTable.cs" />
<Compile Include="BO\CreateTables\CreateProduceOutputDetail.cs" />
<Compile Include="BO\CreateTables\CreateProduceOutputTable.cs" />
<Compile Include="BO\CreateTables\CreateProductBatchTable.cs" />
<Compile Include="BO\CreateTables\CreateProductCatalog.cs" />
<Compile Include="BO\CreateTables\CreateSelectedProductCatalogGoods.cs" />
<Compile Include="BO\CreateTables\CreateProductCatalog_Detail.cs" />
<Compile Include="BO\CreateTables\CreateProductPlanTable.cs" />
<Compile Include="BO\CreateTables\CreateProductTeam.cs" />
<Compile Include="BO\CreateTables\CreateProductTeamOutDetail.cs" />
<Compile Include="BO\CreateTables\CreatePSInfoTable.cs" />
<Compile Include="BO\CreateTables\CreateProduceBatch_RoadMap_Ref.cs" />
<Compile Include="BO\CreateTables\CreateUnfinishedBatch.cs" />
<Compile Include="BO\CreateTables\CreateGoodsWeightFloat_Detail.cs" />
<Compile Include="BO\Dish.cs" />
<Compile Include="BO\DispatchBillDetail.cs" />
<Compile Include="BO\Goods.cs" />
<Compile Include="BO\GoodsWeightFloat.cs" />
<Compile Include="BO\GoodsWeightFloat_Detail.cs" />
<Compile Include="BO\LittleCar.cs" />
<Compile Include="BO\INameWeight.cs" />
<Compile Include="BO\Pole.cs" />
<Compile Include="BO\ProduceBatch_RoadMap_Ref.cs" />
<Compile Include="BO\ProduceIntake.cs" />
<Compile Include="BO\ProduceIntake_Detail.cs" />
<Compile Include="BO\CreateTables\CreateWeightInfo.cs" />
<Compile Include="BO\CreateTables\CreateProductShift.cs" />
<Compile Include="BO\ProduceOutput.cs" />
<Compile Include="BO\ProduceOutputData.cs" />
<Compile Include="BO\ProduceOutput_Detail.cs" />
<Compile Include="BO\ProductBatch.cs" />
<Compile Include="BO\ProductCatalog.cs" />
<Compile Include="BO\ProductCatalog_Detail.cs" />
<Compile Include="BO\ProductPlan.cs" />
<Compile Include="BO\ProductShift.cs" />
<Compile Include="BO\ProductTeam.cs" />
<Compile Include="BO\ProductTeamOutDetail.cs" />
<Compile Include="BO\PSInfo.cs" />
<Compile Include="BO\RoadMap_OutputDetail.cs" />
<Compile Include="BO\RoadMap_InputDetail.cs" />
<Compile Include="BO\CreateTables\CreateRoadMap_OutputDetailTable.cs" />
<Compile Include="BO\CreateTables\CreateRoadMap_InputDetailTable.cs" />
<Compile Include="BO\CreateTables\CreateProduceBatchTable.cs" />
<Compile Include="BO\UnfinishedBatch.cs" />
<Compile Include="BO\WeightInfo.cs" />
<Compile Include="BO\WpfUser.cs" />
<Compile Include="BO\CreateTables\CreateEmployeeTable.cs" />
<Compile Include="BO\CreateTables\CreateAccountingUnitTable.cs" />
<Compile Include="BO\CreateTables\CreateBaseTable.cs" />
<Compile Include="BO\CreateTables\CreateCarTable.cs" />
<Compile Include="BO\CreateTables\CreateEntityTable.cs" />
<Compile Include="BO\CreateTables\CreateSettingTable.cs" />
<Compile Include="BO\CreateTables\CreateSynchronousLogTable.cs" />
<Compile Include="BO\CreateTables\CreateTable.cs" />
<Compile Include="BO\CreateTables\CreateUserTable.cs" />
<Compile Include="BO\CreateTables\CreateWeighDetailTable.cs" />
<Compile Include="BO\CreateTables\CreateWeighTable.cs" />
<Compile Include="BO\Entity.cs" />
<Compile Include="BO\Setting.cs" />
<Compile Include="BO\SynchronousLog.cs" />
<Compile Include="BO\User.cs" />
<Compile Include="BO\Weigh.cs" />
<Compile Include="BO\Weigh_Detail.cs" />
<Compile Include="BO\WpfUser_ProductShift.cs" />
<Compile Include="ConfigUtil\ConfigType.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ConfigUtil\ConfigUtil.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ConfigUtil\ConfigUtil_OtherFunc.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ConfigUtil\ConfigUtil_Params.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ConfigUtil\ConfigUtil_SaveAndGet.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="DispatcherHelper.cs" />
<Compile Include="MyThread.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SerialPortAdapter.cs" />
<Compile Include="Utils\BillType.cs" />
<Compile Include="Utils\BackupUtil.cs" />
<Compile Include="Utils\CreateUtil.cs" />
<Compile Include="Utils\LocalQueryUtil.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Utils\SqlUtils\DeleteUtil.cs" />
<Compile Include="Utils\SqlUtils\InsertUtil.cs" />
<Compile Include="Utils\SqlUtils\SqlHelperEx.cs" />
<Compile Include="Utils\SqlUtils\SqlUtilBase.cs" />
<Compile Include="Utils\SqlUtils\UpdateUtil.cs" />
<Compile Include="Utils\SynchronousLogQueryUtil.cs" />
<Compile Include="Utils\SynchronousUtil.cs" />
<Compile Include="Utils\TableName.cs" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FireBirdUtil\FireBirdUtil.csproj">
<Project>{3b09e2b6-b649-47de-bf8d-2e233d47acfd}</Project>
<Name>FireBirdUtil</Name>
</ProjectReference>
<ProjectReference Include="..\Utils\Utils.csproj">
<Project>{d123a086-c03a-4b8b-befb-124e102d3ade}</Project>
<Name>Utils</Name>
</ProjectReference>
</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>