1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project ToolsVersion="4.0" 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.9</ProductVersion>
\r
7 <ProjectGuid>f6975079-f730-4a31-9909-de536e524764</ProjectGuid>
\r
8 <SchemaVersion>2.0</SchemaVersion>
\r
9 <OutputName>CLI-WiX</OutputName>
\r
10 <OutputType>Package</OutputType>
\r
11 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
\r
12 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
\r
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
\r
15 <OutputPath>..\..\..\build\</OutputPath>
\r
16 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
\r
17 <DefineConstants>Debug</DefineConstants>
\r
19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
20 <OutputPath>..\..\..\build\</OutputPath>
\r
21 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
\r
24 <Compile Include="Product.wxs" />
\r
27 <ProjectReference Include="..\cyberduck\CLI.csproj">
\r
29 <Project>{4b14000d-f435-4eca-a119-7aef03792dee}</Project>
\r
30 <Private>True</Private>
\r
31 <DoNotHarvest>True</DoNotHarvest>
\r
32 <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
\r
33 <RefTargetDir>INSTALLFOLDER</RefTargetDir>
\r
36 <Import Project="$(WixTargetsPath)" />
\r
38 To modify your build process, add your task inside one of the targets below and uncomment it.
\r
39 Other similar extension points exist, see Wix.targets.
\r
40 <Target Name="BeforeBuild">
\r
42 <Target Name="AfterBuild">
\r