From a7cbf340236985f2c6294d2c244e5b720b648792 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 24 Jun 2020 20:18:03 +1000 Subject: Create symbols package. --- src/wixext/WixToolset.Bal.wixext.csproj | 13 +++++++++++-- src/wixext/WixToolset.Bal.wixext.nuspec | 25 +++++++++++++++++++++++++ src/wixstdba/wixstdba.vcxproj | 2 +- 3 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 src/wixext/WixToolset.Bal.wixext.nuspec (limited to 'src') diff --git a/src/wixext/WixToolset.Bal.wixext.csproj b/src/wixext/WixToolset.Bal.wixext.csproj index ffc9ee5c..4cc790c8 100644 --- a/src/wixext/WixToolset.Bal.wixext.csproj +++ b/src/wixext/WixToolset.Bal.wixext.csproj @@ -7,9 +7,10 @@ WixToolset.Bal WiX Toolset Bal Extension WiX Toolset Bal Extension - true - build embedded + $(MSBuildThisFileName).nuspec + true + Id=$(MSBuildThisFileName);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description);Title=$(Title) @@ -18,6 +19,7 @@ + @@ -28,4 +30,11 @@ + + + + $(OutputPath)..\ + $(NuspecProperties);Version=$(BuildVersionSimple);RepositoryCommit=$(SourceRevisionId);RepositoryType=$(RepositoryType);RepositoryUrl=$(PrivateRepositoryUrl);ProjectFolder=$(MSBuildThisFileDirectory) + + diff --git a/src/wixext/WixToolset.Bal.wixext.nuspec b/src/wixext/WixToolset.Bal.wixext.nuspec new file mode 100644 index 00000000..38606a5a --- /dev/null +++ b/src/wixext/WixToolset.Bal.wixext.nuspec @@ -0,0 +1,25 @@ + + + + $id$ + $version$ + $authors$ + $authors$ + MS-RL + https://github.com/wixtoolset/Bal.wixext + false + $title$ + $description$ + $copyright$ + + + + + + + + + + + + diff --git a/src/wixstdba/wixstdba.vcxproj b/src/wixstdba/wixstdba.vcxproj index 04809d3c..46769531 100644 --- a/src/wixstdba/wixstdba.vcxproj +++ b/src/wixstdba/wixstdba.vcxproj @@ -100,7 +100,7 @@ Compiling message file... mc.exe -h "$(IntDir)." -r "$(IntDir)." -A -c -z wixstdba.messages "$(InputDir)wixstdba.mc" rc.exe -fo "$(OutDir)wixstdba.res" "$(IntDir)wixstdba.messages.rc" - $(IntDir)wixstdba.messages.h;$(OutDir)wixstdba.messages.rc + $(IntDir)wixstdba.messages.h;$(IntDir)wixstdba.messages.rc -- cgit v1.2.3-55-g6feb