aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-05-30 23:01:11 +1000
committerSean Hall <r.sean.hall@gmail.com>2020-05-31 15:11:21 +1000
commitba0069bf9572d26a9deac77bac3613bc2f96e01a (patch)
treef7cae57578d7c7b3d85e84f2ba986a30f1d5df43 /src/wixcop
parent0fbada441640a27352935edc43e1ea16c7a4d8f8 (diff)
downloadwix-ba0069bf9572d26a9deac77bac3613bc2f96e01a.tar.gz
wix-ba0069bf9572d26a9deac77bac3613bc2f96e01a.tar.bz2
wix-ba0069bf9572d26a9deac77bac3613bc2f96e01a.zip
Provide x86 and x64 versions of net461 build tasks.
Diffstat (limited to 'src/wixcop')
-rw-r--r--src/wixcop/WixCop.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj
index 63e1aa06..ac5af52e 100644
--- a/src/wixcop/WixCop.csproj
+++ b/src/wixcop/WixCop.csproj
@@ -11,7 +11,6 @@
11 <PublishRepositoryUrl>true</PublishRepositoryUrl> 11 <PublishRepositoryUrl>true</PublishRepositoryUrl>
12 <!-- <PackAsTool>true</PackAsTool> --> 12 <!-- <PackAsTool>true</PackAsTool> -->
13 <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier> 13 <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier>
14 <PlatformTarget>AnyCPU</PlatformTarget>
15 <AppConfig>app.config</AppConfig> 14 <AppConfig>app.config</AppConfig>
16 <ApplicationManifest>wixcop.exe.manifest</ApplicationManifest> 15 <ApplicationManifest>wixcop.exe.manifest</ApplicationManifest>
17 </PropertyGroup> 16 </PropertyGroup>