-
Notifications
You must be signed in to change notification settings - Fork 317
Expand file tree
/
Copy pathGraphViewerGDI.nuspec
More file actions
64 lines (62 loc) · 3.01 KB
/
GraphViewerGDI.nuspec
File metadata and controls
64 lines (62 loc) · 3.01 KB
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
54
55
56
57
58
59
60
61
62
63
64
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Msagl.GraphViewerGDI</id>
<version>BuildVersion</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/Microsoft/automatic-graph-layout</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>
The MSAGL GraphViewerGDI control lets you visualize graphs and has some other rendering functionality.
Key features:
(1) Pan and Zoom
(2) Navigate forward and backward
(3) Display tooltips and highlight graph entities
(4) Search for and focus on graph entities
(5) Collapse and open subgraphs
(6) Edit the graph
</description>
<releaseNotes>The release contains bug fixes and code cleanup. Some defines like TEST_MSAGL were removed.</releaseNotes>
<copyright>
Copyright © Microsoft Corporation
</copyright>
<language>en-US</language>
<tags>MSAGL Graph Layout</tags>
<dependencies>
<group targetFramework=".NETFramework4.7.2" >
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
<group targetFramework="net6.0-windows7.0">
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
<group targetFramework="net8.0-windows7.0">
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
<group targetFramework="net9.0-windows7.0">
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
<group targetFramework="net10.0-windows7.0">
<dependency id="Msagl.Drawing" version="BuildVersion" />
</group>
</dependencies>
<frameworkReferences>
<group targetFramework="net6.0-windows7.0">
<frameworkReference name="Microsoft.WindowsDesktop.App.WinForms" />
</group>
</frameworkReferences>
</metadata>
<files>
<file src="./bin/Release/net472/Microsoft.Msagl.GraphViewerGdi.dll" target="lib\net472" />
<file src="./bin/Release/net472/Microsoft.Msagl.GraphViewerGdi.xml" target="lib\net472" />
<file src="./bin/Release/net6.0-windows/Microsoft.Msagl.GraphViewerGdi.dll" target="lib\net6.0-windows7.0" />
<file src="./bin/Release/net6.0-windows/Microsoft.Msagl.GraphViewerGdi.xml" target="lib\net6.0-windows7.0" />
<file src="./bin/Release/net8.0-windows/Microsoft.Msagl.GraphViewerGdi.dll" target="lib\net8.0-windows7.0" />
<file src="./bin/Release/net8.0-windows/Microsoft.Msagl.GraphViewerGdi.xml" target="lib\net8.0-windows7.0" />
<file src="./bin/Release/net9.0-windows/Microsoft.Msagl.GraphViewerGdi.dll" target="lib\net9.0-windows7.0" />
<file src="./bin/Release/net9.0-windows/Microsoft.Msagl.GraphViewerGdi.xml" target="lib\net9.0-windows7.0" />
<file src="./bin/Release/net10.0-windows/Microsoft.Msagl.GraphViewerGdi.dll" target="lib\net10.0-windows7.0" />
<file src="./bin/Release/net10.0-windows/Microsoft.Msagl.GraphViewerGdi.xml" target="lib\net10.0-windows7.0" />
</files>
</package>