From: Daniel C. \(kzu\) <dca...@us...> - 2005-10-31 11:15:49
|
Update of /cvsroot/mvp-xml/Design/v2/src/Properties In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17946/v2/src/Properties Modified Files: Resources.Designer.cs Resources.resx Log Message: Updated .NET version in setup. Fixed errors in generators. Updated solution to compile MSI when in release mode automatically. Index: Resources.resx =================================================================== RCS file: /cvsroot/mvp-xml/Design/v2/src/Properties/Resources.resx,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Resources.resx 31 Oct 2005 09:31:24 -0000 1.1 +++ Resources.resx 31 Oct 2005 11:15:24 -0000 1.2 @@ -188,7 +188,8 @@ <value xml:space="preserve">The selected element doesn't contain any class definitions.</value> </data> <data name="XGenTool_ProjectDoesNotCompile"> - <value xml:space="preserve">// Containing project could not be compiled successfully.</value> + <value xml:space="preserve">#warning Containing project could not be compiled successfully. Generated code may be outdated. +</value> </data> <data name="XGenTool_UnclosedBrackets"> <value xml:space="preserve">Could not find a matching closing bracket in input string.</value> Index: Resources.Designer.cs =================================================================== RCS file: /cvsroot/mvp-xml/Design/v2/src/Properties/Resources.Designer.cs,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Resources.Designer.cs 31 Oct 2005 09:31:24 -0000 1.1 +++ Resources.Designer.cs 31 Oct 2005 11:15:24 -0000 1.2 @@ -280,7 +280,8 @@ } /// <summary> - /// Looks up a localized string similar to // Containing project could not be compiled successfully.. + /// Looks up a localized string similar to #warning Containing project could not be compiled successfully. Generated code may be outdated. + ///. /// </summary> internal static string XGenTool_ProjectDoesNotCompile { get { |