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/wixcop/WixCop.csproj | |
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 '')
-rw-r--r-- | src/wixcop/WixCop.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj index 0e6be055..7021d9d7 100644 --- a/src/wixcop/WixCop.csproj +++ b/src/wixcop/WixCop.csproj | |||
@@ -10,6 +10,7 @@ | |||
10 | <DebugType>embedded</DebugType> | 10 | <DebugType>embedded</DebugType> |
11 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | 11 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
12 | <!-- <PackAsTool>true</PackAsTool> --> | 12 | <!-- <PackAsTool>true</PackAsTool> --> |
13 | <RuntimeIdentifier>win-x86</RuntimeIdentifier> | ||
13 | </PropertyGroup> | 14 | </PropertyGroup> |
14 | 15 | ||
15 | <PropertyGroup> | 16 | <PropertyGroup> |