WeEngine.AbpTest.csproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props" Condition="Exists('..\..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props')" />
  4. <Import Project="..\..\packages\xunit.core.2.4.1\build\xunit.core.props" Condition="Exists('..\..\packages\xunit.core.2.4.1\build\xunit.core.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>{F64778C6-0173-4008-9BD3-ED0BA5DF0C66}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>WePlatform</RootNamespace>
  13. <AssemblyName>WePlatform.AbpTest</AssemblyName>
  14. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <Deterministic>true</Deterministic>
  17. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="Abp, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  39. <HintPath>..\..\packages\Abp.4.8.1\lib\netstandard2.0\Abp.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Abp.EntityFramework, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  42. <HintPath>..\..\packages\Abp.EntityFramework.4.8.1\lib\net461\Abp.EntityFramework.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Abp.EntityFramework.Common, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\Abp.EntityFramework.Common.4.8.1\lib\netstandard2.0\Abp.EntityFramework.Common.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Abp.TestBase, Version=4.8.1.0, Culture=neutral, processorArchitecture=MSIL">
  48. <HintPath>..\..\packages\Abp.TestBase.4.8.1\lib\netstandard2.0\Abp.TestBase.dll</HintPath>
  49. </Reference>
  50. <Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  51. <HintPath>..\..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Castle.Facilities.Logging, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\Castle.LoggingFacility.5.0.0\lib\net45\Castle.Facilities.Logging.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Castle.Windsor, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
  57. <HintPath>..\..\packages\Castle.Windsor.5.0.0\lib\net45\Castle.Windsor.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Effort, Version=2.2.10.0, Culture=neutral, PublicKeyToken=6a46696d54971e6d, processorArchitecture=MSIL">
  60. <HintPath>..\..\packages\Effort.EF6.2.2.10\lib\net45\Effort.dll</HintPath>
  61. </Reference>
  62. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  63. <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  64. </Reference>
  65. <Reference Include="EntityFramework.DynamicFilters, Version=3.0.1.0, Culture=neutral, PublicKeyToken=59b66d028979105b, processorArchitecture=MSIL">
  66. <HintPath>..\..\packages\EntityFramework.DynamicFilters.3.0.1\lib\net40\EntityFramework.DynamicFilters.dll</HintPath>
  67. </Reference>
  68. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  69. <HintPath>..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  70. </Reference>
  71. <Reference Include="JetBrains.Annotations, Version=2019.1.1.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
  72. <HintPath>..\..\packages\JetBrains.Annotations.2019.1.1\lib\net20\JetBrains.Annotations.dll</HintPath>
  73. </Reference>
  74. <Reference Include="Microsoft.Extensions.Caching.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  75. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath>
  76. </Reference>
  77. <Reference Include="Microsoft.Extensions.Caching.Memory, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  78. <HintPath>..\..\packages\Microsoft.Extensions.Caching.Memory.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Caching.Memory.dll</HintPath>
  79. </Reference>
  80. <Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  81. <HintPath>..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.2.2.0\lib\netstandard2.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
  82. </Reference>
  83. <Reference Include="Microsoft.Extensions.Options, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  84. <HintPath>..\..\packages\Microsoft.Extensions.Options.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Options.dll</HintPath>
  85. </Reference>
  86. <Reference Include="Microsoft.Extensions.Primitives, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  87. <HintPath>..\..\packages\Microsoft.Extensions.Primitives.2.2.0\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  90. <HintPath>..\..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  91. </Reference>
  92. <Reference Include="Nito.AsyncEx.Context, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  93. <HintPath>..\..\packages\Nito.AsyncEx.Context.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Context.dll</HintPath>
  94. </Reference>
  95. <Reference Include="Nito.AsyncEx.Coordination, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  96. <HintPath>..\..\packages\Nito.AsyncEx.Coordination.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Coordination.dll</HintPath>
  97. </Reference>
  98. <Reference Include="Nito.AsyncEx.Tasks, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  99. <HintPath>..\..\packages\Nito.AsyncEx.Tasks.5.0.0\lib\netstandard2.0\Nito.AsyncEx.Tasks.dll</HintPath>
  100. </Reference>
  101. <Reference Include="Nito.Collections.Deque, Version=1.0.4.0, Culture=neutral, processorArchitecture=MSIL">
  102. <HintPath>..\..\packages\Nito.Collections.Deque.1.0.4\lib\netstandard2.0\Nito.Collections.Deque.dll</HintPath>
  103. </Reference>
  104. <Reference Include="Nito.Disposables, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  105. <HintPath>..\..\packages\Nito.Disposables.2.0.0\lib\netstandard2.0\Nito.Disposables.dll</HintPath>
  106. </Reference>
  107. <Reference Include="NMemory, Version=3.0.0.0, Culture=neutral, PublicKeyToken=afc61983f100d280, processorArchitecture=MSIL">
  108. <HintPath>..\..\packages\NMemory.3.1.1\lib\net45\NMemory.dll</HintPath>
  109. </Reference>
  110. <Reference Include="Shouldly, Version=3.0.2.0, Culture=neutral, PublicKeyToken=6042cbcb05cbc941, processorArchitecture=MSIL">
  111. <HintPath>..\..\packages\Shouldly.3.0.2\lib\net451\Shouldly.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System" />
  114. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  115. <HintPath>..\..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  116. </Reference>
  117. <Reference Include="System.Collections.Immutable, Version=1.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  118. <HintPath>..\..\packages\System.Collections.Immutable.1.5.0\lib\netstandard2.0\System.Collections.Immutable.dll</HintPath>
  119. </Reference>
  120. <Reference Include="System.ComponentModel.Annotations, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  121. <HintPath>..\..\packages\System.ComponentModel.Annotations.4.5.0\lib\net461\System.ComponentModel.Annotations.dll</HintPath>
  122. </Reference>
  123. <Reference Include="System.ComponentModel.DataAnnotations" />
  124. <Reference Include="System.Configuration" />
  125. <Reference Include="System.Configuration.ConfigurationManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  126. <HintPath>..\..\packages\System.Configuration.ConfigurationManager.4.5.0\lib\net461\System.Configuration.ConfigurationManager.dll</HintPath>
  127. </Reference>
  128. <Reference Include="System.Core" />
  129. <Reference Include="System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  130. <HintPath>..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath>
  131. <Private>True</Private>
  132. <Private>True</Private>
  133. </Reference>
  134. <Reference Include="System.Data.OracleClient" />
  135. <Reference Include="System.Drawing" />
  136. <Reference Include="System.Linq.Dynamic.Core, Version=1.0.16.0, Culture=neutral, PublicKeyToken=0f07ec44de6ac832, processorArchitecture=MSIL">
  137. <HintPath>..\..\packages\System.Linq.Dynamic.Core.1.0.16\lib\net46\System.Linq.Dynamic.Core.dll</HintPath>
  138. </Reference>
  139. <Reference Include="System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  140. <HintPath>..\..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll</HintPath>
  141. </Reference>
  142. <Reference Include="System.Net" />
  143. <Reference Include="System.Numerics" />
  144. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  145. <HintPath>..\..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  146. </Reference>
  147. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  148. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  149. </Reference>
  150. <Reference Include="System.Runtime.Remoting" />
  151. <Reference Include="System.Runtime.Serialization" />
  152. <Reference Include="System.Runtime.Serialization.Formatters, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  153. <HintPath>..\..\packages\System.Runtime.Serialization.Formatters.4.3.0\lib\net46\System.Runtime.Serialization.Formatters.dll</HintPath>
  154. <Private>True</Private>
  155. <Private>True</Private>
  156. </Reference>
  157. <Reference Include="System.Runtime.Serialization.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  158. <HintPath>..\..\packages\System.Runtime.Serialization.Primitives.4.3.0\lib\net46\System.Runtime.Serialization.Primitives.dll</HintPath>
  159. <Private>True</Private>
  160. <Private>True</Private>
  161. </Reference>
  162. <Reference Include="System.Security.AccessControl, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  163. <HintPath>..\..\packages\System.Security.AccessControl.4.5.0\lib\net461\System.Security.AccessControl.dll</HintPath>
  164. </Reference>
  165. <Reference Include="System.Security.Claims, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  166. <HintPath>..\..\packages\System.Security.Claims.4.3.0\lib\net46\System.Security.Claims.dll</HintPath>
  167. <Private>True</Private>
  168. <Private>True</Private>
  169. </Reference>
  170. <Reference Include="System.Security.Permissions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  171. <HintPath>..\..\packages\System.Security.Permissions.4.5.0\lib\net461\System.Security.Permissions.dll</HintPath>
  172. </Reference>
  173. <Reference Include="System.Security.Principal.Windows, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  174. <HintPath>..\..\packages\System.Security.Principal.Windows.4.5.0\lib\net461\System.Security.Principal.Windows.dll</HintPath>
  175. </Reference>
  176. <Reference Include="System.ServiceProcess" />
  177. <Reference Include="System.Transactions" />
  178. <Reference Include="System.Web" />
  179. <Reference Include="System.Xml.Linq" />
  180. <Reference Include="System.Data.DataSetExtensions" />
  181. <Reference Include="Microsoft.CSharp" />
  182. <Reference Include="System.Data" />
  183. <Reference Include="System.Net.Http" />
  184. <Reference Include="System.Xml" />
  185. <Reference Include="System.Xml.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  186. <HintPath>..\..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath>
  187. <Private>True</Private>
  188. <Private>True</Private>
  189. </Reference>
  190. <Reference Include="System.Xml.XPath, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  191. <HintPath>..\..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath>
  192. <Private>True</Private>
  193. <Private>True</Private>
  194. </Reference>
  195. <Reference Include="System.Xml.XPath.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  196. <HintPath>..\..\packages\System.Xml.XPath.XmlDocument.4.3.0\lib\net46\System.Xml.XPath.XmlDocument.dll</HintPath>
  197. </Reference>
  198. <Reference Include="TimeZoneConverter, Version=3.2.0.0, Culture=neutral, PublicKeyToken=e20ab7d0d9479841, processorArchitecture=MSIL">
  199. <HintPath>..\..\packages\TimeZoneConverter.3.2.0\lib\net461\TimeZoneConverter.dll</HintPath>
  200. </Reference>
  201. <Reference Include="xunit.abstractions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  202. <HintPath>..\..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll</HintPath>
  203. </Reference>
  204. <Reference Include="xunit.assert, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  205. <HintPath>..\..\packages\xunit.assert.2.4.1\lib\netstandard1.1\xunit.assert.dll</HintPath>
  206. </Reference>
  207. <Reference Include="xunit.core, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  208. <HintPath>..\..\packages\xunit.extensibility.core.2.4.1\lib\net452\xunit.core.dll</HintPath>
  209. </Reference>
  210. <Reference Include="xunit.execution.desktop, Version=2.4.1.0, Culture=neutral, PublicKeyToken=8d05b1bb7a6fdb6c, processorArchitecture=MSIL">
  211. <HintPath>..\..\packages\xunit.extensibility.execution.2.4.1\lib\net452\xunit.execution.desktop.dll</HintPath>
  212. </Reference>
  213. </ItemGroup>
  214. <ItemGroup>
  215. <Compile Include="ComponentTest.cs" />
  216. <Compile Include="MessageClientTest.cs" />
  217. <Compile Include="SeedData\TestDataBuilder.cs" />
  218. <Compile Include="WeEngineTestBase.cs" />
  219. <Compile Include="WeEngineTestModule.cs" />
  220. <Compile Include="Properties\AssemblyInfo.cs" />
  221. </ItemGroup>
  222. <ItemGroup>
  223. <ProjectReference Include="..\..\We.App\WeApp.Core\WeApp.Core.csproj">
  224. <Project>{9079776C-9723-4283-B67F-13A9B16C012C}</Project>
  225. <Name>WeApp.Core</Name>
  226. </ProjectReference>
  227. <ProjectReference Include="..\..\We.Engine\WeEngine.Base\WeEngine.Base.csproj">
  228. <Project>{761A67FC-700E-4CC2-9821-2D30AA05CDEB}</Project>
  229. <Name>WeEngine.Base</Name>
  230. </ProjectReference>
  231. <ProjectReference Include="..\..\We.Engine\WeEngine.Core\WeEngine.Core.csproj">
  232. <Project>{16993157-C4A8-4633-9912-6B63C870F094}</Project>
  233. <Name>WeEngine.Core</Name>
  234. </ProjectReference>
  235. <ProjectReference Include="..\..\We.Engine\WeEngine.Runtime\WeEngine.Runtime.csproj">
  236. <Project>{74612325-7D09-4A56-A1D1-A2D9E411BE95}</Project>
  237. <Name>WeEngine.Runtime</Name>
  238. </ProjectReference>
  239. <ProjectReference Include="..\..\We.Platform\WePlatform.Application\WePlatform.Application.csproj">
  240. <Project>{b57210f1-a5ff-4d17-8cdc-28a2cede9369}</Project>
  241. <Name>WePlatform.Application</Name>
  242. </ProjectReference>
  243. <ProjectReference Include="..\..\We.Platform\WePlatform.Core\WePlatform.Core.csproj">
  244. <Project>{b329f61e-87f9-4f6b-b72e-7f9d9b3d0511}</Project>
  245. <Name>WePlatform.Core</Name>
  246. </ProjectReference>
  247. <ProjectReference Include="..\..\We.Platform\WePlatform.EntityFramework\WePlatform.EntityFramework.csproj">
  248. <Project>{04924a47-1301-4cad-b033-8e2fede388ad}</Project>
  249. <Name>WePlatform.EntityFramework</Name>
  250. </ProjectReference>
  251. <ProjectReference Include="..\IwbYue.EF.SqlServer\IwbYue.EF.SqlServer.csproj">
  252. <Project>{5a7c3839-52fc-4873-9c7f-e60f428149d3}</Project>
  253. <Name>IwbYue.EF.SqlServer</Name>
  254. </ProjectReference>
  255. <ProjectReference Include="..\IwbYue.Zero\IwbYue.Zero.csproj">
  256. <Project>{4E62E9A7-D3A8-4C3F-ABB5-1E37FB57E48B}</Project>
  257. <Name>IwbYue.Zero</Name>
  258. </ProjectReference>
  259. </ItemGroup>
  260. <ItemGroup>
  261. <None Include="app.config" />
  262. <None Include="packages.config" />
  263. </ItemGroup>
  264. <ItemGroup>
  265. <Analyzer Include="..\..\packages\xunit.analyzers.0.10.0\analyzers\dotnet\cs\xunit.analyzers.dll" />
  266. </ItemGroup>
  267. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  268. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  269. <PropertyGroup>
  270. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  271. </PropertyGroup>
  272. <Error Condition="!Exists('..\..\packages\xunit.core.2.4.1\build\xunit.core.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.4.1\build\xunit.core.props'))" />
  273. <Error Condition="!Exists('..\..\packages\xunit.core.2.4.1\build\xunit.core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.core.2.4.1\build\xunit.core.targets'))" />
  274. <Error Condition="!Exists('..\..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\xunit.runner.visualstudio.2.4.1\build\net20\xunit.runner.visualstudio.props'))" />
  275. </Target>
  276. <Import Project="..\..\packages\xunit.core.2.4.1\build\xunit.core.targets" Condition="Exists('..\..\packages\xunit.core.2.4.1\build\xunit.core.targets')" />
  277. </Project>