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

91 lines
4.0 KiB

3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
2 years ago
2 years ago
3 years ago
2 years ago
3 years ago
3 years ago
3 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{9D26A712-D243-4E25-A473-61C5C2D9ED6A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ICSSoft.DataProject</RootNamespace>
  11. <AssemblyName>ICSSoft.DataProject</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <TargetFrameworkProfile />
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</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, Version=2.0.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  44. <HintPath>..\packages\log4net.2.0.13\lib\net45\log4net.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\ICSSoft.WMS.WebAPI\bin\Newtonsoft.Json.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Configuration" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Web" />
  54. <Reference Include="System.Xml.Linq" />
  55. <Reference Include="System.Data.DataSetExtensions" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Xml" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="ICSControlModeService.cs" />
  63. <Compile Include="ICSDefiniteLanguageService.cs" />
  64. <Compile Include="ICSLibrary.cs" />
  65. <Compile Include="ICSCompleteVerificationService.cs" />
  66. <Compile Include="ICSWareHouseService.cs" />
  67. <Compile Include="ICSSalesService.cs" />
  68. <Compile Include="ICSManufactureService.cs" />
  69. <Compile Include="ICSPurchaseService.cs" />
  70. <Compile Include="ICSSubmitService.cs" />
  71. <Compile Include="ICSOutsourcingService.cs" />
  72. <Compile Include="ICSWareHouseLotInfoService.cs" />
  73. <Compile Include="ICSUserPowerService.cs" />
  74. <Compile Include="ICSWMSVersions.cs" />
  75. <Compile Include="LanguageHelper.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <ProjectReference Include="..\ICSSoft.Common\ICSSoft.Common.csproj">
  80. <Project>{ee45f7a5-17ee-4707-a617-8c00dd36fc01}</Project>
  81. <Name>ICSSoft.Common</Name>
  82. </ProjectReference>
  83. <ProjectReference Include="..\ICSSoft.Entity\ICSSoft.Entity.csproj">
  84. <Project>{834E9A76-1D9E-4EBD-9321-0B362A06A367}</Project>
  85. <Name>ICSSoft.Entity</Name>
  86. </ProjectReference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="packages.config" />
  90. </ItemGroup>
  91. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  92. </Project>