@@ -39,7 +39,6 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
3939 <PropertyGroup >
4040 <DefaultProjectTypeGuid Condition =" '$(DefaultProjectTypeGuid)' == ''" >{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid ><!-- F# project type-->
4141 <Prefer32Bit Condition =" '$(Prefer32Bit)' == ''" >false</Prefer32Bit >
42- <Tailcalls Condition =" '$(Tailcalls)' == ''" >true</Tailcalls >
4342 <TreatWarningsAsErrors Condition =" '$(TreatWarningsAsErrors)' == ''" >false</TreatWarningsAsErrors >
4443 <WarningLevel Condition =" '$(WarningLevel)' == ''" >3</WarningLevel >
4544 <WarningsAsErrors Condition =" '$(WarningsAsErrors)' == ''" />
@@ -49,11 +48,13 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
4948 <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
5049 <DebugSymbols Condition =" '$(DebugSymbols)' == ''" >true</DebugSymbols >
5150 <Optimize Condition =" '$(Optimize)' == ''" >false</Optimize >
51+ <Tailcalls Condition =" '$(Tailcalls)' == ''" >false</Tailcalls >
5252 </PropertyGroup >
5353
5454 <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
5555 <DebugSymbols Condition =" '$(DebugSymbols)' == ''" >false</DebugSymbols >
5656 <Optimize Condition =" '$(Optimize)' == ''" >true</Optimize >
57+ <Tailcalls Condition =" '$(Tailcalls)' == ''" >true</Tailcalls >
5758 </PropertyGroup >
5859
5960 <PropertyGroup Condition =" '$(OS)' != 'Unix' and Exists('$(MSBuildThisFileDirectory)\RunFsc.cmd')" >