From 0d17711f36915c5d6b0401221bb706db0c10a70c Mon Sep 17 00:00:00 2001 From: Toni Solarin-Sodara Date: Wed, 20 Dec 2017 08:11:08 -0700 Subject: [PATCH] add automatic location of auto-generated definition file to build scripts (#4986) --- src/BuildIntegration/Microsoft.NETCore.Native.Windows.props | 1 - src/BuildIntegration/Microsoft.NETCore.Native.targets | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/BuildIntegration/Microsoft.NETCore.Native.Windows.props b/src/BuildIntegration/Microsoft.NETCore.Native.Windows.props index 2214b342372..9949a24ec02 100644 --- a/src/BuildIntegration/Microsoft.NETCore.Native.Windows.props +++ b/src/BuildIntegration/Microsoft.NETCore.Native.Windows.props @@ -61,7 +61,6 @@ See the LICENSE file in the project root for more information. - diff --git a/src/BuildIntegration/Microsoft.NETCore.Native.targets b/src/BuildIntegration/Microsoft.NETCore.Native.targets index 03b5366cb00..c64c33a924f 100644 --- a/src/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/BuildIntegration/Microsoft.NETCore.Native.targets @@ -31,6 +31,7 @@ See the LICENSE file in the project root for more information. .obj .o .bc + .lib .a @@ -48,7 +49,10 @@ See the LICENSE file in the project root for more information. .a .html + .def + $(NativeIntermediateOutputPath)$(TargetName)$(NativeObjectExt) + $(NativeIntermediateOutputPath)$(TargetName)$(NativeExportExt) $(NativeOutputPath)$(TargetName)$(NativeBinaryExt) $(NativeObject) @@ -193,6 +197,7 @@ See the LICENSE file in the project root for more information. +