LeaRun.Util.SignalR.csproj 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>{6BC8C632-4985-4E7E-B5CA-375D400EA8A5}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LeaRun.Util.SignalR</RootNamespace>
  11. <AssemblyName>LeaRun.Util.SignalR</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <SccProjectName>SAK</SccProjectName>
  17. <SccLocalPath>SAK</SccLocalPath>
  18. <SccAuxPath>SAK</SccAuxPath>
  19. <SccProvider>SAK</SccProvider>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Microsoft.AspNet.SignalR.Client">
  40. <HintPath>..\packages\Microsoft.AspNet.SignalR.Client.2.2.0\lib\net45\Microsoft.AspNet.SignalR.Client.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>C:\Users\Administrator\Desktop\Newtonsoft.Json.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System">
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="System.Core">
  50. <Private>True</Private>
  51. </Reference>
  52. <Reference Include="System.Xml.Linq">
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="System.Data.DataSetExtensions">
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="Microsoft.CSharp">
  59. <Private>True</Private>
  60. </Reference>
  61. <Reference Include="System.Data">
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System.Xml">
  65. <Private>True</Private>
  66. </Reference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="SendHubs.cs" />
  70. <Compile Include="Properties\AssemblyInfo.cs" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <None Include="app.config" />
  74. <None Include="packages.config" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ProjectReference Include="..\LeaRun.Util\LeaRun.Util\LeaRun.Util.csproj">
  78. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  79. <Name>LeaRun.Util</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  83. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  84. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  85. <PropertyGroup>
  86. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  87. </PropertyGroup>
  88. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  89. </Target>
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>