diff options
author | Rob Mensching <rob@firegiant.com> | 2017-08-20 10:40:19 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-08-20 10:40:19 -0700 |
commit | ce7c5d6a918069d5a5dcd7650a4260b30dc3a8f7 (patch) | |
tree | 9a23ae503af95781cd682c4ced0127f9ff04607c /src | |
parent | c8b25d0882315f8462e1dc432eea075f7eabbf8f (diff) | |
download | wix-ce7c5d6a918069d5a5dcd7650a4260b30dc3a8f7.tar.gz wix-ce7c5d6a918069d5a5dcd7650a4260b30dc3a8f7.tar.bz2 wix-ce7c5d6a918069d5a5dcd7650a4260b30dc3a8f7.zip |
Standardize Directory.Build.props
Diffstat (limited to 'src')
-rw-r--r-- | src/Directory.Build.props | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 0f9c550d..0ea54cfe 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
@@ -1,4 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-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 | |||
2 | <Project> | 4 | <Project> |
3 | <PropertyGroup> | 5 | <PropertyGroup> |
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
@@ -9,4 +11,8 @@ | |||
9 | <Company>WiX Toolset</Company> | 11 | <Company>WiX Toolset</Company> |
10 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> | 12 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> |
11 | </PropertyGroup> | 13 | </PropertyGroup> |
14 | |||
15 | <PropertyGroup> | ||
16 | <WixToolsetRootFolder>$(MSBuildThisFileDirectory)..\..\</WixToolsetRootFolder> | ||
17 | </PropertyGroup> | ||
12 | </Project> | 18 | </Project> |