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

Commit38a5d4e

Browse files
authored
Merge pull request #3286 from KevinRansom/updateprops
Default properties for dotnet sdk
2 parentsa2ce228 +0d0b556 commit38a5d4e

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,27 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
3030
</Choose>
3131

3232
<PropertyGroup>
33-
<WarningLevelCondition=" '$(WarningLevel)' == ''">3</WarningLevel>
3433
<EnableDefaultCompileItemsCondition=" '$(EnableDefaultCompileItems)' == ''">false</EnableDefaultCompileItems><!--- Do not glob F# source files-->
34+
<EnableDefaultNoneItemsCondition=" '$(EnableDefaultNoneItems)' == ''">false</EnableDefaultNoneItems>
35+
</PropertyGroup>
36+
37+
<PropertyGroup>
3538
<DefaultProjectTypeGuidCondition=" '$(DefaultProjectTypeGuid)' == ''">{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid><!-- F# project type-->
39+
<Prefer32BitCondition="'$(Prefer32Bit)' == ''">false</Prefer32Bit>
40+
<TailcallsCondition="'$(Tailcalls)' == ''">true</Tailcalls>
41+
<TreatWarningsAsErrorsCondition="'$(TreatWarningsAsErrors)' == ''">false</TreatWarningsAsErrors>
42+
<WarningLevelCondition=" '$(WarningLevel)' == ''">3</WarningLevel>
43+
<WarningsAsErrorsCondition="'$(WarningsAsErrors)' == ''" />
44+
</PropertyGroup>
45+
46+
<PropertyGroupCondition=" '$(Configuration)' == 'Debug'">
47+
<DebugSymbolsCondition="'$(DebugSymbols)' == ''">true</DebugSymbols>
48+
<OptimizeCondition="'$(Optimize)' == ''">false</Optimize>
49+
</PropertyGroup>
50+
51+
<PropertyGroupCondition=" '$(Configuration)' == 'Release'">
52+
<DebugSymbolsCondition="'$(DebugSymbols)' == ''">false</DebugSymbols>
53+
<OptimizeCondition="'$(Optimize)' == ''">true</Optimize>
3654
</PropertyGroup>
3755

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp