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.
102 lines
4.3 KiB
102 lines
4.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<TargetFrameworkProfile />
|
|
<SccProjectName>SAK</SccProjectName>
|
|
<SccLocalPath>SAK</SccLocalPath>
|
|
<SccAuxPath>SAK</SccAuxPath>
|
|
<SccProvider>SAK</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>
|
|
</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>
|
|
<ItemGroup>
|
|
<Reference Include="log4net">
|
|
<HintPath>..\ICSSoft.WebAPI\bin\log4net.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<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="AppVouch.cs" />
|
|
<Compile Include="ICSAssemVouch.cs" />
|
|
<Compile Include="ICSBrrowDoc.cs" />
|
|
<Compile Include="ICSDeliveryNotice.cs" />
|
|
<Compile Include="ICSDisassemblyDoc.cs" />
|
|
<Compile Include="ICSManufactureOrder.cs" />
|
|
<Compile Include="ICSManufactureReceiveDoc.cs" />
|
|
<Compile Include="ICSMaterialAppVouch.cs" />
|
|
<Compile Include="ICSMOIssueDocApprove.cs" />
|
|
<Compile Include="ICSMOIssueDocNegative.cs" />
|
|
<Compile Include="ICSOtherInDoc.cs" />
|
|
<Compile Include="ICSOtherOutDoc.cs" />
|
|
<Compile Include="ICSOutsourcingIssueDoc.cs" />
|
|
<Compile Include="ICSOutsourcingIssueDoNegative.cs" />
|
|
<Compile Include="ICSOutsourcingOrder.cs" />
|
|
<Compile Include="ICSOutsourcingOrderPick.cs" />
|
|
<Compile Include="ICSOutsourcingReceiveDoc.cs" />
|
|
<Compile Include="ICSOutsourcingReceiveDocNegative.cs" />
|
|
<Compile Include="ICSOutsourcingReturnBack.cs" />
|
|
<Compile Include="ICSPOArrive.cs" />
|
|
<Compile Include="ICSPurchaseOrder.cs" />
|
|
<Compile Include="ICSPOTest.cs" />
|
|
<Compile Include="ICSPUArrivalVouch.cs" />
|
|
<Compile Include="ICSPurchaseRequisition.cs" />
|
|
<Compile Include="ICSPurchaseReturnBack.cs" />
|
|
<Compile Include="ICSPurchaseReceiveDoc.cs" />
|
|
<Compile Include="ICSRdrecord11.cs" />
|
|
<Compile Include="ICSReturnDoc.cs" />
|
|
<Compile Include="ICSSalesDeliveryNotice.cs" />
|
|
<Compile Include="ICSSalesOrder.cs" />
|
|
<Compile Include="ICSSalesReturnBack.cs" />
|
|
<Compile Include="ICSSalesShipmentDoc.cs" />
|
|
<Compile Include="ICSSalesShipmentDocNegative.cs" />
|
|
<Compile Include="ICSsourcingIssueDoc.cs" />
|
|
<Compile Include="ICSTransferDoc.cs" />
|
|
<Compile Include="ICSUserInfo.cs" />
|
|
<Compile Include="ICSWareHouseLotInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Result.cs" />
|
|
<Compile Include="VouchKey.cs" />
|
|
</ItemGroup>
|
|
<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>
|