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

Commit5306143

Browse files
committed
more feedback
1 parent5054390 commit5306143

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
3636

3737
<PropertyGroup>
3838
<DefaultProjectTypeGuidCondition=" '$(DefaultProjectTypeGuid)' == ''">{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid><!-- F# project type-->
39-
<Prefer32Bit>false</Prefer32Bit>
40-
<Tailcalls>true</Tailcalls>
41-
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
39+
<Prefer32BitCondition="'$(Prefer32Bit)' == ''">false</Prefer32Bit>
40+
<TailcallsCondition="'$(Tailcalls)' == ''">true</Tailcalls>
41+
<TreatWarningsAsErrorsCondition="'$(TreatWarningsAsErrors)' == ''">false</TreatWarningsAsErrors>
4242
<WarningLevelCondition=" '$(WarningLevel)' == ''">3</WarningLevel>
43-
<WarningsAsErrors />
43+
<WarningsAsErrorsCondition="'$(TreatWarningsAsErrors)' == ''"/>
4444
</PropertyGroup>
4545

4646
<PropertyGroupCondition=" '$(Configuration)' == 'Debug'">
47-
<DebugSymbols>true</DebugSymbols>
48-
<Optimize>false</Optimize>
47+
<DebugSymbolsCondition="'$(DebugSymbols)' == ''">true</DebugSymbols>
48+
<OptimizeCondition="'$(Optimize)' == ''">false</Optimize>
4949
</PropertyGroup>
5050

5151
<PropertyGroupCondition=" '$(Configuration)' == 'Release'">
52-
<DebugSymbols>false</DebugSymbols>
53-
<Optimize>true</Optimize>
52+
<DebugSymbolsCondition="'$(DebugSymbols)' == ''">false</DebugSymbols>
53+
<OptimizeCondition="'$(Optimize)' == ''">true</Optimize>
5454
</PropertyGroup>
5555

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp