FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
FtpServer/PackageLibrary.props at master · FubarDevelopment/FtpServer · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
FubarDevelopment
/
FtpServer
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
180
Star
518
Code
Issues
41
Pull requests
6
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
FtpServer
/
PackageLibrary.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
41 lines (32 loc) · 1.81 KB
Breadcrumbs
FtpServer
/
PackageLibrary.props
Copy path
File metadata and controls
41 lines (32 loc) · 1.81 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
<
?xm
l versio
n
=
"1.
0
" encodin
g
=
"utf-
8
"?>
<
Project
>
<
Import
Project
=
"
./Global.props
"
/>
<
PropertyGroup
>
<
NoWarn
Condition
=
"
'$(Configuration)' != 'Release'
"
>$(NoWarn);1591</
NoWarn
>
<
NoWarn
>$(NoWarn);NU5105</
NoWarn
>
<
DebugType
Condition
=
"
'$(Configuration)' == 'Release'
"
>portable</
DebugType
>
<!--
Required for EmbedSources
-->
<
DebugType
Condition
=
"
'$(Configuration)' == 'Debug'
"
>full</
DebugType
>
<!--
Required for EmbedSources
-->
<
IsPackable
>true</
IsPackable
>
<!--
Optional: Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element)
-->
<
PublishRepositoryUrl
>true</
PublishRepositoryUrl
>
<!--
Optional: Embed source files that are not tracked by the source control manager in the PDB
-->
<
EmbedUntrackedSources
>true</
EmbedUntrackedSources
>
<!--
Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link
-->
<
IncludeSymbols
>true</
IncludeSymbols
>
<
SymbolPackageFormat
>snupkg</
SymbolPackageFormat
>
<
EmbedAllSources
>true</
EmbedAllSources
>
<
AllowedOutputExtensionsInPackageBuildOutputFolder
>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</
AllowedOutputExtensionsInPackageBuildOutputFolder
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)' == 'Release'
"
>
<
GenerateDocumentationFile
>true</
GenerateDocumentationFile
>
</
PropertyGroup
>
<
ItemGroup
Condition
=
"
'$(Configuration)' == 'Release'
"
>
<
PackageReference
Include
=
"
Microsoft.SourceLink.GitHub
"
Version
=
"
1.0.0-beta2-19367-01
"
PrivateAssets
=
"
All
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
StyleCop.Analyzers
"
Version
=
"
1.1.118
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers; buildtransitive</
IncludeAssets
>
</
PackageReference
>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL