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

119 lines
4.7 KiB

  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>{71BE770C-F5BE-46C8-A81C-1897E28DB761}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ICSSoft.FromERP</RootNamespace>
  12. <AssemblyName>ICSSoft.FromERP</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="ICSSoft.SendMail">
  43. <HintPath>..\..\..\智绿SRM\ICSSoft.SendMail.dll</HintPath>
  44. </Reference>
  45. <Reference Include="log4net">
  46. <HintPath>..\..\..\50-job\Scheduler_4.0\Scheduler\JOB\log4net.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json">
  49. <HintPath>..\..\..\50-job\Scheduler_4.0\Scheduler\JOB\Newtonsoft.Json.DLL</HintPath>
  50. </Reference>
  51. <Reference Include="Quartz">
  52. <HintPath>..\..\..\50-job\Scheduler_4.0\Scheduler\JOB\Quartz.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.configuration" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="System.Data.Linq" />
  58. <Reference Include="System.Web" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Xml" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="DBHelper.cs" />
  67. <Compile Include="ICSDeliveryNotice.cs" />
  68. <Compile Include="ICSDisassemblyDoc.cs" />
  69. <Compile Include="ICSICSMOIssue.cs" />
  70. <Compile Include="ICSManufactureReceive.cs" />
  71. <Compile Include="ICSMOIssue.cs" />
  72. <Compile Include="ICSBOM.cs" />
  73. <Compile Include="ConstWorkPoint.cs" />
  74. <Compile Include="ICSBrrow.cs" />
  75. <Compile Include="ICSDepartment.cs" />
  76. <Compile Include="ICSHelper.cs" />
  77. <Compile Include="ICSODeliveryNotice.cs" />
  78. <Compile Include="ICSOIssue.cs" />
  79. <Compile Include="ICSOtherIn.cs" />
  80. <Compile Include="ICSOtherOut.cs" />
  81. <Compile Include="ICSOtherOutIn.cs" />
  82. <Compile Include="ICSMOPick.cs" />
  83. <Compile Include="ICSOutsourcingOrder.cs" />
  84. <Compile Include="ICSOutsourcingReceive.cs" />
  85. <Compile Include="ICSPO.cs" />
  86. <Compile Include="ICSPORed.cs" />
  87. <Compile Include="ICSPurchaseReceive.cs" />
  88. <Compile Include="ICSReturn.cs" />
  89. <Compile Include="ICSSDN.cs" />
  90. <Compile Include="ICSSendEmail.cs" />
  91. <Compile Include="ICSWarehouse.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <Compile Include="ICSInventory.cs" />
  94. <Compile Include="ICSMo.cs" />
  95. <Compile Include="ICSMaterialPICK.cs" />
  96. <Compile Include="ICSTransfer.cs" />
  97. <Compile Include="ICSSoDispatch.cs" />
  98. <Compile Include="ICSOApply.cs" />
  99. <Compile Include="ICSUser.cs" />
  100. <Compile Include="ICSVendor.cs" />
  101. <Compile Include="ICSOOPick.cs" />
  102. <Compile Include="ICSReplenishapply.cs" />
  103. <Compile Include="ICSAssemVouchs.cs" />
  104. <Compile Include="ICSSO.cs" />
  105. <Compile Include="SRMUser.cs" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="App.config">
  109. <SubType>Designer</SubType>
  110. </None>
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  114. Other similar extension points exist, see Microsoft.Common.targets.
  115. <Target Name="BeforeBuild">
  116. </Target>
  117. <Target Name="AfterBuild">
  118. </Target>
  119. -->
  120. </Project>