4.FMS.BLL.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>{1B28687F-6783-48A7-96B6-84C0592038AB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FMS.BLL</RootNamespace>
  11. <AssemblyName>FMS.BLL</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="MySql.Data">
  45. <HintPath>..\ShareLib\第三方\MySql.Data.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Core" />
  49. <Reference Include="System.Web" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="Bd\BdBaseDataBLL.cs" />
  56. <Compile Include="Bd\BdBaseDataDetailBLL.cs" />
  57. <Compile Include="Bd\BdExchangeBLL.cs" />
  58. <Compile Include="Bd\BdExtendDataBLL.cs" />
  59. <Compile Include="Bd\BdExtendTypeBLL.cs" />
  60. <Compile Include="Bdky\BdKyJcxxBLL.cs" />
  61. <Compile Include="Bd\BdMoudleBodyBLL.cs" />
  62. <Compile Include="Bd\BdMoudleHeadBLL.cs" />
  63. <Compile Include="Bd\BdServiceBLL.cs" />
  64. <Compile Include="Bd\BdServiceKmBLL.cs" />
  65. <Compile Include="Bd\BdServiceTypeBLL.cs" />
  66. <Compile Include="Common\ContextUserInfo.cs" />
  67. <Compile Include="Common\FmsCommonFun.cs" />
  68. <Compile Include="Common\NoManager.cs" />
  69. <Compile Include="Crm\CrmCustomerAddressBLL.cs" />
  70. <Compile Include="Crm\CrmCustomerBizBLL.cs" />
  71. <Compile Include="Crm\CrmCustomerBLL.cs" />
  72. <Compile Include="Crm\CrmCustomerHtBLL.cs" />
  73. <Compile Include="Crm\CrmCustomerKpxxBLL.cs" />
  74. <Compile Include="Crm\CrmCustomerLinkBLL.cs" />
  75. <Compile Include="Crm\CrmSfhrBLL.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="Common\Extend.cs" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ProjectReference Include="..\FMS.DAL\6.FMS.DAL.csproj">
  81. <Project>{9da94f49-0d4c-4b2e-bf7a-bc72bcb6cf39}</Project>
  82. <Name>6.FMS.DAL</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\FMS.Entity\7.FMS.Entity.csproj">
  85. <Project>{b26fb64b-efc8-4048-941e-90b500c54ff4}</Project>
  86. <Name>7.FMS.Entity</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\FMS.VAL\5.FMS.VAL.csproj">
  89. <Project>{3eb27ec7-19c2-434c-876e-79daacf56763}</Project>
  90. <Name>5.FMS.VAL</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <ItemGroup />
  94. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  95. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  96. Other similar extension points exist, see Microsoft.Common.targets.
  97. <Target Name="BeforeBuild">
  98. </Target>
  99. <Target Name="AfterBuild">
  100. </Target>
  101. -->
  102. </Project>