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.
 
 
 
 
 
 

119 line
5.6 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>{E9877A25-801B-4605-AD35-E6306916513C}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.Organization</RootNamespace>
  11. <AssemblyName>Learun.Application.Organization</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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="System" />
  43. <Reference Include="System.ComponentModel.DataAnnotations" />
  44. <Reference Include="System.Configuration" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="Microsoft.CSharp" />
  50. <Reference Include="System.Data" />
  51. <Reference Include="System.Net.Http" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="Company\CompanyBLL.cs" />
  56. <Compile Include="Company\CompanyEntity.cs" />
  57. <Compile Include="Company\CompanyIBLL.cs" />
  58. <Compile Include="Company\CompanyModel.cs" />
  59. <Compile Include="Company\CompanyService.cs" />
  60. <Compile Include="Department\DepartmentBLL.cs" />
  61. <Compile Include="Department\DepartmentEntity.cs" />
  62. <Compile Include="Department\DepartmentIBLL.cs" />
  63. <Compile Include="Department\DepartmentModel.cs" />
  64. <Compile Include="Department\DepartmentService.cs" />
  65. <Compile Include="Post\PostBLL.cs" />
  66. <Compile Include="Post\PostEntity.cs" />
  67. <Compile Include="Post\PostIBLL.cs" />
  68. <Compile Include="Post\PostService.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="Role\RoleBLL.cs" />
  71. <Compile Include="Role\RoleEntity.cs" />
  72. <Compile Include="Role\RoleIBLL.cs" />
  73. <Compile Include="Role\RoleService.cs" />
  74. <Compile Include="User\UserBLL.cs" />
  75. <Compile Include="User\UserEntity.cs" />
  76. <Compile Include="User\UserIBLL.cs" />
  77. <Compile Include="User\UserModel.cs" />
  78. <Compile Include="User\UserService.cs" />
  79. </ItemGroup>
  80. <ItemGroup>
  81. <ProjectReference Include="..\Learun.Framework.Module\Learun.Application.Module\Learun.Application.WeChat\Learun.Application.WeChat.csproj">
  82. <Project>{36fa9414-767e-4806-9e45-2075216b1070}</Project>
  83. <Name>Learun.Application.WeChat</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\Learun.Framework.Module\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  86. <Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
  87. <Name>Learun.Cache.Base</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\Learun.Framework.Module\Learun.Cache\Learun.Cache.Factory\Learun.Cache.Factory.csproj">
  90. <Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
  91. <Name>Learun.Cache.Factory</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\Learun.Framework.Module\Learun.Cache\Learun.Cache.Redis\Learun.Cache.Redis.csproj">
  94. <Project>{13808645-2013-4896-8ee2-65144e222c69}</Project>
  95. <Name>Learun.Cache.Redis</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\Learun.Framework.Module\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  98. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  99. <Name>Learun.DataBase.Repository</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\Learun.Framework.Module\Learun.Log\Learun.Loger.csproj">
  102. <Project>{d27e14dc-b68c-408d-a2e3-fdb38665ecbb}</Project>
  103. <Name>Learun.Loger</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\Learun.Framework.Module\Learun.Util\Learun.Util\Learun.Util.csproj">
  106. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  107. <Name>Learun.Util</Name>
  108. </ProjectReference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <None Include="app.config" />
  112. <None Include="packages.config" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  116. <Analyzer Include="..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  117. </ItemGroup>
  118. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  119. </Project>