You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

166 lines
9.3 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{4D033392-BBB8-4B5F-9144-A42E7695847E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.Extention</RootNamespace>
  11. <AssemblyName>Learun.Application.Extention</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Common.Logging, Version=2.1.2.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL">
  43. <HintPath>..\..\..\packages\Common.Logging.2.1.2\lib\net40\Common.Logging.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
  46. <HintPath>..\..\..\packages\Dapper.1.50.2\lib\net451\Dapper.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  49. <HintPath>..\..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  52. <HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  55. <HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.Practices.Unity.RegistrationByConvention, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
  58. <HintPath>..\..\..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
  59. </Reference>
  60. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  61. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Quartz, Version=2.2.1.400, Culture=neutral, PublicKeyToken=f6b8c98a402cc8a4, processorArchitecture=MSIL">
  64. <HintPath>..\..\..\packages\Quartz.2.2.1\lib\net40\Quartz.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.ComponentModel.DataAnnotations" />
  68. <Reference Include="System.Configuration" />
  69. <Reference Include="System.Core" />
  70. <Reference Include="System.Runtime.Remoting" />
  71. <Reference Include="System.Xml.Linq" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="Microsoft.CSharp" />
  74. <Reference Include="System.Data" />
  75. <Reference Include="System.Net.Http" />
  76. <Reference Include="System.Xml" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="DisplayBoardManage\LR_KBConfigInfo\LR_KBConfigInfoBLL.cs" />
  80. <Compile Include="DisplayBoardManage\LR_KBConfigInfo\LR_KBConfigInfoEntity.cs" />
  81. <Compile Include="DisplayBoardManage\LR_KBConfigInfo\LR_KBConfigInfoIBLL.cs" />
  82. <Compile Include="DisplayBoardManage\LR_KBConfigInfo\LR_KBConfigInfoModel.cs" />
  83. <Compile Include="DisplayBoardManage\LR_KBConfigInfo\LR_KBConfigInfoService.cs" />
  84. <Compile Include="DisplayBoardManage\LR_KBFeaManage\LR_KBFeaManageBLL.cs" />
  85. <Compile Include="DisplayBoardManage\LR_KBFeaManage\LR_KBFeaManageEntity.cs" />
  86. <Compile Include="DisplayBoardManage\LR_KBFeaManage\LR_KBFeaManageIBLL.cs" />
  87. <Compile Include="DisplayBoardManage\LR_KBFeaManage\LR_KBFeaManageService.cs" />
  88. <Compile Include="DisplayBoardManage\LR_KBKanBanInfo\LR_KBKanBanInfoBLL.cs" />
  89. <Compile Include="DisplayBoardManage\LR_KBKanBanInfo\LR_KBKanBanInfoEntity.cs" />
  90. <Compile Include="DisplayBoardManage\LR_KBKanBanInfo\LR_KBKanBanInfoIBLL.cs" />
  91. <Compile Include="DisplayBoardManage\LR_KBKanBanInfo\LR_KBKanBanInfoService.cs" />
  92. <Compile Include="PortalSiteManage\Article\ArticleBLL.cs" />
  93. <Compile Include="PortalSiteManage\Article\ArticleEntity.cs" />
  94. <Compile Include="PortalSiteManage\Article\ArticleIBLL.cs" />
  95. <Compile Include="PortalSiteManage\Article\ArticleService.cs" />
  96. <Compile Include="PortalSiteManage\HomeConfig\HomeConfigBLL.cs" />
  97. <Compile Include="PortalSiteManage\HomeConfig\HomeConfigEntity.cs" />
  98. <Compile Include="PortalSiteManage\HomeConfig\HomeConfigIBLL.cs" />
  99. <Compile Include="PortalSiteManage\HomeConfig\HomeConfigService.cs" />
  100. <Compile Include="PortalSiteManage\Page\PageBLL.cs" />
  101. <Compile Include="PortalSiteManage\Page\PageEntity.cs" />
  102. <Compile Include="PortalSiteManage\Page\PageIBLL.cs" />
  103. <Compile Include="PortalSiteManage\Page\PageService.cs" />
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. <Compile Include="TaskScheduling\ITsMethod.cs" />
  106. <Compile Include="TaskScheduling\Log\TSLogBLL.cs" />
  107. <Compile Include="TaskScheduling\Log\TSLogEntity.cs" />
  108. <Compile Include="TaskScheduling\Log\TSLogIBLL.cs" />
  109. <Compile Include="TaskScheduling\Log\TSLogService.cs" />
  110. <Compile Include="TaskScheduling\Process\TSProcessBLL.cs" />
  111. <Compile Include="TaskScheduling\Process\TSProcessEntity.cs" />
  112. <Compile Include="TaskScheduling\Process\TSProcessIBLL.cs" />
  113. <Compile Include="TaskScheduling\Process\TSProcessService.cs" />
  114. <Compile Include="TaskScheduling\QuartzHelper.cs" />
  115. <Compile Include="TaskScheduling\SchedulingHelper.cs" />
  116. <Compile Include="TaskScheduling\Scheme\TSSchemeBLL.cs" />
  117. <Compile Include="TaskScheduling\Scheme\TSSchemeEntity.cs" />
  118. <Compile Include="TaskScheduling\Scheme\TSSchemeIBLL.cs" />
  119. <Compile Include="TaskScheduling\Scheme\TSSchemeInfoEntity.cs" />
  120. <Compile Include="TaskScheduling\Scheme\TSSchemeModel.cs" />
  121. <Compile Include="TaskScheduling\Scheme\TSSchemeService.cs" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  125. <Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
  126. <Name>Learun.Cache.Base</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\..\Learun.Cache\LeaRun.Cache.Factory\Learun.Cache.Factory.csproj">
  129. <Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
  130. <Name>Learun.Cache.Factory</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Redis\Learun.Cache.Redis.csproj">
  133. <Project>{13808645-2013-4896-8ee2-65144e222c69}</Project>
  134. <Name>Learun.Cache.Redis</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  137. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  138. <Name>Learun.DataBase.Repository</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase\Learun.DataBase.csproj">
  141. <Project>{c329f9e1-4327-4769-9d08-07e6fec41005}</Project>
  142. <Name>Learun.DataBase</Name>
  143. </ProjectReference>
  144. <ProjectReference Include="..\..\Learun.Ioc\Learun.Ioc.csproj">
  145. <Project>{81c03609-ae0d-414c-829b-16b990487add}</Project>
  146. <Name>Learun.Ioc</Name>
  147. </ProjectReference>
  148. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  149. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  150. <Name>Learun.Util</Name>
  151. </ProjectReference>
  152. <ProjectReference Include="..\Learun.Application.Base\Learun.Application.Base.csproj">
  153. <Project>{0cdd0dc8-74cf-4c71-923c-66204a8923d3}</Project>
  154. <Name>Learun.Application.Base</Name>
  155. </ProjectReference>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <None Include="app.config" />
  159. <None Include="job_scheduling_data_2_0.xsd">
  160. <SubType>Designer</SubType>
  161. </None>
  162. <None Include="packages.config" />
  163. </ItemGroup>
  164. <ItemGroup />
  165. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  166. </Project>