Standardize Directory.Build.props
Rob Mensching committed
Aug 20, 2017 at 10:40 UTC
ce7c5d6a918069d5a5dcd7650a4260b30dc3a8f7
1 file changed
+6
src/Directory.Build.props
+6
@@ -1,4 +1,6 @@
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>
5
<PropertyGroup>
6
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -9,4 +11,8 @@
11
<Company>WiX Toolset</Company>
12
<Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright>
13
</PropertyGroup>
14
+
15
+ <PropertyGroup>
16
+ <WixToolsetRootFolder>$(MSBuildThisFileDirectory)..\..\</WixToolsetRootFolder>
17
+ </PropertyGroup>
18
</Project>