UnitTestTripHelper.csproj.nuget.g.props 2.6 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
  4. <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
  5. <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
  6. <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
  7. <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
  8. <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\mikam\.nuget\packages\</NuGetPackageFolders>
  9. <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
  10. <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.1</NuGetToolVersion>
  11. </PropertyGroup>
  12. <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
  13. <SourceRoot Include="C:\Users\mikam\.nuget\packages\" />
  14. </ItemGroup>
  15. <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
  16. <Import Project="$(NuGetPackageRoot)xunit.runner.visualstudio\2.8.2\build\net6.0\xunit.runner.visualstudio.props" Condition="Exists('$(NuGetPackageRoot)xunit.runner.visualstudio\2.8.2\build\net6.0\xunit.runner.visualstudio.props')" />
  17. <Import Project="$(NuGetPackageRoot)xunit.core\2.9.2\build\xunit.core.props" Condition="Exists('$(NuGetPackageRoot)xunit.core\2.9.2\build\xunit.core.props')" />
  18. <Import Project="$(NuGetPackageRoot)microsoft.testplatform.testhost\17.11.1\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props" Condition="Exists('$(NuGetPackageRoot)microsoft.testplatform.testhost\17.11.1\build\netcoreapp3.1\Microsoft.TestPlatform.TestHost.props')" />
  19. <Import Project="$(NuGetPackageRoot)microsoft.codecoverage\17.11.1\build\netstandard2.0\Microsoft.CodeCoverage.props" Condition="Exists('$(NuGetPackageRoot)microsoft.codecoverage\17.11.1\build\netstandard2.0\Microsoft.CodeCoverage.props')" />
  20. <Import Project="$(NuGetPackageRoot)microsoft.net.test.sdk\17.11.1\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.test.sdk\17.11.1\build\netcoreapp3.1\Microsoft.NET.Test.Sdk.props')" />
  21. </ImportGroup>
  22. <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
  23. <Pkgxunit_analyzers Condition=" '$(Pkgxunit_analyzers)' == '' ">C:\Users\mikam\.nuget\packages\xunit.analyzers\1.16.0</Pkgxunit_analyzers>
  24. </PropertyGroup>
  25. </Project>