diff options
Diffstat (limited to 'src/wixlib/dependency.wixproj')
-rw-r--r-- | src/wixlib/dependency.wixproj | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/wixlib/dependency.wixproj b/src/wixlib/dependency.wixproj index 25e13317..f7ba0f79 100644 --- a/src/wixlib/dependency.wixproj +++ b/src/wixlib/dependency.wixproj | |||
@@ -4,12 +4,15 @@ | |||
4 | <PropertyGroup> | 4 | <PropertyGroup> |
5 | <OutputType>Library</OutputType> | 5 | <OutputType>Library</OutputType> |
6 | <BindFiles>true</BindFiles> | 6 | <BindFiles>true</BindFiles> |
7 | <!-- <SuppressSpecificWarnings>1086</SuppressSpecificWarnings> --> | 7 | <SuppressSpecificWarnings>1086</SuppressSpecificWarnings> |
8 | <Cultures>en-us</Cultures> | 8 | <Cultures>en-us</Cultures> |
9 | </PropertyGroup> | 9 | </PropertyGroup> |
10 | 10 | ||
11 | <ItemGroup> | 11 | <ItemGroup> |
12 | <ProjectReference Include="..\ca\dependencyca.vcxproj" /> | 12 | <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=ARM" /> |
13 | <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=ARM64" /> | ||
14 | <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=x86" /> | ||
15 | <ProjectReference Include="..\ca\dependencyca.vcxproj" Properties="Platform=x64" /> | ||
13 | </ItemGroup> | 16 | </ItemGroup> |
14 | 17 | ||
15 | <ItemGroup> | 18 | <ItemGroup> |