aboutsummaryrefslogtreecommitdiff
path: root/src/ext/UI/wixlib/ui.wixproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/UI/wixlib/ui.wixproj')
-rw-r--r--src/ext/UI/wixlib/ui.wixproj36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ext/UI/wixlib/ui.wixproj b/src/ext/UI/wixlib/ui.wixproj
new file mode 100644
index 00000000..e9529283
--- /dev/null
+++ b/src/ext/UI/wixlib/ui.wixproj
@@ -0,0 +1,36 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2<Project Sdk="WixToolset.Sdk">
3
4 <PropertyGroup>
5 <OutputType>Library</OutputType>
6 <BindFiles>true</BindFiles>
7 <Cultures>en-us</Cultures>
8 </PropertyGroup>
9
10 <PropertyGroup>
11 <DefineConstants>
12 $(DefineConstants);
13 bannerBmp=$(MSBuildProjectDirectory)\Bitmaps\bannrbmp.bmp;
14 dialogBmp=$(MSBuildProjectDirectory)\Bitmaps\dlgbmp.bmp;
15 exclamationIco=$(MSBuildProjectDirectory)\Bitmaps\exclamic.ico;
16 infoIco=$(MSBuildProjectDirectory)\Bitmaps\info.ico;
17 licenseRtf=$(MSBuildProjectDirectory)\license.rtf;
18 newIco=$(MSBuildProjectDirectory)\Bitmaps\new.ico;
19 upIco=$(MSBuildProjectDirectory)\Bitmaps\up.ico;
20 </DefineConstants>
21 </PropertyGroup>
22
23 <ItemGroup>
24 <BindInputPaths Include="$(OutputPath)x86" BindName='x86' />
25 <BindInputPaths Include="$(OutputPath)x64" BindName='x64' />
26 <BindInputPaths Include="$(OutputPath)arm64" BindName='arm64' />
27 </ItemGroup>
28
29 <ItemGroup>
30 <ProjectReference Include="..\ca\uica.vcxproj" Properties="Platform=x86" ReferenceOutputAssembly="false" />
31 </ItemGroup>
32
33 <ItemGroup>
34 <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" PrivateAssets="All" />
35 </ItemGroup>
36</Project>