2014-03-07 19:41:08 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
2016-06-27 14:42:39 +00:00
|
|
|
<ProductVersion>3.10</ProductVersion>
|
2014-03-07 19:41:08 +00:00
|
|
|
<ProjectGuid>{d4ba9f39-6a35-4c8f-9cb2-67fcbe5cab17}</ProjectGuid>
|
|
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
|
|
<OutputName>synergy</OutputName>
|
|
|
|
<OutputType>Package</OutputType>
|
|
|
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
|
|
|
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
|
|
|
|
<OutputPath>..\..\..\bin\$(Configuration)\</OutputPath>
|
|
|
|
<IntermediateOutputPath>..\..\..\build\wix\obj\$(Configuration)\</IntermediateOutputPath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<WixExtension Include="WixFirewallExtension">
|
|
|
|
<HintPath>$(WixExtDir)\WixFirewallExtension.dll</HintPath>
|
|
|
|
<Name>WixFirewallExtension</Name>
|
|
|
|
</WixExtension>
|
|
|
|
<WixExtension Include="WixUtilExtension">
|
|
|
|
<HintPath>$(WixExtDir)\WixUtilExtension.dll</HintPath>
|
|
|
|
<Name>WixUtilExtension</Name>
|
|
|
|
</WixExtension>
|
|
|
|
<WixExtension Include="WixUIExtension">
|
2016-06-27 14:42:39 +00:00
|
|
|
<HintPath>C:\Program Files (x86)\WiX Toolset v3.10\bin\WixUIExtension.dll</HintPath>
|
2014-03-07 19:41:08 +00:00
|
|
|
<Name>WixUIExtension</Name>
|
|
|
|
</WixExtension>
|
|
|
|
<Compile Include="Product.wxs" />
|
|
|
|
<Content Include="Include.wxi" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(WixTargetsPath)" />
|
|
|
|
</Project>
|