Merge pull request #64 in ITERATE/cyberduck from feature/windows/9074 to master
[cyberduck.git] / source / ch / cyberduck / CLI-WiX.wixproj
blob4b627d304c8cfadd0a8f4ed153d5a196177fd52c
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
3   <PropertyGroup>\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
13   </PropertyGroup>\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
18   </PropertyGroup>\r
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
20     <OutputPath>..\..\..\build\</OutputPath>\r
21     <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>\r
22   </PropertyGroup>\r
23   <ItemGroup>\r
24     <Compile Include="Product.wxs" />\r
25   </ItemGroup>\r
26   <ItemGroup>\r
27     <ProjectReference Include="..\cyberduck\CLI.csproj">\r
28       <Name>CLI</Name>\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
34     </ProjectReference>\r
35   </ItemGroup>\r
36   <Import Project="$(WixTargetsPath)" />\r
37   <!--\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
41         </Target>\r
42         <Target Name="AfterBuild">\r
43         </Target>\r
44         -->\r
45 </Project>