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. +