From: Tim R. <ti...@us...> - 2004-09-11 19:36:45
|
Update of /cvsroot/csdopenglnet/csdOpenGL/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13853/tools Modified Files: AssemblyInfo.cs Log Message: the generator has new optons Index: AssemblyInfo.cs =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/tools/AssemblyInfo.cs,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** AssemblyInfo.cs 11 Sep 2004 18:52:46 -0000 1.3 --- AssemblyInfo.cs 11 Sep 2004 19:36:37 -0000 1.4 *************** *** 3,15 **** using System.Runtime.InteropServices; ! //------------------------------------------------------------------------------ ! // <autogenerated> ! // This code was generated by a tool. ! // Runtime Version: 1.1.4322.573 ! // ! // Changes to this file may cause incorrect behavior and will be lost if ! // the code is regenerated. ! // </autogenerated> ! //------------------------------------------------------------------------------ [assembly: ComVisibleAttribute(false)] --- 3,15 ---- using System.Runtime.InteropServices; ! // ------------------------------------------------------------------------------ ! // <autogenerated> ! // This code was generated by a tool. ! // Mono Runtime Version: 1.1.4322.573 ! // ! // Changes to this file may cause incorrect behavior and will be lost if ! // the code is regenerated. ! // </autogenerated> ! // ------------------------------------------------------------------------------ [assembly: ComVisibleAttribute(false)] *************** *** 17,21 **** [assembly: AssemblyTitleAttribute("csDragons OpenGL# Tools")] [assembly: AssemblyDescriptionAttribute("A tool to build C# bindings")] ! [assembly: AssemblyConfigurationAttribute("net-1.1.win32")] [assembly: AssemblyCompanyAttribute("http://www.csdragons.de")] [assembly: AssemblyProductAttribute("wrapper-generator")] --- 17,21 ---- [assembly: AssemblyTitleAttribute("csDragons OpenGL# Tools")] [assembly: AssemblyDescriptionAttribute("A tool to build C# bindings")] ! [assembly: AssemblyConfigurationAttribute("mono-1.0.unix")] [assembly: AssemblyCompanyAttribute("http://www.csdragons.de")] [assembly: AssemblyProductAttribute("wrapper-generator")] *************** *** 25,27 **** [assembly: AssemblyVersionAttribute("0.2.1.1715")] [assembly: AssemblyInformationalVersionAttribute("0.2.1")] - --- 25,26 ---- |