Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

132 righe
6.6 KiB

  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>{DB34DFC9-7227-41FA-88AA-832DBF247811}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.IM</RootNamespace>
  11. <AssemblyName>Learun.Application.IM</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. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Microsoft.AspNet.SignalR.Core">
  45. <HintPath>..\..\..\packages\Microsoft.AspNet.SignalR.Core.2.2.2\lib\net45\Microsoft.AspNet.SignalR.Core.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Owin">
  48. <HintPath>..\..\..\packages\Microsoft.Owin.3.1.0\lib\net45\Microsoft.Owin.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Microsoft.Owin.Cors">
  51. <HintPath>..\..\..\packages\Microsoft.Owin.Cors.3.1.0\lib\net45\Microsoft.Owin.Cors.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Microsoft.Owin.Diagnostics">
  54. <HintPath>..\..\..\packages\Microsoft.Owin.Diagnostics.2.1.0\lib\net40\Microsoft.Owin.Diagnostics.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Owin.Host.HttpListener">
  57. <HintPath>..\..\..\packages\Microsoft.Owin.Host.HttpListener.2.1.0\lib\net45\Microsoft.Owin.Host.HttpListener.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Microsoft.Owin.Hosting">
  60. <HintPath>..\..\..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net45\Microsoft.Owin.Hosting.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Microsoft.Owin.Security">
  63. <HintPath>..\..\..\packages\Microsoft.Owin.Security.2.1.0\lib\net45\Microsoft.Owin.Security.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  66. <HintPath>..\..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  67. </Reference>
  68. <Reference Include="Owin">
  69. <HintPath>..\..\..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.ComponentModel.DataAnnotations" />
  73. <Reference Include="System.Configuration" />
  74. <Reference Include="System.Core" />
  75. <Reference Include="System.Web.Cors">
  76. <HintPath>..\..\..\packages\Microsoft.AspNet.Cors.5.0.0\lib\net45\System.Web.Cors.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Xml.Linq" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="Microsoft.CSharp" />
  81. <Reference Include="System.Data" />
  82. <Reference Include="System.Xml" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <Compile Include="Contacts\IMContactsBLL.cs" />
  86. <Compile Include="Contacts\IMContactsEntity.cs" />
  87. <Compile Include="Contacts\IMContactsIBLL.cs" />
  88. <Compile Include="Contacts\IMContactsService.cs" />
  89. <Compile Include="Msg\IMMsgBLL.cs" />
  90. <Compile Include="Msg\IMMsgEntity.cs" />
  91. <Compile Include="Msg\IMMsgIBLL.cs" />
  92. <Compile Include="Msg\IMMsgService.cs" />
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <Compile Include="SysUser\IMSysUserBLL.cs" />
  95. <Compile Include="SysUser\IMSysUserEntity.cs" />
  96. <Compile Include="SysUser\IMSysUserIBLL.cs" />
  97. <Compile Include="SysUser\IMSysUserService.cs" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="app.config" />
  101. <None Include="packages.config" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  105. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  106. <Name>Learun.DataBase.Repository</Name>
  107. </ProjectReference>
  108. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  109. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  110. <Name>Learun.Util</Name>
  111. </ProjectReference>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  115. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  119. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  120. <PropertyGroup>
  121. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  122. </PropertyGroup>
  123. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  124. </Target>
  125. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  126. Other similar extension points exist, see Microsoft.Common.targets.
  127. <Target Name="BeforeBuild">
  128. </Target>
  129. <Target Name="AfterBuild">
  130. </Target>
  131. -->
  132. </Project>