From 600dc9ecc5c6140b43a3cc70c747996e6e173a2e Mon Sep 17 00:00:00 2001 From: jignparm Date: Thu, 21 Mar 2019 20:27:57 -0700 Subject: [PATCH] Remove licenseurl and add licensefile, to fix issue 664 (#669) * Remove licenseurl and add licensefile, to fix issue 664 * Added back LICENSE file, instead of LICENSE.txt --- .../Microsoft.ML.OnnxRuntime.csproj | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj index d67a6e299d..ccbba308b5 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj +++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj @@ -7,6 +7,11 @@ false OnnxRuntime.snk + + ..\.. + $(OnnxRuntimeCsharpRoot)\..\build\Windows + $(OnnxRuntimeBuildDirectory)\$(Configuration)\$(Configuration) + Microsoft.ML.OnnxRuntime Microsoft @@ -14,12 +19,8 @@ ONNX;ONNX Runtime;Machine Learning https://github.com/Microsoft/onnxruntime © Microsoft Corporation. All rights reserved. - https://github.com/Microsoft/onnxruntime/blob/master/LICENSE + LICENSE.txt https://go.microsoft.com/fwlink/?linkid=2049168 - - ..\.. - $(OnnxRuntimeCsharpRoot)\..\build\Windows - $(OnnxRuntimeBuildDirectory)\$(Configuration)\$(Configuration) true @@ -64,7 +65,7 @@ Visible="false" /> - + + + + @@ -104,6 +109,7 @@ $(PackageVersion)-dev-$(GitCommitHashShort) +