FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitplatform/src/Bit.Build.props at develop · Poorya-Rajabi/bitplatform · GitHub
Poorya-Rajabi
/
bitplatform
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
bitplatform
/
src
/
Bit.Build.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (36 loc) · 1.96 KB
Breadcrumbs
bitplatform
/
src
/
Bit.Build.props
Copy path
File metadata and controls
45 lines (36 loc) · 1.96 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
<
Project
>
<
PropertyGroup
>
<!--
Info
-->
<
Authors
>bit platform</
Authors
>
<
Company
>bit platform</
Company
>
<
Product
>bit platform</
Product
>
<
Title
>$(MSBuildProjectName)</
Title
>
<
Description
>$(MSBuildProjectName)</
Description
>
<
Copyright
>Copyright © bit platform 2023</
Copyright
>
<!--
Repo
-->
<
RepositoryUrl
>https://github.com/bitfoundation/bitplatform</
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/bitplatform</
PackageProjectUrl
>
<
PackageIconUrl
>https://avatars.githubusercontent.com/u/22663390</
PackageIconUrl
>
<
ReleaseVersion
>7.1.0</
ReleaseVersion
>
<
PackageReleaseNotes
>https://github.com/bitfoundation/bitplatform/releases/tag/v-$(ReleaseVersion)-pre-01</
PackageReleaseNotes
>
<
PackageVersion
>$(ReleaseVersion)-pre-01</
PackageVersion
>
<!--
Version
-->
<
Version
Condition
=
"
'$(Configuration)' == 'Release'
"
>$(ReleaseVersion).$([System.DateTime]::Now.ToString(HHmm))</
Version
>
<!--
Compile
-->
<
NeutralLanguage
>en</
NeutralLanguage
>
<
LangVersion
>preview</
LangVersion
>
<
Nullable
>enable</
Nullable
>
<
NoWarn
>$(NoWarn);NU1605;CS1591;NU1701;NU1605;CA1303;CA1308;CA2007;CA1014;CA2227;BL0007;CA1056;BL0005</
NoWarn
>
<!--
https://stackoverflow.com/a/46815541/2720104
-->
<
DocumentationFile
>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</
DocumentationFile
>
</
PropertyGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL