Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

4 роки тому
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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>{2EA7744F-7317-454A-8250-AF06C37949A7}</ProjectGuid>
  8. <OutputType>Exe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.IMServer</RootNamespace>
  11. <AssemblyName>Learun.Application.IMServer</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. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugSymbols>true</DebugSymbols>
  29. <DebugType>full</DebugType>
  30. <Optimize>false</Optimize>
  31. <OutputPath>bin\Debug\</OutputPath>
  32. <DefineConstants>DEBUG;TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  37. <PlatformTarget>AnyCPU</PlatformTarget>
  38. <DebugType>pdbonly</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Microsoft.AspNet.SignalR.Core">
  47. <HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
  48. </Reference>
  49. <Reference Include="Microsoft.Owin">
  50. <HintPath>..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.Owin.Cors">
  53. <HintPath>..\packages\Microsoft.Owin.Cors.3.1.0\lib\net45\Microsoft.Owin.Cors.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.Owin.Diagnostics">
  56. <HintPath>..\packages\Microsoft.Owin.Diagnostics.2.1.0\lib\net40\Microsoft.Owin.Diagnostics.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.Owin.Host.HttpListener">
  59. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.2.1.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.Owin.Hosting">
  62. <HintPath>..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.Owin.Security">
  65. <HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.Practices.ServiceLocation">
  68. <HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  71. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Owin">
  74. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  75. </Reference>
  76. <Reference Include="System" />
  77. <Reference Include="System.ComponentModel.DataAnnotations" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Web.Cors">
  80. <HintPath>..\packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System.Xml.Linq" />
  83. <Reference Include="System.Data.DataSetExtensions" />
  84. <Reference Include="Microsoft.CSharp" />
  85. <Reference Include="System.Data" />
  86. <Reference Include="System.Xml" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="AppStart\Startup.cs" />
  90. <Compile Include="Hubs\Chats.cs" />
  91. <Compile Include="Program.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="App.config">
  96. <SubType>Designer</SubType>
  97. </None>
  98. <None Include="packages.config" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <ProjectReference Include="..\Learun.Framework.Module\Learun.Util\Learun.Util\Learun.Util.csproj">
  102. <Project>{CF8AE293-88AB-436C-9720-A8386BA5D7B7}</Project>
  103. <Name>Learun.Util</Name>
  104. </ProjectReference>
  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. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  112. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  113. <PropertyGroup>
  114. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  115. </PropertyGroup>
  116. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  117. </Target>
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>