diff options
Diffstat (limited to 'src/ext/Util')
| -rw-r--r-- | src/ext/Util/wixlib/UtilExtension.wxs | 1 | ||||
| -rw-r--r-- | src/ext/Util/wixlib/util.wixproj | 12 |
2 files changed, 6 insertions, 7 deletions
diff --git a/src/ext/Util/wixlib/UtilExtension.wxs b/src/ext/Util/wixlib/UtilExtension.wxs index f2786b25..bc19d89c 100644 --- a/src/ext/Util/wixlib/UtilExtension.wxs +++ b/src/ext/Util/wixlib/UtilExtension.wxs | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> | 4 | <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"> |
| 5 | <?include ..\..\caDecor.wxi ?> | ||
| 6 | <?include ..\..\caerr.wxi ?> | 5 | <?include ..\..\caerr.wxi ?> |
| 7 | 6 | ||
| 8 | <Fragment> | 7 | <Fragment> |
diff --git a/src/ext/Util/wixlib/util.wixproj b/src/ext/Util/wixlib/util.wixproj index 56a16ff4..fa82fea2 100644 --- a/src/ext/Util/wixlib/util.wixproj +++ b/src/ext/Util/wixlib/util.wixproj | |||
| @@ -12,12 +12,12 @@ | |||
| 12 | </ItemGroup> | 12 | </ItemGroup> |
| 13 | 13 | ||
| 14 | <ItemGroup> | 14 | <ItemGroup> |
| 15 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> | 15 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=ARM64" /> |
| 16 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> | 16 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x86" /> |
| 17 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> | 17 | <ProjectReference Include="..\be\utilbe.vcxproj" Properties="Platform=x64" /> |
| 18 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM64" ReferenceOutputAssembly="false" /> | 18 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=ARM64" /> |
| 19 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" /> | 19 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x86" /> |
| 20 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x64" ReferenceOutputAssembly="false" /> | 20 | <ProjectReference Include="..\ca\utilca.vcxproj" Properties="Platform=x64" /> |
| 21 | </ItemGroup> | 21 | </ItemGroup> |
| 22 | 22 | ||
| 23 | <ItemGroup> | 23 | <ItemGroup> |
