1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
\r
5 <ProductVersion>3.0</ProductVersion>
\r
6 <ProjectGuid>{150172a5-8d02-4c00-abb5-bd99d4b16b4c}</ProjectGuid>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <OutputName>WixProject1</OutputName>
\r
9 <OutputType>Package</OutputType>
\r
10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>
\r
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
\r
13 <OutputPath>..\..\bin\setup\</OutputPath>
\r
14 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
\r
15 <DefineConstants>Debug;IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;MergeModules=C:\Program Files\Common Files\Merge Modules;</DefineConstants>
\r
18 <SuppressSpecificWarnings>
\r
19 </SuppressSpecificWarnings>
\r
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
\r
22 <OutputPath>..\..\bin\setup\</OutputPath>
\r
23 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
\r
24 <DefineConstants>IncludeCrashReportDll=0;DictionaryENGB=0;DictionaryENUS=1;MergeModules=C:\Program Files\Common Files\Merge Modules;</DefineConstants>
\r
25 <SuppressSpecificWarnings>
\r
26 </SuppressSpecificWarnings>
\r
28 <Import Project="$(WixTargetsPath)" />
\r
30 To modify your build process, add your task inside one of the targets below and uncomment it.
\r
31 Other similar extension points exist, see Wix.targets.
\r
32 <Target Name="BeforeBuild">
\r
34 <Target Name="AfterBuild">
\r
38 <Compile Include="TortoiseSVN.wxs" />
\r
39 <Compile Include="WixUI_Simplest.wxs" />
\r
42 <Content Include="FeaturesFragment.wxi" />
\r
43 <Content Include="Includes.wxi" />
\r
44 <Content Include="StructureFragment.wxi" />
\r
45 <Content Include="UIFragment.wxi" />
\r
46 <Content Include="VersionNumberInclude.wxi" />
\r