diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-09 21:00:07 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-09 21:18:24 +1000 |
| commit | 00eb63b1a04fd455699b3d0ae5039c4092cf3aa7 (patch) | |
| tree | f835e2270171be01291f4dfa2ba1eca0f575d463 /src/dotnet-wix | |
| parent | 9bbba7d3cdbaf54257e39eb344a5eabbefe1bf2a (diff) | |
| download | wix-00eb63b1a04fd455699b3d0ae5039c4092cf3aa7.tar.gz wix-00eb63b1a04fd455699b3d0ae5039c4092cf3aa7.tar.bz2 wix-00eb63b1a04fd455699b3d0ae5039c4092cf3aa7.zip | |
Set RuntimeIdentifier to win-x86 in most projects
now that the WixToolset.Core.Native package isn't providing wixnative.*.exe anymore.
Diffstat (limited to 'src/dotnet-wix')
| -rw-r--r-- | src/dotnet-wix/dotnet-wix.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dotnet-wix/dotnet-wix.csproj b/src/dotnet-wix/dotnet-wix.csproj index 08fa9530..a9c766a3 100644 --- a/src/dotnet-wix/dotnet-wix.csproj +++ b/src/dotnet-wix/dotnet-wix.csproj | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> | 9 | <NuspecFile>$(MSBuildThisFileName).nuspec</NuspecFile> |
| 10 | <NuspecBasePath>$(OutputPath)publish\dotnet-wix\</NuspecBasePath> | 10 | <NuspecBasePath>$(OutputPath)publish\dotnet-wix\</NuspecBasePath> |
| 11 | <NuspecProperties>Id=$(MSBuildThisFileName);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description)</NuspecProperties> | 11 | <NuspecProperties>Id=$(MSBuildThisFileName);Authors=$(Authors);Copyright=$(Copyright);Description=$(Description)</NuspecProperties> |
| 12 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | ||
| 12 | </PropertyGroup> | 13 | </PropertyGroup> |
| 13 | 14 | ||
| 14 | <ItemGroup> | 15 | <ItemGroup> |
