Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit931382b

Browse files
committed
set$(EnableDefaultNoneItems) to false so VS adds new files appropriately
1 parentf886e7a commit931382b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/fsharp/FSharp.Build/Microsoft.FSharp.NetSdk.props‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
2323

2424
<PropertyGroup>
2525
<EnableDefaultCompileItemsCondition=" '$(EnableDefaultCompileItems)' == ''">false</EnableDefaultCompileItems><!--- Do not glob F# source files-->
26-
<DefaultProjectTypeGuidCondition=" '$(DefaultProjectTypeGuid)' == ''">{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid><!-- F# project type-->
26+
<EnableDefaultNoneItemsCondition=" '$(EnableDefaultNoneItems)' == ''">false</EnableDefaultNoneItems><!--- Do not treat new F# files as None-->
27+
<DefaultProjectTypeGuidCondition=" '$(DefaultProjectTypeGuid)' == ''">{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid><!-- F# project type-->
2728
</PropertyGroup>
2829

2930
<PropertyGroupCondition=" '$(OS)' != 'Unix' and Exists('$(MSBuildThisFileDirectory)\RunFsc.cmd')" >

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp