]> git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSWindows/BonjourQuickLooksInstaller/BonjourQuickLooksInstaller.wixproj
mDNSResponder-878.1.1.tar.gz
[apple/mdnsresponder.git] / mDNSWindows / BonjourQuickLooksInstaller / BonjourQuickLooksInstaller.wixproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" 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>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>
14 </PropertyGroup>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
16 <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
17 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
18 <DefineConstants>Debug</DefineConstants>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
21 <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
22 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
25 <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
26 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
27 <DefineConstants>Debug</DefineConstants>
28 </PropertyGroup>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
30 <OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
31 <IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
32 </PropertyGroup>
33 <ItemGroup>
34 <Compile Include="Product.wxs" />
35 </ItemGroup>
36 <ItemGroup>
37 <ProjectReference Include="..\..\Clients\DNS-SD.VisualStudio\dns-sd.vcxproj">
38 <Name>dns-sd</Name>
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>
44 </ProjectReference>
45 <ProjectReference Include="..\DLL\dnssd.vcxproj">
46 <Name>DLL</Name>
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>
52 </ProjectReference>
53 <ProjectReference Include="..\mdnsNSP\mdnsNSP.vcxproj">
54 <Name>mdnsNSP</Name>
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>
60 </ProjectReference>
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>
68 </ProjectReference>
69 </ItemGroup>
70 <ItemGroup>
71 <WixExtension Include="WixFirewallExtension">
72 <HintPath>$(WixExtDir)\WixFirewallExtension.dll</HintPath>
73 <Name>WixFirewallExtension</Name>
74 </WixExtension>
75 </ItemGroup>
76 <Import Project="$(WixTargetsPath)" />
77 <!--
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">
81 </Target>
82 <Target Name="AfterBuild">
83 </Target>
84 -->
85 </Project>