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.
 
 
 
 
 
 

111 lines
5.2 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>{8F770F8B-06B3-43DA-886F-15D41CEC62EE}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.AppMagager</RootNamespace>
  11. <AssemblyName>Learun.Application.AppMagager</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="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  43. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  44. </Reference>
  45. <Reference Include="System" />
  46. <Reference Include="System.ComponentModel.DataAnnotations" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Net.Http" />
  53. <Reference Include="System.Xml" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="DTImg\DTImgBLL.cs" />
  57. <Compile Include="DTImg\DTImgEntity.cs" />
  58. <Compile Include="DTImg\DTImgIBLL.cs" />
  59. <Compile Include="DTImg\DTImgService.cs" />
  60. <Compile Include="Function\FunctionBLL.cs" />
  61. <Compile Include="Function\FunctionEntity.cs" />
  62. <Compile Include="Function\FunctionIBLL.cs" />
  63. <Compile Include="Function\FunctionSchemeEntity.cs" />
  64. <Compile Include="Function\FunctionSerivce.cs" />
  65. <Compile Include="Function\DesktopEntity.cs" />
  66. <Compile Include="MyFunction\MyFunctionBLL.cs" />
  67. <Compile Include="MyFunction\MyFunctionEntity.cs" />
  68. <Compile Include="MyFunction\MyFunctionIBLL.cs" />
  69. <Compile Include="MyFunction\MyFunctionService.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Base\Learun.Cache.Base.csproj">
  74. <Project>{975f2cb8-605c-4add-b365-b97bf844f0fe}</Project>
  75. <Name>Learun.Cache.Base</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Factory\Learun.Cache.Factory.csproj">
  78. <Project>{68902fcf-c439-4010-b17b-2499c972ee33}</Project>
  79. <Name>Learun.Cache.Factory</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\..\Learun.Cache\Learun.Cache.Redis\Learun.Cache.Redis.csproj">
  82. <Project>{13808645-2013-4896-8ee2-65144e222c69}</Project>
  83. <Name>Learun.Cache.Redis</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  86. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  87. <Name>Learun.DataBase.Repository</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\..\Learun.Ioc\Learun.Ioc.csproj">
  90. <Project>{81c03609-ae0d-414c-829b-16b990487add}</Project>
  91. <Name>Learun.Ioc</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  94. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  95. <Name>Learun.Util</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\Learun.Application.Base\Learun.Application.Base.csproj">
  98. <Project>{0cdd0dc8-74cf-4c71-923c-66204a8923d3}</Project>
  99. <Name>Learun.Application.Base</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <None Include="app.config" />
  104. <None Include="packages.config" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  108. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. </Project>