LeaRun.Application.IService.csproj 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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>{6CE11FF9-1CB7-494E-89C7-5F06BEA94211}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LeaRun.Application.IService</RootNamespace>
  11. <AssemblyName>LeaRun.Application.IService</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="System">
  41. <Private>True</Private>
  42. </Reference>
  43. <Reference Include="System.Core">
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="System.Xml.Linq">
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="System.Data.DataSetExtensions">
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="Microsoft.CSharp">
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="System.Data">
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System.Xml">
  59. <Private>True</Private>
  60. </Reference>
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="AuthorizeManage\IAuthorizeService.T.cs" />
  64. <Compile Include="AuthorizeManage\IAuthorizeService.cs" />
  65. <Compile Include="AuthorizeManage\IModuleButtonService.cs" />
  66. <Compile Include="AuthorizeManage\IModuleColumnService.cs" />
  67. <Compile Include="AuthorizeManage\IModuleFormInstanceService.cs" />
  68. <Compile Include="AuthorizeManage\IModuleFormService.cs" />
  69. <Compile Include="AuthorizeManage\IModuleService.cs" />
  70. <Compile Include="AuthorizeManage\IPermissionService.cs" />
  71. <Compile Include="BaseManage\Base_ModuleIService.cs" />
  72. <Compile Include="BaseManage\IDepartmentService.cs" />
  73. <Compile Include="BaseManage\IOrganizeService.cs" />
  74. <Compile Include="BaseManage\IUserService.cs" />
  75. <Compile Include="BaseManage\IRoleService.cs" />
  76. <Compile Include="BaseManage\IPostService.cs" />
  77. <Compile Include="BaseManage\IJobService.cs" />
  78. <Compile Include="BaseManage\IUserGroupService.cs" />
  79. <Compile Include="BaseManage\studentIService.cs" />
  80. <Compile Include="CustomerManage\ICashBalanceService.cs" />
  81. <Compile Include="CustomerManage\IChanceService.cs" />
  82. <Compile Include="CustomerManage\IExpensesService.cs" />
  83. <Compile Include="CustomerManage\IInvoiceService.cs" />
  84. <Compile Include="CustomerManage\IReceivableService.cs" />
  85. <Compile Include="CustomerManage\ITrailRecordService.cs" />
  86. <Compile Include="CustomerManage\ICustomerContactService.cs" />
  87. <Compile Include="CustomerManage\ICustomerService.cs" />
  88. <Compile Include="CustomerManage\IOrderEntryService.cs" />
  89. <Compile Include="CustomerManage\IOrderService.cs" />
  90. <Compile Include="CustomerManage\IReceivableReportService.cs" />
  91. <Compile Include="DemoManage\OfficeRkIService.cs" />
  92. <Compile Include="FlowManage\WFDelegateRecordIService.cs" />
  93. <Compile Include="FlowManage\WFDelegateRuleIService.cs" />
  94. <Compile Include="FlowManage\WFProcessInstanceIService.cs" />
  95. <Compile Include="FlowManage\WFProcessOperationHistoryIService.cs" />
  96. <Compile Include="FlowManage\WFProcessSchemeIService.cs" />
  97. <Compile Include="FlowManage\WFProcessTransitionHistoryIService.cs" />
  98. <Compile Include="FlowManage\WFRuntimeIService.cs" />
  99. <Compile Include="FlowManage\WFSchemeInfoIService.cs" />
  100. <Compile Include="FlowManage\WFSchemeContentIService.cs" />
  101. <Compile Include="FlowManage\WFFrmMainIService.cs" />
  102. <Compile Include="IAccountService.cs" />
  103. <Compile Include="InstallManage\IInstallManageService.cs" />
  104. <Compile Include="PipeNetworkManage\IAnalysisService.cs" />
  105. <Compile Include="PipeNetworkManage\IAutoService.cs" />
  106. <Compile Include="PipeNetworkManage\IHistoryService.cs" />
  107. <Compile Include="PipeNetworkManage\IMeterService.cs" />
  108. <Compile Include="PipeNetworkManage\IPipeMapService.cs" />
  109. <Compile Include="PipeNetworkManage\IPressureService.cs" />
  110. <Compile Include="PipeNetworkManage\IRealTimeMonitoringService.cs" />
  111. <Compile Include="PipeNetworkManage\IFlowService.cs" />
  112. <Compile Include="PublicInfoManage\IScheduleService.cs" />
  113. <Compile Include="ReportManage\IRptTempService.cs" />
  114. <Compile Include="SecondaryWaterSupply\IDeviceService.cs" />
  115. <Compile Include="SecondaryWaterSupply\IHistoryService.cs" />
  116. <Compile Include="SystemManage\ILogService.cs" />
  117. <Compile Include="SystemManage\ICodeRuleService.cs" />
  118. <Compile Include="PublicInfoManage\IFileFolderService.cs" />
  119. <Compile Include="PublicInfoManage\IFileInfoService.cs" />
  120. <Compile Include="PublicInfoManage\IEmailCategoryService.cs" />
  121. <Compile Include="PublicInfoManage\IEmailContentService.cs" />
  122. <Compile Include="PublicInfoManage\INewsService.cs" />
  123. <Compile Include="MessageManage\IMsgContentService.cs" />
  124. <Compile Include="MessageManage\IMsgGroupService.cs" />
  125. <Compile Include="MessageManage\IMsgUserService.cs" />
  126. <Compile Include="PublicInfoManage\INoticeService.cs" />
  127. <Compile Include="SystemManage\IDataBaseBackupService.cs" />
  128. <Compile Include="AuthorizeManage\IFilterIPService.cs" />
  129. <Compile Include="AuthorizeManage\IFilterTimeService.cs" />
  130. <Compile Include="SystemManage\IDataBaseLinkService.cs" />
  131. <Compile Include="SystemManage\IDataBaseTableService.cs" />
  132. <Compile Include="SystemManage\IAreaService.cs" />
  133. <Compile Include="SystemManage\IDataItemDetailService.cs" />
  134. <Compile Include="SystemManage\IDataItemService.cs" />
  135. <Compile Include="Properties\AssemblyInfo.cs" />
  136. <Compile Include="WarehouseManage\IWarehouseManageService.cs" />
  137. <Compile Include="WeChatManage\IWeChatAppService.cs" />
  138. <Compile Include="WeChatManage\IWeChatOrganizeService.cs" />
  139. <Compile Include="WeChatManage\IWeChatUserService.cs" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <ProjectReference Include="..\..\LeaRun.Data\LeaRun.Data.Repository\LeaRun.Data.Repository.csproj">
  143. <Project>{1751a2dd-0f00-4c76-b180-97e8f72fe078}</Project>
  144. <Name>LeaRun.Data.Repository</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.FlowWork\LeaRun.Util.FlowWork.csproj">
  147. <Project>{2db6492a-3cda-40cb-9bab-51f00510b0c2}</Project>
  148. <Name>LeaRun.Util.FlowWork</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.WebControl\LeaRun.Util.WebControl.csproj">
  151. <Project>{93f81df7-5a0b-4a13-a90e-8cf7c41955c3}</Project>
  152. <Name>LeaRun.Util.WebControl</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\LeaRun.Application.Code\LeaRun.Application.Code.csproj">
  155. <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
  156. <Name>LeaRun.Application.Code</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\LeaRun.Application.Entity\LeaRun.Application.Entity.csproj">
  159. <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
  160. <Name>LeaRun.Application.Entity</Name>
  161. </ProjectReference>
  162. </ItemGroup>
  163. <ItemGroup>
  164. <None Include="app.config" />
  165. </ItemGroup>
  166. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  167. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  168. Other similar extension points exist, see Microsoft.Common.targets.
  169. <Target Name="BeforeBuild">
  170. </Target>
  171. <Target Name="AfterBuild">
  172. </Target>
  173. -->
  174. </Project>