aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BuildTasks/redirect.wix.targets
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.BuildTasks/redirect.wix.targets')
-rw-r--r--src/WixToolset.BuildTasks/redirect.wix.targets11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/WixToolset.BuildTasks/redirect.wix.targets b/src/WixToolset.BuildTasks/redirect.wix.targets
new file mode 100644
index 00000000..b40c4c36
--- /dev/null
+++ b/src/WixToolset.BuildTasks/redirect.wix.targets
@@ -0,0 +1,11 @@
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
3
4
5<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
6 <PropertyGroup>
7 <WixInstallFolder>$([MSBuild]::GetRegistryValueFromView('HKEY_LOCAL_MACHINE\SOFTWARE\WiX Toolset\v4', 'InstallFolder', null, RegistryView.Registry32))</WixInstallFolder>
8 </PropertyGroup>
9
10 <Import Project="$(WixInstallFolder)bin\wix.targets" />
11</Project>