11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
34 <PropertyGroup >
45 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
56 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
89 <RootNamespace >TensorFlowSharp</RootNamespace >
910 <AssemblyName >TensorFlowSharp</AssemblyName >
1011 <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
11- <ReleaseVersion >0.2</ReleaseVersion >
12+ <ReleaseVersion >0.2.3</ReleaseVersion >
13+ <PackOnBuild >true</PackOnBuild >
14+ <PackageId >TensorFlowSharp</PackageId >
15+ <PackageVersion >$(ReleaseVersion)</PackageVersion >
16+ <Authors >Miguel de Icaza</Authors >
17+ <PackageLicenseUrl >https://github.com/migueldeicaza/TensorFlowSharp/blob/master/LICENSE</PackageLicenseUrl >
18+ <PackageProjectUrl >https://github.com/migueldeicaza/TensorFlowSharp/</PackageProjectUrl >
19+ <PackageTags >machine-learning, tensorflow, xamarin, c#, f#</PackageTags >
20+ <Description >.NET Bindings for TensorFlow</Description >
1221 </PropertyGroup >
22+ <ItemGroup >
23+ <_NativeFiles Include =" ..\native\*.*" >
24+ <InProject >false</InProject >
25+ </_NativeFiles >
26+ <PackageFile Include =" @(_NativeFiles)" >
27+ <Kind >None</Kind >
28+ <PackagePath >native\%(Filename)%(Extension)</PackagePath >
29+ </PackageFile >
30+ <PackageFile Include =" TensorFlowSharp.targets" >
31+ <PackagePath >build\TensorFlowSharp.targets</PackagePath >
32+ </PackageFile >
33+ </ItemGroup >
1334 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1435 <DebugSymbols >true</DebugSymbols >
1536 <DebugType >full</DebugType >
1637 <Optimize >false</Optimize >
1738 <OutputPath >bin\Debug</OutputPath >
18- <DefineConstants >DEBUG; </DefineConstants >
39+ <DefineConstants >DEBUG</DefineConstants >
1940 <ErrorReport >prompt</ErrorReport >
2041 <WarningLevel >4</WarningLevel >
2142 <DocumentationFile >bin\Debug\TensorFlowSharp.xml</DocumentationFile >
4869 <Compile Include =" Tensor.cs" />
4970 </ItemGroup >
5071 <ItemGroup >
51- <None Include =" packages.config" />
72+ <PackageReference Include =" NuGet.Build.Packaging" >
73+ <Version >*</Version >
74+ <PrivateAssets >all</PrivateAssets >
75+ </PackageReference >
76+ <PackageReference Include =" System.ValueTuple" >
77+ <Version >4.3.1</Version >
78+ </PackageReference >
5279 </ItemGroup >
5380 <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
5481</Project >
0 commit comments