aboutsummaryrefslogtreecommitdiff
path: root/src/wixcop/WixCop.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixcop/WixCop.csproj')
-rw-r--r--src/wixcop/WixCop.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wixcop/WixCop.csproj b/src/wixcop/WixCop.csproj
index 7021d9d7..8b3acf44 100644
--- a/src/wixcop/WixCop.csproj
+++ b/src/wixcop/WixCop.csproj
@@ -10,7 +10,8 @@
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 <RuntimeIdentifier Condition=" '$(RuntimeIdentifier)'=='' and '$(TargetFramework)'!='netcoreapp2.1' ">win-x86</RuntimeIdentifier>
14 <PlatformTarget>AnyCPU</PlatformTarget>
14 </PropertyGroup> 15 </PropertyGroup>
15 16
16 <PropertyGroup> 17 <PropertyGroup>