FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Electron.NET/src/ElectronNET.API/ElectronNET.API.csproj at develop · ElectronNET/Electron.NET · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ElectronNET
/
Electron.NET
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
743
Star
7.6k
Code
Issues
21
Pull requests
1
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Electron.NET
/
src
/
ElectronNET.API
/
ElectronNET.API.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
40 lines (37 loc) · 1.69 KB
Breadcrumbs
Electron.NET
/
src
/
ElectronNET.API
/
ElectronNET.API.csproj
Copy path
File metadata and controls
40 lines (37 loc) · 1.69 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
<Projec
t
Sd
k
=
"Microsoft.NET.Sd
k
">
<
Import
Project
=
"
..\common.props
"
/>
<
PropertyGroup
>
<
TargetFrameworks
>$(ElectronNetTargetFrameworks)</
TargetFrameworks
>
<
PackageOutputPath
>..\..\artifacts</
PackageOutputPath
>
<
PackageId
>$(PackageNamePrefix).API</
PackageId
>
<
Title
>$(PackageId)</
Title
>
<
GenerateDocumentationFile
>true</
GenerateDocumentationFile
>
<
IncludeSymbols
>True</
IncludeSymbols
>
<
SymbolPackageFormat
>snupkg</
SymbolPackageFormat
>
<
Nullable
>disable</
Nullable
>
<
Description
>$(DescriptionFirstPart) This package contains the API to access the "native" electron API.</
Description
>
<
RootNamespace
>ElectronNET</
RootNamespace
>
<
NoWarn
>1701;1702;4014;CS4014;CA1416;CS1591</
NoWarn
>
</
PropertyGroup
>
<
ItemGroup
>
<
None
Remove
=
"
ElectronNET.API.csproj.DotSettings
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
None
Include
=
"
PackageIcon.png
"
Pack
=
"
true
"
PackagePath
=
"
\
"
/>
<
None
Include
=
"
../../README.md
"
Pack
=
"
true
"
PackagePath
=
"
\
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
PackageReference
Include
=
"
Microsoft.SourceLink.GitHub
"
Version
=
"
8.0.0
"
>
<
PrivateAssets
>all</
PrivateAssets
>
<
IncludeAssets
>runtime; build; native; contentfiles; analyzers</
IncludeAssets
>
</
PackageReference
>
<
PackageReference
Include
=
"
SocketIOClient
"
Version
=
"
3.1.2
"
/>
<
PackageReference
Include
=
"
System.Drawing.Common
"
Version
=
"
8.0.22
"
/>
<
PackageReference
Include
=
"
System.Text.Json
"
Version
=
"
8.0.6
"
Condition
=
"
'$(TargetFramework)' == 'net6.0'
"
/>
</
ItemGroup
>
<
ItemGroup
>
<
InternalsVisibleTo
Include
=
"
ElectronNET.AspNet
"
/>
<
InternalsVisibleTo
Include
=
"
ElectronNET.Core.AspNet
"
/>
<
InternalsVisibleTo
Include
=
"
ElectronNET.IntegrationTests
"
/>
</
ItemGroup
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL