clean up assembly information
svn path=/trunk/tao/; revision=67710
This commit is contained in:
Родитель
5b3196d2e9
Коммит
d466a7b935
|
@ -35,14 +35,14 @@ using System.Security.Permissions;
|
|||
[assembly: AssemblyConfiguration("Retail")]
|
||||
[assembly: AssemblyCopyright("Copyright ©2003-2005 Tao Framework Team. All rights reserved.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: AssemblyDefaultAlias("CgExamples.Gl_01_vertex_program")]
|
||||
[assembly: AssemblyDefaultAlias("CgExamples")]
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyDescription("Cg GL 01 vertex example.")]
|
||||
[assembly: AssemblyDescription("Cg GL Examples")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|
||||
[assembly: AssemblyKeyName("")]
|
||||
[assembly: AssemblyProduct("CgExamples.Gl_01_vertex_program")]
|
||||
[assembly: AssemblyTitle("CgExamples.Gl_01_vertex_program")]
|
||||
[assembly: AssemblyProduct("CgExamples")]
|
||||
[assembly: AssemblyTitle("CgExamples")]
|
||||
[assembly: AssemblyTrademark("Tao Framework - http://www.taoframework.com")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: CLSCompliant(true)]
|
||||
|
|
|
@ -1,4 +1,31 @@
|
|||
using System.Reflection;
|
||||
#region License
|
||||
/*
|
||||
MIT License
|
||||
Copyright ©2003-2005 Tao Framework Team
|
||||
http://www.taoframework.com
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*/
|
||||
#endregion License
|
||||
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
|
|
@ -39,18 +39,18 @@ using System.Security.Permissions;
|
|||
#endif
|
||||
[assembly: AssemblyCopyright("©2003-2004 Randy Ridge. All rights reserved.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: AssemblyDefaultAlias("GlfwExamples.Triangle")]
|
||||
[assembly: AssemblyDefaultAlias("GlfwExamples")]
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyDescription("GLFW Triangle example.")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|
||||
[assembly: AssemblyKeyName("")]
|
||||
#if DEBUG
|
||||
[assembly: AssemblyProduct("GlfwExamples.Triangle.exe *** Debug Build ***")]
|
||||
[assembly: AssemblyProduct("GlfwExamples *** Debug Build ***")]
|
||||
#else
|
||||
[assembly: AssemblyProduct("GlfwExamples.Triangle.exe")]
|
||||
[assembly: AssemblyProduct("GlfwExamples")]
|
||||
#endif
|
||||
[assembly: AssemblyTitle("GLFW Triangle Example")]
|
||||
[assembly: AssemblyTitle("GLFW Examples")]
|
||||
[assembly: AssemblyTrademark("Randy Ridge")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: CLSCompliant(true)]
|
||||
|
|
|
@ -1,4 +1,31 @@
|
|||
using System.Reflection;
|
||||
#region License
|
||||
/*
|
||||
MIT License
|
||||
Copyright ©2003-2005 Tao Framework Team
|
||||
http://www.taoframework.com
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*/
|
||||
#endregion License
|
||||
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
|
|
@ -1,3 +1,30 @@
|
|||
#region License
|
||||
/*
|
||||
MIT License
|
||||
Copyright ©2003-2005 Tao Framework Team
|
||||
http://www.taoframework.com
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*/
|
||||
#endregion License
|
||||
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
|
|
|
@ -39,19 +39,19 @@ using System.Security.Permissions;
|
|||
#endif
|
||||
[assembly: AssemblyCopyright("Copyright ©2003-2005 Tao Framework Team. All rights reserved.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: AssemblyDefaultAlias("NateRobins.Area")]
|
||||
[assembly: AssemblyDefaultAlias("NateRobins")]
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyDescription("Nate Robins' Area example.")]
|
||||
[assembly: AssemblyDescription("Nate Robins' examples.")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|
||||
|
||||
[assembly: AssemblyKeyName("")]
|
||||
#if DEBUG
|
||||
[assembly: AssemblyProduct("NateRobins.Area.exe *** Debug Build ***")]
|
||||
[assembly: AssemblyProduct("NateRobins *** Debug Build ***")]
|
||||
#else
|
||||
[assembly: AssemblyProduct("NateRobins.Area.exe")]
|
||||
[assembly: AssemblyProduct("NateRobins")]
|
||||
#endif
|
||||
[assembly: AssemblyTitle("Nate Robins' Area example.")]
|
||||
[assembly: AssemblyTitle("Nate Robins'examples.")]
|
||||
[assembly: AssemblyTrademark("Tao Framework - http://www.taoframework.com")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: CLSCompliant(true)]
|
||||
|
|
|
@ -39,19 +39,19 @@ using System.Security.Permissions;
|
|||
#endif
|
||||
[assembly: AssemblyCopyright("Copyright ©2003-2005 Tao Framework Team. All rights reserved.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: AssemblyDefaultAlias("NeHe.Lesson01")]
|
||||
[assembly: AssemblyDefaultAlias("NeHe")]
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyDescription("NeHe's Lesson 01 example.")]
|
||||
[assembly: AssemblyDescription("NeHe examples")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|
||||
|
||||
[assembly: AssemblyKeyName("")]
|
||||
#if DEBUG
|
||||
[assembly: AssemblyProduct("NeHe.Lesson01.exe *** Debug Build ***")]
|
||||
[assembly: AssemblyProduct("NeHe Examples *** Debug Build ***")]
|
||||
#else
|
||||
[assembly: AssemblyProduct("NeHe.Lesson01.exe")]
|
||||
[assembly: AssemblyProduct("NeHe Examples")]
|
||||
#endif
|
||||
[assembly: AssemblyTitle("NeHe's Lesson 01 example.")]
|
||||
[assembly: AssemblyTitle("NeHe examples")]
|
||||
[assembly: AssemblyTrademark("Tao Framework - http://www.taoframework.com")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: CLSCompliant(true)]
|
||||
|
|
|
@ -39,19 +39,19 @@ using System.Security.Permissions;
|
|||
#endif
|
||||
[assembly: AssemblyCopyright("Copyright ©2003-2005 Tao Framework Team. All rights reserved.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: AssemblyDefaultAlias("OpenAlExamples.Lesson01")]
|
||||
[assembly: AssemblyDefaultAlias("OpenAlExamples")]
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyDescription("OpenAL Lesson 01 example.")]
|
||||
[assembly: AssemblyDescription("OpenAL examples")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|
||||
|
||||
[assembly: AssemblyKeyName("")]
|
||||
#if DEBUG
|
||||
[assembly: AssemblyProduct("OpenAlExamples.Lesson01.exe *** Debug Build ***")]
|
||||
[assembly: AssemblyProduct("OpenAlExamples *** Debug Build ***")]
|
||||
#else
|
||||
[assembly: AssemblyProduct("OpenAlExamples.Lesson01.exe")]
|
||||
[assembly: AssemblyProduct("OpenAlExamples")]
|
||||
#endif
|
||||
[assembly: AssemblyTitle("OpenAL Lesson 01 example.")]
|
||||
[assembly: AssemblyTitle("OpenAL examples")]
|
||||
[assembly: AssemblyTrademark("Tao Framework - http://www.taoframework.com")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: CLSCompliant(true)]
|
||||
|
|
|
@ -0,0 +1,60 @@
|
|||
#region License
|
||||
/*
|
||||
MIT License
|
||||
Copyright ©2003-2005 Tao Framework Team
|
||||
http://www.taoframework.com
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
*/
|
||||
#endregion License
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
using System.Security;
|
||||
using System.Security.Permissions;
|
||||
|
||||
[assembly: AllowPartiallyTrustedCallers]
|
||||
[assembly: AssemblyCompany("Tao Framework - http://www.taoframework.com")]
|
||||
#if DEBUG
|
||||
[assembly: AssemblyConfiguration("Debug")]
|
||||
#else
|
||||
[assembly: AssemblyConfiguration("Retail")]
|
||||
#endif
|
||||
[assembly: AssemblyCopyright("Copyright ©2003-2005 Tao Framework Team. All rights reserved.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: AssemblyDefaultAlias("Redbook")]
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyDescription("Redbook examples")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|
||||
|
||||
[assembly: AssemblyKeyName("")]
|
||||
#if DEBUG
|
||||
[assembly: AssemblyProduct("Redbook Examples *** Debug Build ***")]
|
||||
#else
|
||||
[assembly: AssemblyProduct("Redbook Examples")]
|
||||
#endif
|
||||
[assembly: AssemblyTitle("Redbook examples")]
|
||||
[assembly: AssemblyTrademark("Tao Framework - http://www.taoframework.com")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: CLSCompliant(true)]
|
||||
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Flags = SecurityPermissionFlag.Execution)]
|
||||
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Flags = SecurityPermissionFlag.SkipVerification)]
|
||||
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Flags = SecurityPermissionFlag.UnmanagedCode)]
|
|
@ -35,14 +35,14 @@ using System.Security.Permissions;
|
|||
[assembly: AssemblyConfiguration("Retail")]
|
||||
[assembly: AssemblyCopyright("Copyright ©2003-2006 Tao Framework Team. All rights reserved.")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: AssemblyDefaultAlias("SdlExamples.GfxPrimitives")]
|
||||
[assembly: AssemblyDefaultAlias("SdlExamples")]
|
||||
[assembly: AssemblyDelaySign(false)]
|
||||
[assembly: AssemblyDescription("Sdl GfxPrimitives example.")]
|
||||
[assembly: AssemblyDescription("Sdl examples")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|
||||
[assembly: AssemblyKeyName("")]
|
||||
[assembly: AssemblyProduct("Sdl.Examples.GfxPrimitives.exe")]
|
||||
[assembly: AssemblyTitle("Sdl GfxPrimitives Example")]
|
||||
[assembly: AssemblyProduct("Sdl.Examples")]
|
||||
[assembly: AssemblyTitle("Sdl Example")]
|
||||
[assembly: AssemblyTrademark("Tao Framework - http://www.taoframework.com")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
[assembly: CLSCompliant(true)]
|
||||
|
|
Загрузка…
Ссылка в новой задаче