diff options
| author | Bob Arnson <bob@firegiant.com> | 2022-02-13 00:46:54 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2022-02-13 08:47:43 -0500 |
| commit | 1be6baef099aa75fd45f41e55b8138ac2c7e0da3 (patch) | |
| tree | f441deda5d7a355aea7966150ed1116a40701296 /src/ext/ComPlus/wixlib/complus.wixproj | |
| parent | cb509edac4749d77a4eb07e9314354279f99ff1a (diff) | |
| download | wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.gz wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.tar.bz2 wix-1be6baef099aa75fd45f41e55b8138ac2c7e0da3.zip | |
Versioned extension ids: ComPlus, Msmq
Diffstat (limited to 'src/ext/ComPlus/wixlib/complus.wixproj')
| -rw-r--r-- | src/ext/ComPlus/wixlib/complus.wixproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ext/ComPlus/wixlib/complus.wixproj b/src/ext/ComPlus/wixlib/complus.wixproj index f0eaebee..9a70c17a 100644 --- a/src/ext/ComPlus/wixlib/complus.wixproj +++ b/src/ext/ComPlus/wixlib/complus.wixproj | |||
| @@ -11,11 +11,13 @@ | |||
| 11 | <ItemGroup> | 11 | <ItemGroup> |
| 12 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> | 12 | <BindInputPaths Include="$(OutputPath)x86" BindName='x86' /> |
| 13 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> | 13 | <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> |
| 14 | <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> | ||
| 14 | </ItemGroup> | 15 | </ItemGroup> |
| 15 | 16 | ||
| 16 | <ItemGroup> | 17 | <ItemGroup> |
| 17 | <ProjectReference Include="..\ca\complusca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> | 18 | <ProjectReference Include="..\ca\complusca.vcxproj" Properties="Platform=x86" /> |
| 18 | <ProjectReference Include="..\ca\complusca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> | 19 | <ProjectReference Include="..\ca\complusca.vcxproj" Properties="Platform=x64" /> |
| 20 | <ProjectReference Include="..\ca\complusca.vcxproj" Properties="Platform=ARM64" /> | ||
| 19 | </ItemGroup> | 21 | </ItemGroup> |
| 20 | 22 | ||
| 21 | <ItemGroup> | 23 | <ItemGroup> |
