1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6 <ProductVersion>3.10</ProductVersion>
7 <ProjectGuid>e24a4dc1-9b6f-4da4-bd76-7d5fe73732bf</ProjectGuid>
8 <SchemaVersion>2.0</SchemaVersion>
9 <OutputName>BonjourQuickLooks</OutputName>
10 <OutputType>Package</OutputType>
11 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
12 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
13 <Name>BonjourQuickLooksInstaller</Name>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16 <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
17 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
18 <DefineConstants>Debug</DefineConstants>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
21 <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
22 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
25 <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
26 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
27 <DefineConstants>Debug</DefineConstants>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
30 <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
31 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
34 <Compile Include="Product.wxs" />
37 <ProjectReference Include="..\..\Clients\DNS-SD.VisualStudio\dns-sd.vcxproj">
39 <Project>{aa230639-e115-4a44-aa5a-44a61235ba50}</Project>
40 <Private>True</Private>
41 <DoNotHarvest>True</DoNotHarvest>
42 <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
43 <RefTargetDir>INSTALLFOLDER</RefTargetDir>
45 <ProjectReference Include="..\DLL\dnssd.vcxproj">
47 <Project>{ab581101-18f0-46f6-b56a-83a6b1ea657e}</Project>
48 <Private>True</Private>
49 <DoNotHarvest>True</DoNotHarvest>
50 <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
51 <RefTargetDir>INSTALLFOLDER</RefTargetDir>
53 <ProjectReference Include="..\mdnsNSP\mdnsNSP.vcxproj">
55 <Project>{f4f15529-f0eb-402f-8662-73c5797ee557}</Project>
56 <Private>True</Private>
57 <DoNotHarvest>True</DoNotHarvest>
58 <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
59 <RefTargetDir>INSTALLFOLDER</RefTargetDir>
61 <ProjectReference Include="..\SystemService\Service.vcxproj">
62 <Name>mDNSResponder</Name>
63 <Project>{c1d98254-ba27-4427-a3be-a68ca2cc5f69}</Project>
64 <Private>True</Private>
65 <DoNotHarvest>True</DoNotHarvest>
66 <RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
67 <RefTargetDir>INSTALLFOLDER</RefTargetDir>
71 <WixExtension Include="WixFirewallExtension">
72 <HintPath>$(WixExtDir)\WixFirewallExtension.dll</HintPath>
73 <Name>WixFirewallExtension</Name>
76 <Import Project="$(WixTargetsPath)" />
78 To modify your build process, add your task inside one of the targets below and uncomment it.
79 Other similar extension points exist, see Wix.targets.
80 <Target Name="BeforeBuild">
82 <Target Name="AfterBuild">