aboutsummaryrefslogtreecommitdiff
path: root/src/wixext/WixToolset.VisualStudio.wixext.targets
diff options
context:
space:
mode:
Diffstat (limited to 'src/wixext/WixToolset.VisualStudio.wixext.targets')
-rw-r--r--src/wixext/WixToolset.VisualStudio.wixext.targets10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/wixext/WixToolset.VisualStudio.wixext.targets b/src/wixext/WixToolset.VisualStudio.wixext.targets
new file mode 100644
index 00000000..903455e3
--- /dev/null
+++ b/src/wixext/WixToolset.VisualStudio.wixext.targets
@@ -0,0 +1,10 @@
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<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
5 <ItemGroup>
6 <WixExtension Include="WixToolset.VS.wixext">
7 <HintPath>$(MSBuildThisFileDirectory)..\tools\WixToolset.VS.wixext.dll</HintPath>
8 </WixExtension>
9 </ItemGroup>
10</Project>