From 2376d4c491afaac77b21c855d6bf129840b5582f Mon Sep 17 00:00:00 2001 From: Glatzemann Date: Tue, 23 Jul 2013 12:11:55 +0000 Subject: [PATCH] - added NuGet nuspec files for creating ANX-Packages - fixed Release path in GL3 RenderSystem --- .../ANX.RenderSystem.GL3.csproj | 2 +- nupkg/ANX.Framework.nuspec | 21 +++++++++++++ nupkg/ANX.RenderSystem.GL3.nuspec | 26 ++++++++++++++++ nupkg/ANX.RenderSystem.Windows.DX10.nuspec | 29 ++++++++++++++++++ nupkg/ANX.RenderSystem.Windows.DX11.nuspec | 30 +++++++++++++++++++ 5 files changed, 107 insertions(+), 1 deletion(-) create mode 100644 nupkg/ANX.Framework.nuspec create mode 100644 nupkg/ANX.RenderSystem.GL3.nuspec create mode 100644 nupkg/ANX.RenderSystem.Windows.DX10.nuspec create mode 100644 nupkg/ANX.RenderSystem.Windows.DX11.nuspec diff --git a/RenderSystems/ANX.Framework.GL3/ANX.RenderSystem.GL3.csproj b/RenderSystems/ANX.Framework.GL3/ANX.RenderSystem.GL3.csproj index e142f1df..54f9f8c8 100644 --- a/RenderSystems/ANX.Framework.GL3/ANX.RenderSystem.GL3.csproj +++ b/RenderSystems/ANX.Framework.GL3/ANX.RenderSystem.GL3.csproj @@ -27,7 +27,7 @@ pdbonly true - ..\bin\Release\ + ..\..\bin\Release\ TRACE;XNAEXT prompt 4 diff --git a/nupkg/ANX.Framework.nuspec b/nupkg/ANX.Framework.nuspec new file mode 100644 index 00000000..db7d17f8 --- /dev/null +++ b/nupkg/ANX.Framework.nuspec @@ -0,0 +1,21 @@ + + + + ANX.Framework + 0.5.0.1 + ANX.Framework + Roland Rosenkranz + ANX Developer Team + http://anxframework.codeplex.com/license + http://anxframework.codeplex.com/ + http://download-codeplex.sec.s-msft.com/Download/SourceControlFileDownload.ashx?ProjectName=anxframework&changeSetId=24089&itemId=137507 + false + The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework. + The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework. + Copyright © ANX Developer Team 2011-2013 + ANX C# DirectX + + + + + \ No newline at end of file diff --git a/nupkg/ANX.RenderSystem.GL3.nuspec b/nupkg/ANX.RenderSystem.GL3.nuspec new file mode 100644 index 00000000..fe95c5a4 --- /dev/null +++ b/nupkg/ANX.RenderSystem.GL3.nuspec @@ -0,0 +1,26 @@ + + + + ANX.RenderSystem.GL3 + 0.5.16.1 + ANX.Framework RenderSystem OpenGL 3 + Roland Rosenkranz + ANX Developer Team + http://anxframework.codeplex.com/license + http://anxframework.codeplex.com/ + http://download-codeplex.sec.s-msft.com/Download/SourceControlFileDownload.ashx?ProjectName=anxframework&changeSetId=24089&itemId=137507 + false + The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework. + The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework. + Copyright © ANX Developer Team 2011-2013 + ANX C# OpenGL RenderSystem GL3 + + + + + + + + + + \ No newline at end of file diff --git a/nupkg/ANX.RenderSystem.Windows.DX10.nuspec b/nupkg/ANX.RenderSystem.Windows.DX10.nuspec new file mode 100644 index 00000000..45de79d9 --- /dev/null +++ b/nupkg/ANX.RenderSystem.Windows.DX10.nuspec @@ -0,0 +1,29 @@ + + + + ANX.RenderSystem.Windows.DX10 + 0.7.28.2 + ANX.Framework RenderSystem DirectX 10 + Roland Rosenkranz + ANX Developer Team + http://anxframework.codeplex.com/license + http://anxframework.codeplex.com/ + http://download-codeplex.sec.s-msft.com/Download/SourceControlFileDownload.ashx?ProjectName=anxframework&changeSetId=24089&itemId=137507 + false + The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework. + The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework. + Copyright © ANX Developer Team 2011-2013 + ANX C# DirectX RenderSystem DX10 + + + + + + + + + + + + + \ No newline at end of file diff --git a/nupkg/ANX.RenderSystem.Windows.DX11.nuspec b/nupkg/ANX.RenderSystem.Windows.DX11.nuspec new file mode 100644 index 00000000..4014bca3 --- /dev/null +++ b/nupkg/ANX.RenderSystem.Windows.DX11.nuspec @@ -0,0 +1,30 @@ + + + + ANX.RenderSystem.Windows.DX11 + 0.7.19.1 + ANX.Framework RenderSystem DirectX 11 + Roland Rosenkranz + ANX Developer Team + http://anxframework.codeplex.com/license + http://anxframework.codeplex.com/ + http://download-codeplex.sec.s-msft.com/Download/SourceControlFileDownload.ashx?ProjectName=anxframework&changeSetId=24089&itemId=137507 + false + The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework. + The ANX.Framework is a platform independent game framework which is source compatible with Microsofts XNA Framework. + Copyright © ANX Developer Team 2011-2013 + ANX C# DirectX RenderSystem DX11 + + + + + + + + + + + + + + \ No newline at end of file