7.FMS.Entity.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" 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>{B26FB64B-EFC8-4048-941E-90B500C54FF4}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FMS.Entity</RootNamespace>
  11. <AssemblyName>FMS.Entity</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="ECI.Speed.Core, Version=1.0.0.1040, Culture=neutral, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>..\ShareLib\开发平台\ECI.Speed.Core.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Xml" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Compile Include="Entity\BD_BASE_DATA.cs" />
  53. <Compile Include="Entity\BD_BASE_DATA_DETAIL.cs" />
  54. <Compile Include="Entity\BD_EXCHANGE.cs" />
  55. <Compile Include="Entity\BD_EXTEND_DATA.cs" />
  56. <Compile Include="Entity\BD_EXTEND_TYPE.cs" />
  57. <Compile Include="Entity\BD_HY_CM.cs" />
  58. <Compile Include="Entity\BD_HY_CS.cs" />
  59. <Compile Include="Entity\BD_HY_DCCK.cs" />
  60. <Compile Include="Entity\BD_HY_HG.cs" />
  61. <Compile Include="Entity\BD_KY_CKHZ.cs" />
  62. <Compile Include="Entity\BD_KY_CKHZ_JHR.cs" />
  63. <Compile Include="Entity\BD_KY_FJF.cs" />
  64. <Compile Include="Entity\BD_KY_GBJ.cs" />
  65. <Compile Include="Entity\BD_KY_HB.cs" />
  66. <Compile Include="Entity\BD_KY_HB_HC.cs" />
  67. <Compile Include="Entity\BD_KY_HKGS.cs" />
  68. <Compile Include="Entity\BD_KY_JCXX.cs" />
  69. <Compile Include="Entity\BD_KY_JX.cs" />
  70. <Compile Include="Entity\BD_MOUDLE_BODY.cs" />
  71. <Compile Include="Entity\BD_MOUDLE_HEAD.cs" />
  72. <Compile Include="Entity\BD_SERVICE.cs" />
  73. <Compile Include="Entity\BD_SERVICE_KM.cs" />
  74. <Compile Include="Entity\BD_SERVICE_TYPE.cs" />
  75. <Compile Include="Entity\BD_KY_ZDGL.cs" />
  76. <Compile Include="Entity\CRM_CUSTOMER.cs" />
  77. <Compile Include="Entity\CRM_CUSTOMER_ADDRESS.cs" />
  78. <Compile Include="Entity\CRM_CUSTOMER_BIZ.cs" />
  79. <Compile Include="Entity\CRM_CUSTOMER_HT.cs" />
  80. <Compile Include="Entity\CRM_CUSTOMER_KPXX.cs" />
  81. <Compile Include="Entity\CRM_CUSTOMER_LINK.cs" />
  82. <Compile Include="Entity\CRM_SFHR.cs" />
  83. <Compile Include="Operation\BusinessOperation.cs" />
  84. <Compile Include="Operation\OperManager.cs" />
  85. <Compile Include="Param\WMSParam.cs" />
  86. <Compile Include="Param\WMSParamList.cs" />
  87. <Compile Include="Properties\AssemblyInfo.cs" />
  88. <Compile Include="State\DemoStatus.cs" />
  89. <Compile Include="State\States.cs" />
  90. </ItemGroup>
  91. <ItemGroup />
  92. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  93. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  94. Other similar extension points exist, see Microsoft.Common.targets.
  95. <Target Name="BeforeBuild">
  96. </Target>
  97. <Target Name="AfterBuild">
  98. </Target>
  99. -->
  100. </Project>