This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Christian Junk
committed
Mar 19, 2020
1 parent
bd324f1
commit 2a5d9f2
Showing
12 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2013/01/nuspec.xsd"> | ||
<metadata minClientVersion="2.8.1"> | ||
<id>Microsoft.Chart.Controls</id> | ||
<version>1.0.1</version> | ||
<title>Microsoft Chart Controls for Microsoft .NET Framework</title> | ||
<authors>Christian Junk</authors> | ||
<owners>Microsoft</owners> | ||
<requireLicenseAcceptance>true</requireLicenseAcceptance> | ||
<licenseUrl>https://download.microsoft.com/download/c/c/4/cc4dcac6-ea60-4868-a8e0-62a8510aa747/Supplemental Redist License_English.docx</licenseUrl> | ||
<projectUrl>https://www.microsoft.com/en-US/download/details.aspx?id=14422</projectUrl> | ||
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl> | ||
<description>Microsoft Chart Controls for Microsoft .NET Framework will install new assemblies that contain the ASP.NET and Windows Forms Chart Controls.</description> | ||
<summary>ASP.NET and Windows Forms Chart Controls for .NET Framework</summary> | ||
<releaseNotes></releaseNotes> | ||
<copyright>Copyright © Microsoft Corporation. All rights reserved.</copyright> | ||
<tags>Microsoft Chart Controls Windows Forms WinForms ASP.NET</tags> | ||
<references> | ||
<group targetFramework=".NETFramework4.0"> | ||
<reference file="System.Web.DataVisualization.Design.dll" /> | ||
<reference file="System.Web.DataVisualization.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.Design.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.dll" /> | ||
</group> | ||
<group targetFramework=".NETFramework4.5"> | ||
<reference file="System.Web.DataVisualization.Design.dll" /> | ||
<reference file="System.Web.DataVisualization.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.Design.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.dll" /> | ||
</group> | ||
<group targetFramework=".NETFramework4.5.1"> | ||
<reference file="System.Web.DataVisualization.Design.dll" /> | ||
<reference file="System.Web.DataVisualization.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.Design.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.dll" /> | ||
</group> | ||
<group targetFramework=".NETFramework4.5.2"> | ||
<reference file="System.Web.DataVisualization.Design.dll" /> | ||
<reference file="System.Web.DataVisualization.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.Design.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.dll" /> | ||
</group> | ||
<group targetFramework=".NETFramework4.6"> | ||
<reference file="System.Web.DataVisualization.Design.dll" /> | ||
<reference file="System.Web.DataVisualization.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.Design.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.dll" /> | ||
</group> | ||
<group targetFramework=".NETFramework4.6.1"> | ||
<reference file="System.Web.DataVisualization.Design.dll" /> | ||
<reference file="System.Web.DataVisualization.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.Design.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.dll" /> | ||
</group> | ||
<group targetFramework=".NETFramework4.6.2"> | ||
<reference file="System.Web.DataVisualization.Design.dll" /> | ||
<reference file="System.Web.DataVisualization.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.Design.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.dll" /> | ||
</group> | ||
<group targetFramework=".NETFramework4.7"> | ||
<reference file="System.Web.DataVisualization.Design.dll" /> | ||
<reference file="System.Web.DataVisualization.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.Design.dll" /> | ||
<reference file="System.Windows.Forms.DataVisualization.dll" /> | ||
</group> | ||
</references> | ||
</metadata> | ||
<files> | ||
<file src="bin\DataVisChartControl.chm" target="bin\DataVisChartControl.chm" /> | ||
<file src="bin\DataVisChartControl.chw" target="bin\DataVisChartControl.chw" /> | ||
<file src="bin\DataVisChartControl.exe" target="bin\DataVisChartControl.exe" /> | ||
<file src="bin\MSChart.exe" target="bin\MSChart.exe" /> | ||
<file src="bin\MSChart_KB2500170.exe" target="bin\MSChart_KB2500170.exe" /> | ||
<file src="bin\MSChart_VisualStudioAddOn.exe" target="bin\MSChart_VisualStudioAddOn.exe" /> | ||
<file src="lib\net35\System.Web.DataVisualization.Design.dll" target="lib\net35\System.Web.DataVisualization.Design.dll" /> | ||
<file src="lib\net35\System.Web.DataVisualization.dll" target="lib\net35\System.Web.DataVisualization.dll" /> | ||
<file src="lib\net35\System.Windows.Forms.DataVisualization.Design.dll" target="lib\net35\System.Windows.Forms.DataVisualization.Design.dll" /> | ||
<file src="lib\net35\System.Windows.Forms.DataVisualization.dll" target="lib\net35\System.Windows.Forms.DataVisualization.dll" /> | ||
<file src="Supplemental Redist License_English.docx" target="Supplemental Redist License_English.docx" /> | ||
</files> | ||
</package> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.