aboutsummaryrefslogtreecommitdiff
path: root/src/wixlib
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-04-08 07:29:26 -0700
committerRob Mensching <rob@firegiant.com>2021-04-08 07:33:08 -0700
commita3fcca48e4258f37ce2f51502f7863942e8b23fe (patch)
tree7dad7afa711251fb30e3ebb035570bdce0898957 /src/wixlib
parent660671d107d44965856ba8d40106c6565521bcdc (diff)
downloadwix-a3fcca48e4258f37ce2f51502f7863942e8b23fe.tar.gz
wix-a3fcca48e4258f37ce2f51502f7863942e8b23fe.tar.bz2
wix-a3fcca48e4258f37ce2f51502f7863942e8b23fe.zip
Update dependencies
Diffstat (limited to 'src/wixlib')
-rw-r--r--src/wixlib/ui.wixproj7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/wixlib/ui.wixproj b/src/wixlib/ui.wixproj
index d2421be2..e9529283 100644
--- a/src/wixlib/ui.wixproj
+++ b/src/wixlib/ui.wixproj
@@ -21,17 +21,16 @@
21 </PropertyGroup> 21 </PropertyGroup>
22 22
23 <ItemGroup> 23 <ItemGroup>
24 <BindInputPaths Include="$(OutputPath)Win32" BindName='x86' /> 24 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' />
25 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' /> 25 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
26 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' /> 26 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />
27 </ItemGroup> 27 </ItemGroup>
28 28
29 <ItemGroup> 29 <ItemGroup>
30 <ProjectReference Include="..\ca\uica.vcxproj" /> 30 <ProjectReference Include="..\ca\uica.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" />
31 </ItemGroup> 31 </ItemGroup>
32 32
33 <ItemGroup> 33 <ItemGroup>
34 <PackageReference Include="Nerdbank.GitVersioning" Version="3.1.91" PrivateAssets="All" /> 34 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
35 </ItemGroup> 35 </ItemGroup>
36
37</Project> 36</Project>