Mercurial > repos > IBBoard
comparison IBBoard.mdp @ 4:f9ec2be467fe
Fixes #3 - Migrate control translation out of IBBoard utils
* Delete control translation functions (now in IBBoard.Windows.Forms)
* Remove reference to System.Windows.Forms
* Make sure .csproj file contains all required files
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 27 Dec 2008 18:44:35 +0000 |
parents | fbccf27f3bd1 |
children | f4da31cb09d9 |
comparison
equal
deleted
inserted
replaced
3:3dab3db95e4a | 4:f9ec2be467fe |
---|---|
47 <References> | 47 <References> |
48 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> | 48 <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
49 <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> | 49 <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
50 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> | 50 <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
51 <ProjectReference type="Gac" localcopy="True" refto="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | 51 <ProjectReference type="Gac" localcopy="True" refto="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
52 <ProjectReference type="Gac" localcopy="True" refto="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> | |
53 </References> | 52 </References> |
54 <MonoDevelop.ChangeLogAddIn.ChangeLogInfo policy="UseParentPolicy" /> | 53 <MonoDevelop.ChangeLogAddIn.ChangeLogInfo policy="UseParentPolicy" /> |
55 </Project> | 54 </Project> |