blob: fcdbae054c28fd5e87964d6c77b6ca333b3033d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<Project Sdk="WixToolset.Sdk">
<PropertyGroup>
<OutputType>Bundle</OutputType>
<DefineConstants>$(DefineConstants);Version=2.0.0.0</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="WixToolset.BootstrapperApplications.wixext" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PerMachinePkg\PerMachinePkg.wixproj" />
</ItemGroup>
</Project>
|