FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
httpserver/Directory.Build.props at v1 · shinyorg/httpserver · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
shinyorg
/
httpserver
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
5
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
httpserver
/
Directory.Build.props
Copy path
More file actions
More file actions
Latest commit
History
History
History
45 lines (38 loc) · 1.84 KB
Breadcrumbs
httpserver
/
Directory.Build.props
Copy path
File metadata and controls
45 lines (38 loc) · 1.84 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
>
<
LangVersion
>latest</
LangVersion
>
<
Nullable
>enable</
Nullable
>
<
ImplicitUsings
>enable</
ImplicitUsings
>
<
ManagePackageVersionsCentrally
>true</
ManagePackageVersionsCentrally
>
<
NoWarn
>$(NoWarn);CS1591</
NoWarn
>
<
Authors
>aritchie;ShinyLib</
Authors
>
<
Product
>Shiny.Net.HttpServer</
Product
>
<
PackageLicenseExpression
>MIT</
PackageLicenseExpression
>
<
RepositoryUrl
>https://github.com/shinyorg/httpserver</
RepositoryUrl
>
<
RepositoryType
>git</
RepositoryType
>
<
PackageIcon
>icon.png</
PackageIcon
>
<
PackageReadmeFile
>readme.md</
PackageReadmeFile
>
<
PackageReleaseNotes
>https://shinylib.net/release-notes</
PackageReleaseNotes
>
<
PackageProjectUrl
>https://shinylib.net</
PackageProjectUrl
>
<
PackageTags
>http httpserver webserver maui aot mcp ssh azure-relay jwt shiny</
PackageTags
>
</
PropertyGroup
>
<
PropertyGroup
Condition
=
"
'$(Configuration)' == 'Release'
"
>
<
IncludeSource
>True</
IncludeSource
>
<
GeneratePackageOnBuild
>true</
GeneratePackageOnBuild
>
<
GenerateDocumentationFile
>true</
GenerateDocumentationFile
>
<
SymbolPackageFormat
>snupkg</
SymbolPackageFormat
>
<
PublishRepositoryUrl
>True</
PublishRepositoryUrl
>
<
EmbedUntrackedSources
>True</
EmbedUntrackedSources
>
</
PropertyGroup
>
<
ItemGroup
>
<
None
Include
=
"
$(MSBuildThisFileDirectory)nuget.png
"
Pack
=
"
true
"
PackagePath
=
"
icon.png
"
Visible
=
"
false
"
/>
<
None
Include
=
"
$(MSBuildThisFileDirectory)nuget.txt
"
Pack
=
"
true
"
PackagePath
=
"
readme.txt
"
Visible
=
"
false
"
/>
<
None
Include
=
"
$(MSBuildThisFileDirectory)readme.md
"
Pack
=
"
true
"
PackagePath
=
"
\
"
Visible
=
"
false
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Nerdbank.GitVersioning
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers</
IncludeAssets
>
</
PackageReference
>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL