From 088dc648a3478e2cacdbdab1cb1782556642ee69 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 3 Sep 2017 16:51:39 -0700 Subject: Initial commit --- .../WixToolset.Core.Native.csproj | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/WixToolset.Core.Native/WixToolset.Core.Native.csproj (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.csproj') diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj new file mode 100644 index 00000000..858b9be2 --- /dev/null +++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj @@ -0,0 +1,23 @@ + + + + netstandard2.0 + $(MSBuildThisFileName).nuspec + + + + + + + + + + + $(OutputPath) + Configuration=$(Configuration);Id=$(MSBuildThisFileName);Version=$(BuildVersionSimple);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description) + + + -- cgit v1.2.3-55-g6feb