-
Notifications
You must be signed in to change notification settings - Fork 0
/
apVerb-Installer.wixproj
37 lines (37 loc) · 1.46 KB
/
apVerb-Installer.wixproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<Project Sdk="WixToolset.Sdk/5.0.1">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<CompilerAdditionalOptions>
</CompilerAdditionalOptions>
<SuppressIces>ICE38;ICE64;ICE91;ICE80;ICE57;ICE61</SuppressIces>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
<SuppressIces>ICE38;ICE64;ICE91;ICE80;ICE57;ICE61</SuppressIces>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
<SuppressIces>ICE38;ICE64;ICE91;ICE80;ICE57;ICE61</SuppressIces>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
<SuppressIces>ICE38;ICE64;ICE91;ICE80;ICE57;ICE61</SuppressIces>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<SuppressIces>ICE38;ICE64;ICE91;ICE80;ICE57;ICE61</SuppressIces>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<SuppressIces>ICE38;ICE64;ICE91;ICE80;ICE57;ICE61</SuppressIces>
</PropertyGroup>
<PropertyGroup>
<OutputName>
</OutputName>
</PropertyGroup>
<ItemGroup>
<Content Include="Banner493x312.bmp" />
<Content Include="Banner493x58.bmp" />
</ItemGroup>
<ItemGroup>
<None Include="AvxDetectActionWiX.dll" />
<None Include="EULA.rtf" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="WixToolset.UI.wixext" Version="5.0.1" />
</ItemGroup>
</Project>