Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

240 строки
14 KiB

  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>{0CDD0DC8-74CF-4C71-923C-66204A8923D3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.Base</RootNamespace>
  11. <AssemblyName>Learun.Application.Base</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <SccProjectName>
  17. </SccProjectName>
  18. <SccLocalPath>
  19. </SccLocalPath>
  20. <SccAuxPath>
  21. </SccAuxPath>
  22. <SccProvider>
  23. </SccProvider>
  24. <TargetFrameworkProfile />
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Dapper">
  45. <HintPath>..\..\..\packages\Dapper.1.50.2\lib\net45\Dapper.dll</HintPath>
  46. </Reference>
  47. <Reference Include="EntityFramework">
  48. <HintPath>..\..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.dll</HintPath>
  49. </Reference>
  50. <Reference Include="EntityFramework.SqlServer">
  51. <HintPath>..\..\..\packages\EntityFramework.6.1.3\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  54. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.ComponentModel.DataAnnotations" />
  58. <Reference Include="System.Configuration" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Drawing" />
  61. <Reference Include="System.Web" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="AuthorizeModule\Authorize\AuthorizeBLL.cs" />
  70. <Compile Include="AuthorizeModule\Authorize\AuthorizeEntity.cs" />
  71. <Compile Include="AuthorizeModule\Authorize\AuthorizeIBLL.cs" />
  72. <Compile Include="AuthorizeModule\Authorize\AuthorizeService.cs" />
  73. <Compile Include="AuthorizeModule\FilterIP\FilterIPBLL.cs" />
  74. <Compile Include="AuthorizeModule\FilterIP\FilterIPEntity.cs" />
  75. <Compile Include="AuthorizeModule\FilterIP\FilterIPIBLL.cs" />
  76. <Compile Include="AuthorizeModule\FilterIP\FilterIPService.cs" />
  77. <Compile Include="AuthorizeModule\FilterTime\FilterTimeBLL.cs" />
  78. <Compile Include="AuthorizeModule\FilterTime\FilterTimeEntity.cs" />
  79. <Compile Include="AuthorizeModule\FilterTime\FilterTimeIBLL.cs" />
  80. <Compile Include="AuthorizeModule\FilterTime\FilterTimeService.cs" />
  81. <Compile Include="AuthorizeModule\UserRelation\UserRelationBLL.cs" />
  82. <Compile Include="AuthorizeModule\UserRelation\UserRelationEntity.cs" />
  83. <Compile Include="AuthorizeModule\UserRelation\UserRelationIBLL.cs" />
  84. <Compile Include="AuthorizeModule\UserRelation\UserRelationService.cs" />
  85. <Compile Include="CodeGeneratorModule\BaseModel.cs" />
  86. <Compile Include="CodeGeneratorModule\CodeConfigModel.cs" />
  87. <Compile Include="CodeGeneratorModule\CodeGenerator.cs" />
  88. <Compile Include="CodeGeneratorModule\CodeGeneratorApp.cs" />
  89. <Compile Include="CodeGeneratorModule\CodeGeneratorWx.cs" />
  90. <Compile Include="CodeGeneratorModule\ColModel.cs" />
  91. <Compile Include="CodeGeneratorModule\DbTableModel.cs" />
  92. <Compile Include="CodeGeneratorModule\QueryModel.cs" />
  93. <Compile Include="CodeGeneratorModule\CodeFormTabModel.cs" />
  94. <Compile Include="CodeSchemaModule\CodeSchemaBLL.cs" />
  95. <Compile Include="CodeSchemaModule\CodeSchemaIBLL.cs" />
  96. <Compile Include="CodeSchemaModule\CodeSchemaService.cs" />
  97. <Compile Include="CodeSchemaModule\LR_Base_CodeSchemaEntity.cs" />
  98. <Compile Include="Files\FileAuth\FileAuthBLL.cs" />
  99. <Compile Include="Files\FileAuth\FileAuthEntity.cs" />
  100. <Compile Include="Files\FileAuth\FileAuthIBLL.cs" />
  101. <Compile Include="Files\FileAuth\FileAuthService.cs" />
  102. <Compile Include="Files\FileInfo\FileBInfoEntity.cs" />
  103. <Compile Include="Files\FileInfo\FileInfoBLL.cs" />
  104. <Compile Include="Files\FileInfo\FileInfoIBLL.cs" />
  105. <Compile Include="Files\FileInfo\FileInfoService.cs" />
  106. <Compile Include="Files\FileInfo\FilelistEntity.cs" />
  107. <Compile Include="Files\FileInfo\WFFileModel.cs" />
  108. <Compile Include="Files\Folder\FolderBLL.cs" />
  109. <Compile Include="Files\Folder\FolderEntity.cs" />
  110. <Compile Include="Files\Folder\FolderIBLL.cs" />
  111. <Compile Include="Files\Folder\FolderService.cs" />
  112. <Compile Include="SystemModule\CodeRule\CodeRuleBLL.cs" />
  113. <Compile Include="SystemModule\CodeRule\CodeRuleEntity.cs" />
  114. <Compile Include="SystemModule\CodeRule\CodeRuleFormatModel.cs" />
  115. <Compile Include="SystemModule\CodeRule\CodeRuleIBLL.cs" />
  116. <Compile Include="SystemModule\CodeRule\CodeRuleSeedEntity.cs" />
  117. <Compile Include="SystemModule\CodeRule\CodeRuleService.cs" />
  118. <Compile Include="SystemModule\CustmerQuery\CustmerQueryBLL.cs" />
  119. <Compile Include="SystemModule\CustmerQuery\CustmerQueryEntity.cs" />
  120. <Compile Include="SystemModule\CustmerQuery\CustmerQueryIBLL.cs" />
  121. <Compile Include="SystemModule\CustmerQuery\CustmerQueryModel.cs" />
  122. <Compile Include="SystemModule\CustmerQuery\CustmerQueryService.cs" />
  123. <Compile Include="SystemModule\DatabaseInit\DatabaseInitBLL.cs" />
  124. <Compile Include="SystemModule\DatabaseInit\DatabaseInitIBLL.cs" />
  125. <Compile Include="SystemModule\DatabaseInit\DatabaseInitService.cs" />
  126. <Compile Include="SystemModule\DatabaseLink\DatabaseLinkBLL.cs" />
  127. <Compile Include="SystemModule\DatabaseLink\DatabaseLinkEntity.cs" />
  128. <Compile Include="SystemModule\DatabaseLink\DatabaseLinkIBLL.cs" />
  129. <Compile Include="SystemModule\DatabaseLink\DatabaseLinkModel.cs" />
  130. <Compile Include="SystemModule\DatabaseLink\DatabaseLinkService.cs" />
  131. <Compile Include="SystemModule\DatabaseTable\DatabaseTableBLL.cs" />
  132. <Compile Include="SystemModule\DatabaseTable\DatabaseTableFieldModel.cs" />
  133. <Compile Include="SystemModule\DatabaseTable\DatabaseTableIBLL.cs" />
  134. <Compile Include="SystemModule\DatabaseTable\DatabaseTableModel.cs" />
  135. <Compile Include="SystemModule\DatabaseTable\DatabaseTableService.cs" />
  136. <Compile Include="SystemModule\DataItem\DataItemBLL.cs" />
  137. <Compile Include="SystemModule\DataItem\DataItemDetailEntity.cs" />
  138. <Compile Include="SystemModule\DataItem\DataItemEntity.cs" />
  139. <Compile Include="SystemModule\DataItem\DataItemIBLL.cs" />
  140. <Compile Include="SystemModule\DataItem\DataItemModel.cs" />
  141. <Compile Include="SystemModule\DataItem\DataItemService.cs" />
  142. <Compile Include="SystemModule\DataSource\DataSourceBLL.cs" />
  143. <Compile Include="SystemModule\DataSource\DataSourceEntity.cs" />
  144. <Compile Include="SystemModule\DataSource\DataSourceIBLL.cs" />
  145. <Compile Include="SystemModule\DataSource\DataSourceService.cs" />
  146. <Compile Include="SystemModule\Annexes\AnnexesFileBLL.cs" />
  147. <Compile Include="SystemModule\Annexes\AnnexesFileEntity.cs" />
  148. <Compile Include="SystemModule\Annexes\AnnexesFileIBLL.cs" />
  149. <Compile Include="SystemModule\Annexes\AnnexesFileService.cs" />
  150. <Compile Include="SystemModule\DbDraft\DbDraftBLL.cs" />
  151. <Compile Include="SystemModule\DbDraft\DbDraftEntity.cs" />
  152. <Compile Include="SystemModule\DbDraft\DbDraftIBLL.cs" />
  153. <Compile Include="SystemModule\DbDraft\DbDraftService.cs" />
  154. <Compile Include="SystemModule\DbField\DbFieldBLL.cs" />
  155. <Compile Include="SystemModule\DbField\DbFieldEntity.cs" />
  156. <Compile Include="SystemModule\DbField\DbFieldIBLL.cs" />
  157. <Compile Include="SystemModule\DbField\DbFieldService.cs" />
  158. <Compile Include="SystemModule\Img\ImgBLL.cs" />
  159. <Compile Include="SystemModule\Img\ImgEntity.cs" />
  160. <Compile Include="SystemModule\Img\ImgIBLL.cs" />
  161. <Compile Include="SystemModule\Img\ImgService.cs" />
  162. <Compile Include="SystemModule\Interface\InterfaceBLL.cs" />
  163. <Compile Include="SystemModule\Interface\InterfaceEntity.cs" />
  164. <Compile Include="SystemModule\Interface\InterfaceIBLL.cs" />
  165. <Compile Include="SystemModule\Interface\InterfaceService.cs" />
  166. <Compile Include="SystemModule\Log\LogBLL.cs" />
  167. <Compile Include="SystemModule\Log\LogEntity.cs" />
  168. <Compile Include="SystemModule\Log\LogService.cs" />
  169. <Compile Include="SystemModule\Area\AreaBLL.cs" />
  170. <Compile Include="SystemModule\Area\AreaEntity.cs" />
  171. <Compile Include="SystemModule\Area\AreaIBLL.cs" />
  172. <Compile Include="SystemModule\Area\AreaService.cs" />
  173. <Compile Include="SystemModule\Module\ModuleButtonEntity.cs" />
  174. <Compile Include="SystemModule\Module\ModuleColumnEntity.cs" />
  175. <Compile Include="SystemModule\Module\ModuleBLL.cs" />
  176. <Compile Include="SystemModule\Module\ModuleEntity.cs" />
  177. <Compile Include="SystemModule\Module\ModuleFormEntity.cs" />
  178. <Compile Include="SystemModule\Module\ModuleIBLL.cs" />
  179. <Compile Include="SystemModule\Module\ModuleService.cs" />
  180. <Compile Include="Properties\AssemblyInfo.cs" />
  181. <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeConditionEntity.cs" />
  182. <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeRelationEntity.cs" />
  183. <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeService.cs" />
  184. <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeIBLL.cs" />
  185. <Compile Include="AuthorizeModule\DataAuthorize\DataAuthorizeBLL.cs" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="App.config" />
  189. <None Include="packages.config" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <ProjectReference Include="..\..\..\Learun.Application.Organization\Learun.Application.Organization.csproj">
  193. <Project>{e9877a25-801b-4605-ad35-e6306916513c}</Project>
  194. <Name>Learun.Application.Organization</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  197. <Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
  198. <Name>Learun.Cache.Base</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Factory\Learun.Cache.Factory.csproj">
  201. <Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
  202. <Name>Learun.Cache.Factory</Name>
  203. </ProjectReference>
  204. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  205. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  206. <Name>Learun.DataBase.Repository</Name>
  207. </ProjectReference>
  208. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase\Learun.DataBase.csproj">
  209. <Project>{c329f9e1-4327-4769-9d08-07e6fec41005}</Project>
  210. <Name>Learun.DataBase</Name>
  211. </ProjectReference>
  212. <ProjectReference Include="..\..\Learun.Log\Learun.Loger.csproj">
  213. <Project>{d27e14dc-b68c-408d-a2e3-fdb38665ecbb}</Project>
  214. <Name>Learun.Loger</Name>
  215. </ProjectReference>
  216. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  217. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  218. <Name>Learun.Util</Name>
  219. </ProjectReference>
  220. </ItemGroup>
  221. <ItemGroup>
  222. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  223. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  224. </ItemGroup>
  225. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  226. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  227. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  228. <PropertyGroup>
  229. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  230. </PropertyGroup>
  231. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  232. </Target>
  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>