diff options
| author | Rob Mensching <rob@firegiant.com> | 2018-10-02 15:25:13 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2018-10-03 22:23:41 -0700 |
| commit | 4f732dd1b9dd8b1a13b1b0be4d18d4e8d10f106e (patch) | |
| tree | bbb724899d610437aeb0c8ab7e0038d7b6879142 /src/Directory.Build.props | |
| parent | 3307fdd341d80654570740a7874eb796f69011af (diff) | |
| download | wix-4f732dd1b9dd8b1a13b1b0be4d18d4e8d10f106e.tar.gz wix-4f732dd1b9dd8b1a13b1b0be4d18d4e8d10f106e.tar.bz2 wix-4f732dd1b9dd8b1a13b1b0be4d18d4e8d10f106e.zip | |
Enable NCrunch support
Diffstat (limited to 'src/Directory.Build.props')
| -rw-r--r-- | src/Directory.Build.props | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 63ad5d6e..9eacf3f5 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
| @@ -1,16 +1,23 @@ | |||
| 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. --> | 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 | 3 | <!-- | |
| 4 | Do NOT modify this file. Update the canonical version in Home\src\Directory.Build.props | ||
| 5 | then update all of the repos. | ||
| 6 | --> | ||
| 4 | <Project> | 7 | <Project> |
| 5 | <PropertyGroup> | 8 | <PropertyGroup> |
| 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 9 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | 10 | <EnableSourceLink Condition=" '$(NCrunch)' == '1' ">false</EnableSourceLink> |
| 8 | <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath> | 11 | |
| 9 | <OutputPath>$(MSBuildThisFileDirectory)..\build\$(Configuration)\</OutputPath> | 12 | <ProjectName Condition=" '$(ProjectName)' == '' ">$(MSBuildProjectName)</ProjectName> |
| 13 | <BaseOutputPath>$(MSBuildThisFileDirectory)..\build\</BaseOutputPath> | ||
| 14 | <BaseIntermediateOutputPath>$(BaseOutputPath)obj\$(ProjectName)\</BaseIntermediateOutputPath> | ||
| 15 | <OutputPath>$(BaseOutputPath)$(Configuration)\</OutputPath> | ||
| 10 | 16 | ||
| 11 | <Authors>WiX Toolset Team</Authors> | 17 | <Authors>WiX Toolset Team</Authors> |
| 12 | <Company>WiX Toolset</Company> | 18 | <Company>WiX Toolset</Company> |
| 13 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> | 19 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> |
| 20 | <Product>WiX Toolset</Product> | ||
| 14 | </PropertyGroup> | 21 | </PropertyGroup> |
| 15 | 22 | ||
| 16 | <PropertyGroup> | 23 | <PropertyGroup> |
