From 047c0ea7055d218b4c47c00972e39aab3c520f1a Mon Sep 17 00:00:00 2001 From: NextTurn <45985406+NextTurn@users.noreply.github.com> Date: Tue, 21 Apr 2020 00:00:00 +0800 Subject: [PATCH] Normalize trailing spaces, Part 3 --- .../builtin-types/snippets/StructType.cs | 2 +- .../HostWithHostFxr/src/DotNetLib/Lib.cs | 2 +- .../properties/assemblyinfo.cs | 10 +- .../com.microsoft.msdn.services/Reference.cs | 168 +++++++++--------- .../ExpenseIt3/Properties/AssemblyInfo.cs | 16 +- .../ExpenseIt4/Properties/AssemblyInfo.cs | 16 +- .../ExpenseIt5/Properties/AssemblyInfo.cs | 16 +- .../ExpenseIt6/Properties/AssemblyInfo.cs | 16 +- .../ExpenseIt7/Properties/AssemblyInfo.cs | 16 +- .../ExpenseIt8/Properties/AssemblyInfo.cs | 16 +- .../ExpenseIt9/Properties/AssemblyInfo.cs | 16 +- .../AxControl/Properties/assemblyinfo.cs | 10 +- .../HostingAxInWpf/Properties/assemblyinfo.cs | 12 +- .../HostingWfInWPF/Properties/AssemblyInfo.cs | 12 +- .../HostingWfInWpf/Properties/AssemblyInfo.cs | 12 +- .../Properties/AssemblyInfo.cs | 12 +- .../Properties/AssemblyInfo.cs | 12 +- .../Properties/AssemblyInfo.cs | 8 +- .../Properties/AssemblyInfo.cs | 8 +- .../Properties/AssemblyInfo.cs | 12 +- .../Properties/AssemblyInfo.cs | 12 +- .../Properties/Resources.Designer.cs | 14 +- .../Properties/Settings.Designer.cs | 8 +- .../Properties/AssemblyInfo.cs | 12 +- .../Properties/AssemblyInfo.cs | 12 +- .../Properties/Settings.Designer.cs | 10 +- .../service references/northwind/reference.cs | 4 +- .../service references/northwind/reference.cs | 4 +- .../orderitems/reference.cs | 4 +- .../service references/northwind/reference.cs | 4 +- 30 files changed, 238 insertions(+), 238 deletions(-) diff --git a/docs/csharp/language-reference/builtin-types/snippets/StructType.cs b/docs/csharp/language-reference/builtin-types/snippets/StructType.cs index e869904ff5090..9fd6e3d48c913 100644 --- a/docs/csharp/language-reference/builtin-types/snippets/StructType.cs +++ b/docs/csharp/language-reference/builtin-types/snippets/StructType.cs @@ -115,7 +115,7 @@ public ConversionRequest(double rate, ReadOnlySpan values) Rate = rate; Values = values; } - + public double Rate { get; } public ReadOnlySpan Values { get; } } diff --git a/samples/snippets/core/tutorials/netcore-hosting/csharp/HostWithHostFxr/src/DotNetLib/Lib.cs b/samples/snippets/core/tutorials/netcore-hosting/csharp/HostWithHostFxr/src/DotNetLib/Lib.cs index b1ee0bea41f29..505670abb4a31 100644 --- a/samples/snippets/core/tutorials/netcore-hosting/csharp/HostWithHostFxr/src/DotNetLib/Lib.cs +++ b/samples/snippets/core/tutorials/netcore-hosting/csharp/HostWithHostFxr/src/DotNetLib/Lib.cs @@ -13,7 +13,7 @@ public struct LibArgs public IntPtr Message; public int Number; } - + public static int Hello(IntPtr arg, int argLength) { if (argLength < System.Runtime.InteropServices.Marshal.SizeOf(typeof(LibArgs))) diff --git a/samples/snippets/cpp/VS_Snippets_WebNet/CustomServerControlCollectionProperties/projectsample/customservercontrolcollection/samples.aspnet.cs/properties/assemblyinfo.cs b/samples/snippets/cpp/VS_Snippets_WebNet/CustomServerControlCollectionProperties/projectsample/customservercontrolcollection/samples.aspnet.cs/properties/assemblyinfo.cs index e2689731aa2c2..16ad6646a71ca 100644 --- a/samples/snippets/cpp/VS_Snippets_WebNet/CustomServerControlCollectionProperties/projectsample/customservercontrolcollection/samples.aspnet.cs/properties/assemblyinfo.cs +++ b/samples/snippets/cpp/VS_Snippets_WebNet/CustomServerControlCollectionProperties/projectsample/customservercontrolcollection/samples.aspnet.cs/properties/assemblyinfo.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("Samples.AspNet.CS")] @@ -14,8 +14,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] @@ -25,11 +25,11 @@ // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/BindToWebService/CSharp/Web References/com.microsoft.msdn.services/Reference.cs b/samples/snippets/csharp/VS_Snippets_Wpf/BindToWebService/CSharp/Web References/com.microsoft.msdn.services/Reference.cs index ead785aacf3bc..bb6cf063a67fd 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/BindToWebService/CSharp/Web References/com.microsoft.msdn.services/Reference.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/BindToWebService/CSharp/Web References/com.microsoft.msdn.services/Reference.cs @@ -410,20 +410,20 @@ public documentTypes type { [System.SerializableAttribute()] [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:msdn-com:public-content-syndication")] public enum documentTypes { - + /// primary, - + /// common, - + /// image, - + /// feature, } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1414")] [System.SerializableAttribute()] @@ -431,13 +431,13 @@ public enum documentTypes { [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:mtpg-com:mtps/2004/1/primary")] public partial class primary { - + private System.Xml.XmlElement anyField; - + private string primaryFormatField; - + private string locationField; - + /// [System.Xml.Serialization.XmlAnyElementAttribute()] public System.Xml.XmlElement Any { @@ -448,7 +448,7 @@ public System.Xml.XmlElement Any { this.anyField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="urn:mtpg-com:mtps/2004/1/primary/category")] public string primaryFormat { @@ -459,7 +459,7 @@ public string primaryFormat { this.primaryFormatField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string location { @@ -471,7 +471,7 @@ public string location { } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1414")] [System.SerializableAttribute()] @@ -479,15 +479,15 @@ public string location { [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:mtpg-com:mtps/2004/1/image")] public partial class image { - + private string nameField; - + private string imageFormatField; - + private string locationField; - + private byte[] valueField; - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string name { @@ -498,7 +498,7 @@ public string name { this.nameField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="urn:mtpg-com:mtps/2004/1/image/category")] public string imageFormat { @@ -509,7 +509,7 @@ public string imageFormat { this.imageFormatField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string location { @@ -520,7 +520,7 @@ public string location { this.locationField = value; } } - + /// [System.Xml.Serialization.XmlTextAttribute(DataType="base64Binary")] public byte[] Value { @@ -532,7 +532,7 @@ public byte[] Value { } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1414")] [System.SerializableAttribute()] @@ -540,13 +540,13 @@ public byte[] Value { [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:mtpg-com:mtps/2004/1/common")] public partial class common { - + private System.Xml.XmlElement[] anyField; - + private string commonFormatField; - + private string locationField; - + /// [System.Xml.Serialization.XmlAnyElementAttribute()] public System.Xml.XmlElement[] Any { @@ -557,7 +557,7 @@ public System.Xml.XmlElement[] Any { this.anyField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="urn:mtpg-com:mtps/2004/1/common/category")] public string commonFormat { @@ -568,7 +568,7 @@ public string commonFormat { this.commonFormatField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string location { @@ -580,7 +580,7 @@ public string location { } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1414")] [System.SerializableAttribute()] @@ -588,13 +588,13 @@ public string location { [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:mtpg-com:mtps/2004/1/feature")] public partial class feature { - + private System.Xml.XmlElement[] anyField; - + private string featureFormatField; - + private string locationField; - + /// [System.Xml.Serialization.XmlAnyElementAttribute()] public System.Xml.XmlElement[] Any { @@ -605,7 +605,7 @@ public System.Xml.XmlElement[] Any { this.anyField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute(Form=System.Xml.Schema.XmlSchemaForm.Qualified, Namespace="urn:mtpg-com:mtps/2004/1/feature/category")] public string featureFormat { @@ -616,7 +616,7 @@ public string featureFormat { this.featureFormatField = value; } } - + /// [System.Xml.Serialization.XmlAttributeAttribute()] public string location { @@ -628,7 +628,7 @@ public string location { } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1414")] [System.SerializableAttribute()] @@ -636,15 +636,15 @@ public string location { [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:msdn-com:public-content-syndication")] public partial class getContentRequest { - + private string contentIdentifierField; - + private string localeField; - + private string versionField; - + private requestedDocument[] requestedDocumentsField; - + /// public string contentIdentifier { get { @@ -654,7 +654,7 @@ public string contentIdentifier { this.contentIdentifierField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Namespace="urn:mtpg-com:mtps/2004/1/key")] public string locale { @@ -665,7 +665,7 @@ public string locale { this.localeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Namespace="urn:mtpg-com:mtps/2004/1/key")] public string version { @@ -676,7 +676,7 @@ public string version { this.versionField = value; } } - + /// [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] public requestedDocument[] requestedDocuments { @@ -688,7 +688,7 @@ public requestedDocument[] requestedDocuments { } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1414")] [System.SerializableAttribute()] @@ -696,27 +696,27 @@ public requestedDocument[] requestedDocuments { [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:msdn-com:public-content-syndication")] public partial class getContentResponse { - + private string contentIdField; - + private string contentGuidField; - + private string contentAliasField; - + private string localeField; - + private string versionField; - + private availableVersionAndLocale[] availableVersionsAndLocalesField; - + private primary[] primaryDocumentsField; - + private image[] imageDocumentsField; - + private common[] commonDocumentsField; - + private feature[] featureDocumentsField; - + /// [System.Xml.Serialization.XmlElementAttribute(Namespace="urn:mtpg-com:mtps/2004/1/key")] public string contentId { @@ -727,7 +727,7 @@ public string contentId { this.contentIdField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Namespace="urn:mtpg-com:mtps/2004/1/key")] public string contentGuid { @@ -738,7 +738,7 @@ public string contentGuid { this.contentGuidField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Namespace="urn:mtpg-com:mtps/2004/1/key")] public string contentAlias { @@ -749,7 +749,7 @@ public string contentAlias { this.contentAliasField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Namespace="urn:mtpg-com:mtps/2004/1/key")] public string locale { @@ -760,7 +760,7 @@ public string locale { this.localeField = value; } } - + /// [System.Xml.Serialization.XmlElementAttribute(Namespace="urn:mtpg-com:mtps/2004/1/key")] public string version { @@ -771,7 +771,7 @@ public string version { this.versionField = value; } } - + /// [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] public availableVersionAndLocale[] availableVersionsAndLocales { @@ -782,7 +782,7 @@ public availableVersionAndLocale[] availableVersionsAndLocales { this.availableVersionsAndLocalesField = value; } } - + /// [System.Xml.Serialization.XmlArrayItemAttribute("primary", Namespace="urn:mtpg-com:mtps/2004/1/primary", IsNullable=false)] public primary[] primaryDocuments { @@ -793,7 +793,7 @@ public primary[] primaryDocuments { this.primaryDocumentsField = value; } } - + /// [System.Xml.Serialization.XmlArrayItemAttribute("image", Namespace="urn:mtpg-com:mtps/2004/1/image", IsNullable=false)] public image[] imageDocuments { @@ -804,7 +804,7 @@ public image[] imageDocuments { this.imageDocumentsField = value; } } - + /// [System.Xml.Serialization.XmlArrayItemAttribute("common", Namespace="urn:mtpg-com:mtps/2004/1/common", IsNullable=false)] public common[] commonDocuments { @@ -815,7 +815,7 @@ public common[] commonDocuments { this.commonDocumentsField = value; } } - + /// [System.Xml.Serialization.XmlArrayItemAttribute("feature", Namespace="urn:mtpg-com:mtps/2004/1/feature", IsNullable=false)] public feature[] featureDocuments { @@ -827,7 +827,7 @@ public feature[] featureDocuments { } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1414")] [System.SerializableAttribute()] @@ -835,11 +835,11 @@ public feature[] featureDocuments { [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:msdn-com:public-content-syndication")] public partial class getNavigationPathsRequest { - + private navigationKey rootField; - + private navigationKey targetField; - + /// public navigationKey root { get { @@ -849,7 +849,7 @@ public navigationKey root { this.rootField = value; } } - + /// public navigationKey target { get { @@ -860,7 +860,7 @@ public navigationKey target { } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "2.0.50727.1414")] [System.SerializableAttribute()] @@ -868,9 +868,9 @@ public navigationKey target { [System.ComponentModel.DesignerCategoryAttribute("code")] [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:msdn-com:public-content-syndication")] public partial class getNavigationPathsResponse { - + private navigationPath[] navigationPathsField; - + /// [System.Xml.Serialization.XmlArrayItemAttribute(IsNullable=false)] public navigationPath[] navigationPaths { @@ -882,24 +882,24 @@ public navigationPath[] navigationPaths { } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1414")] public delegate void GetContentCompletedEventHandler(object sender, GetContentCompletedEventArgs e); - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1414")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetContentCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - + private object[] results; - - internal GetContentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + + internal GetContentCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } - + /// public getContentResponse Result { get { @@ -908,24 +908,24 @@ public getContentResponse Result { } } } - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1414")] public delegate void GetNavigationPathsCompletedEventHandler(object sender, GetNavigationPathsCompletedEventArgs e); - + /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "2.0.50727.1414")] [System.Diagnostics.DebuggerStepThroughAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] public partial class GetNavigationPathsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs { - + private object[] results; - - internal GetNavigationPathsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : + + internal GetNavigationPathsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) : base(exception, cancelled, userState) { this.results = results; } - + /// public getNavigationPathsResponse Result { get { diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt3/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt3/Properties/AssemblyInfo.cs index cc20865d14e65..8ccecb0ad011b 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt3/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt3/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; using System.Windows; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ExpenseIt3")] @@ -16,12 +16,12 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -32,21 +32,21 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt4/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt4/Properties/AssemblyInfo.cs index 68fb5694c5a85..64d7b060cefc0 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt4/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt4/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; using System.Windows; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ExpenseIt4")] @@ -16,12 +16,12 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -32,21 +32,21 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt5/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt5/Properties/AssemblyInfo.cs index 97aa431b30694..d5d80162553ef 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt5/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt5/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; using System.Windows; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ExpenseIt5")] @@ -16,12 +16,12 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -32,21 +32,21 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt6/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt6/Properties/AssemblyInfo.cs index e59cdc971a6df..9fbdc6859ded4 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt6/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt6/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; using System.Windows; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ExpenseIt6")] @@ -16,12 +16,12 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -32,21 +32,21 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt7/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt7/Properties/AssemblyInfo.cs index d6ce9e7c5f0d7..6076fa5129916 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt7/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt7/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; using System.Windows; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ExpenseIt7")] @@ -16,12 +16,12 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -32,21 +32,21 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt8/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt8/Properties/AssemblyInfo.cs index 0267f59ba1d5e..cce07e5f2523c 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt8/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt8/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; using System.Windows; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ExpenseIt8")] @@ -16,12 +16,12 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -32,21 +32,21 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt9/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt9/Properties/AssemblyInfo.cs index 7b200081a8cd5..074ec03c611de 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt9/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/ExpenseIt/CSharp/ExpenseIt9/Properties/AssemblyInfo.cs @@ -4,7 +4,7 @@ using System.Runtime.InteropServices; using System.Windows; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ExpenseIt9")] @@ -16,12 +16,12 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -32,21 +32,21 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/HostingAxInWpf/CSharp/AxControl/Properties/assemblyinfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/HostingAxInWpf/CSharp/AxControl/Properties/assemblyinfo.cs index 518f68790d1d6..0623f6204e968 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/HostingAxInWpf/CSharp/AxControl/Properties/assemblyinfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/HostingAxInWpf/CSharp/AxControl/Properties/assemblyinfo.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("AxControl")] @@ -14,8 +14,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM componenets. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM componenets. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] @@ -25,11 +25,11 @@ // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/HostingAxInWpf/CSharp/HostingAxInWpf/Properties/assemblyinfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/HostingAxInWpf/CSharp/HostingAxInWpf/Properties/assemblyinfo.cs index 2475608c864d2..4661277103728 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/HostingAxInWpf/CSharp/HostingAxInWpf/Properties/assemblyinfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/HostingAxInWpf/CSharp/HostingAxInWpf/Properties/assemblyinfo.cs @@ -9,7 +9,7 @@ #endregion -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("HostingAxInWpf")] @@ -22,7 +22,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -33,20 +33,20 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfInWPF/CSharp/HostingWfInWPF/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfInWPF/CSharp/HostingWfInWPF/Properties/AssemblyInfo.cs index 723dd5be002f0..828c8c288cc06 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfInWPF/CSharp/HostingWfInWPF/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfInWPF/CSharp/HostingWfInWPF/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ #endregion -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("HostingWfInWpf")] @@ -22,7 +22,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -33,20 +33,20 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfInWpfWithXaml/CSharp/HostingWfInWpf/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfInWpfWithXaml/CSharp/HostingWfInWpf/Properties/AssemblyInfo.cs index 723dd5be002f0..828c8c288cc06 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfInWpfWithXaml/CSharp/HostingWfInWpf/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfInWpfWithXaml/CSharp/HostingWfInWpf/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ #endregion -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("HostingWfInWpf")] @@ -22,7 +22,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -33,20 +33,20 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfWithVisualStyles/CSharp/HostingWfWithVisualStyles/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfWithVisualStyles/CSharp/HostingWfWithVisualStyles/Properties/AssemblyInfo.cs index 3679d68e38e69..72f26a10d1892 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfWithVisualStyles/CSharp/HostingWfWithVisualStyles/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWfWithVisualStyles/CSharp/HostingWfWithVisualStyles/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ #endregion -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("HostingWfWithVisualStyles")] @@ -22,7 +22,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -33,20 +33,20 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWpfUserControlInWf/CSharp/HostingWpfUserControlInWf/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWpfUserControlInWf/CSharp/HostingWpfUserControlInWf/Properties/AssemblyInfo.cs index 689b66f389332..5a6c7b2b672fc 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWpfUserControlInWf/CSharp/HostingWpfUserControlInWf/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWpfUserControlInWf/CSharp/HostingWpfUserControlInWf/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ #endregion -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("HostingWpfUserControlInWf")] @@ -22,7 +22,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -33,20 +33,20 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWpfUserControlInWf/CSharp/WpfUserControlHost/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWpfUserControlInWf/CSharp/WpfUserControlHost/Properties/AssemblyInfo.cs index 6225dc338dacd..a6b983788e835 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/HostingWpfUserControlInWf/CSharp/WpfUserControlHost/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/HostingWpfUserControlInWf/CSharp/WpfUserControlHost/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("WpfUserControlHost")] @@ -14,8 +14,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM componenets. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM componenets. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] @@ -25,7 +25,7 @@ // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/PropertyMappingWithElementHost/CSharp/PropertyMappingWithElementHost/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/PropertyMappingWithElementHost/CSharp/PropertyMappingWithElementHost/Properties/AssemblyInfo.cs index 36d997fd5c30b..3f0bb683d818c 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/PropertyMappingWithElementHost/CSharp/PropertyMappingWithElementHost/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/PropertyMappingWithElementHost/CSharp/PropertyMappingWithElementHost/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("PropertyMappingWithElementHost")] @@ -14,8 +14,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] @@ -25,7 +25,7 @@ // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/PropertyMappingWithWfhSample/CSharp/PropertyMappingWithWfh/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/PropertyMappingWithWfhSample/CSharp/PropertyMappingWithWfh/Properties/AssemblyInfo.cs index 7fc61d895fb41..13730dffefce2 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/PropertyMappingWithWfhSample/CSharp/PropertyMappingWithWfh/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/PropertyMappingWithWfhSample/CSharp/PropertyMappingWithWfh/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ #endregion -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("PropertyMappingWithWfh")] @@ -22,7 +22,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -33,20 +33,20 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/AssemblyInfo.cs index d1abb058947d3..3e7b56095c643 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ #endregion -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ResourceLibrary")] @@ -22,7 +22,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -33,20 +33,20 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/Resources.Designer.cs b/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/Resources.Designer.cs index fbad52edb68f0..98f43dceed071 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/Resources.Designer.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/Resources.Designer.cs @@ -10,8 +10,8 @@ namespace ResourceLibrary.Properties { using System; - - + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -23,15 +23,15 @@ namespace ResourceLibrary.Properties { [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { - + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// @@ -45,7 +45,7 @@ internal Resources() { return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/Settings.Designer.cs b/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/Settings.Designer.cs index 9b3afca6b8bf7..6352b441aebcf 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/Settings.Designer.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourceLibrary/Properties/Settings.Designer.cs @@ -9,14 +9,14 @@ //------------------------------------------------------------------------------ namespace ResourceLibrary.Properties { - - + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - + public static Settings Default { get { return defaultInstance; diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourcesSample/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourcesSample/Properties/AssemblyInfo.cs index 6421bc6bc6984..172a4651387a5 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourcesSample/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/WPFAssemblyResourcesSnippets/CSharp/ResourcesSample/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ #endregion -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("ResourcesSample")] @@ -22,7 +22,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -33,20 +33,20 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/WPFWithWFAndDatabinding/CSharp/WPFWithWFAndDatabinding/Properties/AssemblyInfo.cs b/samples/snippets/csharp/VS_Snippets_Wpf/WPFWithWFAndDatabinding/CSharp/WPFWithWFAndDatabinding/Properties/AssemblyInfo.cs index 78f5b198607de..d8c36baecaec6 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/WPFWithWFAndDatabinding/CSharp/WPFWithWFAndDatabinding/Properties/AssemblyInfo.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/WPFWithWFAndDatabinding/CSharp/WPFWithWFAndDatabinding/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ #endregion -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("WPFWithWFAndDatabinding")] @@ -22,7 +22,7 @@ [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] -//In order to begin building localizable applications, set +//In order to begin building localizable applications, set //CultureYouAreCodingWith in your .csproj file //inside a . For example, if you are using US english //in your source files, set the to en-US. Then uncomment @@ -33,20 +33,20 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, + //(used if a resource is not found in the page, // app, or any theme specific resource dictionaries) )] // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Revision and Build Numbers +// You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.*")] diff --git a/samples/snippets/csharp/VS_Snippets_Wpf/WPFWithWFAndDatabinding/CSharp/WPFWithWFAndDatabinding/Properties/Settings.Designer.cs b/samples/snippets/csharp/VS_Snippets_Wpf/WPFWithWFAndDatabinding/CSharp/WPFWithWFAndDatabinding/Properties/Settings.Designer.cs index f59c4125e031f..ad9a0ebb06ac4 100644 --- a/samples/snippets/csharp/VS_Snippets_Wpf/WPFWithWFAndDatabinding/CSharp/WPFWithWFAndDatabinding/Properties/Settings.Designer.cs +++ b/samples/snippets/csharp/VS_Snippets_Wpf/WPFWithWFAndDatabinding/CSharp/WPFWithWFAndDatabinding/Properties/Settings.Designer.cs @@ -12,19 +12,19 @@ ".Properties.Settings")] namespace WPFWithWFAndDatabinding.Properties { - - + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { - + private static Settings defaultInstance = new Settings(); - + public static Settings Default { get { return defaultInstance; } } - + [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)] diff --git a/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_custom_feeds/custom feed client/service references/northwind/reference.cs b/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_custom_feeds/custom feed client/service references/northwind/reference.cs index 2c05401bd2090..ab3f08a571325 100644 --- a/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_custom_feeds/custom feed client/service references/northwind/reference.cs +++ b/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_custom_feeds/custom feed client/service references/northwind/reference.cs @@ -12,7 +12,7 @@ // Generation date: 8/9/2011 12:17:07 AM namespace Custom_Feed_Client.Northwind { - + /// /// There are no comments for NorthwindEntities in the schema. /// @@ -22,7 +22,7 @@ public partial class NorthwindEntities : global::System.Data.Services.Client.Dat /// Initialize a new NorthwindEntities object. /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] - public NorthwindEntities(global::System.Uri serviceRoot) : + public NorthwindEntities(global::System.Uri serviceRoot) : base(serviceRoot) { this.ResolveName = new global::System.Func(this.ResolveNameFromType); diff --git a/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_linq_provider/linqproviderclientcs/service references/northwind/reference.cs b/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_linq_provider/linqproviderclientcs/service references/northwind/reference.cs index 18f9a8061dcbe..1729e9a8e1998 100644 --- a/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_linq_provider/linqproviderclientcs/service references/northwind/reference.cs +++ b/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_linq_provider/linqproviderclientcs/service references/northwind/reference.cs @@ -12,7 +12,7 @@ // Generation date: 11/20/2009 1:43:51 PM namespace NorthwindClient.Northwind { - + /// /// There are no comments for NorthwindDataContext in the schema. /// @@ -22,7 +22,7 @@ public partial class NorthwindDataContext : global::System.Data.Services.Client. /// Initialize a new NorthwindDataContext object. /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] - public NorthwindDataContext(global::System.Uri serviceRoot) : + public NorthwindDataContext(global::System.Uri serviceRoot) : base(serviceRoot) { this.ResolveName = new global::System.Func(this.ResolveNameFromType); diff --git a/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_reflection_provider/customdataserviceclient/service references/orderitems/reference.cs b/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_reflection_provider/customdataserviceclient/service references/orderitems/reference.cs index b102c6bd92768..b1b3248305db1 100644 --- a/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_reflection_provider/customdataserviceclient/service references/orderitems/reference.cs +++ b/samples/snippets/visualbasic/VS_Snippets_Misc/astoria_reflection_provider/customdataserviceclient/service references/orderitems/reference.cs @@ -12,7 +12,7 @@ // Generation date: 11/20/2009 1:47:48 PM namespace CustomDataServiceClient.OrderItems { - + /// /// There are no comments for OrderItemData in the schema. /// @@ -22,7 +22,7 @@ public partial class OrderItemData : global::System.Data.Services.Client.DataSer /// Initialize a new OrderItemData object. /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] - public OrderItemData(global::System.Uri serviceRoot) : + public OrderItemData(global::System.Uri serviceRoot) : base(serviceRoot) { this.ResolveName = new global::System.Func(this.ResolveNameFromType); diff --git a/samples/snippets/xml/VS_Snippets_Misc/astoria_custom_feeds/custom feed client/service references/northwind/reference.cs b/samples/snippets/xml/VS_Snippets_Misc/astoria_custom_feeds/custom feed client/service references/northwind/reference.cs index 2c05401bd2090..ab3f08a571325 100644 --- a/samples/snippets/xml/VS_Snippets_Misc/astoria_custom_feeds/custom feed client/service references/northwind/reference.cs +++ b/samples/snippets/xml/VS_Snippets_Misc/astoria_custom_feeds/custom feed client/service references/northwind/reference.cs @@ -12,7 +12,7 @@ // Generation date: 8/9/2011 12:17:07 AM namespace Custom_Feed_Client.Northwind { - + /// /// There are no comments for NorthwindEntities in the schema. /// @@ -22,7 +22,7 @@ public partial class NorthwindEntities : global::System.Data.Services.Client.Dat /// Initialize a new NorthwindEntities object. /// [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Data.Services.Design", "1.0.0")] - public NorthwindEntities(global::System.Uri serviceRoot) : + public NorthwindEntities(global::System.Uri serviceRoot) : base(serviceRoot) { this.ResolveName = new global::System.Func(this.ResolveNameFromType);