纽威
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.

105 lines
4.3 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{834E9A76-1D9E-4EBD-9321-0B362A06A367}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ICSSoft.Entity</RootNamespace>
  12. <AssemblyName>ICSSoft.Entity</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. <SccProjectName>
  17. </SccProjectName>
  18. <SccLocalPath>
  19. </SccLocalPath>
  20. <SccAuxPath>
  21. </SccAuxPath>
  22. <SccProvider>
  23. </SccProvider>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="log4net">
  44. <HintPath>bin\Debug\log4net.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Runtime.Serialization" />
  49. <Reference Include="System.Xml.Linq" />
  50. <Reference Include="System.Data.DataSetExtensions" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="AppVouch.cs" />
  57. <Compile Include="ICSAssemVouch.cs" />
  58. <Compile Include="ICSBrrowDoc.cs" />
  59. <Compile Include="ICSDeliveryNotice.cs" />
  60. <Compile Include="ICSDisassemblyDoc.cs" />
  61. <Compile Include="ICSManufactureOrder.cs" />
  62. <Compile Include="ICSManufactureReceiveDoc.cs" />
  63. <Compile Include="ICSMaterialAppVouch.cs" />
  64. <Compile Include="ICSMOIssueDocApprove.cs" />
  65. <Compile Include="ICSMOIssueDocNegative.cs" />
  66. <Compile Include="ICSOtherInDoc.cs" />
  67. <Compile Include="ICSOtherOutDoc.cs" />
  68. <Compile Include="ICSOutsourcingIssueDoc.cs" />
  69. <Compile Include="ICSOutsourcingIssueDoNegative.cs" />
  70. <Compile Include="ICSOutsourcingOrder.cs" />
  71. <Compile Include="ICSOutsourcingOrderPick.cs" />
  72. <Compile Include="ICSOutsourcingReceiveDoc.cs" />
  73. <Compile Include="ICSOutsourcingReceiveDocNegative.cs" />
  74. <Compile Include="ICSOutsourcingReturnBack.cs" />
  75. <Compile Include="ICSPOArrive.cs" />
  76. <Compile Include="ICSPurchaseOrder.cs" />
  77. <Compile Include="ICSPOTest.cs" />
  78. <Compile Include="ICSPUArrivalVouch.cs" />
  79. <Compile Include="ICSPurchaseRequisition.cs" />
  80. <Compile Include="ICSPurchaseReturnBack.cs" />
  81. <Compile Include="ICSPurchaseReceiveDoc.cs" />
  82. <Compile Include="ICSRdrecord11.cs" />
  83. <Compile Include="ICSReturnDoc.cs" />
  84. <Compile Include="ICSSalesDeliveryNotice.cs" />
  85. <Compile Include="ICSSalesOrder.cs" />
  86. <Compile Include="ICSSalesReturnBack.cs" />
  87. <Compile Include="ICSSalesShipmentDoc.cs" />
  88. <Compile Include="ICSSalesShipmentDocNegative.cs" />
  89. <Compile Include="ICSsourcingIssueDoc.cs" />
  90. <Compile Include="ICSTransferDoc.cs" />
  91. <Compile Include="ICSUserInfo.cs" />
  92. <Compile Include="ICSWareHouseLotInfo.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <Compile Include="Result.cs" />
  95. <Compile Include="VouchKey.cs" />
  96. </ItemGroup>
  97. <ItemGroup />
  98. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  99. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  100. Other similar extension points exist, see Microsoft.Common.targets.
  101. <Target Name="BeforeBuild">
  102. </Target>
  103. <Target Name="AfterBuild">
  104. </Target>
  105. -->
  106. </Project>