diff options
Diffstat (limited to 'src/wixlib/iis.wixproj')
-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> |