We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
$(EnableDefaultNoneItems)
1 parentf886e7a commit931382bCopy full SHA for 931382b
src/fsharp/FSharp.Build/Microsoft.FSharp.NetSdk.props
@@ -23,7 +23,8 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
23
24
<PropertyGroup>
25
<EnableDefaultCompileItemsCondition=" '$(EnableDefaultCompileItems)' == ''">false</EnableDefaultCompileItems><!--- Do not glob F# source files-->
26
- <DefaultProjectTypeGuidCondition=" '$(DefaultProjectTypeGuid)' == ''">{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid><!-- F# project type-->
+ <EnableDefaultNoneItemsCondition=" '$(EnableDefaultNoneItems)' == ''">false</EnableDefaultNoneItems><!--- Do not treat new F# files as None-->
27
+ <DefaultProjectTypeGuidCondition=" '$(DefaultProjectTypeGuid)' == ''">{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid><!-- F# project type-->
28
</PropertyGroup>
29
30
<PropertyGroupCondition=" '$(OS)' != 'Unix' and Exists('$(MSBuildThisFileDirectory)\RunFsc.cmd')" >