diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-05-30 23:01:11 +1000 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-05-31 15:11:21 +1000 |
| commit | ba0069bf9572d26a9deac77bac3613bc2f96e01a (patch) | |
| tree | f7cae57578d7c7b3d85e84f2ba986a30f1d5df43 /src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj | |
| parent | 0fbada441640a27352935edc43e1ea16c7a4d8f8 (diff) | |
| download | wix-ba0069bf9572d26a9deac77bac3613bc2f96e01a.tar.gz wix-ba0069bf9572d26a9deac77bac3613bc2f96e01a.tar.bz2 wix-ba0069bf9572d26a9deac77bac3613bc2f96e01a.zip | |
Provide x86 and x64 versions of net461 build tasks.
Diffstat (limited to 'src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj')
| -rw-r--r-- | src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj index a8363e7b..221478ed 100644 --- a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj +++ b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | <DebugType>embedded</DebugType> | 9 | <DebugType>embedded</DebugType> |
| 10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> | 10 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 11 | <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier> | 11 | <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier> |
| 12 | <!-- https://github.com/Microsoft/msbuild/issues/2360 --> | ||
| 12 | <PlatformTarget>AnyCPU</PlatformTarget> | 13 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 13 | </PropertyGroup> | 14 | </PropertyGroup> |
| 14 | 15 | ||
