diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Custom.Build.props | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Custom.Build.props b/src/Custom.Build.props new file mode 100644 index 00000000..889fb62e --- /dev/null +++ b/src/Custom.Build.props | |||
@@ -0,0 +1,6 @@ | |||
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 | <Project> | ||
3 | <PropertyGroup Condition="'$(Configuration)'=='Release'"> | ||
4 | <TreatWarningsAsErrors>true</TreatWarningsAsErrors> | ||
5 | </PropertyGroup> | ||
6 | </Project> | ||