aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
diff options
context:
space:
mode:
authorBob Arnson <bob@firegiant.com>2020-09-19 21:08:49 -0400
committerBob Arnson <bob@firegiant.com>2020-09-19 21:11:39 -0400
commit61d04cad656e47a185575af7b19bc02412f3b606 (patch)
tree10373cef36f947ac6dbe05da119e0f5bc9990ace /src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
parent1132e3c15314d3921a796464f07fe1398c1a05ec (diff)
downloadwix-61d04cad656e47a185575af7b19bc02412f3b606.tar.gz
wix-61d04cad656e47a185575af7b19bc02412f3b606.tar.bz2
wix-61d04cad656e47a185575af7b19bc02412f3b606.zip
Remove 32-bit ARM support.
Diffstat (limited to 'src/WixToolset.Core.Native/WixToolset.Core.Native.csproj')
-rw-r--r--src/WixToolset.Core.Native/WixToolset.Core.Native.csproj4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
index ab7c4020..f12d674c 100644
--- a/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
+++ b/src/WixToolset.Core.Native/WixToolset.Core.Native.csproj
@@ -11,10 +11,6 @@
11 <ItemGroup> 11 <ItemGroup>
12 <ProjectReference Include="..\wixnative\wixnative.vcxproj"> 12 <ProjectReference Include="..\wixnative\wixnative.vcxproj">
13 <PrivateAssets>All</PrivateAssets> 13 <PrivateAssets>All</PrivateAssets>
14 <Properties>Platform=ARM</Properties>
15 </ProjectReference>
16 <ProjectReference Include="..\wixnative\wixnative.vcxproj">
17 <PrivateAssets>All</PrivateAssets>
18 <Properties>Platform=ARM64</Properties> 14 <Properties>Platform=ARM64</Properties>
19 </ProjectReference> 15 </ProjectReference>
20 <ProjectReference Include="..\wixnative\wixnative.vcxproj"> 16 <ProjectReference Include="..\wixnative\wixnative.vcxproj">