6.FMS.DAL.csproj 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>{9DA94F49-0D4C-4B2E-BF7A-BC72BCB6CF39}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FMS.DAL</RootNamespace>
  11. <AssemblyName>FMS.DAL</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">
  42. <HintPath>..\ShareLib\开发平台\ECI.Speed.Core.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Bdky\BdKyCkhzDAL.cs" />
  52. <Compile Include="Bdky\BdKyCkhzJhrDAL.cs" />
  53. <Compile Include="Bdky\BdKyFjfDAL.cs" />
  54. <Compile Include="Bdky\BdKyGbjDAL.cs" />
  55. <Compile Include="Bdky\BdKyHkgsDAL.cs" />
  56. <Compile Include="Bdky\BdKyJcxxDAL.cs" />
  57. <Compile Include="Bdky\BdKyJxDAL.cs" />
  58. <Compile Include="Bd\BdBaseDataDAL.cs" />
  59. <Compile Include="Bd\BdBaseDataDetailDAL.cs" />
  60. <Compile Include="Bd\BdExchangeDAL.cs" />
  61. <Compile Include="Bd\BdExtendDataDAL.cs" />
  62. <Compile Include="Bd\BdExtendTypeDAL.cs" />
  63. <Compile Include="Bd\BdMoudleBodyDAL.cs" />
  64. <Compile Include="Bd\BdMoudleHeadDAL.cs" />
  65. <Compile Include="Bd\BdServiceDAL.cs" />
  66. <Compile Include="Bd\BdServiceKmDAL.cs" />
  67. <Compile Include="Bd\BdServiceTypeDAL.cs" />
  68. <Compile Include="Bd\BdKYZdglDAL.cs" />
  69. <Compile Include="Common\ContextUserInfo.cs" />
  70. <Compile Include="Crm\CrmCustomerAddressDAL.cs" />
  71. <Compile Include="Crm\CrmCustomerBizDAL.cs" />
  72. <Compile Include="Crm\CrmCustomerDAL.cs" />
  73. <Compile Include="Crm\CrmCustomerHtDAL.cs" />
  74. <Compile Include="Crm\CrmCustomerKpxxDAL.cs" />
  75. <Compile Include="Crm\CrmCustomerLinkDAL.cs" />
  76. <Compile Include="Crm\CrmSfhrDAL.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\FMS.Entity\7.FMS.Entity.csproj">
  81. <Project>{b26fb64b-efc8-4048-941e-90b500c54ff4}</Project>
  82. <Name>7.FMS.Entity</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\FMS.Common\8.FMS.Common.csproj">
  85. <Project>{c644fe45-ee74-4c42-8e89-69101a7da5a1}</Project>
  86. <Name>8.FMS.Common</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>