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

Commiteee2faf

Browse files
committed
merge
1 parentcebf6eb commiteee2faf

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

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

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,33 @@ 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-->
35-
<EnableDefaultNoneItemsCondition=" '$(EnableDefaultNoneItems)' == ''">false</EnableDefaultNoneItems><!--- Do not treat new F# files as None-->
36-
<DefaultProjectTypeGuidCondition=" '$(DefaultProjectTypeGuid)' == ''">{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid><!-- F# project type-->
34+
<EnableDefaultNoneItemsCondition=" '$(EnableDefaultNoneItems)' == ''">false</EnableDefaultNoneItems>
35+
</PropertyGroup>
36+
37+
<PropertyGroup>
38+
<WarningLevelCondition=" '$(WarningLevel)' == ''">3</WarningLevel>
39+
<DefaultProjectTypeGuidCondition=" '$(DefaultProjectTypeGuid)' == ''">{F2A71F9B-5D33-465A-A702-920D77279786}</DefaultProjectTypeGuid><!-- F# project type-->
40+
<PlatformTarget>AnyCPU</PlatformTarget>
41+
<DocumentationFile>bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile>
42+
<Prefer32Bit>false</Prefer32Bit>
43+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
44+
<Tailcalls>true</Tailcalls>
45+
<WarningsAsErrors />
46+
<WarningLevel>3</WarningLevel>
47+
<DocumentationFile>bin\$(Configuration)\$(AssemblyName).XML</DocumentationFile>
48+
<DebugSymbols>true</DebugSymbols>
49+
<DebugType>portable</DebugType>
50+
</PropertyGroup>
51+
52+
<PropertyGroupCondition=" '$(Configuration)' == 'Debug'">
53+
<Optimize>false</Optimize>
54+
<DefineConstants>$(DefineConstants);DEBUG</DefineConstants>
55+
</PropertyGroup>
56+
57+
<PropertyGroupCondition=" '$(Configuration)' == 'Release'">
58+
<Optimize>true</Optimize>
59+
<DefineConstants>$(DefineConstants)</DefineConstants>
3760
</PropertyGroup>
3861

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp