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
30
30
</Choose >
31
31
32
32
<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 -->
34
34
<EnableDefaultNoneItems Condition =" '$(EnableDefaultNoneItems)' == '' " >false</EnableDefaultNoneItems >
35
35
</PropertyGroup >
36
36
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ this file.
88
88
</PropertyGroup >
89
89
90
90
<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 -->
92
92
<FSharpPreferNetFrameworkTools Condition =" '$(FSharpPreferNetFrameworkTools)'!='true'" >false</FSharpPreferNetFrameworkTools >
93
93
<FSharpPrefer64BitTools Condition =" '$(FSharpPrefer64BitTools)'!='false'" >true</FSharpPrefer64BitTools >
94
94
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments