You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

runtime.win-x64.SciSharp.TensorFlow-Cpu.Redist.csproj 1.6 kB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.0</TargetFramework>
  4. <RuntimeIdentifier>win-x64</RuntimeIdentifier>
  5. <AssemblyName>SciSharp.Tensorflow-Cpu.Redist</AssemblyName>
  6. <PackageId>runtime.win-x64.SciSharp.Tensorflow-Cpu.Redist</PackageId>
  7. <Version>1.0.0</Version>
  8. <Authors>SciSharp team</Authors>
  9. <Company>SciSharp STACK</Company>
  10. <RepositoryUrl>https://github.com/SciSharp/TensorFlow.NET</RepositoryUrl>
  11. <RepositoryType>git</RepositoryType>
  12. <Description>
  13. Distribution of the windows GPU Tensoflow library.
  14. The libraries can be directly downloaded from https://storage.googleapis.com/tensorflow/libtensorflow/
  15. </Description>
  16. <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
  17. <PackageProjectUrl>https://github.com/SciSharp/TensorFlow.NET</PackageProjectUrl>
  18. <PackageTags>native;tensorflow;machine-learning;ML</PackageTags>
  19. <PackageOutputPath>../../packages</PackageOutputPath>
  20. <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
  21. <EnableDefaultCompileItems>false</EnableDefaultCompileItems>
  22. <ProduceReferenceAssembly>false</ProduceReferenceAssembly>
  23. <IncludeBuildOutput>false</IncludeBuildOutput>
  24. </PropertyGroup>
  25. <ItemGroup>
  26. <!-- All dlls will be dropped in a folder available through DllImport.-->
  27. <Content Include="*.dll">
  28. <PackagePath>runtimes/$(RuntimeIdentifier)/native/%(Filename)%(Extension)</PackagePath>
  29. <Pack>true</Pack>
  30. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  31. </Content>
  32. </ItemGroup>
  33. </Project>