blob: e2898e83a597158ba28c516a44209cff15457d99 (
plain)
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
38
39
|
<?xml version="1.0" encoding="utf-8" ?>
<!-- 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. -->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<ProjectGuid>{3444D952-F21C-496F-AB6B-56435BFD0787}</ProjectGuid>
<OutputName>bal</OutputName>
<OutputType>Library</OutputType>
<BindFiles>true</BindFiles>
<Pedantic>true</Pedantic>
<Cultures>en-us</Cultures>
</PropertyGroup>
<ItemGroup>
<Compile Include="BalExtension.wxs" />
<Compile Include="Mba.wxs" />
<Compile Include="NetFx4AsPrereq.wxs" />
<Compile Include="NetFx45AsPrereq.wxs" />
<Compile Include="NetFx451AsPrereq.wxs" />
<Compile Include="NetFx452AsPrereq.wxs" />
<Compile Include="NetFx46AsPrereq.wxs" />
<Compile Include="NetFx461AsPrereq.wxs" />
<Compile Include="NetFx462AsPrereq.wxs" />
<Compile Include="wixstdba.wxs" />
<Compile Include="wixstdba_x86.wxs" />
</ItemGroup>
<ItemGroup>
<BindInputPaths Include="$(OutputPath)WixstdbaResources\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\mba\host\host.vcxproj" />
<ProjectReference Include="..\wixstdba\wixstdba.vcxproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" />
</Project>
|