aboutsummaryrefslogtreecommitdiff
path: root/src/libs/wcautil/Directory.Build.props
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2021-04-22 15:43:19 -0700
committerRob Mensching <rob@firegiant.com>2021-04-29 16:22:14 -0700
commit30827588eb0c189b7e2d04693d116080d333200e (patch)
tree866a7987d175ccac7f506dac6ba52ca16b5f9f08 /src/libs/wcautil/Directory.Build.props
parent46897fefd6aef4168f35c1f366c833d715c3bdaa (diff)
downloadwix-30827588eb0c189b7e2d04693d116080d333200e.tar.gz
wix-30827588eb0c189b7e2d04693d116080d333200e.tar.bz2
wix-30827588eb0c189b7e2d04693d116080d333200e.zip
Move wcautil into libs/wcautil
Diffstat (limited to 'src/libs/wcautil/Directory.Build.props')
-rw-r--r--src/libs/wcautil/Directory.Build.props26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/libs/wcautil/Directory.Build.props b/src/libs/wcautil/Directory.Build.props
new file mode 100644
index 00000000..e853e22d
--- /dev/null
+++ b/src/libs/wcautil/Directory.Build.props
@@ -0,0 +1,26 @@
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 Do NOT modify this file. Update the canonical version in Home\repo-template\src\Directory.Build.props
5 then update all of the repos.
6-->
7<Project>
8 <PropertyGroup>
9 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
10 <EnableSourceLink Condition=" '$(NCrunch)' == '1' ">false</EnableSourceLink>
11
12 <ProjectName Condition=" '$(ProjectName)' == '' ">$(MSBuildProjectName)</ProjectName>
13 <BaseOutputPath>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\build\))</BaseOutputPath>
14 <BaseIntermediateOutputPath>$(BaseOutputPath)obj\$(ProjectName)\</BaseIntermediateOutputPath>
15 <OutputPath>$(BaseOutputPath)$(Configuration)\</OutputPath>
16
17 <Authors>WiX Toolset Team</Authors>
18 <Company>WiX Toolset</Company>
19 <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright>
20 <PackageLicenseExpression>MS-RL</PackageLicenseExpression>
21 <Product>WiX Toolset</Product>
22 </PropertyGroup>
23
24 <Import Project="Cpp.Build.props" Condition=" '$(MSBuildProjectExtension)'=='.vcxproj' " />
25 <Import Project="Custom.Build.props" Condition=" Exists('Custom.Build.props') " />
26</Project>