MySystem.csproj.nuget.g.props 2.6 KB

123456789101112131415161718192021222324252627282930313233343536
  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\27314\.nuget\packages\</NuGetPackageFolders>
  9. <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
  10. <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.10.0</NuGetToolVersion>
  11. </PropertyGroup>
  12. <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
  13. <SourceRoot Include="C:\Users\27314\.nuget\packages\" />
  14. </ItemGroup>
  15. <PropertyGroup>
  16. <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
  17. </PropertyGroup>
  18. <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
  19. <Content Include="$(NuGetPackageRoot)dotnetcore.npoi\1.2.3\contentFiles\any\netstandard2.0\NOTICE.TXT" Condition="Exists('$(NuGetPackageRoot)dotnetcore.npoi\1.2.3\contentFiles\any\netstandard2.0\NOTICE.TXT')">
  20. <NuGetPackageId>DotNetCore.NPOI</NuGetPackageId>
  21. <NuGetPackageVersion>1.2.3</NuGetPackageVersion>
  22. <NuGetItemType>Content</NuGetItemType>
  23. <Pack>false</Pack>
  24. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  25. <TargetPath>NOTICE.TXT</TargetPath>
  26. <Private>True</Private>
  27. <Link>NOTICE.TXT</Link>
  28. </Content>
  29. </ItemGroup>
  30. <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
  31. <Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\3.1.0\build\netcoreapp2.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\3.1.0\build\netcoreapp2.0\Microsoft.EntityFrameworkCore.Design.props')" />
  32. </ImportGroup>
  33. <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
  34. <PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\27314\.nuget\packages\microsoft.entityframeworkcore.tools\3.1.0</PkgMicrosoft_EntityFrameworkCore_Tools>
  35. </PropertyGroup>
  36. </Project>