aboutsummaryrefslogtreecommitdiff
path: root/src/Directory.Build.props
blob: 25cb6d36a81319b09085bc8eb30abd6e16327b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<!-- 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. -->

<Project>
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
    <OutputPath>$(MSBuildThisFileDirectory)..\build\$(Configuration)\</OutputPath>

    <Authors>WiX Toolset Team</Authors>
    <Company>WiX Toolset</Company>
    <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright>
  </PropertyGroup>

  <PropertyGroup>
    <WixToolsetRootFolder>$(MSBuildThisFileDirectory)..\..\</WixToolsetRootFolder>
  </PropertyGroup>

  <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " />
</Project>