$(MSBuildThisFileDirectory)
$(ProjDir)bin\
$(ProjDir)obj\
x64
netstandard2.0
1.14.0
1
$(BinDir)packages\
$(MSBuildProjectName)
$(TensorFlowVersion)
true
false
Redist.nuspec
packageId=$(PackageId);version=$(PackageVersion)
$(ProjDir)
CopyFilesFromArchive
win
linux
osx
$(PackageRid)-$(TargetArchitecture)
false
<_downloadFiles Include="@(TensorFlowArchive);@(AdditionalDownloadFile)" Url="%(Identity)" DestinationFile="%(DownloadFile)" />
@(FilesWithHashes->'%(FileHash)')
$([System.IO.File]::ReadAllText('%(LocalShaFile)'))
<_fileFromArchive Include="%(TensorFlowArchive.FilesFromArchive)" ExtractDirectory="%(TensorFlowArchive.ExtractDirectory)" Runtime="%(TensorFlowArchive.Runtime)" />
<_fileFromArchive DestinationFile="%(FileName)%(Extension)"/>
<_fileFromArchive PackagePath="runtimes\%(_fileFromArchive.Runtime)\native\%(_fileFromArchive.DestinationFile)" />
<_fileFromArchive Condition="'%(DestinationFile)' == 'LICENSE'" PackagePath="THIRD_PARTY_NOTICES.txt" Runtime="" />