@@ -30,10 +30,33 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
3030 </Choose >
3131
3232 <PropertyGroup >
33- <WarningLevel Condition =" '$(WarningLevel)' == ''" >3</WarningLevel >
3433 <EnableDefaultCompileItems Condition =" '$(EnableDefaultCompileItems)' == ''" >false</EnableDefaultCompileItems ><!-- - Do not glob F# source files-->
35- <EnableDefaultNoneItems Condition =" '$(EnableDefaultNoneItems)' == ''" >false</EnableDefaultNoneItems ><!-- - Do not treat new F# files as None-->
36- <DefaultProjectTypeGuid Condition =" '$(DefaultProjectTypeGuid)' == ''" >{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid ><!-- F# project type-->
34+ <EnableDefaultNoneItems Condition =" '$(EnableDefaultNoneItems)' == ''" >false</EnableDefaultNoneItems >
35+ </PropertyGroup >
36+
37+ <PropertyGroup >
38+ <WarningLevel Condition =" '$(WarningLevel)' == ''" >3</WarningLevel >
39+ <DefaultProjectTypeGuid Condition =" '$(DefaultProjectTypeGuid)' == ''" >{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid ><!-- F# project type-->
40+ <PlatformTarget >AnyCPU</PlatformTarget >
41+ <DocumentationFile >bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile >
42+ <Prefer32Bit >false</Prefer32Bit >
43+ <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
44+ <Tailcalls >true</Tailcalls >
45+ <WarningsAsErrors />
46+ <WarningLevel >3</WarningLevel >
47+ <DocumentationFile >bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile >
48+ <DebugSymbols >true</DebugSymbols >
49+ <DebugType >portable</DebugType >
50+ </PropertyGroup >
51+
52+ <PropertyGroup Condition =" '$(Configuration)' == 'Debug'" >
53+ <Optimize >false</Optimize >
54+ <DefineConstants >$(DefineConstants);DEBUG</DefineConstants >
55+ </PropertyGroup >
56+
57+ <PropertyGroup Condition =" '$(Configuration)' == 'Release'" >
58+ <Optimize >true</Optimize >
59+ <DefineConstants >$(DefineConstants)</DefineConstants >
3760 </PropertyGroup >
3861
3962 <PropertyGroup Condition =" '$(OS)' != 'Unix' and Exists('$(MSBuildThisFileDirectory)\RunFsc.cmd')" >