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