File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
3030 </Choose >
3131
3232 <PropertyGroup >
33- <EnableDefaultCompileItems Condition =" '$(EnableDefaultCompileItems)' == '' " >false</EnableDefaultCompileItems > <!-- - Do not glob F# source files -->
33+ <EnableDefaultCompileItems Condition =" '$(EnableDefaultCompileItems)' == '' " >false</EnableDefaultCompileItems > <!-- Do not glob F# source files -->
3434 <EnableDefaultNoneItems Condition =" '$(EnableDefaultNoneItems)' == '' " >false</EnableDefaultNoneItems >
3535 </PropertyGroup >
3636
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ this file.
8888 </PropertyGroup >
8989
9090 <PropertyGroup >
91- <!-- - So that the UI can display default values for these properties, specify values when not set -->
91+ <!-- So that the UI can display default values for these properties, specify values when not set -->
9292 <FSharpPreferNetFrameworkTools Condition =" '$(FSharpPreferNetFrameworkTools)'!='true'" >false</FSharpPreferNetFrameworkTools >
9393 <FSharpPrefer64BitTools Condition =" '$(FSharpPrefer64BitTools)'!='false'" >true</FSharpPrefer64BitTools >
9494 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments