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.
 
 
 
 
 
 

135 lines
7.0 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>{211FA31A-B9D8-4F48-80CC-573B9410828E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.Message</RootNamespace>
  11. <AssemblyName>Learun.Application.Message</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="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
  43. <HintPath>..\..\..\packages\Dapper.1.50.2\lib\net451\Dapper.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.AspNet.SignalR.Client, Version=2.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  46. <HintPath>..\..\..\packages\Microsoft.AspNet.SignalR.Client.2.2.3\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  49. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="ServiceStack.Text, Version=4.5.0.0, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\..\..\Reference\ServiceStack.Text.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.ComponentModel.DataAnnotations" />
  57. <Reference Include="System.Configuration" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  60. <HintPath>..\..\..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  61. </Reference>
  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.Net.Http" />
  67. <Reference Include="System.Xml" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="LR_StrategyInfo\LR_MS_StrategyInfoEntity.cs" />
  71. <Compile Include="LR_StrategyInfo\LR_StrategyInfoBLL.cs" />
  72. <Compile Include="LR_StrategyInfo\LR_StrategyInfoIBLL.cs" />
  73. <Compile Include="LR_StrategyInfo\LR_StrategyInfoService.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\..\..\Learun.Application.Organization\Learun.Application.Organization.csproj">
  78. <Project>{e9877a25-801b-4605-ad35-e6306916513c}</Project>
  79. <Name>Learun.Application.Organization</Name>
  80. </ProjectReference>
  81. <ProjectReference Include="..\..\..\Quanjiang.DigitalScholl.SendSms\Quanjiang.DigitalScholl.SendSms.csproj">
  82. <Project>{55f0f08d-2a9f-489a-be1b-2eeae80687e6}</Project>
  83. <Name>Quanjiang.DigitalScholl.SendSms</Name>
  84. </ProjectReference>
  85. <ProjectReference Include="..\..\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.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.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.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.Db\Learun.DataBase\Learun.DataBase.csproj">
  102. <Project>{c329f9e1-4327-4769-9d08-07e6fec41005}</Project>
  103. <Name>Learun.DataBase</Name>
  104. </ProjectReference>
  105. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  106. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  107. <Name>Learun.Util</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\Learun.Application.Base\Learun.Application.Base.csproj">
  110. <Project>{0cdd0dc8-74cf-4c71-923c-66204a8923d3}</Project>
  111. <Name>Learun.Application.Base</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\Learun.Application.IM\Learun.Application.IM.csproj">
  114. <Project>{db34dfc9-7227-41fa-88aa-832dbf247811}</Project>
  115. <Name>Learun.Application.IM</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\Learun.Application.TwoDevelopment\Learun.Application.TwoDevelopment.csproj">
  118. <Project>{56F9A112-FD96-4809-98F4-0D7C5DE0711B}</Project>
  119. <Name>Learun.Application.TwoDevelopment</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\Learun.Application.WeChat\Learun.Application.WeChat.csproj">
  122. <Project>{36fa9414-767e-4806-9e45-2075216b1070}</Project>
  123. <Name>Learun.Application.WeChat</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <None Include="app.config" />
  128. <None Include="packages.config" />
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  132. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. </Project>