FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitframework/src/Bit.Build.props at develop · saeedhalab/bitframework · GitHub
saeedhalab
/
bitframework
Public
forked from
bitfoundation/bitplatform
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
bitframework
/
src
/
Bit.Build.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
104 lines (90 loc) · 6.16 KB
Breadcrumbs
bitframework
/
src
/
Bit.Build.props
Copy path
File metadata and controls
104 lines (90 loc) · 6.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<
Project
>
<
PropertyGroup
>
<!--
Info
-->
<
Authors
>Bit Foundation</
Authors
>
<
Company
>Bit Foundation</
Company
>
<
Product
>Bit Framework</
Product
>
<
Title
>$(MSBuildProjectName)</
Title
>
<
Description
>$(MSBuildProjectName)</
Description
>
<
Copyright
>Copyright © Bit Foundation 2021</
Copyright
>
<!--
Repo
-->
<
RepositoryUrl
>https://github.com/bitfoundation/bitframework</
RepositoryUrl
>
<
RepositoryType
>git</
RepositoryType
>
<!--
nupkg
-->
<
PackageId
>$(MSBuildProjectName)</
PackageId
>
<
PackageTags
>Bit</
PackageTags
>
<
PackageRequireLicenseAcceptance
>false</
PackageRequireLicenseAcceptance
>
<
GeneratePackageOnBuild
Condition
=
"
'$(Configuration)' == 'Release'
"
>true</
GeneratePackageOnBuild
>
<
AllowedOutputExtensionsInPackageBuildOutputFolder
Condition
=
"
'$(Configuration)' == 'Release'
"
>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</
AllowedOutputExtensionsInPackageBuildOutputFolder
>
<
PackageDescription
>$(MSBuildProjectName)</
PackageDescription
>
<
PackageLicenseExpression
>MIT</
PackageLicenseExpression
>
<
PackageProjectUrl
>https://github.com/bitfoundation/bitframework</
PackageProjectUrl
>
<
PackageIconUrl
>https://avatars.githubusercontent.com/u/22663390</
PackageIconUrl
>
<
PackageReleaseNotes
>https://github.com/bitfoundation/bitframework/releases/tag/v7.4.0</
PackageReleaseNotes
>
<
PackageVersion
>9.0.0</
PackageVersion
>
<!--
Version
-->
<
Version
>9.0.0</
Version
>
<
AssemblyVersion
>9.0.0</
AssemblyVersion
>
<!--
Compile
-->
<
NeutralLanguage
>en</
NeutralLanguage
>
<
LangVersion
>preview</
LangVersion
>
<
Nullable
>enable</
Nullable
>
<
NoWarn
>$(NoWarn);NU1605;CS1591;NU1701;NU1605;CA1303</
NoWarn
>
<!--
https://stackoverflow.com/a/46815541/2720104
-->
<
DocumentationFile
>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</
DocumentationFile
>
<
EmbedAllSources
>True</
EmbedAllSources
>
<
DebugType
>portable</
DebugType
>
<
DefineConstants
Condition
=
"
'$(TargetFramework)' == 'monoandroid10.0' OR '$(TargetFramework)' == 'net6.0-android'
"
>$(DefineConstants);Android</
DefineConstants
>
<
DefineConstants
Condition
=
"
'$(TargetFramework)' == 'Xamarin.iOS10' OR '$(TargetFramework)' == 'net6.0-ios'
"
>$(DefineConstants);iOS</
DefineConstants
>
<
DefineConstants
Condition
=
"
'$(TargetFramework)' == 'net6.0'
"
>$(DefineConstants);DotNet</
DefineConstants
>
<
DefineConstants
Condition
=
"
'$(TargetFramework)' == 'uap10.0.17763' OR '$(TargetFramework)' == 'net6.0-windows10.0.19041'
"
>$(DefineConstants);UWP</
DefineConstants
>
<
DefineConstants
Condition
=
"
'$(TargetFramework)' == 'net6.0-maccatalyst'
"
>$(DefineConstants);Mac</
DefineConstants
>
<
DefineConstants
Condition
=
"
'$(TargetFramework)' == 'netstandard2.0'
"
>$(DefineConstants);DotNetStandard;DotNetStandard2_0</
DefineConstants
>
<
DefineConstants
Condition
=
"
'$(TargetFramework)' == 'netstandard2.1'
"
>$(DefineConstants);DotNetStandard;DotNetStandard2_1</
DefineConstants
>
<
DefineConstants
Condition
=
"
'$(TargetFramework)' == 'monoandroid10.0' OR '$(TargetFramework)' == 'Xamarin.iOS10' OR '$(TargetFramework)' == 'uap10.0.17763'
"
>$(DefineConstants);Xamarin</
DefineConstants
>
<
DefineConstants
Condition
=
"
'$(TargetFramework)' == 'net6.0-android' OR '$(TargetFramework)' == 'net6.0-ios' OR '$(TargetFramework)' == 'net6.0-windows10.0.19041'
"
>$(DefineConstants);Maui</
DefineConstants
>
<
UseMauiEssentials
Condition
=
"
'$(TargetFramework)' == 'net6.0-android' OR '$(TargetFramework)' == 'net6.0-ios' OR '$(TargetFramework)' == 'net6.0-windows10.0.19041'
"
>true</
UseMauiEssentials
>
<
GenerateLibraryLayout
Condition
=
"
'$(TargetFramework)' == 'uap10.0.17763' OR '$(TargetFramework)' == 'net6.0-windows10.0.19041'
"
>true</
GenerateLibraryLayout
>
<
DesignTimeBuild
>True</
DesignTimeBuild
>
<
AndroidResgenFile
>False</
AndroidResgenFile
>
<
AndroidUseIntermediateDesignerFile
>False</
AndroidUseIntermediateDesignerFile
>
<
ProduceReferenceAssembly
>True</
ProduceReferenceAssembly
>
<
TargetFrameworkVersion
Condition
=
"
'$(TargetFramework)' == 'monoandroid10.0'
"
>v10.0</
TargetFrameworkVersion
>
<
SupportedOSPlatformVersion
Condition
=
"
'$(TargetFramework)' == 'net6.0-ios'
"
>12.0</
SupportedOSPlatformVersion
>
<
SupportedOSPlatformVersion
Condition
=
"
'$(TargetFramework)' == 'net6.0-maccatalyst'
"
>12.0</
SupportedOSPlatformVersion
>
<
SupportedOSPlatformVersion
Condition
=
"
'$(TargetFramework)' == 'net6.0-android'
"
>19.0</
SupportedOSPlatformVersion
>
<
SupportedOSPlatformVersion
Condition
=
"
$(TargetFramework.Contains('-windows'))
"
>10.0.17763.0</
SupportedOSPlatformVersion
>
<
TargetPlatformMinVersion
Condition
=
"
$(TargetFramework.Contains('-windows'))
"
>10.0.17763.0</
TargetPlatformMinVersion
>
<
AnalysisLevel
>latest</
AnalysisLevel
>
<
AnalysisMode
>AllEnabledByDefault</
AnalysisMode
>
<
CodeAnalysisTreatWarningsAsErrors
>true</
CodeAnalysisTreatWarningsAsErrors
>
<
EnableNETAnalyzers
>true</
EnableNETAnalyzers
>
<
EnforceCodeStyleInBuild
>true</
EnforceCodeStyleInBuild
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)'=='Debug'
"
>
<
DebugSymbols
>true</
DebugSymbols
>
</
PropertyGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
SourceLink.Copy.PdbFiles
"
Version
=
"
2.8.3
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
<
PackageReference
Include
=
"
SourceLink.Embed.AllSourceFiles
"
Version
=
"
2.8.3
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
<
PackageReference
Include
=
"
MSBuild.Sdk.Extras
"
Version
=
"
3.0.44
"
PrivateAssets
=
"
All
"
/>
</
ItemGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'monoandroid10.0'
"
>
<
Reference
Include
=
"
System.ComponentModel.DataAnnotations
"
/>
<
Reference
Include
=
"
System.Data
"
/>
</
ItemGroup
>
<
ItemGroup
Condition
=
"
'$(TargetFramework)' == 'Xamarin.iOS10'
"
>
<
Reference
Include
=
"
System.ComponentModel.DataAnnotations
"
/>
<
Reference
Include
=
"
System.Data
"
/>
<
PackageReference
Include
=
"
System.Reflection.Emit
"
Version
=
"
4.3.0
"
ExcludeAssets
=
"
All
"
>
<
IncludeAssets
>none</
IncludeAssets
>
</
PackageReference
>
</
ItemGroup
>
<
Import
Project
=
"
$(MSBuildSDKExtrasTargets)
"
Condition
=
"
Exists('$(MSBuildSDKExtrasTargets)')
"
/>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL