Files
WixBalExtensionExt/wixext/WixBalExtensionExt.csproj
2018-02-11 15:07:12 -05:00

91 lines
3.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
<copyright file="WixBalExtension.csproj" company="Outercurve Foundation">
Copyright (c) 2004, Outercurve Foundation.
This software is released under Microsoft Reciprocal License (MS-RL).
The license and further copyright text can be found in the file
LICENSE.TXT at the root directory of the distribution.
</copyright>
-->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{6F9B6AFD-538B-4DF6-A1E8-6C224CBD7B05}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.Tools.WindowsInstallerXml.Extensions</RootNamespace>
<AssemblyName>WixBalExtensionExt</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="wix, Version=3.0.0.0, Culture=neutral, PublicKeyToken=ce35f76fcda82bad, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>$(WIX)bin\wix.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\inc\WixDistribution.cs">
<Link>Properties\WixDistribution.cs</Link>
</Compile>
<Compile Include="..\inc\wixver.cs">
<Link>Properties\wixver.cs</Link>
</Compile>
<Compile Include="BalCompiler.cs" />
<Compile Include="BalExtension.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="BalPreprocessorExtension.cs" />
<MsgGenSource Include="Data\messages.xml">
<ResourcesLogicalName>$(RootNamespace).Data.Messages.resources</ResourcesLogicalName>
</MsgGenSource>
<EmbeddedResource Include="Data\tables.xml">
<LogicalName>$(RootNamespace).Data.tables.xml</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="Xsd\bal.xsd">
<LogicalName>$(RootNamespace).Xsd.bal.xsd</LogicalName>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</EmbeddedResource>
<XsdGenSource Include="Xsd\bal.xsd">
<CommonNamespace>Microsoft.Tools.WindowsInstallerXml.Serialize</CommonNamespace>
<Namespace>Microsoft.Tools.WindowsInstallerXml.Extensions.Serialize.Bal</Namespace>
</XsdGenSource>
<EmbeddedResource Include="..\build\balExt.wixlib">
<Link>Data\balExt.wixlib</Link>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="WixBalExtensionExt.nuspec" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>