Build csapi with Release configuration
[platform/core/dotnet/build-tools.git] / dotnet / sdk / 2.0.0-preview2-006497 / Sdks / Microsoft.NET.Sdk / build / Microsoft.NET.Sdk.VisualBasic.props
1 <!--\r
2 ***********************************************************************************************\r
3 Microsoft.NET.Sdk.VisualBasic.props\r
4 \r
5 WARNING:  DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have\r
6           created a backup copy.  Incorrect changes to this file will make it\r
7           impossible to load or build your projects from the command-line or the IDE.\r
8 \r
9 Copyright (c) .NET Foundation. All rights reserved. \r
10 ***********************************************************************************************\r
11 -->\r
12 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
13 \r
14   <PropertyGroup>\r
15     <VBRuntime Condition=" '$(VBRuntime)' == '' ">Embed</VBRuntime>\r
16     <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>\r
17     <WarningLevel Condition=" '$(WarningLevel)' == '' ">1</WarningLevel>\r
18     <NoWarn Condition=" '$(NoWarn)' == '' ">41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</NoWarn>\r
19     <OptionExplicit Condition=" '$(OptionExplicit)' == '' ">On</OptionExplicit>\r
20     <OptionCompare Condition=" '$(OptionCompare)' == '' ">Binary</OptionCompare>\r
21     <OptionStrict Condition=" '$(OptionStrict)' == '' ">Off</OptionStrict>\r
22     <OptionInfer Condition=" '$(OptionInfer)' == '' ">On</OptionInfer>\r
23 \r
24     <!-- Remove the line below once https://github.com/Microsoft/visualfsharp/issues/3207 gets fixed -->\r
25     <WarningsAsErrors Condition=" '$(WarningsAsErrors)' == '' ">NU1605</WarningsAsErrors>\r
26   </PropertyGroup>\r
27 \r
28   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
29     <DefineDebug Condition=" '$(DefineDebug)' == '' ">true</DefineDebug>\r
30     <DefineTrace Condition=" '$(DefineTrace)' == '' ">true</DefineTrace>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
33     <DefineTrace Condition=" '$(DefineTrace)' == '' ">true</DefineTrace>\r
34   </PropertyGroup>\r
35 \r
36 </Project>\r