189 lines
9.2 KiB
XML
189 lines
9.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{B6F9AD78-B9E5-4293-B5E9-A0B901F397A7}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>WMS.SqlServerData</RootNamespace>
|
|
<AssemblyName>WMS.SqlServerData</AssemblyName>
|
|
<TargetFrameworkVersion>v4.8</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</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>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL" />
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="BaseData\AddressAreaData.cs" />
|
|
<Compile Include="BaseData\AreaGoodsTypeData.cs" />
|
|
<Compile Include="BaseData\BaseCtlGoodsData.cs" />
|
|
<Compile Include="BaseData\BaseLtkSts.cs" />
|
|
<Compile Include="BaseData\BaseRemarkDictionaryData.cs" />
|
|
<Compile Include="BaseData\CapacityData.cs" />
|
|
<Compile Include="BaseData\AreaGoods.cs" />
|
|
<Compile Include="BaseData\DecStsData.cs" />
|
|
<Compile Include="BaseData\Goods\SKUData.cs" />
|
|
<Compile Include="BaseData\MessageData.cs" />
|
|
<Compile Include="BaseData\ProvederTypeData.cs" />
|
|
<Compile Include="BaseData\ProviderData.cs" />
|
|
<Compile Include="BaseData\User\CustomerData.cs" />
|
|
<Compile Include="BaseData\DocumentTableData.cs" />
|
|
<Compile Include="BaseData\Goods\GoodProvider.cs" />
|
|
<Compile Include="BaseData\Goods\GoodsData.cs" />
|
|
<Compile Include="BaseData\Goods\GoodsMeasure.cs" />
|
|
<Compile Include="BaseData\Goods\GoodsTypeData.cs" />
|
|
<Compile Include="BaseData\LocAreaData.cs" />
|
|
<Compile Include="BaseData\LogBaseOracleData.cs" />
|
|
<Compile Include="BaseData\PalletData.cs" />
|
|
<Compile Include="BaseData\PalletStatusData.cs" />
|
|
<Compile Include="BaseData\RoleData.cs" />
|
|
<Compile Include="BaseData\RoleDepartData.cs" />
|
|
<Compile Include="BaseData\RoleStorageData.cs" />
|
|
<Compile Include="BaseData\StorageAreaData.cs" />
|
|
<Compile Include="BaseData\StorageAreaLocationData.cs" />
|
|
<Compile Include="BaseData\StorageInfoData.cs" />
|
|
<Compile Include="BaseData\StorageOrderData.cs" />
|
|
<Compile Include="BaseData\StorageTypeData.cs" />
|
|
<Compile Include="BaseData\SystemMenu.cs" />
|
|
<Compile Include="BaseData\SystemMenuData.cs" />
|
|
<Compile Include="BaseData\SystemMenuFucData.cs" />
|
|
<Compile Include="BaseData\SystemUserData.cs" />
|
|
<Compile Include="BaseData\UserAreaData.cs" />
|
|
<Compile Include="BaseData\UserDepartData.cs" />
|
|
<Compile Include="BaseData\User\CustomerTypeData.cs" />
|
|
<Compile Include="BaseData\WorkTypeContackData.cs" />
|
|
<Compile Include="BaseData\WorkTypeData.cs" />
|
|
<Compile Include="CKData\OrderDetailData.cs" />
|
|
<Compile Include="CKData\OrdersData.cs" />
|
|
<Compile Include="CKData\PackWeighingData.cs" />
|
|
<Compile Include="CKData\PickingWaveData.cs" />
|
|
<Compile Include="CKData\PickingWaveGoodsData.cs" />
|
|
<Compile Include="CKData\PickingWaveInfo.cs" />
|
|
<Compile Include="Common\CommonData.cs" />
|
|
<Compile Include="BaseData\PrintInfoData.cs" />
|
|
<Compile Include="RKData\AcceptanceData.cs" />
|
|
<Compile Include="RKData\Auto\AutoRkData.cs" />
|
|
<Compile Include="RKData\ReceveData.cs" />
|
|
<Compile Include="RKData\StorageLotData.cs" />
|
|
<Compile Include="RKData\WareNoticeData.cs" />
|
|
<Compile Include="RKData\WareNoticeTabData.cs" />
|
|
<Compile Include="SCData\CUX_WMS_FIX_ISSUE_ITF.cs" />
|
|
<Compile Include="SCData\CUX_WMS_ISSUE_HEADER_ITF.cs" />
|
|
<Compile Include="SCData\CUX_WMS_MOVE_ORDER_ISSU_ITF.cs" />
|
|
<Compile Include="SCData\CUX_WMS_PO_HEADES_ITF.cs" />
|
|
<Compile Include="SCData\GoodsMaterialData.cs" />
|
|
<Compile Include="SCData\PlanGoodsData.cs" />
|
|
<Compile Include="SCData\ProBreakData.cs" />
|
|
<Compile Include="SCData\ProcessData.cs" />
|
|
<Compile Include="SCData\ProcessPlanData.cs" />
|
|
<Compile Include="SCData\TaskData.cs" />
|
|
<Compile Include="SCData\WorkingTaskData.cs" />
|
|
<Compile Include="SqlProvider.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ReportData\CKReportData.cs" />
|
|
<Compile Include="ReportData\MIStockSearchData.cs" />
|
|
<Compile Include="ReportData\RKReportData.cs" />
|
|
<Compile Include="RKData\CodeDiskData.cs" />
|
|
<Compile Include="StockData\AdjustListData.cs" />
|
|
<Compile Include="StockData\AdjustListInfoData.cs" />
|
|
<Compile Include="StockData\AreaRepData.cs" />
|
|
<Compile Include="StockData\AreaRepInData.cs" />
|
|
<Compile Include="StockData\AreaRepOutData.cs" />
|
|
<Compile Include="StockData\CountingData.cs" />
|
|
<Compile Include="StockData\CountingInfoData.cs" />
|
|
<Compile Include="StockData\MIPackStockBackData.cs" />
|
|
<Compile Include="StockData\MIPackStockData.cs" />
|
|
<Compile Include="StockData\MIStockBackData.cs" />
|
|
<Compile Include="StockData\MIStockData.cs" />
|
|
<Compile Include="StockData\MIStockOccupyData.cs" />
|
|
<Compile Include="StockData\MoveLocData.cs" />
|
|
<Compile Include="StockData\MoveLocTabData.cs" />
|
|
<Compile Include="StockData\ProvideRepData.cs" />
|
|
<Compile Include="StockData\StorageRepData.cs" />
|
|
<Compile Include="Strategy\AccordingData.cs" />
|
|
<Compile Include="Strategy\AutoTaskData.cs" />
|
|
<Compile Include="Strategy\DownStrategyData.cs" />
|
|
<Compile Include="Strategy\DownStyctsData.cs" />
|
|
<Compile Include="Strategy\ProRepStrategyData.cs" />
|
|
<Compile Include="Strategy\StrAreaRepData.cs" />
|
|
<Compile Include="Strategy\StrAreaRepGoodsData.cs" />
|
|
<Compile Include="Strategy\StrAreaRepStorageData.cs" />
|
|
<Compile Include="Strategy\UpStrategyData.cs" />
|
|
<Compile Include="SystemManageData\CompanyData.cs" />
|
|
<Compile Include="SystemManageData\DictionaryTabData.cs" />
|
|
<Compile Include="SystemManageData\DictionaryTypeData.cs" />
|
|
<Compile Include="SystemManageData\FunctionRoleData.cs" />
|
|
<Compile Include="SystemManageData\GoodsRoleData.cs" />
|
|
<Compile Include="SystemManageData\MenuRoleData.cs" />
|
|
<Compile Include="SystemManageData\ProviderRoleData.cs" />
|
|
<Compile Include="SystemManageData\RoleDictionaryData.cs" />
|
|
<Compile Include="SystemManageData\RoleMessageData.cs" />
|
|
<Compile Include="SystemManageData\SchedulingData.cs" />
|
|
<Compile Include="SystemManageData\SysRoleData.cs" />
|
|
<Compile Include="SystemManageData\SystemParamsData.cs" />
|
|
<Compile Include="SystemManageData\TeamData.cs" />
|
|
<Compile Include="SystemManageData\TeamUserData.cs" />
|
|
<Compile Include="TestData.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WMS.Attirubte\WMS.Attirubte.csproj">
|
|
<Project>{B9E85957-2055-45C6-9589-BDA5C2DD0544}</Project>
|
|
<Name>WMS.Attirubte</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WMS.Common\WMS.Common.csproj">
|
|
<Project>{77E042EA-CDFE-41A1-9187-22174A2F50E9}</Project>
|
|
<Name>WMS.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WMS.DBUtility\WMS.DBUtility.csproj">
|
|
<Project>{35777358-fbd8-42ca-9cc7-9b029ec14608}</Project>
|
|
<Name>WMS.DBUtility</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WMS.IData\WMS.IData.csproj">
|
|
<Project>{398DBCB4-89FE-4DDD-BA14-A949E008F449}</Project>
|
|
<Name>WMS.IData</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\WMS.Model\WMS.Model.csproj">
|
|
<Project>{E21DB598-257B-422F-B90A-F77AD4E30345}</Project>
|
|
<Name>WMS.Model</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> |