@@ -35,16 +35,13 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
3535 </PropertyGroup >
3636
3737 <PropertyGroup >
38- <WarningLevel Condition =" '$(WarningLevel)' == ''" >3</WarningLevel >
3938 <DefaultProjectTypeGuid Condition =" '$(DefaultProjectTypeGuid)' == ''" >{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid ><!-- F# project type-->
40- <PlatformTarget >AnyCPU</PlatformTarget >
4139 <DocumentationFile >bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile >
4240 <Prefer32Bit >false</Prefer32Bit >
43- <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
4441 <Tailcalls >true</Tailcalls >
42+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
43+ <WarningLevel Condition =" '$(WarningLevel)' == ''" >3</WarningLevel >
4544 <WarningsAsErrors />
46- <WarningLevel >3</WarningLevel >
47- <DocumentationFile >bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile >
4845 <DebugSymbols >true</DebugSymbols >
4946 <DebugType >portable</DebugType >
5047 </PropertyGroup >