aboutsummaryrefslogtreecommitdiff
path: root/src/libs/Directory.Build.props
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/libs/Directory.Build.props (renamed from src/wix/Custom.Build.props)8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/wix/Custom.Build.props b/src/libs/Directory.Build.props
index 889fb62e..ea9ad0e7 100644
--- a/src/wix/Custom.Build.props
+++ b/src/libs/Directory.Build.props
@@ -1,6 +1,10 @@
1<?xml version="1.0" encoding="utf-8"?>
1<!-- 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
2<Project> 4<Project>
3 <PropertyGroup Condition="'$(Configuration)'=='Release'"> 5 <PropertyGroup>
4 <TreatWarningsAsErrors>true</TreatWarningsAsErrors> 6 <SegmentName>libs</SegmentName>
5 </PropertyGroup> 7 </PropertyGroup>
8
9 <Import Project="..\Directory.Build.props" />
6</Project> 10</Project>