From 900f5e5dc27d66b9bd7ee3ad1c564e233e2d89b0 Mon Sep 17 00:00:00 2001 From: "SND\\eagleeyestudios_cp" Date: Wed, 26 Sep 2012 19:40:02 +0000 Subject: [PATCH] - Fixed missing Reference in GL3 RenderSystem - Fixed some Content Compiler platform reference issues --- .../ANX.RenderSystem.GL3.csproj | 8 ++++++- .../ANX.ContentCompiler.GUI.csproj | 23 ++++++++----------- .../Properties/AssemblyInfo.cs | 2 +- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/RenderSystems/ANX.Framework.GL3/ANX.RenderSystem.GL3.csproj b/RenderSystems/ANX.Framework.GL3/ANX.RenderSystem.GL3.csproj index 034651ca..4cfbbf06 100644 --- a/RenderSystems/ANX.Framework.GL3/ANX.RenderSystem.GL3.csproj +++ b/RenderSystems/ANX.Framework.GL3/ANX.RenderSystem.GL3.csproj @@ -1,4 +1,4 @@ - + Debug @@ -68,6 +68,12 @@ + + + {6899f0c9-70b9-4eb0-9dd3-e598d4be3e35} + ANX.Framework + + diff --git a/Tools/ANXContentCompilerGUI/ANX.ContentCompiler.GUI.csproj b/Tools/ANXContentCompilerGUI/ANX.ContentCompiler.GUI.csproj index 9f635ef7..6c9e1ae0 100644 --- a/Tools/ANXContentCompilerGUI/ANX.ContentCompiler.GUI.csproj +++ b/Tools/ANXContentCompilerGUI/ANX.ContentCompiler.GUI.csproj @@ -196,9 +196,6 @@ ResXFileCodeGenerator ShowStrings.Designer.cs - - EditingState.cs - @@ -230,6 +227,16 @@ + + + {2dafdfc1-223b-4741-87bb-be3d0a7617db} + ANX.Framework.Content.Pipeline + + + {6899f0c9-70b9-4eb0-9dd3-e598d4be3e35} + ANX.Framework + + - - - {2DAFDFC1-223B-4741-87BB-BE3D0A7617DB} - ANX.Framework.Content.Pipeline_Linux - - - {6899F0C9-70B9-4EB0-9DD3-E598D4BE3E35} - ANX.Framework_Linux - - \ No newline at end of file diff --git a/Tools/ANXContentCompilerGUI/Properties/AssemblyInfo.cs b/Tools/ANXContentCompilerGUI/Properties/AssemblyInfo.cs index 4d94d63b..9d9499be 100644 --- a/Tools/ANXContentCompilerGUI/Properties/AssemblyInfo.cs +++ b/Tools/ANXContentCompilerGUI/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Eagle Eye Studios")] [assembly: AssemblyProduct("ANX.ContentCompiler.GUI")] -[assembly: AssemblyCopyright("Copyright © 2012 Eagle Eye Studios.")] +[assembly: AssemblyCopyright("Copyright © 2012 Eagle Eye Studios. Licensed under MS-PL")] [assembly: AssemblyTrademark("EES ContentCompiler")] [assembly: AssemblyCulture("")]