<?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>{21AD1835-22EE-4FDE-8687-A1C3208A69D2}</ProjectGuid>
|
<OutputType>WinExe</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>DataAynchronization</RootNamespace>
|
<AssemblyName>DataAynchronization</AssemblyName>
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<TargetFrameworkProfile />
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
<PublishUrl>D:\IIS\SyncTool\</PublishUrl>
|
<Install>true</Install>
|
<InstallFrom>Disk</InstallFrom>
|
<UpdateEnabled>false</UpdateEnabled>
|
<UpdateMode>Foreground</UpdateMode>
|
<UpdateInterval>7</UpdateInterval>
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
<UpdatePeriodically>false</UpdatePeriodically>
|
<UpdateRequired>false</UpdateRequired>
|
<MapFileExtensions>true</MapFileExtensions>
|
<AutorunEnabled>true</AutorunEnabled>
|
<ApplicationRevision>1</ApplicationRevision>
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
<UseApplicationTrust>false</UseApplicationTrust>
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<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' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ManifestCertificateThumbprint>427F11ECDFA36B6E81F5AB58E595AE6AADA4B651</ManifestCertificateThumbprint>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ManifestKeyFile>DataAynchronization_TemporaryKey.pfx</ManifestKeyFile>
|
</PropertyGroup>
|
<PropertyGroup>
|
<GenerateManifests>false</GenerateManifests>
|
</PropertyGroup>
|
<PropertyGroup>
|
<SignManifests>true</SignManifests>
|
</PropertyGroup>
|
<PropertyGroup>
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
</PropertyGroup>
|
<PropertyGroup>
|
<TargetZone>LocalIntranet</TargetZone>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="HH.MData">
|
<HintPath>..\Bin\HH.MData.dll</HintPath>
|
</Reference>
|
<Reference Include="MongoDB.Bson">
|
<HintPath>..\LIB\Mongo\MongoDB.Bson.dll</HintPath>
|
</Reference>
|
<Reference Include="MongoDB.Driver">
|
<HintPath>..\LIB\Mongo\MongoDB.Driver.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.configuration" />
|
<Reference Include="System.Configuration.Install" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.ServiceProcess">
|
<Private>True</Private>
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
</Reference>
|
<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.Deployment" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="DataMove.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="DataMove.Designer.cs">
|
<DependentUpon>DataMove.cs</DependentUpon>
|
</Compile>
|
<Compile Include="HW.BLL\BaseBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\BLLCreator.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_ADDRESS_INFOBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_AREA_LOCATION_RBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_AUXILIARY_UNITBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_CONDITION_DEFBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_DICTBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_IN_AREA_CONDITIONBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_ITEM_PRICEBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_ITEM_SAFETYBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_LOCATION_AGVCODEBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_LOCATION_LINKBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_NUMRULEBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_PARTITION_ITEM_RBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_PRO_EVENT_DEFBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_STOCK_AREABLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_STOCK_STRUCTUREBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_SYNCH_LOGBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_WORK_AREA_PROBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_B_WORK_TYPEBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_CUSTOMERBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_ITEMBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_LOGISTICSBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_PACK_SPECBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_STOCKBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_STOCK_LOCATIONBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.BLL\TN_AB_SUPPLIERBLL.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="HW.DAL\BaseDAL.cs" />
|
<Compile Include="HW.DAL\ComDbType.cs" />
|
<Compile Include="HW.DAL\CommonDAL.cs" />
|
<Compile Include="HW.DAL\CommonUseSqlFormat.cs" />
|
<Compile Include="HW.DAL\DAOManager.cs" />
|
<Compile Include="HW.DAL\Log.cs" />
|
<Compile Include="HW.DAL\SqlStringHelper.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_ADDRESS_INFODAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_AREA_LOCATION_RDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_AUXILIARY_UNITDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_CONDITION_DEFDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_DICTDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_IN_AREA_CONDITIONDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_ITEM_PRICEDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_ITEM_SAFETYDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_LOCATION_AGVCODEDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_LOCATION_LINKDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_NUMRULEDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_PARTITION_ITEM_RDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_PRO_EVENT_DEFDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_STOCK_AREADAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_STOCK_STRUCTUREDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_SYNCH_LOGDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_WORK_AREA_PRODAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_B_WORK_TYPEDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_CUSTOMERDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_ITEMDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_LOGISTICSDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_PACK_SPECDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_STOCKDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_STOCK_LOCATIONDAL.cs" />
|
<Compile Include="HW.DAL\TN_AB_SUPPLIERDAL.cs" />
|
<Compile Include="HW.Utility\Action.cs" />
|
<Compile Include="HW.Utility\CryptographyUti.cs" />
|
<Compile Include="HW.Utility\Data\BaseDataUtility.cs" />
|
<Compile Include="HW.Utility\Data\CachingMechanism.cs" />
|
<Compile Include="HW.Utility\Data\DataAccessExtensive.cs" />
|
<Compile Include="HW.Utility\Data\Database.cs" />
|
<Compile Include="HW.Utility\Data\DatabaseFactory.cs" />
|
<Compile Include="HW.Utility\Data\ParameterCache.cs" />
|
<Compile Include="HW.Utility\Data\TransactionAction.cs" />
|
<Compile Include="HW.Utility\Data\TransactionScopeConnections.cs" />
|
<Compile Include="HW.Utility\Enums\EnumHelper.cs" />
|
<Compile Include="HW.Utility\Enums\EnumMapperAttribute.cs" />
|
<Compile Include="HW.Utility\ExcelOle.cs" />
|
<Compile Include="HW.Utility\FillDataByCollectionHandler.cs" />
|
<Compile Include="HW.Utility\Func.cs" />
|
<Compile Include="HW.Utility\ProtectAppConfig.cs" />
|
<Compile Include="HW.Utility\RenderDataFromDataRowHandler.cs" />
|
<Compile Include="Program.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="TaskManage.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="TaskManage.Designer.cs">
|
<DependentUpon>TaskManage.cs</DependentUpon>
|
</Compile>
|
<EmbeddedResource Include="DataMove.resx">
|
<DependentUpon>DataMove.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
<SubType>Designer</SubType>
|
</EmbeddedResource>
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Resources.resx</DependentUpon>
|
<DesignTime>True</DesignTime>
|
</Compile>
|
<EmbeddedResource Include="TaskManage.resx">
|
<DependentUpon>TaskManage.cs</DependentUpon>
|
</EmbeddedResource>
|
<None Include="app.manifest" />
|
<None Include="DataAynchronization_TemporaryKey.pfx" />
|
<None Include="HW.Utility\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache" />
|
<None Include="Properties\Settings.settings">
|
<Generator>SettingsSingleFileGenerator</Generator>
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
</None>
|
<Compile Include="Properties\Settings.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DependentUpon>Settings.settings</DependentUpon>
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="HW.Utility\bin\Debug\HW.Utility.dll" />
|
<Content Include="HW.Utility\bin\Debug\HW.Utility.pdb" />
|
<Content Include="HW.Utility\HW.Utility.csproj" />
|
<Content Include="HW.Utility\obj\Debug\HW.Utility.csproj.FileListAbsolute.txt" />
|
<Content Include="HW.Utility\obj\Debug\HW.Utility.dll" />
|
<Content Include="HW.Utility\obj\Debug\HW.Utility.pdb" />
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="HW.Utility\obj\Debug\TempPE\" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\HH.WMS.BLL\HH.WMS.BLL.csproj">
|
<Project>{15f64c39-4230-4491-b02a-56910517ecd6}</Project>
|
<Name>HH.WMS.BLL</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\HH.WMS.Common\HH.WMS.Common.csproj">
|
<Project>{b260ce7a-b1bc-4647-b2f1-1b7ee44efca9}</Project>
|
<Name>HH.WMS.Common</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\HH.WMS.Entitys\HH.WMS.Entitys.csproj">
|
<Project>{2e757ab9-07bc-4b1f-83c7-a5ef7a8c6f39}</Project>
|
<Name>HH.WMS.Entitys</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5.1">
|
<Visible>False</Visible>
|
<ProductName>Microsoft .NET Framework 4.5.1 %28x86 和 x64%29</ProductName>
|
<Install>true</Install>
|
</BootstrapperPackage>
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
<Visible>False</Visible>
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
<Install>false</Install>
|
</BootstrapperPackage>
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
<Visible>False</Visible>
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
<Install>false</Install>
|
</BootstrapperPackage>
|
</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>
|