diff options
Diffstat (limited to 'src/wixlib/BalExtension.wixproj')
-rw-r--r-- | src/wixlib/BalExtension.wixproj | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/src/wixlib/BalExtension.wixproj b/src/wixlib/BalExtension.wixproj deleted file mode 100644 index e2898e83..00000000 --- a/src/wixlib/BalExtension.wixproj +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
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>{3444D952-F21C-496F-AB6B-56435BFD0787}</ProjectGuid> | ||
8 | <OutputName>bal</OutputName> | ||
9 | <OutputType>Library</OutputType> | ||
10 | <BindFiles>true</BindFiles> | ||
11 | <Pedantic>true</Pedantic> | ||
12 | <Cultures>en-us</Cultures> | ||
13 | </PropertyGroup> | ||
14 | |||
15 | <ItemGroup> | ||
16 | <Compile Include="BalExtension.wxs" /> | ||
17 | <Compile Include="Mba.wxs" /> | ||
18 | <Compile Include="NetFx4AsPrereq.wxs" /> | ||
19 | <Compile Include="NetFx45AsPrereq.wxs" /> | ||
20 | <Compile Include="NetFx451AsPrereq.wxs" /> | ||
21 | <Compile Include="NetFx452AsPrereq.wxs" /> | ||
22 | <Compile Include="NetFx46AsPrereq.wxs" /> | ||
23 | <Compile Include="NetFx461AsPrereq.wxs" /> | ||
24 | <Compile Include="NetFx462AsPrereq.wxs" /> | ||
25 | <Compile Include="wixstdba.wxs" /> | ||
26 | <Compile Include="wixstdba_x86.wxs" /> | ||
27 | </ItemGroup> | ||
28 | |||
29 | <ItemGroup> | ||
30 | <BindInputPaths Include="$(OutputPath)WixstdbaResources\" /> | ||
31 | </ItemGroup> | ||
32 | |||
33 | <ItemGroup> | ||
34 | <ProjectReference Include="..\mba\host\host.vcxproj" /> | ||
35 | <ProjectReference Include="..\wixstdba\wixstdba.vcxproj" /> | ||
36 | </ItemGroup> | ||
37 | |||
38 | <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildProjectDirectory), wix.proj))\tools\WixBuild.targets" /> | ||
39 | </Project> | ||