diff options
author | Bob Arnson <bob@firegiant.com> | 2020-07-04 19:06:57 -0400 |
---|---|---|
committer | Bob Arnson <bob@firegiant.com> | 2020-07-04 19:09:21 -0400 |
commit | 4082ae7f94346a8db77638ab8f0e06513a53c73a (patch) | |
tree | a624ca8ea9cfd2c1e3e253d9c352c7b54f273704 /src/wixlib/iis.wixproj | |
parent | e2567d00aa073a08f6202d913606857f085b6d52 (diff) | |
download | wix-4082ae7f94346a8db77638ab8f0e06513a53c73a.tar.gz wix-4082ae7f94346a8db77638ab8f0e06513a53c73a.tar.bz2 wix-4082ae7f94346a8db77638ab8f0e06513a53c73a.zip |
Add per-platform custom action support.
Diffstat (limited to '')
-rw-r--r-- | src/wixlib/iis.wixproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wixlib/iis.wixproj b/src/wixlib/iis.wixproj index 3ebfc2f4..689b3508 100644 --- a/src/wixlib/iis.wixproj +++ b/src/wixlib/iis.wixproj | |||
@@ -8,7 +8,10 @@ | |||
8 | </PropertyGroup> | 8 | </PropertyGroup> |
9 | 9 | ||
10 | <ItemGroup> | 10 | <ItemGroup> |
11 | <ProjectReference Include="..\ca\iisca.vcxproj" /> | 11 | <ProjectReference Include="..\ca\iisca.vcxproj" Properties="Platform=ARM" /> |
12 | <ProjectReference Include="..\ca\iisca.vcxproj" Properties="Platform=ARM64" /> | ||
13 | <ProjectReference Include="..\ca\iisca.vcxproj" Properties="Platform=x86" /> | ||
14 | <ProjectReference Include="..\ca\iisca.vcxproj" Properties="Platform=x64" /> | ||
12 | </ItemGroup> | 15 | </ItemGroup> |
13 | 16 | ||
14 | <ItemGroup> | 17 | <ItemGroup> |