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

93 lines
4.1 KiB

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.5</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. </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="log4net, Version=2.0.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  43. <HintPath>..\packages\log4net.2.0.13\lib\net45\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\ICSSoft.WebAPI\bin\Newtonsoft.Json.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.Web" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="Microsoft.CSharp" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Net.Http" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="CreateAppVouch.cs" />
  62. <Compile Include="CreatePOArrive.cs" />
  63. <Compile Include="CreatePoMain.cs" />
  64. <Compile Include="CreatePOTest.cs" />
  65. <Compile Include="CreateWareHouseLotInfo.cs" />
  66. <Compile Include="ICSUserPowerService.cs" />
  67. <Compile Include="DeliveryNoteDBService.cs" />
  68. <Compile Include="ICSLibrary.cs" />
  69. <Compile Include="ICSTransferBox.cs" />
  70. <Compile Include="ICSUserPowerService.cs" />
  71. <Compile Include="ICSWMSVersions.cs" />
  72. <Compile Include="OutsourcingSevice.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="WMSBarCoreService.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\ICSSoft.Common\ICSSoft.Common.csproj">
  78. <Project>{ee45f7a5-17ee-4707-a617-8c00dd36fc01}</Project>
  79. <Name>ICSSoft.Common</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\ICSSoft.Entity\ICSSoft.Entity.csproj">
  82. <Project>{834E9A76-1D9E-4EBD-9321-0B362A06A367}</Project>
  83. <Name>ICSSoft.Entity</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\ICSSoft.IEntity\ICSSoft.IEntity.csproj">
  86. <Project>{f6aff3ca-fe19-4fbc-810b-dd5a4eb0e806}</Project>
  87. <Name>ICSSoft.IEntity</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <ItemGroup>
  91. <None Include="packages.config" />
  92. </ItemGroup>
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. </Project>