diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-12-02 00:45:33 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-12-02 00:45:33 -0800 |
| commit | fb2df0e24c0709ce94c396624cf86c70e02da01f (patch) | |
| tree | e0a16a342dca4f9b343afa945d89116856950b83 /src/Directory.Build.props | |
| parent | 404f34f00ecce034a8a06fe4757789c6ce62f3f6 (diff) | |
| download | wix-fb2df0e24c0709ce94c396624cf86c70e02da01f.tar.gz wix-fb2df0e24c0709ce94c396624cf86c70e02da01f.tar.bz2 wix-fb2df0e24c0709ce94c396624cf86c70e02da01f.zip | |
Fix IExtensionCommandLine and IPreprocessorExtension
Diffstat (limited to 'src/Directory.Build.props')
| -rw-r--r-- | src/Directory.Build.props | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 25cb6d36..7cd6767f 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
| @@ -5,11 +5,13 @@ | |||
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 7 | <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath> | 7 | <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath> |
| 8 | <OutputPath>$(MSBuildThisFileDirectory)..\build\$(Configuration)\</OutputPath> | 8 | <BaseOutputPath>$(MSBuildThisFileDirectory)..\build\$(Configuration)\</BaseOutputPath> |
| 9 | <OutputPath>$(BaseOutputPath)</OutputPath> | ||
| 9 | 10 | ||
| 10 | <Authors>WiX Toolset Team</Authors> | 11 | <Authors>WiX Toolset Team</Authors> |
| 11 | <Company>WiX Toolset</Company> | 12 | <Company>WiX Toolset</Company> |
| 12 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> | 13 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> |
| 14 | <Product>WiX Toolset</Product> | ||
| 13 | </PropertyGroup> | 15 | </PropertyGroup> |
| 14 | 16 | ||
| 15 | <PropertyGroup> | 17 | <PropertyGroup> |
