Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

118 linhas
5.7 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>{E05A2B9A-A939-450F-9A44-A8B3201D055A}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Quanjiang.DigitalSchool.IMServerService</RootNamespace>
  10. <AssemblyName>Quanjiang.DigitalSchool.IMServerService</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Microsoft.AspNet.SignalR.Core">
  37. <HintPath>..\packages\Microsoft.AspNet.SignalR.Core.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Microsoft.Owin, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Microsoft.Owin.Cors, Version=3.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  43. <HintPath>..\packages\Microsoft.Owin.Cors.3.1.0\lib\net45\Microsoft.Owin.Cors.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Microsoft.Owin.Diagnostics">
  46. <HintPath>..\packages\Microsoft.Owin.Diagnostics.2.1.0\lib\net40\Microsoft.Owin.Diagnostics.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Microsoft.Owin.Host.HttpListener">
  49. <HintPath>..\packages\Microsoft.Owin.Host.HttpListener.2.1.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  50. </Reference>
  51. <Reference Include="Microsoft.Owin.Hosting, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.Owin.Security">
  55. <HintPath>..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL">
  58. <HintPath>..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.Configuration.Install" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Management" />
  64. <Reference Include="System.Web.Cors, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Net.Http" />
  72. <Reference Include="System.ServiceProcess" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="Hubs\Chats.cs" />
  77. <Compile Include="ProjectInstaller.cs">
  78. <SubType>Component</SubType>
  79. </Compile>
  80. <Compile Include="ProjectInstaller.Designer.cs">
  81. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  82. </Compile>
  83. <Compile Include="Service1.cs">
  84. <SubType>Component</SubType>
  85. </Compile>
  86. <Compile Include="Service1.Designer.cs">
  87. <DependentUpon>Service1.cs</DependentUpon>
  88. </Compile>
  89. <Compile Include="Program.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="Startup1.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <None Include="App.config">
  95. <SubType>Designer</SubType>
  96. </None>
  97. <None Include="packages.config" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <EmbeddedResource Include="ProjectInstaller.resx">
  101. <DependentUpon>ProjectInstaller.cs</DependentUpon>
  102. </EmbeddedResource>
  103. <EmbeddedResource Include="Service1.resx">
  104. <DependentUpon>Service1.cs</DependentUpon>
  105. </EmbeddedResource>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="..\Learun.Framework.Module\Learun.Log\Learun.Loger.csproj">
  109. <Project>{d27e14dc-b68c-408d-a2e3-fdb38665ecbb}</Project>
  110. <Name>Learun.Loger</Name>
  111. </ProjectReference>
  112. <ProjectReference Include="..\Learun.Framework.Module\Learun.Util\Learun.Util\Learun.Util.csproj">
  113. <Project>{CF8AE293-88AB-436C-9720-A8386BA5D7B7}</Project>
  114. <Name>Learun.Util</Name>
  115. </ProjectReference>
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. </Project>