diff options
Diffstat (limited to 'src/WixToolset.BuildTasks/redirects/wix.props')
-rw-r--r-- | src/WixToolset.BuildTasks/redirects/wix.props | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/WixToolset.BuildTasks/redirects/wix.props b/src/WixToolset.BuildTasks/redirects/wix.props new file mode 100644 index 00000000..7448d192 --- /dev/null +++ b/src/WixToolset.BuildTasks/redirects/wix.props | |||
@@ -0,0 +1,8 @@ | |||
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 | <PropertyGroup> | ||
6 | <WixTargetsPath>$(MSBuildThisFileDirectory)..\tools\wix.targets</WixTargetsPath> | ||
7 | </PropertyGroup> | ||
8 | </Project> | ||