diff options
Diffstat (limited to 'src/wixlib/UIExtension.wixproj')
-rw-r--r-- | src/wixlib/UIExtension.wixproj | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/src/wixlib/UIExtension.wixproj b/src/wixlib/UIExtension.wixproj new file mode 100644 index 00000000..213205a2 --- /dev/null +++ b/src/wixlib/UIExtension.wixproj | |||
@@ -0,0 +1,114 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <!-- 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. --> | ||
3 | |||
4 | |||
5 | <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
6 | <PropertyGroup> | ||
7 | <ProjectGuid>{2D4FF07B-26F8-4BEF-B41C-E4383F86DC32}</ProjectGuid> | ||
8 | <OutputName>ui</OutputName> | ||
9 | <OutputType>Library</OutputType> | ||
10 | <BindFiles>true</BindFiles> | ||
11 | <Pedantic>true</Pedantic> | ||
12 | <!-- Suppress ICE45 until we get a new darice.cub drop that properly supports the ElevationShield control attribute bit --> | ||
13 | <SuppressIces>ICE45</SuppressIces> | ||
14 | <Cultures>en-us</Cultures> | ||
15 | </PropertyGroup> | ||
16 | |||
17 | <PropertyGroup> | ||
18 | <DefineConstants> | ||
19 | $(DefineConstants); | ||
20 | bannerBmp=$(MSBuildProjectDirectory)\Bitmaps\bannrbmp.bmp; | ||
21 | dialogBmp=$(MSBuildProjectDirectory)\Bitmaps\dlgbmp.bmp; | ||
22 | exclamationIco=$(MSBuildProjectDirectory)\Bitmaps\exclamic.ico; | ||
23 | infoIco=$(MSBuildProjectDirectory)\Bitmaps\info.ico; | ||
24 | licenseRtf=$(MSBuildProjectDirectory)\license.rtf; | ||
25 | newIco=$(MSBuildProjectDirectory)\Bitmaps\new.ico; | ||
26 | upIco=$(MSBuildProjectDirectory)\Bitmaps\up.ico; | ||
27 | </DefineConstants> | ||
28 | </PropertyGroup> | ||
29 | |||
30 | <ItemGroup> | ||
31 | <Compile Include="BrowseDlg.wxs" /> | ||
32 | <Compile Include="CancelDlg.wxs" /> | ||
33 | <Compile Include="Common.wxs" /> | ||
34 | <Compile Include="Common_x86.wxs" /> | ||
35 | <Compile Include="CustomizeDlg.wxs" /> | ||
36 | <Compile Include="DiskCostDlg.wxs" /> | ||
37 | <Compile Include="ErrorDlg.wxs" /> | ||
38 | <Compile Include="ErrorProgressText.wxs" /> | ||
39 | <Compile Include="ExitDialog.wxs" /> | ||
40 | <Compile Include="FatalError.wxs" /> | ||
41 | <Compile Include="FilesInUse.wxs" /> | ||
42 | <Compile Include="InvalidDirDlg.wxs" /> | ||
43 | <Compile Include="LicenseAgreementDlg.wxs" /> | ||
44 | <Compile Include="MaintenanceTypeDlg.wxs" /> | ||
45 | <Compile Include="MaintenanceWelcomeDlg.wxs" /> | ||
46 | <Compile Include="MsiRMFilesInUse.wxs" /> | ||
47 | <Compile Include="OutOfDiskDlg.wxs" /> | ||
48 | <Compile Include="OutOfRbDiskDlg.wxs" /> | ||
49 | <Compile Include="PrepareDlg.wxs" /> | ||
50 | <Compile Include="ProgressDlg.wxs" /> | ||
51 | <Compile Include="ResumeDlg.wxs" /> | ||
52 | <Compile Include="SetupTypeDlg.wxs" /> | ||
53 | <Compile Include="UserExit.wxs" /> | ||
54 | <Compile Include="VerifyReadyDlg.wxs" /> | ||
55 | <Compile Include="WaitForCostingDlg.wxs" /> | ||
56 | <Compile Include="WelcomeDlg.wxs" /> | ||
57 | <Compile Include="WixUI_FeatureTree.wxs" /> | ||
58 | <Compile Include="InstallDirDlg.wxs" /> | ||
59 | <Compile Include="WixUI_InstallDir.wxs" /> | ||
60 | <Compile Include="WelcomeEulaDlg.wxs" /> | ||
61 | <Compile Include="WixUI_Minimal.wxs" /> | ||
62 | <Compile Include="WixUI_Mondo.wxs" /> | ||
63 | <Compile Include="AdvancedWelcomeEulaDlg.wxs" /> | ||
64 | <Compile Include="FeaturesDlg.wxs" /> | ||
65 | <Compile Include="InstallScopeDlg.wxs" /> | ||
66 | <Compile Include="WixUI_Advanced.wxs" /> | ||
67 | <EmbeddedResource Include="WixUI_ar-SA.wxl" /> | ||
68 | <EmbeddedResource Include="WixUI_bg-BG.wxl" /> | ||
69 | <EmbeddedResource Include="WixUI_ca-ES.wxl" /> | ||
70 | <EmbeddedResource Include="WixUI_cs-CZ.wxl" /> | ||
71 | <EmbeddedResource Include="WixUI_da-DK.wxl" /> | ||
72 | <EmbeddedResource Include="WixUI_de-DE.wxl" /> | ||
73 | <EmbeddedResource Include="WixUI_el-GR.wxl" /> | ||
74 | <EmbeddedResource Include="WixUI_en-US.wxl" /> | ||
75 | <EmbeddedResource Include="WixUI_es-ES.wxl" /> | ||
76 | <EmbeddedResource Include="WixUI_et-EE.wxl" /> | ||
77 | <EmbeddedResource Include="WixUI_fi-FI.wxl" /> | ||
78 | <EmbeddedResource Include="WixUI_fr-FR.wxl" /> | ||
79 | <EmbeddedResource Include="WixUI_he-IL.wxl" /> | ||
80 | <EmbeddedResource Include="WixUI_hi-IN.wxl" /> | ||
81 | <EmbeddedResource Include="WixUI_hr-HR.wxl" /> | ||
82 | <EmbeddedResource Include="WixUI_hu-HU.wxl" /> | ||
83 | <EmbeddedResource Include="WixUI_it-IT.wxl" /> | ||
84 | <EmbeddedResource Include="WixUI_ja-JP.wxl" /> | ||
85 | <EmbeddedResource Include="WixUI_ko-KR.wxl" /> | ||
86 | <EmbeddedResource Include="WixUI_kk-KZ.wxl" /> | ||
87 | <EmbeddedResource Include="WixUI_lt-LT.wxl" /> | ||
88 | <EmbeddedResource Include="WixUI_lv-LV.wxl" /> | ||
89 | <EmbeddedResource Include="WixUI_nb-NO.wxl" /> | ||
90 | <EmbeddedResource Include="WixUI_nl-NL.wxl" /> | ||
91 | <EmbeddedResource Include="WixUI_pl-pl.wxl" /> | ||
92 | <EmbeddedResource Include="WixUI_pt-BR.wxl" /> | ||
93 | <EmbeddedResource Include="WixUI_pt-PT.wxl" /> | ||
94 | <EmbeddedResource Include="WixUI_ro-RO.wxl" /> | ||
95 | <EmbeddedResource Include="WixUI_ru-RU.wxl" /> | ||
96 | <EmbeddedResource Include="WixUI_sk-SK.wxl" /> | ||
97 | <EmbeddedResource Include="WixUI_sl-SI.wxl" /> | ||
98 | <EmbeddedResource Include="WixUI_sq-AL.wxl" /> | ||
99 | <EmbeddedResource Include="WixUI_sr-Latn-CS.wxl" /> | ||
100 | <EmbeddedResource Include="WixUI_sv-SE.wxl" /> | ||
101 | <EmbeddedResource Include="WixUI_th-TH.wxl" /> | ||
102 | <EmbeddedResource Include="WixUI_tr-TR.wxl" /> | ||
103 | <EmbeddedResource Include="WixUI_uk-UA.wxl" /> | ||
104 | <EmbeddedResource Include="WixUI_zh-CN.wxl" /> | ||
105 | <EmbeddedResource Include="WixUI_zh-HK.wxl" /> | ||
106 | <EmbeddedResource Include="WixUI_zh-TW.wxl" /> | ||
107 | </ItemGroup> | ||
108 | |||
109 | <ItemGroup> | ||
110 | <ProjectReference Include="..\ca\uica.vcxproj" /> | ||
111 | </ItemGroup> | ||
112 | |||
113 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" /> | ||
114 | </Project> | ||