A cross-platform UI framework for .NET
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

22 lines
1021 B

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>SharpDX</id>
<version>2.5.0</version>
<title>SharpDX</title>
<authors>Alexandre Mutel</authors>
<owners>Alexandre Mutel</owners>
<licenseUrl>http://sharpdx.org/License.txt</licenseUrl>
<projectUrl>http://sharpdx.org/</projectUrl>
<iconUrl>http://sharpdx.org/logo_100x100.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Core assembly for all SharpDX assemblies.</description>
<releaseNotes />
<copyright>Copyright (c) 2010-2013 Alexandre Mutel</copyright>
<tags>SharpDX DirectX Direct3D Multimedia MDX 3D</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System.Drawing" targetFramework=".NETFramework2.0, .NETFramework4.0" />
<frameworkAssembly assemblyName="System.Windows.Forms" targetFramework=".NETFramework2.0, .NETFramework4.0" />
</frameworkAssemblies>
</metadata>
</package>