6.FMS.DAL.csproj 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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\BdKyJcxxDAL.cs" />
  52. <Compile Include="Bd\BdBaseDataDAL.cs" />
  53. <Compile Include="Bd\BdBaseDataDetailDAL.cs" />
  54. <Compile Include="Bd\BdExchangeDAL.cs" />
  55. <Compile Include="Bd\BdExtendDataDAL.cs" />
  56. <Compile Include="Bd\BdExtendTypeDAL.cs" />
  57. <Compile Include="Bd\BdMoudleBodyDAL.cs" />
  58. <Compile Include="Bd\BdMoudleHeadDAL.cs" />
  59. <Compile Include="Bd\BdServiceDAL.cs" />
  60. <Compile Include="Bd\BdServiceKmDAL.cs" />
  61. <Compile Include="Bd\BdServiceTypeDAL.cs" />
  62. <Compile Include="Common\ContextUserInfo.cs" />
  63. <Compile Include="Crm\CrmCustomerAddressDAL.cs" />
  64. <Compile Include="Crm\CrmCustomerBizDAL.cs" />
  65. <Compile Include="Crm\CrmCustomerDAL.cs" />
  66. <Compile Include="Crm\CrmCustomerHtDAL.cs" />
  67. <Compile Include="Crm\CrmCustomerKpxxDAL.cs" />
  68. <Compile Include="Crm\CrmCustomerLinkDAL.cs" />
  69. <Compile Include="Crm\CrmSfhrDAL.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ProjectReference Include="..\FMS.Entity\7.FMS.Entity.csproj">
  74. <Project>{b26fb64b-efc8-4048-941e-90b500c54ff4}</Project>
  75. <Name>7.FMS.Entity</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\FMS.Common\8.FMS.Common.csproj">
  78. <Project>{c644fe45-ee74-4c42-8e89-69101a7da5a1}</Project>
  79. <Name>8.FMS.Common</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  84. Other similar extension points exist, see Microsoft.Common.targets.
  85. <Target Name="BeforeBuild">
  86. </Target>
  87. <Target Name="AfterBuild">
  88. </Target>
  89. -->
  90. </Project>