2006-12-16 Chris Toshok <toshok@ximian.com>
commitfb857b8e3aca91e496a1eb93bf34ee297bf0dbbf
authorChris Toshok <toshok@novell.com>
Sat, 16 Dec 2006 16:52:22 +0000 (16 16:52 -0000)
committerChris Toshok <toshok@novell.com>
Sat, 16 Dec 2006 16:52:22 +0000 (16 16:52 -0000)
tree6e5c37d8a9b5fd51af7c2a966d41de470439502b
parent72ff109919cc2274ff7fbd134fda97e16435d4d8
2006-12-16  Chris Toshok  <toshok@ximian.com>

* SWF.csproj, SWF2k5.csproj: resync these.

* Makefile (EXTRA_DISTFILES): add build-csproj2k5

Also, make both SWF.csproj and SWF2k5.csproj depend on the scripts
which generate them.  That way if you're hacking on the script you
don't have to touch System.Windows.Forms.dll.sources every time
you want to update the output.

* build-csproj2k5: make some changes suggested by Marek:

- System.XML should be System.Xml.
- Change eol-style to native.
- remove the SubType's from all the .cs Compile elements.
- Add Mono.Posix if the configuration is DebugXBuild (can't test this though..)

svn path=/trunk/mcs/; revision=69576
mcs/class/Managed.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Makefile
mcs/class/Managed.Windows.Forms/SWF.csproj
mcs/class/Managed.Windows.Forms/SWF2k5.csproj
mcs/class/Managed.Windows.Forms/build-csproj2k5