LeaRun.Application.Service.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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>{D6B8ABEA-C923-4605-99A9-B7ACA5DE4D8A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LeaRun.Application.Service</RootNamespace>
  11. <AssemblyName>LeaRun.Application.Service</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. <DocumentationFile>bin\Debug\LeaRun.Application.Service.XML</DocumentationFile>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System">
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="System.Core">
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System.Xml.Linq">
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="System.Data.DataSetExtensions">
  54. <Private>True</Private>
  55. </Reference>
  56. <Reference Include="Microsoft.CSharp">
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="System.Data">
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Xml">
  63. <Private>True</Private>
  64. </Reference>
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="AccountService.cs" />
  68. <Compile Include="AuthorizeManage\AuthorizeService.T.cs" />
  69. <Compile Include="AuthorizeManage\AuthorizeService.cs" />
  70. <Compile Include="AuthorizeManage\ModuleFormInstanceService.cs" />
  71. <Compile Include="AuthorizeManage\ModuleFormService.cs" />
  72. <Compile Include="BaseManage\Base_ModuleService.cs" />
  73. <Compile Include="BaseManage\studentService.cs" />
  74. <Compile Include="CustomerManage\CashBalanceService.cs" />
  75. <Compile Include="CustomerManage\ChanceService.cs" />
  76. <Compile Include="CustomerManage\ExpensesService.cs" />
  77. <Compile Include="CustomerManage\InvoiceService.cs" />
  78. <Compile Include="CustomerManage\ReceivableService.cs" />
  79. <Compile Include="CustomerManage\TrailRecordService.cs" />
  80. <Compile Include="CustomerManage\CustomerContactService.cs" />
  81. <Compile Include="CustomerManage\CustomerService.cs" />
  82. <Compile Include="CustomerManage\OrderEntryService.cs" />
  83. <Compile Include="CustomerManage\OrderService.cs" />
  84. <Compile Include="CustomerManage\ReceivableReportService.cs" />
  85. <Compile Include="DataAlarm\AlermTypeService.cs" />
  86. <Compile Include="DemoManage\OfficeRkService.cs" />
  87. <Compile Include="DMAManage\DifferenceAnalysisService.cs" />
  88. <Compile Include="DMAManage\PartitionDrawService.cs" />
  89. <Compile Include="DMAManage\PartitionReportService.cs" />
  90. <Compile Include="DMAManage\PartitionSettingService.cs" />
  91. <Compile Include="DMAManage\PartitionsManageService.cs" />
  92. <Compile Include="DMAManage\PartitionsService.cs" />
  93. <Compile Include="FlowManage\WFDelegateRecordService.cs" />
  94. <Compile Include="FlowManage\WFDelegateRuleService.cs" />
  95. <Compile Include="FlowManage\WFProcessInstanceService.cs" />
  96. <Compile Include="FlowManage\WFProcessOperationHistoryService.cs" />
  97. <Compile Include="FlowManage\WFProcessSchemeService.cs" />
  98. <Compile Include="FlowManage\WFProcessTransitionHistoryService.cs" />
  99. <Compile Include="FlowManage\WFRuntimeService.cs" />
  100. <Compile Include="FlowManage\WFSchemeInfoService.cs" />
  101. <Compile Include="FlowManage\WFSchemeContentService.cs" />
  102. <Compile Include="FlowManage\WFFrmMainService.cs" />
  103. <Compile Include="InstallManage\InstallDudgetService.cs" />
  104. <Compile Include="InstallManage\InstallManageService.cs" />
  105. <Compile Include="JiangSuWaterResourceManage\AreaAndDeviceService.cs" />
  106. <Compile Include="NBManage\AlarmHisService.cs" />
  107. <Compile Include="NBManage\NBAreasService.cs" />
  108. <Compile Include="NBManage\NBChangeMeterService.cs" />
  109. <Compile Include="NBManage\NBDevManufacturerCodeService.cs" />
  110. <Compile Include="NBManage\NBDevManufacturerService.cs" />
  111. <Compile Include="NBManage\NBDevTypeService.cs" />
  112. <Compile Include="NBManage\NBEquipmentDebugService.cs" />
  113. <Compile Include="NBManage\NBHistoryService.cs" />
  114. <Compile Include="NBManage\NBMeterTypeManageService.cs" />
  115. <Compile Include="NBManage\NBSubscribeListenerService.cs" />
  116. <Compile Include="NBManage\NBTypeCodeBLL.cs" />
  117. <Compile Include="NBManage\NBTypeCodeService.cs" />
  118. <Compile Include="NBManage\NBUserManageService.cs" />
  119. <Compile Include="NBManage\NBValveControlService.cs" />
  120. <Compile Include="NBManage\NBWaterUseAbnormality.cs" />
  121. <Compile Include="NBManage\OpenCloseSearchService.cs" />
  122. <Compile Include="NBManage\ReSetMeterAddressService.cs" />
  123. <Compile Include="NBManage\ReSetMeterAllParamService.cs" />
  124. <Compile Include="NBManage\ReSetMeterIntervalService.cs" />
  125. <Compile Include="NBManage\ReSetReportNumService.cs" />
  126. <Compile Include="NBManage\ReSetUpIntervalService.cs" />
  127. <Compile Include="PipeNetworkManage\AnalysisService.cs" />
  128. <Compile Include="PipeNetworkManage\AutoMeterService.cs" />
  129. <Compile Include="PipeNetworkManage\HistoryService.cs" />
  130. <Compile Include="PipeNetworkManage\MeterService.cs" />
  131. <Compile Include="PipeNetworkManage\PipeMapService.cs" />
  132. <Compile Include="PipeNetworkManage\PressureService.cs" />
  133. <Compile Include="PipeNetworkManage\RealTimeMonitoringService.cs" />
  134. <Compile Include="PipeNetworkManage\FlowService.cs" />
  135. <Compile Include="PublicInfoManage\ScheduleService.cs" />
  136. <Compile Include="ReportManage\RptTempService.cs" />
  137. <Compile Include="SecondaryWaterSupply\DeviceService.cs" />
  138. <Compile Include="SecondaryWaterSupply\HistoryService.cs" />
  139. <Compile Include="SystemManage\LogService.cs" />
  140. <Compile Include="SystemManage\CodeRuleService.cs" />
  141. <Compile Include="PublicInfoManage\FileFolderService.cs" />
  142. <Compile Include="PublicInfoManage\FileInfoService.cs" />
  143. <Compile Include="PublicInfoManage\EmailCategoryService.cs" />
  144. <Compile Include="PublicInfoManage\EmailContentService.cs" />
  145. <Compile Include="MessageManage\IMContentService.cs" />
  146. <Compile Include="MessageManage\IMGroupService.cs" />
  147. <Compile Include="MessageManage\IMUserService.cs" />
  148. <Compile Include="PublicInfoManage\NewsService.cs" />
  149. <Compile Include="PublicInfoManage\NoticeService.cs" />
  150. <Compile Include="SystemManage\DataBaseBackupService.cs" />
  151. <Compile Include="AuthorizeManage\FilterIPService.cs" />
  152. <Compile Include="AuthorizeManage\FilterTimeService.cs" />
  153. <Compile Include="SystemManage\DataBaseLinkService.cs" />
  154. <Compile Include="SystemManage\DataBaseTableService.cs" />
  155. <Compile Include="SystemManage\AreaService.cs" />
  156. <Compile Include="AuthorizeManage\ModuleButtonService.cs" />
  157. <Compile Include="AuthorizeManage\ModuleColumnService.cs" />
  158. <Compile Include="AuthorizeManage\ModuleService.cs" />
  159. <Compile Include="AuthorizeManage\PermissionService.cs" />
  160. <Compile Include="BaseManage\DepartmentService.cs" />
  161. <Compile Include="BaseManage\OrganizeService.cs" />
  162. <Compile Include="BaseManage\RoleService.cs" />
  163. <Compile Include="BaseManage\UserService.cs" />
  164. <Compile Include="BaseManage\PostService.cs" />
  165. <Compile Include="BaseManage\JobService.cs" />
  166. <Compile Include="BaseManage\UserGroupService.cs" />
  167. <Compile Include="SystemManage\DataItemDetailService.cs" />
  168. <Compile Include="SystemManage\DataItemService.cs" />
  169. <Compile Include="Properties\AssemblyInfo.cs" />
  170. <Compile Include="WarehouseManage\SalesService.cs" />
  171. <Compile Include="WarehouseManage\WarehouseService.cs" />
  172. <Compile Include="WarehouseManage\WMCalculateUnitService.cs" />
  173. <Compile Include="WarehouseManage\WMMaterialTypeService.cs" />
  174. <Compile Include="WarehouseManage\WMSupplierService.cs" />
  175. <Compile Include="WarehouseManage\WMSupplierTypeService.cs" />
  176. <Compile Include="WarehouseManage\WM_SaleDetailsService.cs" />
  177. <Compile Include="WaterWellManage\DayReportService.cs" />
  178. <Compile Include="WaterWellManage\DeviceInfoService.cs" />
  179. <Compile Include="WaterWellManage\DeviceService.cs" />
  180. <Compile Include="WaterWellManage\EquipmentManagementService.cs" />
  181. <Compile Include="WaterWellManage\HistoryService.cs" />
  182. <Compile Include="WaterWellManage\RealCurveService.cs" />
  183. <Compile Include="WaterWellManage\WaterWellMapService.cs" />
  184. <Compile Include="WaterWellManage\MonthReportService.cs" />
  185. <Compile Include="WaterWellManage\QuarterReportService.cs" />
  186. <Compile Include="WaterWellManage\RealDataService.cs" />
  187. <Compile Include="WeChatManage\WeChatAppService.cs" />
  188. <Compile Include="WeChatManage\WeChatOrganizeService.cs" />
  189. <Compile Include="WeChatManage\WeChatUserService.cs" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ProjectReference Include="..\..\LeaRun.Data\LeaRun.Data.Repository\LeaRun.Data.Repository.csproj">
  193. <Project>{1751a2dd-0f00-4c76-b180-97e8f72fe078}</Project>
  194. <Name>LeaRun.Data.Repository</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\..\LeaRun.Data\LeaRun.Data\LeaRun.Data.csproj">
  197. <Project>{528f308b-d2cd-4bd1-a94f-bf94abef08d7}</Project>
  198. <Name>LeaRun.Data</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.Extension\LeaRun.Util.Extension.csproj">
  201. <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
  202. <Name>LeaRun.Util.Extension</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.FlowWork\LeaRun.Util.FlowWork.csproj">
  205. <Project>{2db6492a-3cda-40cb-9bab-51f00510b0c2}</Project>
  206. <Name>LeaRun.Util.FlowWork</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.Log\LeaRun.Util.Log.csproj">
  209. <Project>{2ef55895-d7dd-42d6-8741-f8100e5c210f}</Project>
  210. <Name>LeaRun.Util.Log</Name>
  211. </ProjectReference>
  212. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.WebControl\LeaRun.Util.WebControl.csproj">
  213. <Project>{93f81df7-5a0b-4a13-a90e-8cf7c41955c3}</Project>
  214. <Name>LeaRun.Util.WebControl</Name>
  215. </ProjectReference>
  216. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util\LeaRun.Util.csproj">
  217. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  218. <Name>LeaRun.Util</Name>
  219. </ProjectReference>
  220. <ProjectReference Include="..\LeaRun.Application.Code\LeaRun.Application.Code.csproj">
  221. <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
  222. <Name>LeaRun.Application.Code</Name>
  223. </ProjectReference>
  224. <ProjectReference Include="..\LeaRun.Application.Entity\LeaRun.Application.Entity.csproj">
  225. <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
  226. <Name>LeaRun.Application.Entity</Name>
  227. </ProjectReference>
  228. <ProjectReference Include="..\LeaRun.Application.IService\LeaRun.Application.IService.csproj">
  229. <Project>{6ce11ff9-1cb7-494e-89c7-5f06bea94211}</Project>
  230. <Name>LeaRun.Application.IService</Name>
  231. </ProjectReference>
  232. </ItemGroup>
  233. <ItemGroup>
  234. <None Include="app.config" />
  235. <None Include="packages.config" />
  236. </ItemGroup>
  237. <ItemGroup />
  238. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  239. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  240. Other similar extension points exist, see Microsoft.Common.targets.
  241. <Target Name="BeforeBuild">
  242. </Target>
  243. <Target Name="AfterBuild">
  244. </Target>
  245. -->
  246. </Project>