1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" InitialTargets =" EnsureWixToolsetInstalled" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >x86</Platform >
6+ <ProductVersion >3.10</ProductVersion >
7+ <ProjectGuid >9456d153-cbdd-470b-9bff-17c145ed9c24</ProjectGuid >
8+ <SchemaVersion >2.0</SchemaVersion >
9+ <OutputName >Setup</OutputName >
10+ <OutputType >Package</OutputType >
11+ <Name >Setup</Name >
12+ </PropertyGroup >
13+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86' " >
14+ <OutputPath >bin\$(Configuration)\</OutputPath >
15+ <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
16+ <DefineConstants >Debug</DefineConstants >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86' " >
19+ <OutputPath >bin\$(Configuration)\</OutputPath >
20+ <IntermediateOutputPath >obj\$(Configuration)\</IntermediateOutputPath >
21+ </PropertyGroup >
22+ <ItemGroup >
23+ <Compile Include =" Product.wxs" />
24+ </ItemGroup >
25+ <ItemGroup >
26+ <ProjectReference Include =" ..\..\src\GitHubReleaseNotes\GitHubReleaseNotes.csproj" >
27+ <Name >GitHubReleaseNotes</Name >
28+ <Project >{b6269aac-170a-43d0-8b9b-579ded3d9a00}</Project >
29+ <Private >True</Private >
30+ <DoNotHarvest >True</DoNotHarvest >
31+ <RefProjectOutputGroups >Binaries;Content;Satellites</RefProjectOutputGroups >
32+ <RefTargetDir >INSTALLFOLDER</RefTargetDir >
33+ </ProjectReference >
34+ </ItemGroup >
35+ <Import Project =" $(WixTargetsPath)" Condition =" '$(WixTargetsPath)' != '' " />
36+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets" Condition =" '$(WixTargetsPath)' == '' AND Exists('$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets') " />
37+ <Target Name =" EnsureWixToolsetInstalled" Condition =" '$(WixTargetsImported)' != 'true' " >
38+ <Error Text =" The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
39+ </Target >
40+ <!--
41+ To modify your build process, add your task inside one of the targets below and uncomment it.
42+ Other similar extension points exist, see Wix.targets.
43+ <Target Name="BeforeBuild">
44+ </Target>
45+ <Target Name="AfterBuild">
46+ </Target>
47+ -->
48+ </Project >
0 commit comments