[Cocoa-sharp] Anybody mind if I do some cleanups?
David_Hudson at capgroup.com
David_Hudson at capgroup.com
Mon Feb 12 18:33:34 EST 2007
Hi all,
I know that I am new around here, but I maintain the Xcode CSharpPlugin as
well the Tao Framework, SDL.NET and Prebuild. I was wondering if anyone
would mind if I did some cleanups to the codebase. I just want to make the
code tree a little more ".NET 2.0 best practice compliant" not change any
functionality.
This is what I am thinking of:
1. Add proper namespaces to all the examples. some say "CocoaSharp.Samples
" but not all.
2. Add AssemblyInfo.cs files to all the build targets. The assemblyInfo
files should go into a "Properties" directory.
3. Remove the "keyfile" line from AssemblyInfo.cs. Keyfiles should be
included via a command line arguement. This would require a change to the
make files.
4. Add a prebuild script. This would allow the easy creation of nant
scripts, monodevelop projects and even VS2005 solution files. In fact I
have cocoa-sharp, webkit and all the examples building under VS2005 right
now using a prebuild xml file I wrote. I hope to add an XCode target to
prebuild to use in conjunction with the CSharpPlugin.
Thoughts?
More information about the Cocoa-sharp
mailing list