anx.framework/nupkg/ANX.RenderSystem.Windows.DX10.nuspec
Glatzemann 2376d4c491 - added NuGet nuspec files for creating ANX-Packages
- fixed Release path in GL3 RenderSystem
2015-03-15 01:13:28 +01:00

29 lines
1.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ANX.RenderSystem.Windows.DX10</id>
<version>0.7.28.2</version>
<title>ANX.Framework RenderSystem DirectX 10</title>
<authors>Roland Rosenkranz</authors>
<owners>ANX Developer Team</owners>
<licenseUrl>http://anxframework.codeplex.com/license</licenseUrl>
<projectUrl>http://anxframework.codeplex.com/</projectUrl>
<iconUrl>http://download-codeplex.sec.s-msft.com/Download/SourceControlFileDownload.ashx?ProjectName=anxframework&amp;changeSetId=24089&amp;itemId=137507</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework.</description>
<summary>The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework.</summary>
<copyright>Copyright © ANX Developer Team 2011-2013</copyright>
<tags>ANX C# DirectX RenderSystem DX10</tags>
<dependencies>
<dependency id="ANX.Framework" version="0.5.0.1" />
<dependency id="SharpDX" version="2.4.2" />
<dependency id="SharpDX.DXGI" version="2.4.2" />
<dependency id="SharpDX.Direct3D10" version="2.4.2" />
<dependency id="SharpDX.D3DCompiler" version="2.4.2" />
</dependencies>
</metadata>
<files>
<file src="lib\net40\ANX.RenderSystem.Windows.DX10.dll" target="lib\net40\ANX.RenderSystem.Windows.DX10.dll" />
<file src="lib\net40\ANX.RenderSystem.Windows.DX10.pdb" target="lib\net40\ANX.RenderSystem.Windows.DX10.pdb" />
</files>
</package>