release: Bump the version number
[banshee.git] / build / windows / Installer.wixproj
blob9928a3564121784bc8f4f91c33c5db409c416ec5
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Platform>x86</Platform>
4     <ProductVersion>3.0</ProductVersion>
5     <ProjectGuid>{33f58ffc-956e-4079-b27a-160a57ffea7a}</ProjectGuid>
6     <SchemaVersion>2.0</SchemaVersion>
7     <OutputName>Banshee-2.3.4</OutputName>
8     <OutputType>Package</OutputType>
9     <ApplicationIcon>Bitmaps\banshee.ico</ApplicationIcon>
10     <OutputPath>.</OutputPath>
11     <IntermediateOutputPath>obj\</IntermediateOutputPath>
12     <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
13   </PropertyGroup>
14   <ItemGroup>
15     <Compile Include="InstallerDefinition.wxs" />
16   </ItemGroup>
17   <ItemGroup>
18     <None Include="obj\generated_bin.wxi" />
19     <None Include="obj\generated_etc.wxi" />
20     <None Include="obj\generated_lib.wxi" />
21     <None Include="obj\generated_share.wxi" />
22   </ItemGroup>
23   <ItemGroup>
24     <WixExtension Include="WixNetFxExtension">
25       <HintPath>$(WixExtDir)\WixNetFxExtension.dll</HintPath>
26     </WixExtension>
27     <WixExtension Include="WixUIExtension">
28       <HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
29     </WixExtension>
30   </ItemGroup>
31   <ItemGroup>
32     <Folder Include="Bitmaps\" />
33   </ItemGroup>
34   <ItemGroup>
35     <Content Include="Bitmaps\bannrbmp.jpg" />
36     <Content Include="Bitmaps\dlgbmp.jpg" />
37     <Content Include="Bitmaps\banshee.ico" />
38     <Content Include="license.rtf" />
39   </ItemGroup>
40   <Import Project="$(WixTargetsPath)" />
41   <!--
42         To modify your build process, add your task inside one of the targets below and uncomment it.
43         Other similar extension points exist, see Wix.targets.
44         <Target Name="BeforeBuild">
45         </Target>
46         <Target Name="AfterBuild">
47         </Target>
48         -->
49 </Project>