1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
\r
6 <ProductVersion>3.0</ProductVersion>
\r
7 <ProjectGuid>{8cfde627-6ad7-4da4-b016-3fbfc90c976b}</ProjectGuid>
\r
8 <SchemaVersion>2.0</SchemaVersion>
\r
9 <VersionStamp>0.1.486.19070</VersionStamp>
\r
10 <OutputName>LwesBinaryInstaller$(VersionStamp)</OutputName>
\r
11 <OutputType>Package</OutputType>
\r
12 <WixToolPath>..\3rdParty\wix\v3.0.5419.0\</WixToolPath>
\r
13 <WixTargetsPath Condition="Exists('$(WixToolPath)')">$(WixToolPath)wix.targets</WixTargetsPath>
\r
14 <WixTasksPath>WixTasks.dll</WixTasksPath>
\r
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
\r
17 <OutputPath>..\InstallerBuilds\</OutputPath>
\r
18 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
\r
19 <DefineConstants>Debug</DefineConstants>
\r
20 <SuppressPdbOutput>True</SuppressPdbOutput>
\r
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
23 <OutputPath>..\InstallerBuilds\</OutputPath>
\r
24 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
\r
27 <Compile Include="Product.wxs" />
\r
30 <ProjectReference Include="..\Org.Lwes\Org.Lwes.csproj">
\r
31 <Name>Org.Lwes</Name>
\r
32 <Project>{67cfccf0-62a6-4e5a-93b9-71c99c1b394d}</Project>
\r
33 <Private>True</Private>
\r
37 <WixExtension Include="WixUIExtension">
\r
38 <HintPath>..\3rdParty\wix\v3.0.5419.0\WixUIExtension.dll</HintPath>
\r
42 <Content Include="lgpl-3.0.rtf" />
\r
44 <Import Project="$(WixTargetsPath)" />
\r
46 To modify your build process, add your task inside one of the targets below and uncomment it.
\r
47 Other similar extension points exist, see Wix.targets.
\r
48 <Target Name="BeforeBuild">
\r
50 <Target Name="AfterBuild">
\r