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

Commit5054390

Browse files
committed
feedback
1 parent9ad85c4 commit5054390

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +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-
<DocumentationFile>bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile>
4039
<Prefer32Bit>false</Prefer32Bit>
4140
<Tailcalls>true</Tailcalls>
4241
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
4342
<WarningLevelCondition=" '$(WarningLevel)' == ''">3</WarningLevel>
4443
<WarningsAsErrors />
45-
<DebugSymbols>true</DebugSymbols>
46-
<DebugType>portable</DebugType>
4744
</PropertyGroup>
4845

4946
<PropertyGroupCondition=" '$(Configuration)' == 'Debug'">
47+
<DebugSymbols>true</DebugSymbols>
5048
<Optimize>false</Optimize>
51-
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
5249
</PropertyGroup>
5350

5451
<PropertyGroupCondition=" '$(Configuration)' == 'Release'">
52+
<DebugSymbols>false</DebugSymbols>
5553
<Optimize>true</Optimize>
56-
<DefineConstants>$(DefineConstants)</DefineConstants>
5754
</PropertyGroup>
5855

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp