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.
|
|
<?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>{834E9A76-1D9E-4EBD-9321-0B362A06A367}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>ICSSoft.Entity</RootNamespace> <AssemblyName>ICSSoft.Entity</AssemblyName> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> <SccProjectName> </SccProjectName> <SccLocalPath> </SccLocalPath> <SccAuxPath> </SccAuxPath> <SccProvider> </SccProvider> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>bin\</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="System" /> <Reference Include="System.configuration" /> <Reference Include="System.Core" /> <Reference Include="System.Runtime.Serialization" /> <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="AGVResult.cs" /> <Compile Include="BarCodeCheckModel.cs" /> <Compile Include="ExpressModel.cs" /> <Compile Include="ForkLiftCallBackModel.cs" /> <Compile Include="ForkLiftResult.cs" /> <Compile Include="AGVStartTaskModel.cs" /> <Compile Include="BarCodeModel.cs" /> <Compile Include="ControlMode.cs" /> <Compile Include="DownItemModel.cs" /> <Compile Include="ERPDeliveryNotice.cs" /> <Compile Include="ERPODNRT.cs" /> <Compile Include="ERPPurchaseOrder.cs" /> <Compile Include="ICSCheck.cs" /> <Compile Include="AGVCallBackModel.cs" /> <Compile Include="ICSContainerInfo.cs" /> <Compile Include="ICSContainerBind.cs" /> <Compile Include="ICSContainerTransCodeBind.cs" /> <Compile Include="ICSLocationRecommend.cs" /> <Compile Include="ICSMTDocModel.cs" /> <Compile Include="ICSUser.cs" /> <Compile Include="LanguageModel.cs" /> <Compile Include="LOTMergeCreateIModel.cs" /> <Compile Include="LotNoMode.cs" /> <Compile Include="LOTStockDownHGModel.cs" /> <Compile Include="AGVPodBindModel.cs" /> <Compile Include="LOTStockForkLiftModel.cs" /> <Compile Include="ICSMaterialBackModel.cs" /> <Compile Include="SAPGetWMSWHInfoModel.cs" /> <Compile Include="OccupyDocModel.cs" /> <Compile Include="LOTStockUpHGModel.cs" /> <Compile Include="LOTStockUpCreateIModel.cs" /> <Compile Include="ICSContainer.cs" /> <Compile Include="ICSDeliveryNotice.cs" /> <Compile Include="ICSLibraryModel.cs" /> <Compile Include="ICSLocation.cs" /> <Compile Include="ICSMOApplyNeg.cs" /> <Compile Include="ICSOApplyNeg.cs" /> <Compile Include="ICSUserPower.cs" /> <Compile Include="ICSVersions.cs" /> <Compile Include="ICSWorkPoint.cs" /> <Compile Include="IssueDoc.cs" /> <Compile Include="LOTStockModel.cs" /> <Compile Include="CompleteVerification.cs" /> <Compile Include="Sys_SRM_User.cs" /> <Compile Include="TransferApplication.cs" /> <Compile Include="TransferDoc.cs" /> <Compile Include="Result.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="UserLogOnEntity.cs" /> <Compile Include="VouchKey.cs" /> <Compile Include="WMSBarCoreModel.cs" /> <Compile Include="WMSSourceDocumentModel.cs" /> </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>
|