- added NuGet nuspec files for creating ANX-Packages
- fixed Release path in GL3 RenderSystem
This commit is contained in:
parent
387c89ebd6
commit
2376d4c491
@ -27,7 +27,7 @@
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\bin\Release\</OutputPath>
|
||||
<OutputPath>..\..\bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;XNAEXT</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
|
21
nupkg/ANX.Framework.nuspec
Normal file
21
nupkg/ANX.Framework.nuspec
Normal file
@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>ANX.Framework</id>
|
||||
<version>0.5.0.1</version>
|
||||
<title>ANX.Framework</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&changeSetId=24089&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</tags>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="lib\net40-client\ANX.Framework.dll" target="lib\net40-client\ANX.Framework.dll" />
|
||||
</files>
|
||||
</package>
|
26
nupkg/ANX.RenderSystem.GL3.nuspec
Normal file
26
nupkg/ANX.RenderSystem.GL3.nuspec
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>ANX.RenderSystem.GL3</id>
|
||||
<version>0.5.16.1</version>
|
||||
<title>ANX.Framework RenderSystem OpenGL 3</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&changeSetId=24089&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# OpenGL RenderSystem GL3</tags>
|
||||
<dependencies>
|
||||
<dependency id="ANX.Framework" version="0.5.0.1" />
|
||||
<dependency id="OpenTK" version="1.1.1160.61462" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="lib\net40\ANX.RenderSystem.Windows.DX11.dll" target="lib\net40\ANX.RenderSystem.Windows.DX11.dll" />
|
||||
<file src="lib\net40\ANX.RenderSystem.Windows.DX11.pdb" target="lib\net40\ANX.RenderSystem.Windows.DX11.pdb" />
|
||||
</files>
|
||||
</package>
|
29
nupkg/ANX.RenderSystem.Windows.DX10.nuspec
Normal file
29
nupkg/ANX.RenderSystem.Windows.DX10.nuspec
Normal file
@ -0,0 +1,29 @@
|
||||
<?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&changeSetId=24089&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>
|
30
nupkg/ANX.RenderSystem.Windows.DX11.nuspec
Normal file
30
nupkg/ANX.RenderSystem.Windows.DX11.nuspec
Normal file
@ -0,0 +1,30 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>ANX.RenderSystem.Windows.DX11</id>
|
||||
<version>0.7.19.1</version>
|
||||
<title>ANX.Framework RenderSystem DirectX 11</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&changeSetId=24089&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 DX11</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.D3DCompiler" version="2.4.2" />
|
||||
<dependency id="SharpDX.Direct3D11" version="2.4.2" />
|
||||
<dependency id="SharpDX.Direct3D11.Effects" version="2.4.2" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="..\bin\Release\ANX.RenderSystem.Windows.DX11.dll" target="lib\net40\ANX.RenderSystem.Windows.DX11.dll" />
|
||||
<file src="..\bin\Release\ANX.RenderSystem.Windows.DX11.pdb" target="lib\net40\ANX.RenderSystem.Windows.DX11.pdb" />
|
||||
</files>
|
||||
</package>
|
Loading…
x
Reference in New Issue
Block a user