Rac.Core.csproj 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="C:\NuGetLocalRepo\SQLite.Native.3.12.3\build\net45\SQLite.Native.props" Condition="Exists('C:\NuGetLocalRepo\SQLite.Native.3.12.3\build\net45\SQLite.Native.props')" />
  4. <Import Project="C:\NuGetLocalRepo\ILRepack.2.0.13\build\ILRepack.props" Condition="Exists('C:\NuGetLocalRepo\ILRepack.2.0.13\build\ILRepack.props')" />
  5. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  6. <PropertyGroup>
  7. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  8. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  9. <ProjectGuid>{1D3345DC-EE7E-48EC-AE35-3F6E941560DC}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>Rac</RootNamespace>
  13. <AssemblyName>Rac.Core</AssemblyName>
  14. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <NuGetPackageImportStamp>
  17. </NuGetPackageImportStamp>
  18. <BaseIntermediateOutputPath>Z:\U00ST\$(MSBuildProjectName)\obj\</BaseIntermediateOutputPath>
  19. <BaseOutputPath>Z:\U00ST\$(MSBuildProjectName)\</BaseOutputPath>
  20. <OutputPath>$(BaseOutputPath)\bin\$(Platform)\$(Configuration)</OutputPath>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <DebugType>full</DebugType>
  26. <PlatformTarget>x64</PlatformTarget>
  27. <ErrorReport>prompt</ErrorReport>
  28. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  29. <LangVersion>8</LangVersion>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  32. <DefineConstants>TRACE</DefineConstants>
  33. <Optimize>true</Optimize>
  34. <DebugType>pdbonly</DebugType>
  35. <PlatformTarget>x64</PlatformTarget>
  36. <ErrorReport>prompt</ErrorReport>
  37. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  38. <LangVersion>8</LangVersion>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DefineConstants>DEBUG;TRACE</DefineConstants>
  43. <DebugType>full</DebugType>
  44. <PlatformTarget>x86</PlatformTarget>
  45. <ErrorReport>prompt</ErrorReport>
  46. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  47. <LangVersion>8</LangVersion>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  50. <DefineConstants>TRACE</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <DebugType>pdbonly</DebugType>
  53. <PlatformTarget>x86</PlatformTarget>
  54. <ErrorReport>prompt</ErrorReport>
  55. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  56. <LangVersion>8</LangVersion>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="Alba.CsCss, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
  60. <HintPath>C:\NuGetLocalRepo\Alba.CsCss.1.0.1.0\lib\net35\Alba.CsCss.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="AngleSharp, Version=0.13.0.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
  64. <HintPath>C:\NuGetLocalRepo\AngleSharp.0.13.0\lib\net46\AngleSharp.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Dapper, Version=1.50.2.0, Culture=neutral, processorArchitecture=MSIL">
  67. <HintPath>C:\NuGetLocalRepo\Dapper.1.50.2\lib\net451\Dapper.dll</HintPath>
  68. <Private>True</Private>
  69. </Reference>
  70. <Reference Include="Mono.Data.Sqlite, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  71. <HintPath>C:\NuGetLocalRepo\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\Mono.Data.Sqlite.dll</HintPath>
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  75. <HintPath>C:\NuGetLocalRepo\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  76. <Private>True</Private>
  77. </Reference>
  78. <Reference Include="System" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Core" />
  81. <Reference Include="System.Data.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL">
  82. <HintPath>C:\NuGetLocalRepo\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Data.Portable.dll</HintPath>
  83. <Private>True</Private>
  84. </Reference>
  85. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  86. <HintPath>C:\NuGetLocalRepo\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  89. <HintPath>C:\NuGetLocalRepo\System.Text.Encoding.CodePages.4.5.0\lib\net461\System.Text.Encoding.CodePages.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System.Transactions" />
  92. <Reference Include="System.Transactions.Portable, Version=4.0.0.0, Culture=neutral, PublicKeyToken=59e704a76bc4613a, processorArchitecture=MSIL">
  93. <HintPath>C:\NuGetLocalRepo\Mono.Data.Sqlite.Portable.1.0.3.5\lib\net4\System.Transactions.Portable.dll</HintPath>
  94. <Private>True</Private>
  95. </Reference>
  96. <Reference Include="System.Xml.Linq" />
  97. <Reference Include="System.Data.DataSetExtensions" />
  98. <Reference Include="Microsoft.CSharp" />
  99. <Reference Include="System.Data" />
  100. <Reference Include="System.Net.Http" />
  101. <Reference Include="System.Xml" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="Crawler.cs" />
  105. <Compile Include="FileBrowseServer.cs" />
  106. <Compile Include="Models\HttpHeader.cs" />
  107. <Compile Include="Tools\DataAccess.cs" />
  108. <Compile Include="Entities\ArchiveEntry.cs" />
  109. <Compile Include="Entities\ConfigEntry.cs" />
  110. <Compile Include="Entities\ResourceLinkEntry.cs" />
  111. <Compile Include="Tools\HttpHeaderUtility.cs" />
  112. <Compile Include="Tools\LinkProcessor.cs" />
  113. <Compile Include="Models\LogEventArgs.cs" />
  114. <Compile Include="Models\LogLevel.cs" />
  115. <Compile Include="OfflineWebServer.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <Compile Include="Common\BaseService.cs" />
  118. <Compile Include="Tools\ConfigAdapter.cs" />
  119. <Compile Include="Tools\InternalUtility.cs" />
  120. <Compile Include="Tools\Requester.cs" />
  121. <Compile Include="Models\Response.cs" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <None Include="app.config" />
  125. <None Include="packages.config" />
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  128. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  129. <PropertyGroup>
  130. <ErrorText>此项目引用这台计算机上缺少的 NuGet 程序包。使用 NuGet 程序包还原可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  131. </PropertyGroup>
  132. <Error Condition="!Exists('C:\NuGetLocalRepo\ILRepack.2.0.13\build\ILRepack.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\ILRepack.2.0.13\build\ILRepack.props'))" />
  133. <Error Condition="!Exists('C:\NuGetLocalRepo\SQLite.Native.3.12.3\build\net45\SQLite.Native.props')" Text="$([System.String]::Format('$(ErrorText)', 'C:\NuGetLocalRepo\SQLite.Native.3.12.3\build\net45\SQLite.Native.props'))" />
  134. </Target>
  135. <Import Project="C:\NuGetLocalRepo\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets" Condition="Exists('C:\NuGetLocalRepo\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" />
  136. <Target Name="EnsureMonoDataSqlitePortableImported" BeforeTargets="BeforeBuild" Condition="'$(MonoDataSqlitePortableImported)' == ''">
  137. <Error Condition="!Exists('C:\NuGetLocalRepo\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them." />
  138. <Error Condition="Exists('C:\NuGetLocalRepo\Mono.Data.Sqlite.Portable.1.0.3.5\tools\Mono.Data.Sqlite.Portable.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build." />
  139. </Target>
  140. </Project>