LeaRun.Application.Busines.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{21566527-8F54-4A8D-AA68-7662C2C31FB9}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LeaRun.Application.Busines</RootNamespace>
  11. <AssemblyName>LeaRun.Application.Busines</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="LeaRun.Cache, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\..\Lib\LeaRun.Cache.dll</HintPath>
  43. </Reference>
  44. <Reference Include="LeaRun.Cache.Factory, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\Lib\LeaRun.Cache.Factory.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System">
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="System.Core">
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System.Drawing">
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System.Xml.Linq">
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="System.Data.DataSetExtensions">
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="Microsoft.CSharp">
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="System.Data">
  67. <Private>True</Private>
  68. </Reference>
  69. <Reference Include="System.Xml">
  70. <Private>True</Private>
  71. </Reference>
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Compile Include="AccountBLL.cs" />
  75. <Compile Include="AuthorizeManage\AuthorizeBLL.cs" />
  76. <Compile Include="AuthorizeManage\ModuleFormBLL.cs" />
  77. <Compile Include="AuthorizeManage\ModuleFormInstanceBLL.cs" />
  78. <Compile Include="BaseManage\Base_ModuleBLL.cs" />
  79. <Compile Include="BaseManage\OrganizeBLL.cs" />
  80. <Compile Include="BaseManage\studentBLL.cs" />
  81. <Compile Include="CustomerManage\CashBalanceBLL.cs" />
  82. <Compile Include="CustomerManage\ChanceBLL.cs" />
  83. <Compile Include="CustomerManage\ExpensesBLL.cs" />
  84. <Compile Include="CustomerManage\InvoiceBLL.cs" />
  85. <Compile Include="CustomerManage\ReceivableBLL.cs" />
  86. <Compile Include="CustomerManage\ReceivableReportBLL.cs" />
  87. <Compile Include="CustomerManage\TrailRecordBLL.cs" />
  88. <Compile Include="CustomerManage\CustomerBLL.cs" />
  89. <Compile Include="CustomerManage\CustomerContactBLL.cs" />
  90. <Compile Include="CustomerManage\OrderBLL.cs" />
  91. <Compile Include="CustomerManage\OrderEntryBLL.cs" />
  92. <Compile Include="DataAlarm\AlermTypeBLL.cs" />
  93. <Compile Include="DemoManage\OfficeRkBLL.cs" />
  94. <Compile Include="DMAManage\DifferenceAnalysisBLL.cs" />
  95. <Compile Include="DMAManage\PartitionDrawBLL.cs" />
  96. <Compile Include="DMAManage\PartitionReportBLL.cs" />
  97. <Compile Include="DMAManage\PartitionSettingBLL.cs" />
  98. <Compile Include="DMAManage\PartitionsManageBLL.cs" />
  99. <Compile Include="DMAManage\PartitionsBLL.cs" />
  100. <Compile Include="FlowManage\WFDelegate.cs" />
  101. <Compile Include="FlowManage\WFRuntimeBLL.cs" />
  102. <Compile Include="FlowManage\WFSchemeInfoBLL.cs" />
  103. <Compile Include="FlowManage\WFFrmMainBLL.cs" />
  104. <Compile Include="InstallManage\InstallApplyBLL.cs" />
  105. <Compile Include="InstallManage\InstallDudgetBLL.cs" />
  106. <Compile Include="JiangSuWaterResource\AreaAndDeviceBLL.cs" />
  107. <Compile Include="NBManage\NBAreasBLL.cs" />
  108. <Compile Include="NBManage\NBChangeMeterBLL.cs" />
  109. <Compile Include="NBManage\NBDevManufacturerBLL.cs" />
  110. <Compile Include="NBManage\NBDevManufacturerCodeBLL.cs" />
  111. <Compile Include="NBManage\NBDevTypeBLL.cs" />
  112. <Compile Include="NBManage\NBEquipmentDebugBLL.cs" />
  113. <Compile Include="NBManage\NBHistoryBLL.cs" />
  114. <Compile Include="NBManage\NBMeterTypeManageBLL.cs" />
  115. <Compile Include="NBManage\NBSubscribeListenerBLL.cs" />
  116. <Compile Include="NBManage\NBTypeCodeBLL.cs" />
  117. <Compile Include="NBManage\NBUserManageBLL.cs" />
  118. <Compile Include="NBManage\NBValveControlBLL.cs" />
  119. <Compile Include="NBManage\OpenCloseSearchBLL.cs" />
  120. <Compile Include="NBManage\ReSetReportNumBLL.cs" />
  121. <Compile Include="PipeNetworkManage\AnalysisBLL.cs" />
  122. <Compile Include="PipeNetworkManage\AotuMeterBLL.cs" />
  123. <Compile Include="PipeNetworkManage\HistoryBLL.cs" />
  124. <Compile Include="PipeNetworkManage\MeterBLL.cs" />
  125. <Compile Include="PipeNetworkManage\PipeMapBLL.cs" />
  126. <Compile Include="PipeNetworkManage\PressureBLL.cs" />
  127. <Compile Include="PipeNetworkManage\RealTimeMonitoringBLL.cs" />
  128. <Compile Include="PipeNetworkManage\FlowBLL.cs" />
  129. <Compile Include="PublicInfoManage\ScheduleBLL.cs" />
  130. <Compile Include="ReportManage\RptTempBLL.cs" />
  131. <Compile Include="SecondaryWaterSupply\DeviceBLL.cs" />
  132. <Compile Include="SecondaryWaterSupply\HistoryBLL.cs" />
  133. <Compile Include="SystemManage\LogBLL.cs" />
  134. <Compile Include="SystemManage\CodeRuleBLL.cs" />
  135. <Compile Include="PublicInfoManage\EmailCategoryBLL.cs" />
  136. <Compile Include="PublicInfoManage\EmailContentBLL.cs" />
  137. <Compile Include="MessageManage\IMContentBLL.cs" />
  138. <Compile Include="MessageManage\IMGroupBLL.cs" />
  139. <Compile Include="MessageManage\IMUserBLL.cs" />
  140. <Compile Include="PublicInfoManage\FileFolderBLL.cs" />
  141. <Compile Include="PublicInfoManage\FileInfoBLL.cs" />
  142. <Compile Include="PublicInfoManage\NewsBLL.cs" />
  143. <Compile Include="PublicInfoManage\NoticeBLL.cs" />
  144. <Compile Include="SystemManage\DataBaseBackupBLL.cs" />
  145. <Compile Include="AuthorizeManage\FilterIPBLL.cs" />
  146. <Compile Include="AuthorizeManage\FilterTimeBLL.cs" />
  147. <Compile Include="SystemManage\DataBaseTableBLL.cs" />
  148. <Compile Include="SystemManage\DataBaseLinkBLL.cs" />
  149. <Compile Include="SystemManage\AreaBLL.cs" />
  150. <Compile Include="AuthorizeManage\ModuleBLL.cs" />
  151. <Compile Include="AuthorizeManage\ModuleButtonBLL.cs" />
  152. <Compile Include="AuthorizeManage\ModuleColumnBLL.cs" />
  153. <Compile Include="AuthorizeManage\PermissionBLL.cs" />
  154. <Compile Include="BaseManage\DepartmentBLL.cs" />
  155. <Compile Include="BaseManage\UserBLL.cs" />
  156. <Compile Include="BaseManage\PostBLL.cs" />
  157. <Compile Include="BaseManage\JobBLL.cs" />
  158. <Compile Include="BaseManage\UserGroupBLL.cs" />
  159. <Compile Include="SystemManage\DataItemBLL.cs" />
  160. <Compile Include="SystemManage\DataItemDetailBLL.cs" />
  161. <Compile Include="Properties\AssemblyInfo.cs" />
  162. <Compile Include="BaseManage\RoleBLL.cs" />
  163. <Compile Include="WarehouseManage\WMCalculateUnitBLL.cs" />
  164. <Compile Include="WarehouseManage\WMMaterialTypeBLL.cs" />
  165. <Compile Include="WarehouseManage\WMSalesBll.cs" />
  166. <Compile Include="WarehouseManage\WMSupplierBLL.cs" />
  167. <Compile Include="WarehouseManage\WMSupplierTypeBLL.cs" />
  168. <Compile Include="WarehouseManage\WMWarehousBLL.cs" />
  169. <Compile Include="WaterWell\DayReportBLL.cs" />
  170. <Compile Include="WaterWell\DeviceBLL.cs" />
  171. <Compile Include="WaterWell\EquipmentManagementBLL.cs" />
  172. <Compile Include="WaterWell\MonthReportBLL.cs" />
  173. <Compile Include="WaterWell\QuarterReportBLL.cs" />
  174. <Compile Include="WaterWell\RealCurveBLL.cs" />
  175. <Compile Include="WaterWell\RealDataBLL.cs" />
  176. <Compile Include="WaterWell\WaterWellHistoryBLL.cs" />
  177. <Compile Include="WaterWell\WaterWellMapBLL.cs" />
  178. <Compile Include="WeChatManage\WeChatAppBLL.cs" />
  179. <Compile Include="WeChatManage\WeChatOrganizeBLL.cs" />
  180. <Compile Include="WeChatManage\WeChatUserBLL.cs" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <None Include="app.config" />
  184. </ItemGroup>
  185. <ItemGroup>
  186. <ProjectReference Include="..\..\LeaRun.Data\LeaRun.Data.Repository\LeaRun.Data.Repository.csproj">
  187. <Project>{1751a2dd-0f00-4c76-b180-97e8f72fe078}</Project>
  188. <Name>LeaRun.Data.Repository</Name>
  189. </ProjectReference>
  190. <ProjectReference Include="..\..\LeaRun.Util.SignalR\LeaRun.Util.SignalR.csproj">
  191. <Project>{6bc8c632-4985-4e7e-b5ca-375d400ea8a5}</Project>
  192. <Name>LeaRun.Util.SignalR</Name>
  193. </ProjectReference>
  194. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.Extension\LeaRun.Util.Extension.csproj">
  195. <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
  196. <Name>LeaRun.Util.Extension</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.Offices\LeaRun.Util.Offices.csproj">
  199. <Project>{4f8b359e-b664-48c0-88d0-31c140602654}</Project>
  200. <Name>LeaRun.Util.Offices</Name>
  201. </ProjectReference>
  202. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.WebControl\LeaRun.Util.WebControl.csproj">
  203. <Project>{93f81df7-5a0b-4a13-a90e-8cf7c41955c3}</Project>
  204. <Name>LeaRun.Util.WebControl</Name>
  205. </ProjectReference>
  206. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.WeChat\LeaRun.Util.WeChat.csproj">
  207. <Project>{a610b831-7b6a-4e53-8c5d-9b3f0707e349}</Project>
  208. <Name>LeaRun.Util.WeChat</Name>
  209. </ProjectReference>
  210. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util\LeaRun.Util.csproj">
  211. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  212. <Name>LeaRun.Util</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\LeaRun.Application.Code\LeaRun.Application.Code.csproj">
  215. <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
  216. <Name>LeaRun.Application.Code</Name>
  217. </ProjectReference>
  218. <ProjectReference Include="..\LeaRun.Application.Entity\LeaRun.Application.Entity.csproj">
  219. <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
  220. <Name>LeaRun.Application.Entity</Name>
  221. </ProjectReference>
  222. <ProjectReference Include="..\LeaRun.Application.IService\LeaRun.Application.IService.csproj">
  223. <Project>{6ce11ff9-1cb7-494e-89c7-5f06bea94211}</Project>
  224. <Name>LeaRun.Application.IService</Name>
  225. </ProjectReference>
  226. <ProjectReference Include="..\LeaRun.Application.Service\LeaRun.Application.Service.csproj">
  227. <Project>{d6b8abea-c923-4605-99a9-b7aca5de4d8a}</Project>
  228. <Name>LeaRun.Application.Service</Name>
  229. </ProjectReference>
  230. </ItemGroup>
  231. <ItemGroup />
  232. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  233. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  234. Other similar extension points exist, see Microsoft.Common.targets.
  235. <Target Name="BeforeBuild">
  236. </Target>
  237. <Target Name="AfterBuild">
  238. </Target>
  239. -->
  240. </Project>