* WebService.cs: Added SoapVersion property.
[mono.git] / mcs / class / corlib / System.Configuration.Assemblies / AssemblyVersionCompatibility.cs
index 98bc993f706ba3b183d1d2d216fd0d4d37e5ba60..010896f088a0d367f7d933cab4ace74489cc3ae9 100644 (file)
@@ -1,52 +1,56 @@
-// AssemblyVersionCompatibility.cs\r
-//\r
-// This code was automatically generated from\r
-// ECMA CLI XML Library Specification.\r
-// Generator: libgen.xsl\r
-// Source file: all.xml\r
-// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml\r
-//\r
-// (C) 2001 Ximian, Inc.  http://www.ximian.com\r
-\r
-\r
-namespace System.Configuration.Assemblies {\r
-\r
-\r
-       /// <summary>\r
-       /// <para>\r
-       ///                   Defines the different flavors of assembly version compatibility.\r
-       ///                   The AssemblyVersionCompatibility defines the compatibility of an\r
-       ///                   assembly with other versions of the same assembly, indicating if it cannot\r
-       ///                   execute side-by-side with other versions (e.g., due to conflicts over a device\r
-       ///                   driver).\r
-       ///                </para>\r
-       /// <para>\r
-       ///                   If no compatibility is specified, an assembly is side-by-side\r
-       ///                   compatible in all scopes.\r
-       ///                </para>\r
-       /// <para>\r
-       ///                   An assembly cannot be more specific with regard to exactly which\r
-       ///                   previous versions it is not side-by-side compatible with. Hence, if the AssemblyVersionCompatibility\r
-       ///                   is specified, it means the assembly is non side-by-side with all know versions.\r
-       ///                   If not specified, it means it is side-by-side with all known versions.\r
-       ///                </para>\r
-       /// </summary>\r
-       public enum AssemblyVersionCompatibility {\r
-\r
-               /// <summary>\r
-               ///             The assembly cannot execute with other versions if they are executing in the same process.\r
-               ///             </summary>\r
-               SameMachine = 1,\r
-\r
-               /// <summary>\r
-               ///             The assembly cannot execute with other versions if they are executing in the same process.\r
-               ///             </summary>\r
-               SameProcess = 2,\r
-\r
-               /// <summary>\r
-               ///             The assembly cannot execute with other versions if they executing in the same application domain.\r
-               ///             </summary>\r
-               SameDomain = 3,\r
-       } // AssemblyVersionCompatibility\r
-\r
-} // System.Configuration.Assemblies\r
+// AssemblyVersionCompatibility.cs
+//
+// This code was automatically generated from
+// ECMA CLI XML Library Specification.
+// Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
+// Created: Wed, 5 Sep 2001 06:38:13 UTC
+// Source file: all.xml
+// URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
+//
+// (C) 2001 Ximian, Inc.  http://www.ximian.com
+
+//
+// Copyright (C) 2004 Novell, Inc (http://www.novell.com)
+//
+// Permission is hereby granted, free of charge, to any person obtaining
+// a copy of this software and associated documentation files (the
+// "Software"), to deal in the Software without restriction, including
+// without limitation the rights to use, copy, modify, merge, publish,
+// distribute, sublicense, and/or sell copies of the Software, and to
+// permit persons to whom the Software is furnished to do so, subject to
+// the following conditions:
+// 
+// The above copyright notice and this permission notice shall be
+// included in all copies or substantial portions of the Software.
+// 
+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+//
+
+
+namespace System.Configuration.Assemblies {
+
+
+       /// <summary>
+       /// </summary>
+       public enum AssemblyVersionCompatibility {
+
+               /// <summary>
+               /// </summary>
+               SameMachine = 1,
+
+               /// <summary>
+               /// </summary>
+               SameProcess = 2,
+
+               /// <summary>
+               /// </summary>
+               SameDomain = 3,
+       } // AssemblyVersionCompatibility
+
+} // System.Configuration.Assemblies