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

Commitbeb22bb

Browse files
committed
Default properties for dotnet sdk
1 parenta2ce228 commitbeb22bb

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

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

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +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-->
34+
<EnableDefaultNoneItemsCondition=" '$(EnableDefaultNoneItems)' == ''">false</EnableDefaultNoneItems>
35+
</PropertyGroup>
36+
37+
<PropertyGroup>
38+
<WarningLevelCondition=" '$(WarningLevel)' == ''">3</WarningLevel>
3539
<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>
3660
</PropertyGroup>
3761

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp