FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Plotly.NET/src/Plotly.NET.CSharp/Plotly.NET.CSharp.csproj at dev · plotly/Plotly.NET · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
plotly
/
Plotly.NET
Public
Notifications
You must be signed in to change notification settings
Fork
99
Star
859
Code
Issues
42
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Plotly.NET
/
src
/
Plotly.NET.CSharp
/
Plotly.NET.CSharp.csproj
Copy path
More file actions
More file actions
Latest commit
History
History
History
53 lines (49 loc) · 3.12 KB
Breadcrumbs
Plotly.NET
/
src
/
Plotly.NET.CSharp
/
Plotly.NET.CSharp.csproj
Copy path
File metadata and controls
53 lines (49 loc) · 3.12 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
<
Project
Sdk
=
"
Microsoft.NET.Sdk
"
>
<
PropertyGroup
>
<
TargetFramework
>net10.0</
TargetFramework
>
<
ImplicitUsings
>enable</
ImplicitUsings
>
<
Nullable
>enable</
Nullable
>
<
AssemblyName
>Plotly.NET.CSharp</
AssemblyName
>
<
Name
>Plotly.NET.CSharp</
Name
>
<
OutputType
>Library</
OutputType
>
<!--
Optional: Declare that the Repository URL can be published to NuSpec
-->
<
PublishRepositoryUrl
>true</
PublishRepositoryUrl
>
<!--
Optional: Embed source files that are not tracked by the source control manager to the PDB
-->
<
EmbedUntrackedSources
>true</
EmbedUntrackedSources
>
<!--
Optional: Include PDB in the built .nupkg
-->
<
IncludeSymbols
>true</
IncludeSymbols
>
<
GenerateDocumentationFile
>true</
GenerateDocumentationFile
>
<
SymbolPackageFormat
>snupkg</
SymbolPackageFormat
>
</
PropertyGroup
>
<
PropertyGroup
>
<
Authors
>Kevin Schneider, open source contributors</
Authors
>
<
Description
>Native C# bindings for Plotly.NET 📈🚀.</
Description
>
<
Summary
>Native C# bindings for Plotly.NET 📈🚀.</
Summary
>
<
PackageLicenseExpression
>MIT</
PackageLicenseExpression
>
<
PackageProjectUrl
>https://plotly.net</
PackageProjectUrl
>
<
PackageIcon
>logo.png</
PackageIcon
>
<
PackageTags
>visualization charting plotly fsharp csharp</
PackageTags
>
<
RepositoryUrl
>https://github.com/plotly/Plotly.NET/</
RepositoryUrl
>
<
RepositoryType
>git</
RepositoryType
>
<
FsDocsLicenseLink
>https://github.com/plotly/Plotly.NET/blob/dev/LICENSE</
FsDocsLicenseLink
>
<
FsDocsReleaseNotesLink
>https://github.com/plotly/Plotly.NET/blob/dev/RELEASE_NOTES.md</
FsDocsReleaseNotesLink
>
</
PropertyGroup
>
<
ItemGroup
>
<
None
Include
=
"
..\..\docs\img\logo.png
"
Pack
=
"
true
"
PackagePath
=
"
\
"
/>
<
ProjectReference
Include
=
"
..\Plotly.NET\Plotly.NET.fsproj
"
PackageVersion
=
"
[6.0.0, 7.0.0)
"
/>
</
ItemGroup
>
<
Target
Name
=
"
UseExplicitPackageVersions
"
BeforeTargets
=
"
GenerateNuspec
"
>
<
ItemGroup
>
<
_ProjectReferenceWithExplicitPackageVersion
Include
=
"
@(ProjectReference->'%(FullPath)')
"
Condition
=
"
'%(ProjectReference.PackageVersion)' != ''
"
/>
<
_ProjectReferenceWithExactPackageVersion
Include
=
"
@(ProjectReference->'%(FullPath)')
"
Condition
=
"
'%(ProjectReference.ExactVersion)' == 'true'
"
/>
<
_ProjectReferenceWithReassignedVersion
Include
=
"
@(_ProjectReferencesWithVersions)
"
Condition
=
"
'%(Identity)' != '' And '@(_ProjectReferenceWithExplicitPackageVersion)' == '@(_ProjectReferencesWithVersions)'
"
>
<
ProjectVersion
>@(_ProjectReferenceWithExplicitPackageVersion->'%(PackageVersion)')</
ProjectVersion
>
</
_ProjectReferenceWithReassignedVersion
>
<
_ProjectReferenceWithReassignedVersion
Include
=
"
@(_ProjectReferencesWithVersions)
"
Condition
=
"
'%(Identity)' != '' And '@(_ProjectReferenceWithExactPackageVersion)' == '@(_ProjectReferencesWithVersions)'
"
>
<
ProjectVersion
>[@(_ProjectReferencesWithVersions->'%(ProjectVersion)')]</
ProjectVersion
>
</
_ProjectReferenceWithReassignedVersion
>
<
_ProjectReferencesWithVersions
Remove
=
"
@(_ProjectReferenceWithReassignedVersion)
"
/>
<
_ProjectReferencesWithVersions
Include
=
"
@(_ProjectReferenceWithReassignedVersion)
"
/>
</
ItemGroup
>
</
Target
>
</
Project
>
Back
|
FazBrowse Home
|
New Git URL