diff --git a/Samples/Audio/Beat detection/Beat detection.csproj b/Samples/Audio/Beat detection/Beat detection.csproj index d00c67f1b..90975f910 100644 --- a/Samples/Audio/Beat detection/Beat detection.csproj +++ b/Samples/Audio/Beat detection/Beat detection.csproj @@ -7,7 +7,7 @@ WinExe SampleApp Beat detection - v4.6 + v4.8 Properties SampleApp.Program @@ -32,6 +32,7 @@ ..\..\ + true @@ -144,6 +145,7 @@ PreserveNewest + diff --git a/Samples/Audio/Beat detection/app.config b/Samples/Audio/Beat detection/app.config new file mode 100644 index 0000000000..2c0f5590f --- /dev/null +++ b/Samples/Audio/Beat detection/app.config @@ -0,0 +1,3 @@ + + + diff --git a/Samples/Audio/Beat detection/packages.config b/Samples/Audio/Beat detection/packages.config index 4fe91a6da..667eb330b 100644 --- a/Samples/Audio/Beat detection/packages.config +++ b/Samples/Audio/Beat detection/packages.config @@ -1,12 +1,12 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Audio/Fourier (FFT)/Fourier (FFT).csproj b/Samples/Audio/Fourier (FFT)/Fourier (FFT).csproj index 00e7abb62..9ff0e3ac1 100644 --- a/Samples/Audio/Fourier (FFT)/Fourier (FFT).csproj +++ b/Samples/Audio/Fourier (FFT)/Fourier (FFT).csproj @@ -7,7 +7,7 @@ WinExe SampleApp Fourier %28FFT%29 - v4.6 + v4.8 Properties C:\Documents and Settings\Caio\Dados de aplicativos\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis SampleApp.Program @@ -33,6 +33,7 @@ ..\..\ + true @@ -154,6 +155,7 @@ PreserveNewest + diff --git a/Samples/Audio/Fourier (FFT)/app.config b/Samples/Audio/Fourier (FFT)/app.config new file mode 100644 index 0000000000..2c0f5590f --- /dev/null +++ b/Samples/Audio/Fourier (FFT)/app.config @@ -0,0 +1,3 @@ + + + diff --git a/Samples/Audio/Fourier (FFT)/packages.config b/Samples/Audio/Fourier (FFT)/packages.config index f9b3794bb..3e8778869 100644 --- a/Samples/Audio/Fourier (FFT)/packages.config +++ b/Samples/Audio/Fourier (FFT)/packages.config @@ -1,13 +1,13 @@  - - - - - - - - + + + + + + + + diff --git a/Samples/Audio/Recorder/Properties/Resources.Designer.cs b/Samples/Audio/Recorder/Properties/Resources.Designer.cs index ca4c3507a..fe3e9ce35 100644 --- a/Samples/Audio/Recorder/Properties/Resources.Designer.cs +++ b/Samples/Audio/Recorder/Properties/Resources.Designer.cs @@ -1,63 +1,63 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Recorder.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Recorder.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Recorder.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Recorder.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/Samples/Audio/Recorder/Properties/Settings.Designer.cs b/Samples/Audio/Recorder/Properties/Settings.Designer.cs index 6e8cd2e8f..474d00e9f 100644 --- a/Samples/Audio/Recorder/Properties/Settings.Designer.cs +++ b/Samples/Audio/Recorder/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace Recorder.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Audio/Recorder/Recorder.csproj b/Samples/Audio/Recorder/Recorder.csproj index 5ad59f32b..447a902d1 100644 --- a/Samples/Audio/Recorder/Recorder.csproj +++ b/Samples/Audio/Recorder/Recorder.csproj @@ -10,11 +10,12 @@ Properties Recorder Recorder - v4.6 + v4.8 512 ..\..\ + x86 diff --git a/Samples/Audio/Recorder/app.config b/Samples/Audio/Recorder/app.config index eb9ae27a4..d14802b87 100644 --- a/Samples/Audio/Recorder/app.config +++ b/Samples/Audio/Recorder/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Audio/Recorder/packages.config b/Samples/Audio/Recorder/packages.config index de1675253..39f919417 100644 --- a/Samples/Audio/Recorder/packages.config +++ b/Samples/Audio/Recorder/packages.config @@ -1,13 +1,13 @@  - - - - - - - - + + + + + + + + diff --git a/Samples/Fuzzy/Robot (Inference)/Properties/Resources.Designer.cs b/Samples/Fuzzy/Robot (Inference)/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Fuzzy/Robot (Inference)/Properties/Resources.Designer.cs +++ b/Samples/Fuzzy/Robot (Inference)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Fuzzy/Robot (Inference)/Robot (Inference).csproj b/Samples/Fuzzy/Robot (Inference)/Robot (Inference).csproj index c45a58b29..23a0880df 100644 --- a/Samples/Fuzzy/Robot (Inference)/Robot (Inference).csproj +++ b/Samples/Fuzzy/Robot (Inference)/Robot (Inference).csproj @@ -27,7 +27,7 @@ 3.5 - v4.6 + v4.8 publish\ true Disk @@ -46,6 +46,7 @@ ..\..\ + true diff --git a/Samples/Fuzzy/Robot (Inference)/app.config b/Samples/Fuzzy/Robot (Inference)/app.config index f3a2e738f..9e9540d4a 100644 --- a/Samples/Fuzzy/Robot (Inference)/app.config +++ b/Samples/Fuzzy/Robot (Inference)/app.config @@ -1,11 +1,11 @@ - + - + - - + + diff --git a/Samples/Fuzzy/Robot (Inference)/packages.config b/Samples/Fuzzy/Robot (Inference)/packages.config index dc76ffe1a..ba13fc22d 100644 --- a/Samples/Fuzzy/Robot (Inference)/packages.config +++ b/Samples/Fuzzy/Robot (Inference)/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Properties/Resources.Designer.cs b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Properties/Resources.Designer.cs +++ b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Properties/Settings.Designer.cs b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Properties/Settings.Designer.cs +++ b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Sets (Fuzzy, Linguistic).csproj b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Sets (Fuzzy, Linguistic).csproj index e44d24ee4..d73c531df 100644 --- a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Sets (Fuzzy, Linguistic).csproj +++ b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/Sets (Fuzzy, Linguistic).csproj @@ -13,7 +13,7 @@ 3.5 - v4.6 + v4.8 publish\ @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/app.config b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/app.config index 6ca0cb1e0..f9877d02a 100644 --- a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/app.config +++ b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/app.config @@ -1,43 +1,43 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/packages.config b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/packages.config index 66581f27f..32559604f 100644 --- a/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/packages.config +++ b/Samples/Fuzzy/Sets (Fuzzy, Linguistic)/packages.config @@ -1,13 +1,13 @@  - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/Samples/Genetic/Genetic Programming/Genetic Programming.csproj b/Samples/Genetic/Genetic Programming/Genetic Programming.csproj index f78116c9a..50c4df0f1 100644 --- a/Samples/Genetic/Genetic Programming/Genetic Programming.csproj +++ b/Samples/Genetic/Genetic Programming/Genetic Programming.csproj @@ -26,7 +26,7 @@ 3.5 - v4.6 + v4.8 false publish\ true @@ -45,6 +45,7 @@ ..\..\ + true diff --git a/Samples/Genetic/Genetic Programming/app.config b/Samples/Genetic/Genetic Programming/app.config index 4264dbc2a..c4d9d100c 100644 --- a/Samples/Genetic/Genetic Programming/app.config +++ b/Samples/Genetic/Genetic Programming/app.config @@ -1,33 +1,33 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Genetic/Genetic Programming/packages.config b/Samples/Genetic/Genetic Programming/packages.config index c98061fcb..c4b131ec5 100644 --- a/Samples/Genetic/Genetic Programming/packages.config +++ b/Samples/Genetic/Genetic Programming/packages.config @@ -1,12 +1,12 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Genetic/Travelling Salesman (GP)/Properties/Resources.Designer.cs b/Samples/Genetic/Travelling Salesman (GP)/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/Genetic/Travelling Salesman (GP)/Properties/Resources.Designer.cs +++ b/Samples/Genetic/Travelling Salesman (GP)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Genetic/Travelling Salesman (GP)/Properties/Settings.Designer.cs b/Samples/Genetic/Travelling Salesman (GP)/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/Genetic/Travelling Salesman (GP)/Properties/Settings.Designer.cs +++ b/Samples/Genetic/Travelling Salesman (GP)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Genetic/Travelling Salesman (GP)/Travelling Salesman (GP).csproj b/Samples/Genetic/Travelling Salesman (GP)/Travelling Salesman (GP).csproj index 66ed83890..9e6730ee4 100644 --- a/Samples/Genetic/Travelling Salesman (GP)/Travelling Salesman (GP).csproj +++ b/Samples/Genetic/Travelling Salesman (GP)/Travelling Salesman (GP).csproj @@ -27,7 +27,7 @@ 3.5 - v4.6 + v4.8 false publish\ true @@ -46,6 +46,7 @@ ..\..\ + true diff --git a/Samples/Genetic/Travelling Salesman (GP)/app.config b/Samples/Genetic/Travelling Salesman (GP)/app.config index d48f582b0..85a5c52dd 100644 --- a/Samples/Genetic/Travelling Salesman (GP)/app.config +++ b/Samples/Genetic/Travelling Salesman (GP)/app.config @@ -1,31 +1,31 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Genetic/Travelling Salesman (GP)/packages.config b/Samples/Genetic/Travelling Salesman (GP)/packages.config index 19d19f48d..533dd51de 100644 --- a/Samples/Genetic/Travelling Salesman (GP)/packages.config +++ b/Samples/Genetic/Travelling Salesman (GP)/packages.config @@ -1,10 +1,10 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Classification (BoW)/Classification (BoW).csproj b/Samples/Imaging/Classification (BoW)/Classification (BoW).csproj index b89cd08da..ac1291118 100644 --- a/Samples/Imaging/Classification (BoW)/Classification (BoW).csproj +++ b/Samples/Imaging/Classification (BoW)/Classification (BoW).csproj @@ -10,11 +10,12 @@ Properties SampleApp Classification %28BoW%29 - v4.6 + v4.8 512 ..\..\ + x86 diff --git a/Samples/Imaging/Classification (BoW)/Properties/Resources.Designer.cs b/Samples/Imaging/Classification (BoW)/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Imaging/Classification (BoW)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Classification (BoW)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Classification (BoW)/Properties/Settings.Designer.cs b/Samples/Imaging/Classification (BoW)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Classification (BoW)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Classification (BoW)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Classification (BoW)/app.config b/Samples/Imaging/Classification (BoW)/app.config index 16c7a393b..5058163fa 100644 --- a/Samples/Imaging/Classification (BoW)/app.config +++ b/Samples/Imaging/Classification (BoW)/app.config @@ -1,39 +1,39 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Imaging/Classification (BoW)/packages.config b/Samples/Imaging/Classification (BoW)/packages.config index bbc7e9218..161d546a5 100644 --- a/Samples/Imaging/Classification (BoW)/packages.config +++ b/Samples/Imaging/Classification (BoW)/packages.config @@ -1,11 +1,11 @@  - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Corners (FAST)/Corners (FAST).csproj b/Samples/Imaging/Corners (FAST)/Corners (FAST).csproj index 961fa1855..81e10de84 100644 --- a/Samples/Imaging/Corners (FAST)/Corners (FAST).csproj +++ b/Samples/Imaging/Corners (FAST)/Corners (FAST).csproj @@ -10,7 +10,7 @@ Properties SampleApp Corners %28FAST%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Corners (FAST)/Properties/Resources.Designer.cs b/Samples/Imaging/Corners (FAST)/Properties/Resources.Designer.cs index 80ca087bc..7728a95e7 100644 --- a/Samples/Imaging/Corners (FAST)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Corners (FAST)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Corners (FAST)/Properties/Settings.Designer.cs b/Samples/Imaging/Corners (FAST)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Corners (FAST)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Corners (FAST)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Corners (FAST)/app.config b/Samples/Imaging/Corners (FAST)/app.config index 9b3a6a1d0..769abc0d8 100644 --- a/Samples/Imaging/Corners (FAST)/app.config +++ b/Samples/Imaging/Corners (FAST)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Imaging/Corners (FAST)/packages.config b/Samples/Imaging/Corners (FAST)/packages.config index 921d270dd..989806d18 100644 --- a/Samples/Imaging/Corners (FAST)/packages.config +++ b/Samples/Imaging/Corners (FAST)/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Corners (Harris)/Corners (Harris).csproj b/Samples/Imaging/Corners (Harris)/Corners (Harris).csproj index 6539c702a..eb2eb8a4e 100644 --- a/Samples/Imaging/Corners (Harris)/Corners (Harris).csproj +++ b/Samples/Imaging/Corners (Harris)/Corners (Harris).csproj @@ -10,7 +10,7 @@ Properties SampleApp Corners %28Harris%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Corners (Harris)/Properties/Resources.Designer.cs b/Samples/Imaging/Corners (Harris)/Properties/Resources.Designer.cs index 80ca087bc..7728a95e7 100644 --- a/Samples/Imaging/Corners (Harris)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Corners (Harris)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Corners (Harris)/Properties/Settings.Designer.cs b/Samples/Imaging/Corners (Harris)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Corners (Harris)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Corners (Harris)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Corners (Harris)/app.config b/Samples/Imaging/Corners (Harris)/app.config index 9b3a6a1d0..769abc0d8 100644 --- a/Samples/Imaging/Corners (Harris)/app.config +++ b/Samples/Imaging/Corners (Harris)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Imaging/Corners (Harris)/packages.config b/Samples/Imaging/Corners (Harris)/packages.config index 921d270dd..989806d18 100644 --- a/Samples/Imaging/Corners (Harris)/packages.config +++ b/Samples/Imaging/Corners (Harris)/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Corners (SURF)/Corners (SURF).csproj b/Samples/Imaging/Corners (SURF)/Corners (SURF).csproj index 5b0ef0e24..6ff8d98f3 100644 --- a/Samples/Imaging/Corners (SURF)/Corners (SURF).csproj +++ b/Samples/Imaging/Corners (SURF)/Corners (SURF).csproj @@ -10,7 +10,7 @@ Properties SampleApp Corners %28SURF%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Corners (SURF)/Properties/Resources.Designer.cs b/Samples/Imaging/Corners (SURF)/Properties/Resources.Designer.cs index 80ca087bc..7728a95e7 100644 --- a/Samples/Imaging/Corners (SURF)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Corners (SURF)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Corners (SURF)/Properties/Settings.Designer.cs b/Samples/Imaging/Corners (SURF)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Corners (SURF)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Corners (SURF)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Corners (SURF)/app.config b/Samples/Imaging/Corners (SURF)/app.config index 9b3a6a1d0..769abc0d8 100644 --- a/Samples/Imaging/Corners (SURF)/app.config +++ b/Samples/Imaging/Corners (SURF)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Imaging/Corners (SURF)/packages.config b/Samples/Imaging/Corners (SURF)/packages.config index 921d270dd..989806d18 100644 --- a/Samples/Imaging/Corners (SURF)/packages.config +++ b/Samples/Imaging/Corners (SURF)/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Detection (Blobs)/Detection (Blobs).csproj b/Samples/Imaging/Detection (Blobs)/Detection (Blobs).csproj index c2eb1d1c7..e16916b06 100644 --- a/Samples/Imaging/Detection (Blobs)/Detection (Blobs).csproj +++ b/Samples/Imaging/Detection (Blobs)/Detection (Blobs).csproj @@ -10,7 +10,7 @@ Properties SampleApp Detection %28Blobs%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Detection (Blobs)/Properties/Resources.Designer.cs b/Samples/Imaging/Detection (Blobs)/Properties/Resources.Designer.cs index 662cb028d..df3eb40b9 100644 --- a/Samples/Imaging/Detection (Blobs)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Detection (Blobs)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Detection (Blobs)/Properties/Settings.Designer.cs b/Samples/Imaging/Detection (Blobs)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Detection (Blobs)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Detection (Blobs)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Detection (Blobs)/app.config b/Samples/Imaging/Detection (Blobs)/app.config index b02a88b8f..a8f24e85c 100644 --- a/Samples/Imaging/Detection (Blobs)/app.config +++ b/Samples/Imaging/Detection (Blobs)/app.config @@ -1,6 +1,6 @@ - + - + diff --git a/Samples/Imaging/Detection (Blobs)/packages.config b/Samples/Imaging/Detection (Blobs)/packages.config index 921d270dd..989806d18 100644 --- a/Samples/Imaging/Detection (Blobs)/packages.config +++ b/Samples/Imaging/Detection (Blobs)/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Detection (Shape)/Detection (Shape).csproj b/Samples/Imaging/Detection (Shape)/Detection (Shape).csproj index adfa228f4..d9395034f 100644 --- a/Samples/Imaging/Detection (Shape)/Detection (Shape).csproj +++ b/Samples/Imaging/Detection (Shape)/Detection (Shape).csproj @@ -10,7 +10,7 @@ Properties SampleApp Detection %28Shape%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Detection (Shape)/Properties/Resources.Designer.cs b/Samples/Imaging/Detection (Shape)/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Imaging/Detection (Shape)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Detection (Shape)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Detection (Shape)/Properties/Settings.Designer.cs b/Samples/Imaging/Detection (Shape)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Detection (Shape)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Detection (Shape)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Detection (Shape)/app.config b/Samples/Imaging/Detection (Shape)/app.config index b03d01caa..132e4c841 100644 --- a/Samples/Imaging/Detection (Shape)/app.config +++ b/Samples/Imaging/Detection (Shape)/app.config @@ -1,27 +1,27 @@ - + - + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Imaging/Detection (Shape)/packages.config b/Samples/Imaging/Detection (Shape)/packages.config index 921d270dd..989806d18 100644 --- a/Samples/Imaging/Detection (Shape)/packages.config +++ b/Samples/Imaging/Detection (Shape)/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Hough Transform/Hough Transform.csproj b/Samples/Imaging/Hough Transform/Hough Transform.csproj index d1ed55aff..a84657f75 100644 --- a/Samples/Imaging/Hough Transform/Hough Transform.csproj +++ b/Samples/Imaging/Hough Transform/Hough Transform.csproj @@ -13,7 +13,7 @@ 3.5 - v4.6 + v4.8 publish\ @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Hough Transform/Properties/Resources.Designer.cs b/Samples/Imaging/Hough Transform/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Imaging/Hough Transform/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Hough Transform/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Hough Transform/Properties/Settings.Designer.cs b/Samples/Imaging/Hough Transform/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Hough Transform/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Hough Transform/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Hough Transform/app.config b/Samples/Imaging/Hough Transform/app.config index b03d01caa..132e4c841 100644 --- a/Samples/Imaging/Hough Transform/app.config +++ b/Samples/Imaging/Hough Transform/app.config @@ -1,27 +1,27 @@ - + - + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Imaging/Hough Transform/packages.config b/Samples/Imaging/Hough Transform/packages.config index 921d270dd..989806d18 100644 --- a/Samples/Imaging/Hough Transform/packages.config +++ b/Samples/Imaging/Hough Transform/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Image Viewer/Image Viewer.csproj b/Samples/Imaging/Image Viewer/Image Viewer.csproj index be64d5690..000aab010 100644 --- a/Samples/Imaging/Image Viewer/Image Viewer.csproj +++ b/Samples/Imaging/Image Viewer/Image Viewer.csproj @@ -10,7 +10,7 @@ Properties SampleApp ImageViewer - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Image Viewer/Properties/Resources.Designer.cs b/Samples/Imaging/Image Viewer/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Imaging/Image Viewer/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Image Viewer/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Image Viewer/Properties/Settings.Designer.cs b/Samples/Imaging/Image Viewer/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Image Viewer/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Image Viewer/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Image Viewer/app.config b/Samples/Imaging/Image Viewer/app.config index 5caf10716..9c35513de 100644 --- a/Samples/Imaging/Image Viewer/app.config +++ b/Samples/Imaging/Image Viewer/app.config @@ -1,35 +1,35 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Imaging/Image Viewer/packages.config b/Samples/Imaging/Image Viewer/packages.config index 581709a3e..f541ad80b 100644 --- a/Samples/Imaging/Image Viewer/packages.config +++ b/Samples/Imaging/Image Viewer/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Panorama (FREAK)/Panorama (FREAK).csproj b/Samples/Imaging/Panorama (FREAK)/Panorama (FREAK).csproj index 04d654313..6e74810f0 100644 --- a/Samples/Imaging/Panorama (FREAK)/Panorama (FREAK).csproj +++ b/Samples/Imaging/Panorama (FREAK)/Panorama (FREAK).csproj @@ -10,7 +10,7 @@ Properties SampleApp Panorama %28FREAK%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Panorama (FREAK)/Properties/Resources.Designer.cs b/Samples/Imaging/Panorama (FREAK)/Properties/Resources.Designer.cs index ed0575d93..9c50fa465 100644 --- a/Samples/Imaging/Panorama (FREAK)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Panorama (FREAK)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Panorama (FREAK)/Properties/Settings.Designer.cs b/Samples/Imaging/Panorama (FREAK)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Panorama (FREAK)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Panorama (FREAK)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Panorama (FREAK)/app.config b/Samples/Imaging/Panorama (FREAK)/app.config index 905a8bc1c..d58a5044a 100644 --- a/Samples/Imaging/Panorama (FREAK)/app.config +++ b/Samples/Imaging/Panorama (FREAK)/app.config @@ -1,31 +1,31 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Imaging/Panorama (FREAK)/packages.config b/Samples/Imaging/Panorama (FREAK)/packages.config index 8545ef10e..f012f32e8 100644 --- a/Samples/Imaging/Panorama (FREAK)/packages.config +++ b/Samples/Imaging/Panorama (FREAK)/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Panorama (Harris)/Panorama (Harris).csproj b/Samples/Imaging/Panorama (Harris)/Panorama (Harris).csproj index 8116a19f1..9a6a2caee 100644 --- a/Samples/Imaging/Panorama (Harris)/Panorama (Harris).csproj +++ b/Samples/Imaging/Panorama (Harris)/Panorama (Harris).csproj @@ -10,7 +10,7 @@ Properties SampleApp Panorama %28Harris%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Panorama (Harris)/Properties/Resources.Designer.cs b/Samples/Imaging/Panorama (Harris)/Properties/Resources.Designer.cs index ed0575d93..9c50fa465 100644 --- a/Samples/Imaging/Panorama (Harris)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Panorama (Harris)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Panorama (Harris)/Properties/Settings.Designer.cs b/Samples/Imaging/Panorama (Harris)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Panorama (Harris)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Panorama (Harris)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Panorama (Harris)/app.config b/Samples/Imaging/Panorama (Harris)/app.config index 905a8bc1c..d58a5044a 100644 --- a/Samples/Imaging/Panorama (Harris)/app.config +++ b/Samples/Imaging/Panorama (Harris)/app.config @@ -1,31 +1,31 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Imaging/Panorama (Harris)/packages.config b/Samples/Imaging/Panorama (Harris)/packages.config index 8545ef10e..f012f32e8 100644 --- a/Samples/Imaging/Panorama (Harris)/packages.config +++ b/Samples/Imaging/Panorama (Harris)/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Panorama (SURF)/Panorama (SURF).csproj b/Samples/Imaging/Panorama (SURF)/Panorama (SURF).csproj index 765ce9502..72676d72e 100644 --- a/Samples/Imaging/Panorama (SURF)/Panorama (SURF).csproj +++ b/Samples/Imaging/Panorama (SURF)/Panorama (SURF).csproj @@ -10,7 +10,7 @@ Properties SampleApp Panorama %28SURF%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Panorama (SURF)/Properties/Resources.Designer.cs b/Samples/Imaging/Panorama (SURF)/Properties/Resources.Designer.cs index ed0575d93..9c50fa465 100644 --- a/Samples/Imaging/Panorama (SURF)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Panorama (SURF)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Panorama (SURF)/Properties/Settings.Designer.cs b/Samples/Imaging/Panorama (SURF)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Panorama (SURF)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Panorama (SURF)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Panorama (SURF)/app.config b/Samples/Imaging/Panorama (SURF)/app.config index 905a8bc1c..d58a5044a 100644 --- a/Samples/Imaging/Panorama (SURF)/app.config +++ b/Samples/Imaging/Panorama (SURF)/app.config @@ -1,31 +1,31 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Imaging/Panorama (SURF)/packages.config b/Samples/Imaging/Panorama (SURF)/packages.config index 8545ef10e..f012f32e8 100644 --- a/Samples/Imaging/Panorama (SURF)/packages.config +++ b/Samples/Imaging/Panorama (SURF)/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Pose Estimation (POSIT)/Pose Estimation (POSIT).csproj b/Samples/Imaging/Pose Estimation (POSIT)/Pose Estimation (POSIT).csproj index 8adbb1e8c..257a4414e 100644 --- a/Samples/Imaging/Pose Estimation (POSIT)/Pose Estimation (POSIT).csproj +++ b/Samples/Imaging/Pose Estimation (POSIT)/Pose Estimation (POSIT).csproj @@ -10,7 +10,7 @@ Properties SampleApp Pose Estimation - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Pose Estimation (POSIT)/Properties/Resources.Designer.cs b/Samples/Imaging/Pose Estimation (POSIT)/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Imaging/Pose Estimation (POSIT)/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Pose Estimation (POSIT)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Pose Estimation (POSIT)/Properties/Settings.Designer.cs b/Samples/Imaging/Pose Estimation (POSIT)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Pose Estimation (POSIT)/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Pose Estimation (POSIT)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Pose Estimation (POSIT)/app.config b/Samples/Imaging/Pose Estimation (POSIT)/app.config index b03d01caa..132e4c841 100644 --- a/Samples/Imaging/Pose Estimation (POSIT)/app.config +++ b/Samples/Imaging/Pose Estimation (POSIT)/app.config @@ -1,27 +1,27 @@ - + - + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Imaging/Pose Estimation (POSIT)/packages.config b/Samples/Imaging/Pose Estimation (POSIT)/packages.config index 921d270dd..989806d18 100644 --- a/Samples/Imaging/Pose Estimation (POSIT)/packages.config +++ b/Samples/Imaging/Pose Estimation (POSIT)/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Texture/Properties/Resources.Designer.cs b/Samples/Imaging/Texture/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Imaging/Texture/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Texture/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Texture/Properties/Settings.Designer.cs b/Samples/Imaging/Texture/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Texture/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Texture/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Texture/Textures.csproj b/Samples/Imaging/Texture/Textures.csproj index ba45fb158..60943539a 100644 --- a/Samples/Imaging/Texture/Textures.csproj +++ b/Samples/Imaging/Texture/Textures.csproj @@ -13,7 +13,7 @@ 3.5 - v4.6 + v4.8 publish\ @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Texture/app.config b/Samples/Imaging/Texture/app.config index b03d01caa..132e4c841 100644 --- a/Samples/Imaging/Texture/app.config +++ b/Samples/Imaging/Texture/app.config @@ -1,27 +1,27 @@ - + - + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Imaging/Texture/packages.config b/Samples/Imaging/Texture/packages.config index 921d270dd..989806d18 100644 --- a/Samples/Imaging/Texture/packages.config +++ b/Samples/Imaging/Texture/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Imaging/Wavelets/Properties/Resources.Designer.cs b/Samples/Imaging/Wavelets/Properties/Resources.Designer.cs index 80ca087bc..7728a95e7 100644 --- a/Samples/Imaging/Wavelets/Properties/Resources.Designer.cs +++ b/Samples/Imaging/Wavelets/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Imaging/Wavelets/Properties/Settings.Designer.cs b/Samples/Imaging/Wavelets/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Imaging/Wavelets/Properties/Settings.Designer.cs +++ b/Samples/Imaging/Wavelets/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Imaging/Wavelets/Wavelets.csproj b/Samples/Imaging/Wavelets/Wavelets.csproj index ca2281fb6..4a647572a 100644 --- a/Samples/Imaging/Wavelets/Wavelets.csproj +++ b/Samples/Imaging/Wavelets/Wavelets.csproj @@ -10,7 +10,7 @@ Properties SampleApp Wavelets - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Imaging/Wavelets/app.config b/Samples/Imaging/Wavelets/app.config index fcb2a8cda..fc86b009a 100644 --- a/Samples/Imaging/Wavelets/app.config +++ b/Samples/Imaging/Wavelets/app.config @@ -1,35 +1,35 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Imaging/Wavelets/packages.config b/Samples/Imaging/Wavelets/packages.config index 581709a3e..f541ad80b 100644 --- a/Samples/Imaging/Wavelets/packages.config +++ b/Samples/Imaging/Wavelets/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Animat/Animat (Sarsa, QLearning).csproj b/Samples/MachineLearning/Animat/Animat (Sarsa, QLearning).csproj index c5f10299d..7b6e6eae3 100644 --- a/Samples/MachineLearning/Animat/Animat (Sarsa, QLearning).csproj +++ b/Samples/MachineLearning/Animat/Animat (Sarsa, QLearning).csproj @@ -13,7 +13,7 @@ 3.5 - v4.6 + v4.8 false @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/MachineLearning/Animat/Properties/Resources.Designer.cs b/Samples/MachineLearning/Animat/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/MachineLearning/Animat/Properties/Resources.Designer.cs +++ b/Samples/MachineLearning/Animat/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/MachineLearning/Animat/Properties/Settings.Designer.cs b/Samples/MachineLearning/Animat/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/MachineLearning/Animat/Properties/Settings.Designer.cs +++ b/Samples/MachineLearning/Animat/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/MachineLearning/Animat/app.config b/Samples/MachineLearning/Animat/app.config index 53552f69a..fa7f4114f 100644 --- a/Samples/MachineLearning/Animat/app.config +++ b/Samples/MachineLearning/Animat/app.config @@ -1,23 +1,23 @@ - + - + - - + + - - + + - - + + - - + + diff --git a/Samples/MachineLearning/Animat/packages.config b/Samples/MachineLearning/Animat/packages.config index 1cf16bcc2..7bef4ca3e 100644 --- a/Samples/MachineLearning/Animat/packages.config +++ b/Samples/MachineLearning/Animat/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Classification (SVMs)/Classification (SVMs).csproj b/Samples/MachineLearning/Classification (SVMs)/Classification (SVMs).csproj index 0d582426b..36718c07f 100644 --- a/Samples/MachineLearning/Classification (SVMs)/Classification (SVMs).csproj +++ b/Samples/MachineLearning/Classification (SVMs)/Classification (SVMs).csproj @@ -10,7 +10,7 @@ Properties SampleApp Classification %28SVMs%29 - v4.6 + v4.8 512 @@ -36,6 +36,7 @@ ..\..\ + true diff --git a/Samples/MachineLearning/Classification (SVMs)/app.config b/Samples/MachineLearning/Classification (SVMs)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/MachineLearning/Classification (SVMs)/app.config +++ b/Samples/MachineLearning/Classification (SVMs)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/MachineLearning/Classification (SVMs)/packages.config b/Samples/MachineLearning/Classification (SVMs)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/MachineLearning/Classification (SVMs)/packages.config +++ b/Samples/MachineLearning/Classification (SVMs)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Clustering (GMM)/Clustering (GMMs).csproj b/Samples/MachineLearning/Clustering (GMM)/Clustering (GMMs).csproj index c376fa3f5..3d53fa74e 100644 --- a/Samples/MachineLearning/Clustering (GMM)/Clustering (GMMs).csproj +++ b/Samples/MachineLearning/Clustering (GMM)/Clustering (GMMs).csproj @@ -10,7 +10,7 @@ Properties SampleApp Clustering %28GMMs%29 - v4.6 + v4.8 512 diff --git a/Samples/MachineLearning/Clustering (K-Means)/Clustering (K-Means, MeanShift).csproj b/Samples/MachineLearning/Clustering (K-Means)/Clustering (K-Means, MeanShift).csproj index 9d8b9d277..c4bd68749 100644 --- a/Samples/MachineLearning/Clustering (K-Means)/Clustering (K-Means, MeanShift).csproj +++ b/Samples/MachineLearning/Clustering (K-Means)/Clustering (K-Means, MeanShift).csproj @@ -10,7 +10,7 @@ Properties SampleApp Clustering %28K-Means%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/MachineLearning/Clustering (K-Means)/Properties/Resources.Designer.cs b/Samples/MachineLearning/Clustering (K-Means)/Properties/Resources.Designer.cs index 9fc10dbe6..49933fb12 100644 --- a/Samples/MachineLearning/Clustering (K-Means)/Properties/Resources.Designer.cs +++ b/Samples/MachineLearning/Clustering (K-Means)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/MachineLearning/Clustering (K-Means)/Properties/Settings.Designer.cs b/Samples/MachineLearning/Clustering (K-Means)/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/MachineLearning/Clustering (K-Means)/Properties/Settings.Designer.cs +++ b/Samples/MachineLearning/Clustering (K-Means)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/MachineLearning/Clustering (K-Means)/app.config b/Samples/MachineLearning/Clustering (K-Means)/app.config index 9b3a6a1d0..769abc0d8 100644 --- a/Samples/MachineLearning/Clustering (K-Means)/app.config +++ b/Samples/MachineLearning/Clustering (K-Means)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/MachineLearning/Clustering (K-Means)/packages.config b/Samples/MachineLearning/Clustering (K-Means)/packages.config index 921d270dd..989806d18 100644 --- a/Samples/MachineLearning/Clustering (K-Means)/packages.config +++ b/Samples/MachineLearning/Clustering (K-Means)/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Clustering 2D (K-Means, MeanShift, GMM)/Clustering 2D (K-Means, MeanShift, GMM).csproj b/Samples/MachineLearning/Clustering 2D (K-Means, MeanShift, GMM)/Clustering 2D (K-Means, MeanShift, GMM).csproj index b2921ebaf..74b9c4f67 100644 --- a/Samples/MachineLearning/Clustering 2D (K-Means, MeanShift, GMM)/Clustering 2D (K-Means, MeanShift, GMM).csproj +++ b/Samples/MachineLearning/Clustering 2D (K-Means, MeanShift, GMM)/Clustering 2D (K-Means, MeanShift, GMM).csproj @@ -10,7 +10,7 @@ Properties SampleApp Clustering %28K-Means%29 - v4.6 + v4.8 512 diff --git a/Samples/MachineLearning/Decision Trees/Decision Trees.csproj b/Samples/MachineLearning/Decision Trees/Decision Trees.csproj index 9329d6d2a..7a23cb7af 100644 --- a/Samples/MachineLearning/Decision Trees/Decision Trees.csproj +++ b/Samples/MachineLearning/Decision Trees/Decision Trees.csproj @@ -10,11 +10,12 @@ Properties SampleApp Decision Trees - v4.6 + v4.8 512 ..\..\ + x86 diff --git a/Samples/MachineLearning/Decision Trees/Properties/Resources.Designer.cs b/Samples/MachineLearning/Decision Trees/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/MachineLearning/Decision Trees/Properties/Resources.Designer.cs +++ b/Samples/MachineLearning/Decision Trees/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/MachineLearning/Decision Trees/Properties/Settings.Designer.cs b/Samples/MachineLearning/Decision Trees/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/MachineLearning/Decision Trees/Properties/Settings.Designer.cs +++ b/Samples/MachineLearning/Decision Trees/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/MachineLearning/Decision Trees/app.config b/Samples/MachineLearning/Decision Trees/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/MachineLearning/Decision Trees/app.config +++ b/Samples/MachineLearning/Decision Trees/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/MachineLearning/Decision Trees/packages.config b/Samples/MachineLearning/Decision Trees/packages.config index bd8fae33b..94b05d7df 100644 --- a/Samples/MachineLearning/Decision Trees/packages.config +++ b/Samples/MachineLearning/Decision Trees/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Feature Selection (SVMs)/Feature Selection (SVMs).csproj b/Samples/MachineLearning/Feature Selection (SVMs)/Feature Selection (SVMs).csproj index 3f93b655c..c8ac5d3cd 100644 --- a/Samples/MachineLearning/Feature Selection (SVMs)/Feature Selection (SVMs).csproj +++ b/Samples/MachineLearning/Feature Selection (SVMs)/Feature Selection (SVMs).csproj @@ -10,7 +10,7 @@ Properties SampleApp Feature Selection %28SVMs%29 - v4.6 + v4.8 512 @@ -36,6 +36,7 @@ ..\..\ + true diff --git a/Samples/MachineLearning/Feature Selection (SVMs)/app.config b/Samples/MachineLearning/Feature Selection (SVMs)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/MachineLearning/Feature Selection (SVMs)/app.config +++ b/Samples/MachineLearning/Feature Selection (SVMs)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/MachineLearning/Feature Selection (SVMs)/packages.config b/Samples/MachineLearning/Feature Selection (SVMs)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/MachineLearning/Feature Selection (SVMs)/packages.config +++ b/Samples/MachineLearning/Feature Selection (SVMs)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Fitting (RANSAC)/Fitting (RANSAC).csproj b/Samples/MachineLearning/Fitting (RANSAC)/Fitting (RANSAC).csproj index 7bf5e3234..40fccdaab 100644 --- a/Samples/MachineLearning/Fitting (RANSAC)/Fitting (RANSAC).csproj +++ b/Samples/MachineLearning/Fitting (RANSAC)/Fitting (RANSAC).csproj @@ -10,7 +10,7 @@ Properties SampleApp Fitting %28RANSAC%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/MachineLearning/Fitting (RANSAC)/Properties/Resources.Designer.cs b/Samples/MachineLearning/Fitting (RANSAC)/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/MachineLearning/Fitting (RANSAC)/Properties/Resources.Designer.cs +++ b/Samples/MachineLearning/Fitting (RANSAC)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/MachineLearning/Fitting (RANSAC)/Properties/Settings.Designer.cs b/Samples/MachineLearning/Fitting (RANSAC)/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/MachineLearning/Fitting (RANSAC)/Properties/Settings.Designer.cs +++ b/Samples/MachineLearning/Fitting (RANSAC)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/MachineLearning/Fitting (RANSAC)/app.config b/Samples/MachineLearning/Fitting (RANSAC)/app.config index c194e6981..6b6b3b3cf 100644 --- a/Samples/MachineLearning/Fitting (RANSAC)/app.config +++ b/Samples/MachineLearning/Fitting (RANSAC)/app.config @@ -1,23 +1,23 @@ - + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/MachineLearning/Fitting (RANSAC)/packages.config b/Samples/MachineLearning/Fitting (RANSAC)/packages.config index ce2713e16..96512eec1 100644 --- a/Samples/MachineLearning/Fitting (RANSAC)/packages.config +++ b/Samples/MachineLearning/Fitting (RANSAC)/packages.config @@ -1,9 +1,9 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Gestures (SVMs)/Gestures (SVM-DTW).csproj b/Samples/MachineLearning/Gestures (SVMs)/Gestures (SVM-DTW).csproj index 5f810f2a1..828d4c60e 100644 --- a/Samples/MachineLearning/Gestures (SVMs)/Gestures (SVM-DTW).csproj +++ b/Samples/MachineLearning/Gestures (SVMs)/Gestures (SVM-DTW).csproj @@ -10,7 +10,7 @@ Properties SampleApp Gestures %28SVM-DTW%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/MachineLearning/Gestures (SVMs)/Properties/Resources.Designer.cs b/Samples/MachineLearning/Gestures (SVMs)/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/MachineLearning/Gestures (SVMs)/Properties/Resources.Designer.cs +++ b/Samples/MachineLearning/Gestures (SVMs)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/MachineLearning/Gestures (SVMs)/Properties/Settings.Designer.cs b/Samples/MachineLearning/Gestures (SVMs)/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/MachineLearning/Gestures (SVMs)/Properties/Settings.Designer.cs +++ b/Samples/MachineLearning/Gestures (SVMs)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/MachineLearning/Gestures (SVMs)/app.config b/Samples/MachineLearning/Gestures (SVMs)/app.config index c194e6981..6b6b3b3cf 100644 --- a/Samples/MachineLearning/Gestures (SVMs)/app.config +++ b/Samples/MachineLearning/Gestures (SVMs)/app.config @@ -1,23 +1,23 @@ - + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/MachineLearning/Gestures (SVMs)/packages.config b/Samples/MachineLearning/Gestures (SVMs)/packages.config index 1cf16bcc2..7bef4ca3e 100644 --- a/Samples/MachineLearning/Gestures (SVMs)/packages.config +++ b/Samples/MachineLearning/Gestures (SVMs)/packages.config @@ -1,7 +1,7 @@  - - - - + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Handwriting (SVMs)/Handwriting (SVM).csproj b/Samples/MachineLearning/Handwriting (SVMs)/Handwriting (SVM).csproj index 20d2524a9..36cbdfbc4 100644 --- a/Samples/MachineLearning/Handwriting (SVMs)/Handwriting (SVM).csproj +++ b/Samples/MachineLearning/Handwriting (SVMs)/Handwriting (SVM).csproj @@ -10,7 +10,7 @@ Properties SampleApp Handwriting %28SVMs%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/MachineLearning/Handwriting (SVMs)/Properties/Resources.Designer.cs b/Samples/MachineLearning/Handwriting (SVMs)/Properties/Resources.Designer.cs index dc0154bf2..bfe3e0217 100644 --- a/Samples/MachineLearning/Handwriting (SVMs)/Properties/Resources.Designer.cs +++ b/Samples/MachineLearning/Handwriting (SVMs)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/MachineLearning/Handwriting (SVMs)/Properties/Settings.Designer.cs b/Samples/MachineLearning/Handwriting (SVMs)/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/MachineLearning/Handwriting (SVMs)/Properties/Settings.Designer.cs +++ b/Samples/MachineLearning/Handwriting (SVMs)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/MachineLearning/Handwriting (SVMs)/app.config b/Samples/MachineLearning/Handwriting (SVMs)/app.config index 53552f69a..fa7f4114f 100644 --- a/Samples/MachineLearning/Handwriting (SVMs)/app.config +++ b/Samples/MachineLearning/Handwriting (SVMs)/app.config @@ -1,23 +1,23 @@ - + - + - - + + - - + + - - + + - - + + diff --git a/Samples/MachineLearning/Handwriting (SVMs)/packages.config b/Samples/MachineLearning/Handwriting (SVMs)/packages.config index 1831f9732..26d10eca1 100644 --- a/Samples/MachineLearning/Handwriting (SVMs)/packages.config +++ b/Samples/MachineLearning/Handwriting (SVMs)/packages.config @@ -1,8 +1,8 @@  - - - - + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Liblinear (SVMs)/Liblinear (Linear SVMs).csproj b/Samples/MachineLearning/Liblinear (SVMs)/Liblinear (Linear SVMs).csproj index d0247fd28..d651f979d 100644 --- a/Samples/MachineLearning/Liblinear (SVMs)/Liblinear (Linear SVMs).csproj +++ b/Samples/MachineLearning/Liblinear (SVMs)/Liblinear (Linear SVMs).csproj @@ -10,7 +10,7 @@ Properties SampleApp linear - v4.6 + v4.8 512 diff --git a/Samples/MachineLearning/Liblinear (SVMs)/app.config b/Samples/MachineLearning/Liblinear (SVMs)/app.config index 39e349765..edd940784 100644 --- a/Samples/MachineLearning/Liblinear (SVMs)/app.config +++ b/Samples/MachineLearning/Liblinear (SVMs)/app.config @@ -1,34 +1,34 @@ - + - - + + - + - - + + - - + + - - + + - - + + diff --git a/Samples/MachineLearning/Liblinear (SVMs)/packages.config b/Samples/MachineLearning/Liblinear (SVMs)/packages.config index ce2713e16..96512eec1 100644 --- a/Samples/MachineLearning/Liblinear (SVMs)/packages.config +++ b/Samples/MachineLearning/Liblinear (SVMs)/packages.config @@ -1,9 +1,9 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Naive Bayes/Naive Bayes.csproj b/Samples/MachineLearning/Naive Bayes/Naive Bayes.csproj index 10013f02f..6e503d31b 100644 --- a/Samples/MachineLearning/Naive Bayes/Naive Bayes.csproj +++ b/Samples/MachineLearning/Naive Bayes/Naive Bayes.csproj @@ -10,11 +10,12 @@ Properties SampleApp Naive Bayes - v4.6 + v4.8 512 ..\..\ + x86 diff --git a/Samples/MachineLearning/Naive Bayes/Properties/Resources.Designer.cs b/Samples/MachineLearning/Naive Bayes/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/MachineLearning/Naive Bayes/Properties/Resources.Designer.cs +++ b/Samples/MachineLearning/Naive Bayes/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/MachineLearning/Naive Bayes/Properties/Settings.Designer.cs b/Samples/MachineLearning/Naive Bayes/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/MachineLearning/Naive Bayes/Properties/Settings.Designer.cs +++ b/Samples/MachineLearning/Naive Bayes/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/MachineLearning/Naive Bayes/app.config b/Samples/MachineLearning/Naive Bayes/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/MachineLearning/Naive Bayes/app.config +++ b/Samples/MachineLearning/Naive Bayes/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/MachineLearning/Naive Bayes/packages.config b/Samples/MachineLearning/Naive Bayes/packages.config index bd8fae33b..94b05d7df 100644 --- a/Samples/MachineLearning/Naive Bayes/packages.config +++ b/Samples/MachineLearning/Naive Bayes/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/MachineLearning/Regression (SVMs)/Regression (SVMs).csproj b/Samples/MachineLearning/Regression (SVMs)/Regression (SVMs).csproj index 6d23e6288..58efff7da 100644 --- a/Samples/MachineLearning/Regression (SVMs)/Regression (SVMs).csproj +++ b/Samples/MachineLearning/Regression (SVMs)/Regression (SVMs).csproj @@ -10,7 +10,7 @@ Properties SampleApp Regression %28SVMs%29 - v4.6 + v4.8 512 true @@ -37,6 +37,7 @@ ..\..\ + true diff --git a/Samples/MachineLearning/Regression (SVMs)/app.config b/Samples/MachineLearning/Regression (SVMs)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/MachineLearning/Regression (SVMs)/app.config +++ b/Samples/MachineLearning/Regression (SVMs)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/MachineLearning/Regression (SVMs)/packages.config b/Samples/MachineLearning/Regression (SVMs)/packages.config index e54a0e120..da7cf177d 100644 --- a/Samples/MachineLearning/Regression (SVMs)/packages.config +++ b/Samples/MachineLearning/Regression (SVMs)/packages.config @@ -1,12 +1,12 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Math/Kinematics/Kinematics.csproj b/Samples/Math/Kinematics/Kinematics.csproj index 66b844e4b..e73376a19 100644 --- a/Samples/Math/Kinematics/Kinematics.csproj +++ b/Samples/Math/Kinematics/Kinematics.csproj @@ -10,11 +10,12 @@ Properties SampleApp Denavit Hartenberg - v4.6 + v4.8 512 ..\..\ + x86 diff --git a/Samples/Math/Kinematics/Properties/Resources.Designer.cs b/Samples/Math/Kinematics/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Math/Kinematics/Properties/Resources.Designer.cs +++ b/Samples/Math/Kinematics/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Math/Kinematics/Properties/Settings.Designer.cs b/Samples/Math/Kinematics/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Math/Kinematics/Properties/Settings.Designer.cs +++ b/Samples/Math/Kinematics/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Math/Kinematics/app.config b/Samples/Math/Kinematics/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Math/Kinematics/app.config +++ b/Samples/Math/Kinematics/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Math/Kinematics/packages.config b/Samples/Math/Kinematics/packages.config index 21ef8586c..2e3df79ff 100644 --- a/Samples/Math/Kinematics/packages.config +++ b/Samples/Math/Kinematics/packages.config @@ -1,9 +1,9 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Math/Matrices/Matrices.csproj b/Samples/Math/Matrices/Matrices.csproj index 95e8c7b03..72ddec8f5 100644 --- a/Samples/Math/Matrices/Matrices.csproj +++ b/Samples/Math/Matrices/Matrices.csproj @@ -10,7 +10,7 @@ Properties SampleApp Matrices - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Math/Matrices/app.config b/Samples/Math/Matrices/app.config index f4d1893bb..7dfd5f76a 100644 --- a/Samples/Math/Matrices/app.config +++ b/Samples/Math/Matrices/app.config @@ -1,11 +1,11 @@ - + - - + + - \ No newline at end of file + diff --git a/Samples/Math/Matrices/packages.config b/Samples/Math/Matrices/packages.config index 25e41b347..7b7fcdfd8 100644 --- a/Samples/Math/Matrices/packages.config +++ b/Samples/Math/Matrices/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/Samples/Math/Pose Coordinates (POSIT)/Pose Coordinates (POSIT).csproj b/Samples/Math/Pose Coordinates (POSIT)/Pose Coordinates (POSIT).csproj index abd0ec523..fe80ac6aa 100644 --- a/Samples/Math/Pose Coordinates (POSIT)/Pose Coordinates (POSIT).csproj +++ b/Samples/Math/Pose Coordinates (POSIT)/Pose Coordinates (POSIT).csproj @@ -10,7 +10,7 @@ Properties SampleApp Pose Estimation - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ 1.0.0.%2a false true + true diff --git a/Samples/Math/Pose Coordinates (POSIT)/Properties/Resources.Designer.cs b/Samples/Math/Pose Coordinates (POSIT)/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Math/Pose Coordinates (POSIT)/Properties/Resources.Designer.cs +++ b/Samples/Math/Pose Coordinates (POSIT)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Math/Pose Coordinates (POSIT)/Properties/Settings.Designer.cs b/Samples/Math/Pose Coordinates (POSIT)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Math/Pose Coordinates (POSIT)/Properties/Settings.Designer.cs +++ b/Samples/Math/Pose Coordinates (POSIT)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Math/Pose Coordinates (POSIT)/app.config b/Samples/Math/Pose Coordinates (POSIT)/app.config index f3a2e738f..9e9540d4a 100644 --- a/Samples/Math/Pose Coordinates (POSIT)/app.config +++ b/Samples/Math/Pose Coordinates (POSIT)/app.config @@ -1,11 +1,11 @@ - + - + - - + + diff --git a/Samples/Math/Pose Coordinates (POSIT)/packages.config b/Samples/Math/Pose Coordinates (POSIT)/packages.config index 25e41b347..7b7fcdfd8 100644 --- a/Samples/Math/Pose Coordinates (POSIT)/packages.config +++ b/Samples/Math/Pose Coordinates (POSIT)/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/Samples/Math/Solver (Goldfarb-Idnani)/Properties/Resources.Designer.cs b/Samples/Math/Solver (Goldfarb-Idnani)/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Math/Solver (Goldfarb-Idnani)/Properties/Resources.Designer.cs +++ b/Samples/Math/Solver (Goldfarb-Idnani)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Math/Solver (Goldfarb-Idnani)/Properties/Settings.Designer.cs b/Samples/Math/Solver (Goldfarb-Idnani)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Math/Solver (Goldfarb-Idnani)/Properties/Settings.Designer.cs +++ b/Samples/Math/Solver (Goldfarb-Idnani)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Math/Solver (Goldfarb-Idnani)/Quadratic Programing (QP).csproj b/Samples/Math/Solver (Goldfarb-Idnani)/Quadratic Programing (QP).csproj index 230dddc70..aa53fc5ae 100644 --- a/Samples/Math/Solver (Goldfarb-Idnani)/Quadratic Programing (QP).csproj +++ b/Samples/Math/Solver (Goldfarb-Idnani)/Quadratic Programing (QP).csproj @@ -10,11 +10,12 @@ Properties SampleApp Solver - v4.6 + v4.8 512 ..\..\ + x86 diff --git a/Samples/Math/Solver (Goldfarb-Idnani)/app.config b/Samples/Math/Solver (Goldfarb-Idnani)/app.config index f4d1893bb..7dfd5f76a 100644 --- a/Samples/Math/Solver (Goldfarb-Idnani)/app.config +++ b/Samples/Math/Solver (Goldfarb-Idnani)/app.config @@ -1,11 +1,11 @@ - + - - + + - \ No newline at end of file + diff --git a/Samples/Math/Solver (Goldfarb-Idnani)/packages.config b/Samples/Math/Solver (Goldfarb-Idnani)/packages.config index 25e41b347..7b7fcdfd8 100644 --- a/Samples/Math/Solver (Goldfarb-Idnani)/packages.config +++ b/Samples/Math/Solver (Goldfarb-Idnani)/packages.config @@ -1,5 +1,5 @@  - - + + \ No newline at end of file diff --git a/Samples/Neuro/Classification (ANN)/Classification (ANNs).csproj b/Samples/Neuro/Classification (ANN)/Classification (ANNs).csproj index a4545ce7f..a8fa2dc5f 100644 --- a/Samples/Neuro/Classification (ANN)/Classification (ANNs).csproj +++ b/Samples/Neuro/Classification (ANN)/Classification (ANNs).csproj @@ -10,11 +10,12 @@ Properties SampleApp Classification %28ANNs%29 - v4.6 + v4.8 512 ..\..\ + x86 diff --git a/Samples/Neuro/Classification (ANN)/Properties/Resources.Designer.cs b/Samples/Neuro/Classification (ANN)/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/Neuro/Classification (ANN)/Properties/Resources.Designer.cs +++ b/Samples/Neuro/Classification (ANN)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Neuro/Classification (ANN)/Properties/Settings.Designer.cs b/Samples/Neuro/Classification (ANN)/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/Neuro/Classification (ANN)/Properties/Settings.Designer.cs +++ b/Samples/Neuro/Classification (ANN)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Neuro/Classification (ANN)/app.config b/Samples/Neuro/Classification (ANN)/app.config index 9d509a9ad..2f29e8e45 100644 --- a/Samples/Neuro/Classification (ANN)/app.config +++ b/Samples/Neuro/Classification (ANN)/app.config @@ -1,33 +1,33 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Neuro/Classification (ANN)/packages.config b/Samples/Neuro/Classification (ANN)/packages.config index 890eae66a..fe8a517b7 100644 --- a/Samples/Neuro/Classification (ANN)/packages.config +++ b/Samples/Neuro/Classification (ANN)/packages.config @@ -1,13 +1,13 @@  - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/Samples/Neuro/Clustering (SOM)/Clustering (SOM).csproj b/Samples/Neuro/Clustering (SOM)/Clustering (SOM).csproj index a83b2c8f3..e2e88acf7 100644 --- a/Samples/Neuro/Clustering (SOM)/Clustering (SOM).csproj +++ b/Samples/Neuro/Clustering (SOM)/Clustering (SOM).csproj @@ -26,7 +26,7 @@ 3.5 - v4.6 + v4.8 publish\ true Disk @@ -45,6 +45,7 @@ ..\..\ + true diff --git a/Samples/Neuro/Clustering (SOM)/app.config b/Samples/Neuro/Clustering (SOM)/app.config index a1d0d04f9..65bc60136 100644 --- a/Samples/Neuro/Clustering (SOM)/app.config +++ b/Samples/Neuro/Clustering (SOM)/app.config @@ -1,23 +1,23 @@ - + - + - - + + - - + + - - + + - - + + diff --git a/Samples/Neuro/Clustering (SOM)/packages.config b/Samples/Neuro/Clustering (SOM)/packages.config index a49e67ad8..14a89f254 100644 --- a/Samples/Neuro/Clustering (SOM)/packages.config +++ b/Samples/Neuro/Clustering (SOM)/packages.config @@ -1,9 +1,9 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Neuro/Levenberg-Marquardt/Levenberg-Marquardt.csproj b/Samples/Neuro/Levenberg-Marquardt/Levenberg-Marquardt.csproj index e2812e34a..a69572ab0 100644 --- a/Samples/Neuro/Levenberg-Marquardt/Levenberg-Marquardt.csproj +++ b/Samples/Neuro/Levenberg-Marquardt/Levenberg-Marquardt.csproj @@ -27,7 +27,7 @@ 3.5 - v4.6 + v4.8 false publish\ true @@ -46,6 +46,7 @@ ..\..\ + true diff --git a/Samples/Neuro/Levenberg-Marquardt/app.config b/Samples/Neuro/Levenberg-Marquardt/app.config index 9d509a9ad..2f29e8e45 100644 --- a/Samples/Neuro/Levenberg-Marquardt/app.config +++ b/Samples/Neuro/Levenberg-Marquardt/app.config @@ -1,33 +1,33 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Neuro/Levenberg-Marquardt/packages.config b/Samples/Neuro/Levenberg-Marquardt/packages.config index 4d7ce6fd8..488d895a7 100644 --- a/Samples/Neuro/Levenberg-Marquardt/packages.config +++ b/Samples/Neuro/Levenberg-Marquardt/packages.config @@ -1,13 +1,13 @@  - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/Samples/Neuro/Perceptron/Perceptron.csproj b/Samples/Neuro/Perceptron/Perceptron.csproj index 2df4ac31a..b3f38f58a 100644 --- a/Samples/Neuro/Perceptron/Perceptron.csproj +++ b/Samples/Neuro/Perceptron/Perceptron.csproj @@ -26,7 +26,7 @@ 3.5 - v4.6 + v4.8 false publish\ true @@ -45,6 +45,7 @@ ..\..\ + true diff --git a/Samples/Neuro/Perceptron/app.config b/Samples/Neuro/Perceptron/app.config index 9d509a9ad..2f29e8e45 100644 --- a/Samples/Neuro/Perceptron/app.config +++ b/Samples/Neuro/Perceptron/app.config @@ -1,33 +1,33 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Neuro/Perceptron/packages.config b/Samples/Neuro/Perceptron/packages.config index e605351e9..9331e3a80 100644 --- a/Samples/Neuro/Perceptron/packages.config +++ b/Samples/Neuro/Perceptron/packages.config @@ -1,11 +1,11 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Neuro/Resilient Backpropagation/Resilient Backpropagation.csproj b/Samples/Neuro/Resilient Backpropagation/Resilient Backpropagation.csproj index ff7990972..2dd46348b 100644 --- a/Samples/Neuro/Resilient Backpropagation/Resilient Backpropagation.csproj +++ b/Samples/Neuro/Resilient Backpropagation/Resilient Backpropagation.csproj @@ -26,7 +26,7 @@ 3.5 - v4.6 + v4.8 false publish\ true @@ -45,6 +45,7 @@ ..\..\ + true diff --git a/Samples/Neuro/Resilient Backpropagation/app.config b/Samples/Neuro/Resilient Backpropagation/app.config index 9d509a9ad..2f29e8e45 100644 --- a/Samples/Neuro/Resilient Backpropagation/app.config +++ b/Samples/Neuro/Resilient Backpropagation/app.config @@ -1,33 +1,33 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Neuro/Resilient Backpropagation/packages.config b/Samples/Neuro/Resilient Backpropagation/packages.config index 4d7ce6fd8..488d895a7 100644 --- a/Samples/Neuro/Resilient Backpropagation/packages.config +++ b/Samples/Neuro/Resilient Backpropagation/packages.config @@ -1,13 +1,13 @@  - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/Samples/Neuro/Self-Organizing Maps (SOM)/Self Organizing Maps (SOM).csproj b/Samples/Neuro/Self-Organizing Maps (SOM)/Self Organizing Maps (SOM).csproj index 192bb3a45..564397a16 100644 --- a/Samples/Neuro/Self-Organizing Maps (SOM)/Self Organizing Maps (SOM).csproj +++ b/Samples/Neuro/Self-Organizing Maps (SOM)/Self Organizing Maps (SOM).csproj @@ -26,7 +26,7 @@ 3.5 - v4.6 + v4.8 publish\ true Disk @@ -45,6 +45,7 @@ ..\..\ + true diff --git a/Samples/Neuro/Self-Organizing Maps (SOM)/app.config b/Samples/Neuro/Self-Organizing Maps (SOM)/app.config index a1d0d04f9..65bc60136 100644 --- a/Samples/Neuro/Self-Organizing Maps (SOM)/app.config +++ b/Samples/Neuro/Self-Organizing Maps (SOM)/app.config @@ -1,23 +1,23 @@ - + - + - - + + - - + + - - + + - - + + diff --git a/Samples/Neuro/Self-Organizing Maps (SOM)/packages.config b/Samples/Neuro/Self-Organizing Maps (SOM)/packages.config index 42e723648..f4d63b31a 100644 --- a/Samples/Neuro/Self-Organizing Maps (SOM)/packages.config +++ b/Samples/Neuro/Self-Organizing Maps (SOM)/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Neuro/Travelling Salesman (SOM)/Travelling Salesman (SOM).csproj b/Samples/Neuro/Travelling Salesman (SOM)/Travelling Salesman (SOM).csproj index 1ba3a89ac..7310fb372 100644 --- a/Samples/Neuro/Travelling Salesman (SOM)/Travelling Salesman (SOM).csproj +++ b/Samples/Neuro/Travelling Salesman (SOM)/Travelling Salesman (SOM).csproj @@ -27,7 +27,7 @@ 3.5 - v4.6 + v4.8 publish\ true Disk @@ -46,6 +46,7 @@ ..\..\ + true diff --git a/Samples/Neuro/Travelling Salesman (SOM)/app.config b/Samples/Neuro/Travelling Salesman (SOM)/app.config index 69c2b660a..233ec999b 100644 --- a/Samples/Neuro/Travelling Salesman (SOM)/app.config +++ b/Samples/Neuro/Travelling Salesman (SOM)/app.config @@ -1,31 +1,31 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Neuro/Travelling Salesman (SOM)/packages.config b/Samples/Neuro/Travelling Salesman (SOM)/packages.config index e605351e9..9331e3a80 100644 --- a/Samples/Neuro/Travelling Salesman (SOM)/packages.config +++ b/Samples/Neuro/Travelling Salesman (SOM)/packages.config @@ -1,11 +1,11 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Analysis (KDA)/Analysis (KDA).csproj b/Samples/Statistics/Analysis (KDA)/Analysis (KDA).csproj index 6fdc0e34d..98cdf24ce 100644 --- a/Samples/Statistics/Analysis (KDA)/Analysis (KDA).csproj +++ b/Samples/Statistics/Analysis (KDA)/Analysis (KDA).csproj @@ -10,7 +10,7 @@ Properties SampleApp Analysis %28KDA%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Analysis (KDA)/app.config b/Samples/Statistics/Analysis (KDA)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Statistics/Analysis (KDA)/app.config +++ b/Samples/Statistics/Analysis (KDA)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Analysis (KDA)/packages.config b/Samples/Statistics/Analysis (KDA)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Analysis (KDA)/packages.config +++ b/Samples/Statistics/Analysis (KDA)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Analysis (KPCA)/Analysis (KPCA).csproj b/Samples/Statistics/Analysis (KPCA)/Analysis (KPCA).csproj index eca9d01a0..d83713fe2 100644 --- a/Samples/Statistics/Analysis (KPCA)/Analysis (KPCA).csproj +++ b/Samples/Statistics/Analysis (KPCA)/Analysis (KPCA).csproj @@ -10,7 +10,7 @@ Properties Analysis.KPCA Analysis %28KPCA%29 - v4.6 + v4.8 512 @@ -36,6 +36,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Analysis (KPCA)/Properties/Resources.Designer.cs b/Samples/Statistics/Analysis (KPCA)/Properties/Resources.Designer.cs index 3f51cdbd2..6ce8287ea 100644 --- a/Samples/Statistics/Analysis (KPCA)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Analysis (KPCA)/Properties/Resources.Designer.cs @@ -1,63 +1,63 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Analysis.KPCA.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Analysis.KPCA.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Analysis.KPCA.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Analysis.KPCA.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/Samples/Statistics/Analysis (KPCA)/Properties/Settings.Designer.cs b/Samples/Statistics/Analysis (KPCA)/Properties/Settings.Designer.cs index 460cedc9f..1c21c9999 100644 --- a/Samples/Statistics/Analysis (KPCA)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Analysis (KPCA)/Properties/Settings.Designer.cs @@ -1,26 +1,26 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Analysis.KPCA.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Analysis.KPCA.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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/Statistics/Analysis (KPCA)/app.config b/Samples/Statistics/Analysis (KPCA)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Statistics/Analysis (KPCA)/app.config +++ b/Samples/Statistics/Analysis (KPCA)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Analysis (KPCA)/packages.config b/Samples/Statistics/Analysis (KPCA)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Analysis (KPCA)/packages.config +++ b/Samples/Statistics/Analysis (KPCA)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Analysis (LDA)/Analysis (LDA).csproj b/Samples/Statistics/Analysis (LDA)/Analysis (LDA).csproj index 4a0e02adb..6a1338869 100644 --- a/Samples/Statistics/Analysis (LDA)/Analysis (LDA).csproj +++ b/Samples/Statistics/Analysis (LDA)/Analysis (LDA).csproj @@ -10,7 +10,7 @@ Properties Analysis.LDA Analysis %28LDA%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Analysis (LDA)/Properties/Resources.Designer.cs b/Samples/Statistics/Analysis (LDA)/Properties/Resources.Designer.cs index 7b8072507..523d97dc1 100644 --- a/Samples/Statistics/Analysis (LDA)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Analysis (LDA)/Properties/Resources.Designer.cs @@ -1,63 +1,63 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Analysis.LDA.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Analysis.LDA.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Analysis.LDA.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Analysis.LDA.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/Samples/Statistics/Analysis (LDA)/Properties/Settings.Designer.cs b/Samples/Statistics/Analysis (LDA)/Properties/Settings.Designer.cs index 5a14d8960..a76cc074d 100644 --- a/Samples/Statistics/Analysis (LDA)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Analysis (LDA)/Properties/Settings.Designer.cs @@ -1,26 +1,26 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Analysis.LDA.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Analysis.LDA.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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/Statistics/Analysis (LDA)/app.config b/Samples/Statistics/Analysis (LDA)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Statistics/Analysis (LDA)/app.config +++ b/Samples/Statistics/Analysis (LDA)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Analysis (LDA)/packages.config b/Samples/Statistics/Analysis (LDA)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Analysis (LDA)/packages.config +++ b/Samples/Statistics/Analysis (LDA)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Analysis (PCA)/Analysis (PCA).csproj b/Samples/Statistics/Analysis (PCA)/Analysis (PCA).csproj index e9eca877f..d844e6b37 100644 --- a/Samples/Statistics/Analysis (PCA)/Analysis (PCA).csproj +++ b/Samples/Statistics/Analysis (PCA)/Analysis (PCA).csproj @@ -10,7 +10,7 @@ Properties Analysis.PCA Analysis %28PCA%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Analysis (PCA)/Properties/Resources.Designer.cs b/Samples/Statistics/Analysis (PCA)/Properties/Resources.Designer.cs index 44b82d8f6..edc52d3bb 100644 --- a/Samples/Statistics/Analysis (PCA)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Analysis (PCA)/Properties/Resources.Designer.cs @@ -1,63 +1,63 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Analysis.PCA.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Analysis.PCA.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Analysis.PCA.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Analysis.PCA.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/Samples/Statistics/Analysis (PCA)/Properties/Settings.Designer.cs b/Samples/Statistics/Analysis (PCA)/Properties/Settings.Designer.cs index 7ce376d8c..1e04f4322 100644 --- a/Samples/Statistics/Analysis (PCA)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Analysis (PCA)/Properties/Settings.Designer.cs @@ -1,26 +1,26 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Analysis.PCA.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Analysis.PCA.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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/Statistics/Analysis (PCA)/app.config b/Samples/Statistics/Analysis (PCA)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Statistics/Analysis (PCA)/app.config +++ b/Samples/Statistics/Analysis (PCA)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Analysis (PCA)/packages.config b/Samples/Statistics/Analysis (PCA)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Analysis (PCA)/packages.config +++ b/Samples/Statistics/Analysis (PCA)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Analysis (PLS)/Analysis (PLS).csproj b/Samples/Statistics/Analysis (PLS)/Analysis (PLS).csproj index 9611fceb7..a7f2fee14 100644 --- a/Samples/Statistics/Analysis (PLS)/Analysis (PLS).csproj +++ b/Samples/Statistics/Analysis (PLS)/Analysis (PLS).csproj @@ -10,7 +10,7 @@ Properties Analysis.PLS Analysis %28PLS%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Analysis (PLS)/Properties/Resources.Designer.cs b/Samples/Statistics/Analysis (PLS)/Properties/Resources.Designer.cs index eb8834f5f..ff632839f 100644 --- a/Samples/Statistics/Analysis (PLS)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Analysis (PLS)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace Analysis.PLS.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Statistics/Analysis (PLS)/Properties/Settings.Designer.cs b/Samples/Statistics/Analysis (PLS)/Properties/Settings.Designer.cs index db80b6edd..b75a4121c 100644 --- a/Samples/Statistics/Analysis (PLS)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Analysis (PLS)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace Analysis.PLS.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Statistics/Analysis (PLS)/app.config b/Samples/Statistics/Analysis (PLS)/app.config index 8a80acd83..e2a640cd9 100644 --- a/Samples/Statistics/Analysis (PLS)/app.config +++ b/Samples/Statistics/Analysis (PLS)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - + diff --git a/Samples/Statistics/Analysis (PLS)/packages.config b/Samples/Statistics/Analysis (PLS)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Analysis (PLS)/packages.config +++ b/Samples/Statistics/Analysis (PLS)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Classification (MLR)/Classification (MLR).csproj b/Samples/Statistics/Classification (MLR)/Classification (MLR).csproj index f38b046b3..4d31506a6 100644 --- a/Samples/Statistics/Classification (MLR)/Classification (MLR).csproj +++ b/Samples/Statistics/Classification (MLR)/Classification (MLR).csproj @@ -10,7 +10,7 @@ Properties Classification.MLR Classification %28MLR%29 - v4.6 + v4.8 512 @@ -36,6 +36,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Classification (MLR)/app.config b/Samples/Statistics/Classification (MLR)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Statistics/Classification (MLR)/app.config +++ b/Samples/Statistics/Classification (MLR)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Classification (MLR)/packages.config b/Samples/Statistics/Classification (MLR)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Classification (MLR)/packages.config +++ b/Samples/Statistics/Classification (MLR)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Eigenfaces (PCA)/Eigenfaces (PCA).csproj b/Samples/Statistics/Eigenfaces (PCA)/Eigenfaces (PCA).csproj index 16425b3d7..9196dce7c 100644 --- a/Samples/Statistics/Eigenfaces (PCA)/Eigenfaces (PCA).csproj +++ b/Samples/Statistics/Eigenfaces (PCA)/Eigenfaces (PCA).csproj @@ -10,11 +10,12 @@ Properties Eigenfaces.PCA Eigenfaces %28PCA%29 - v4.6 + v4.8 512 ..\..\ + x86 diff --git a/Samples/Statistics/Eigenfaces (PCA)/Properties/Resources.Designer.cs b/Samples/Statistics/Eigenfaces (PCA)/Properties/Resources.Designer.cs index cc4a619f4..70bc1f167 100644 --- a/Samples/Statistics/Eigenfaces (PCA)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Eigenfaces (PCA)/Properties/Resources.Designer.cs @@ -1,73 +1,73 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Eigenfaces.PCA.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Eigenfaces.PCA.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap run { - get { - object obj = ResourceManager.GetObject("run", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Eigenfaces.PCA.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Eigenfaces.PCA.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap run { + get { + object obj = ResourceManager.GetObject("run", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} diff --git a/Samples/Statistics/Eigenfaces (PCA)/Properties/Settings.Designer.cs b/Samples/Statistics/Eigenfaces (PCA)/Properties/Settings.Designer.cs index f52978942..54d7c3a00 100644 --- a/Samples/Statistics/Eigenfaces (PCA)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Eigenfaces (PCA)/Properties/Settings.Designer.cs @@ -1,26 +1,26 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Eigenfaces.PCA.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Eigenfaces.PCA.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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/Statistics/Eigenfaces (PCA)/app.config b/Samples/Statistics/Eigenfaces (PCA)/app.config index 020bde491..99f310d64 100644 --- a/Samples/Statistics/Eigenfaces (PCA)/app.config +++ b/Samples/Statistics/Eigenfaces (PCA)/app.config @@ -1,39 +1,39 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Eigenfaces (PCA)/packages.config b/Samples/Statistics/Eigenfaces (PCA)/packages.config index c02c84f35..e8f32418b 100644 --- a/Samples/Statistics/Eigenfaces (PCA)/packages.config +++ b/Samples/Statistics/Eigenfaces (PCA)/packages.config @@ -1,14 +1,14 @@  - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Filters (Tables)/Filters (Tables).csproj b/Samples/Statistics/Filters (Tables)/Filters (Tables).csproj index f83999042..ddaacd8a5 100644 --- a/Samples/Statistics/Filters (Tables)/Filters (Tables).csproj +++ b/Samples/Statistics/Filters (Tables)/Filters (Tables).csproj @@ -10,7 +10,7 @@ Properties Tabular Tabular Filters - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Filters (Tables)/Properties/Resources.Designer.cs b/Samples/Statistics/Filters (Tables)/Properties/Resources.Designer.cs index 09ac59787..2308bd832 100644 --- a/Samples/Statistics/Filters (Tables)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Filters (Tables)/Properties/Resources.Designer.cs @@ -1,63 +1,63 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Tabular.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Tabular.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Tabular.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Tabular.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/Samples/Statistics/Filters (Tables)/Properties/Settings.Designer.cs b/Samples/Statistics/Filters (Tables)/Properties/Settings.Designer.cs index ba875eb2e..87796d3d2 100644 --- a/Samples/Statistics/Filters (Tables)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Filters (Tables)/Properties/Settings.Designer.cs @@ -1,26 +1,26 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Tabular.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Tabular.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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/Statistics/Filters (Tables)/app.config b/Samples/Statistics/Filters (Tables)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Statistics/Filters (Tables)/app.config +++ b/Samples/Statistics/Filters (Tables)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Filters (Tables)/packages.config b/Samples/Statistics/Filters (Tables)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Filters (Tables)/packages.config +++ b/Samples/Statistics/Filters (Tables)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Gestures (HMMs)/Gestures (HMM).csproj b/Samples/Statistics/Gestures (HMMs)/Gestures (HMM).csproj index bda1076d8..fa84948b5 100644 --- a/Samples/Statistics/Gestures (HMMs)/Gestures (HMM).csproj +++ b/Samples/Statistics/Gestures (HMMs)/Gestures (HMM).csproj @@ -10,7 +10,7 @@ Properties Gestures.HMMs Gestures %28HMMs%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Gestures (HMMs)/Properties/Resources.Designer.cs b/Samples/Statistics/Gestures (HMMs)/Properties/Resources.Designer.cs index f49dc5b97..3701b7d38 100644 --- a/Samples/Statistics/Gestures (HMMs)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Gestures (HMMs)/Properties/Resources.Designer.cs @@ -1,63 +1,63 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Gestures.HMMs.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Gestures.HMMs.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Gestures.HMMs.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Gestures.HMMs.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/Samples/Statistics/Gestures (HMMs)/Properties/Settings.Designer.cs b/Samples/Statistics/Gestures (HMMs)/Properties/Settings.Designer.cs index 424819bc9..905ed3763 100644 --- a/Samples/Statistics/Gestures (HMMs)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Gestures (HMMs)/Properties/Settings.Designer.cs @@ -1,26 +1,26 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Gestures.HMMs.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Gestures.HMMs.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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/Statistics/Gestures (HMMs)/app.config b/Samples/Statistics/Gestures (HMMs)/app.config index f4d1893bb..7dfd5f76a 100644 --- a/Samples/Statistics/Gestures (HMMs)/app.config +++ b/Samples/Statistics/Gestures (HMMs)/app.config @@ -1,11 +1,11 @@ - + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Gestures (HMMs)/packages.config b/Samples/Statistics/Gestures (HMMs)/packages.config index 3abe66086..0f5635cab 100644 --- a/Samples/Statistics/Gestures (HMMs)/packages.config +++ b/Samples/Statistics/Gestures (HMMs)/packages.config @@ -1,6 +1,6 @@  - - - + + + \ No newline at end of file diff --git a/Samples/Statistics/Handwriting (KDA)/Handwriting (KDA).csproj b/Samples/Statistics/Handwriting (KDA)/Handwriting (KDA).csproj index e879e5ac6..ca6d19f18 100644 --- a/Samples/Statistics/Handwriting (KDA)/Handwriting (KDA).csproj +++ b/Samples/Statistics/Handwriting (KDA)/Handwriting (KDA).csproj @@ -10,7 +10,7 @@ Properties Handwriting.KDA Handwriting %28KDA%29 - v4.6 + v4.8 512 false @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Handwriting (KDA)/Properties/Resources.Designer.cs b/Samples/Statistics/Handwriting (KDA)/Properties/Resources.Designer.cs index 401f58dbe..310974179 100644 --- a/Samples/Statistics/Handwriting (KDA)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Handwriting (KDA)/Properties/Resources.Designer.cs @@ -1,66 +1,66 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Handwriting.KDA.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Handwriting.KDA.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Handwriting.KDA.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Handwriting.KDA.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// /// Looks up a localized string similar to 00000000000001111000000000000000 ///00000000000011111110000000000000 ///00000000001111111111000000000000 @@ -76,12 +76,12 @@ internal class Resources { ///00000011111100000000001110000000 ///00000001111110000000000111000000 ///00000001111110000000000111000000 - ///00 [rest of string was truncated]";. - /// - internal static string optdigits_tra { - get { - return ResourceManager.GetString("optdigits_tra", resourceCulture); - } - } - } -} + ///00000001111110000 [rest of string was truncated]";. + /// + internal static string optdigits_tra { + get { + return ResourceManager.GetString("optdigits_tra", resourceCulture); + } + } + } +} diff --git a/Samples/Statistics/Handwriting (KDA)/Properties/Settings.Designer.cs b/Samples/Statistics/Handwriting (KDA)/Properties/Settings.Designer.cs index 2ec504afd..a45b59146 100644 --- a/Samples/Statistics/Handwriting (KDA)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Handwriting (KDA)/Properties/Settings.Designer.cs @@ -1,26 +1,26 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Handwriting.KDA.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Handwriting.KDA.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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/Statistics/Handwriting (KDA)/app.config b/Samples/Statistics/Handwriting (KDA)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Statistics/Handwriting (KDA)/app.config +++ b/Samples/Statistics/Handwriting (KDA)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Handwriting (KDA)/packages.config b/Samples/Statistics/Handwriting (KDA)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Handwriting (KDA)/packages.config +++ b/Samples/Statistics/Handwriting (KDA)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Performance (ROC)/Performance (ROC).csproj b/Samples/Statistics/Performance (ROC)/Performance (ROC).csproj index e6088e406..be3236e11 100644 --- a/Samples/Statistics/Performance (ROC)/Performance (ROC).csproj +++ b/Samples/Statistics/Performance (ROC)/Performance (ROC).csproj @@ -10,7 +10,7 @@ Properties Performance.ROC Performance %28ROC%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Performance (ROC)/Properties/Resources.Designer.cs b/Samples/Statistics/Performance (ROC)/Properties/Resources.Designer.cs index 1d8c4e662..aaf9a253c 100644 --- a/Samples/Statistics/Performance (ROC)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Performance (ROC)/Properties/Resources.Designer.cs @@ -1,63 +1,63 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Performance.ROC.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Performance.ROC.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Performance.ROC.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Performance.ROC.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/Samples/Statistics/Performance (ROC)/Properties/Settings.Designer.cs b/Samples/Statistics/Performance (ROC)/Properties/Settings.Designer.cs index ab1498044..7d1e19648 100644 --- a/Samples/Statistics/Performance (ROC)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Performance (ROC)/Properties/Settings.Designer.cs @@ -1,26 +1,26 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Performance.ROC.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Performance.ROC.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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/Statistics/Performance (ROC)/app.config b/Samples/Statistics/Performance (ROC)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Statistics/Performance (ROC)/app.config +++ b/Samples/Statistics/Performance (ROC)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Performance (ROC)/packages.config b/Samples/Statistics/Performance (ROC)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Performance (ROC)/packages.config +++ b/Samples/Statistics/Performance (ROC)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Regression (Linear and Logistic)/Regression (Linear, Logit).csproj b/Samples/Statistics/Regression (Linear and Logistic)/Regression (Linear, Logit).csproj index 0273bf0c5..6c99e0dc3 100644 --- a/Samples/Statistics/Regression (Linear and Logistic)/Regression (Linear, Logit).csproj +++ b/Samples/Statistics/Regression (Linear and Logistic)/Regression (Linear, Logit).csproj @@ -10,7 +10,7 @@ Properties Regression.Linear Regression - v4.6 + v4.8 512 Regression.Linear.Program @@ -35,6 +35,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Regression (Linear and Logistic)/app.config b/Samples/Statistics/Regression (Linear and Logistic)/app.config index 1b521600d..e2a640cd9 100644 --- a/Samples/Statistics/Regression (Linear and Logistic)/app.config +++ b/Samples/Statistics/Regression (Linear and Logistic)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Regression (Linear and Logistic)/packages.config b/Samples/Statistics/Regression (Linear and Logistic)/packages.config index 07c8eb61c..7b7d73703 100644 --- a/Samples/Statistics/Regression (Linear and Logistic)/packages.config +++ b/Samples/Statistics/Regression (Linear and Logistic)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Sequences (HMM)/Properties/Resources.Designer.cs b/Samples/Statistics/Sequences (HMM)/Properties/Resources.Designer.cs index 7d93b42e3..daa2d68b2 100644 --- a/Samples/Statistics/Sequences (HMM)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Sequences (HMM)/Properties/Resources.Designer.cs @@ -1,63 +1,63 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Sequences.HMMs.Properties { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [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. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Sequences.HMMs.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Sequences.HMMs.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] + [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. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Sequences.HMMs.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + } +} diff --git a/Samples/Statistics/Sequences (HMM)/Properties/Settings.Designer.cs b/Samples/Statistics/Sequences (HMM)/Properties/Settings.Designer.cs index 542336442..52a1336a3 100644 --- a/Samples/Statistics/Sequences (HMM)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Sequences (HMM)/Properties/Settings.Designer.cs @@ -1,26 +1,26 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.18052 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace Sequences.HMMs.Properties { - - - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.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; - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace Sequences.HMMs.Properties { + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.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/Statistics/Sequences (HMM)/Sequences (HMM).csproj b/Samples/Statistics/Sequences (HMM)/Sequences (HMM).csproj index 7f876d382..167049388 100644 --- a/Samples/Statistics/Sequences (HMM)/Sequences (HMM).csproj +++ b/Samples/Statistics/Sequences (HMM)/Sequences (HMM).csproj @@ -10,7 +10,7 @@ Properties Sequences.HMMs Sequences %28HMM%29 - v4.6 + v4.8 512 Sequences.HMMs.Program @@ -35,6 +35,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Sequences (HMM)/app.config b/Samples/Statistics/Sequences (HMM)/app.config index 118fda676..bb625b5f3 100644 --- a/Samples/Statistics/Sequences (HMM)/app.config +++ b/Samples/Statistics/Sequences (HMM)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Sequences (HMM)/packages.config b/Samples/Statistics/Sequences (HMM)/packages.config index 5c86be2ce..1cf848fa7 100644 --- a/Samples/Statistics/Sequences (HMM)/packages.config +++ b/Samples/Statistics/Sequences (HMM)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Sound demixing (ICA)/Properties/Resources.Designer.cs b/Samples/Statistics/Sound demixing (ICA)/Properties/Resources.Designer.cs index 9b6288a65..7d26fc50b 100644 --- a/Samples/Statistics/Sound demixing (ICA)/Properties/Resources.Designer.cs +++ b/Samples/Statistics/Sound demixing (ICA)/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Statistics/Sound demixing (ICA)/Properties/Settings.Designer.cs b/Samples/Statistics/Sound demixing (ICA)/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Statistics/Sound demixing (ICA)/Properties/Settings.Designer.cs +++ b/Samples/Statistics/Sound demixing (ICA)/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Statistics/Sound demixing (ICA)/Sound demixing (ICA).csproj b/Samples/Statistics/Sound demixing (ICA)/Sound demixing (ICA).csproj index 38fe387c5..6e6badb06 100644 --- a/Samples/Statistics/Sound demixing (ICA)/Sound demixing (ICA).csproj +++ b/Samples/Statistics/Sound demixing (ICA)/Sound demixing (ICA).csproj @@ -10,7 +10,7 @@ Properties SampleApp Sound demixing %28ICA%29 - v4.6 + v4.8 512 @@ -35,6 +35,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Sound demixing (ICA)/app.config b/Samples/Statistics/Sound demixing (ICA)/app.config index f1b0c778f..8503b0acc 100644 --- a/Samples/Statistics/Sound demixing (ICA)/app.config +++ b/Samples/Statistics/Sound demixing (ICA)/app.config @@ -1,19 +1,19 @@ - + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Sound demixing (ICA)/packages.config b/Samples/Statistics/Sound demixing (ICA)/packages.config index 4cd833127..7db5a90f6 100644 --- a/Samples/Statistics/Sound demixing (ICA)/packages.config +++ b/Samples/Statistics/Sound demixing (ICA)/packages.config @@ -1,10 +1,10 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Statistics/Survival (Cox)/Survival (Cox).csproj b/Samples/Statistics/Survival (Cox)/Survival (Cox).csproj index 58db21cc8..c29a2826c 100644 --- a/Samples/Statistics/Survival (Cox)/Survival (Cox).csproj +++ b/Samples/Statistics/Survival (Cox)/Survival (Cox).csproj @@ -10,7 +10,7 @@ Properties Survival.Cox Survival %28Cox%29 - v4.6 + v4.8 512 Survival.Cox.Program @@ -35,6 +35,7 @@ ..\..\ + true diff --git a/Samples/Statistics/Survival (Cox)/app.config b/Samples/Statistics/Survival (Cox)/app.config index 118fda676..bb625b5f3 100644 --- a/Samples/Statistics/Survival (Cox)/app.config +++ b/Samples/Statistics/Survival (Cox)/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Statistics/Survival (Cox)/packages.config b/Samples/Statistics/Survival (Cox)/packages.config index 5c86be2ce..1cf848fa7 100644 --- a/Samples/Statistics/Survival (Cox)/packages.config +++ b/Samples/Statistics/Survival (Cox)/packages.config @@ -1,11 +1,11 @@  - - - - - - + + + + + + \ No newline at end of file diff --git a/Samples/Tutorials/0. Getting Started/0. Getting Started.csproj b/Samples/Tutorials/0. Getting Started/0. Getting Started.csproj index 7259f515d..2655a6c84 100644 --- a/Samples/Tutorials/0. Getting Started/0. Getting Started.csproj +++ b/Samples/Tutorials/0. Getting Started/0. Getting Started.csproj @@ -10,10 +10,11 @@ Properties Tutorials.Classification.Introduction Tutorials.Classification.Introduction - v4.6 + v4.8 512 + x86 diff --git a/Samples/Tutorials/0. Getting Started/app.config b/Samples/Tutorials/0. Getting Started/app.config index 7d19ebdc6..e38ea4d07 100644 --- a/Samples/Tutorials/0. Getting Started/app.config +++ b/Samples/Tutorials/0. Getting Started/app.config @@ -1,23 +1,23 @@ - + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Tutorials/0. Getting Started/packages.config b/Samples/Tutorials/0. Getting Started/packages.config index c1c8b29f5..c5e38b973 100644 --- a/Samples/Tutorials/0. Getting Started/packages.config +++ b/Samples/Tutorials/0. Getting Started/packages.config @@ -1,9 +1,9 @@  - - - - - + + + + + \ No newline at end of file diff --git a/Samples/Tutorials/3. Clustering/3.1. Hard assignment/3.1. Hard assignment.csproj b/Samples/Tutorials/3. Clustering/3.1. Hard assignment/3.1. Hard assignment.csproj index 65ff4e562..52e5a1266 100644 --- a/Samples/Tutorials/3. Clustering/3.1. Hard assignment/3.1. Hard assignment.csproj +++ b/Samples/Tutorials/3. Clustering/3.1. Hard assignment/3.1. Hard assignment.csproj @@ -10,10 +10,11 @@ Properties utorials.Clustering.Hard utorials.Clustering.Hard - v4.6 + v4.8 512 + x86 diff --git a/Samples/Tutorials/3. Clustering/3.1. Hard assignment/app.config b/Samples/Tutorials/3. Clustering/3.1. Hard assignment/app.config index f4070c36a..2132d3fb5 100644 --- a/Samples/Tutorials/3. Clustering/3.1. Hard assignment/app.config +++ b/Samples/Tutorials/3. Clustering/3.1. Hard assignment/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Tutorials/3. Clustering/3.1. Hard assignment/packages.config b/Samples/Tutorials/3. Clustering/3.1. Hard assignment/packages.config index 2ac344bbc..138a79eb3 100644 --- a/Samples/Tutorials/3. Clustering/3.1. Hard assignment/packages.config +++ b/Samples/Tutorials/3. Clustering/3.1. Hard assignment/packages.config @@ -1,14 +1,14 @@  - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/Samples/Tutorials/3. Clustering/3.2. Soft assignment/3.2. Soft assignment.csproj b/Samples/Tutorials/3. Clustering/3.2. Soft assignment/3.2. Soft assignment.csproj index 96d97daf1..8c723d6ef 100644 --- a/Samples/Tutorials/3. Clustering/3.2. Soft assignment/3.2. Soft assignment.csproj +++ b/Samples/Tutorials/3. Clustering/3.2. Soft assignment/3.2. Soft assignment.csproj @@ -10,10 +10,11 @@ Properties utorials.Clustering.Soft utorials.Clustering.Soft - v4.6 + v4.8 512 + x86 diff --git a/Samples/Tutorials/3. Clustering/3.2. Soft assignment/app.config b/Samples/Tutorials/3. Clustering/3.2. Soft assignment/app.config index f4070c36a..2132d3fb5 100644 --- a/Samples/Tutorials/3. Clustering/3.2. Soft assignment/app.config +++ b/Samples/Tutorials/3. Clustering/3.2. Soft assignment/app.config @@ -1,27 +1,27 @@ - + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Tutorials/3. Clustering/3.2. Soft assignment/packages.config b/Samples/Tutorials/3. Clustering/3.2. Soft assignment/packages.config index 2ac344bbc..138a79eb3 100644 --- a/Samples/Tutorials/3. Clustering/3.2. Soft assignment/packages.config +++ b/Samples/Tutorials/3. Clustering/3.2. Soft assignment/packages.config @@ -1,14 +1,14 @@  - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/Samples/Video/Kinect Capture/Kinect Capture.csproj b/Samples/Video/Kinect Capture/Kinect Capture.csproj index 0e00a7e12..b8d3febf4 100644 --- a/Samples/Video/Kinect Capture/Kinect Capture.csproj +++ b/Samples/Video/Kinect Capture/Kinect Capture.csproj @@ -10,7 +10,7 @@ Properties SampleApp Kinect Capture - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Video/Kinect Capture/Properties/Resources.Designer.cs b/Samples/Video/Kinect Capture/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Video/Kinect Capture/Properties/Resources.Designer.cs +++ b/Samples/Video/Kinect Capture/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Video/Kinect Capture/Properties/Settings.Designer.cs b/Samples/Video/Kinect Capture/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Video/Kinect Capture/Properties/Settings.Designer.cs +++ b/Samples/Video/Kinect Capture/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Video/Kinect Capture/app.config b/Samples/Video/Kinect Capture/app.config index c1e4e1589..353977c4d 100644 --- a/Samples/Video/Kinect Capture/app.config +++ b/Samples/Video/Kinect Capture/app.config @@ -1,39 +1,39 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Video/Kinect Capture/packages.config b/Samples/Video/Kinect Capture/packages.config index a2747128b..5a97a43b0 100644 --- a/Samples/Video/Kinect Capture/packages.config +++ b/Samples/Video/Kinect Capture/packages.config @@ -1,13 +1,13 @@  - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/Samples/Video/Snapshot Maker/Properties/Resources.Designer.cs b/Samples/Video/Snapshot Maker/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Video/Snapshot Maker/Properties/Resources.Designer.cs +++ b/Samples/Video/Snapshot Maker/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Video/Snapshot Maker/Properties/Settings.Designer.cs b/Samples/Video/Snapshot Maker/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Video/Snapshot Maker/Properties/Settings.Designer.cs +++ b/Samples/Video/Snapshot Maker/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Video/Snapshot Maker/Snapshot Maker.csproj b/Samples/Video/Snapshot Maker/Snapshot Maker.csproj index 558224b21..8c3dc44b7 100644 --- a/Samples/Video/Snapshot Maker/Snapshot Maker.csproj +++ b/Samples/Video/Snapshot Maker/Snapshot Maker.csproj @@ -10,7 +10,7 @@ Properties SampleApp Snapshot Maker - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Video/Snapshot Maker/app.config b/Samples/Video/Snapshot Maker/app.config index be6b73635..6d5476c9e 100644 --- a/Samples/Video/Snapshot Maker/app.config +++ b/Samples/Video/Snapshot Maker/app.config @@ -1,39 +1,39 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Video/Snapshot Maker/packages.config b/Samples/Video/Snapshot Maker/packages.config index 4dde0fd1e..eb5e3b4e5 100644 --- a/Samples/Video/Snapshot Maker/packages.config +++ b/Samples/Video/Snapshot Maker/packages.config @@ -1,13 +1,13 @@  - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/Samples/Video/Two Cameras/Properties/Resources.Designer.cs b/Samples/Video/Two Cameras/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Video/Two Cameras/Properties/Resources.Designer.cs +++ b/Samples/Video/Two Cameras/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Video/Two Cameras/Properties/Settings.Designer.cs b/Samples/Video/Two Cameras/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Video/Two Cameras/Properties/Settings.Designer.cs +++ b/Samples/Video/Two Cameras/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Video/Two Cameras/Two Cameras.csproj b/Samples/Video/Two Cameras/Two Cameras.csproj index 6043e0fb6..f896837b8 100644 --- a/Samples/Video/Two Cameras/Two Cameras.csproj +++ b/Samples/Video/Two Cameras/Two Cameras.csproj @@ -10,7 +10,7 @@ Properties SampleApp Two Cameras Test - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Video/Two Cameras/app.config b/Samples/Video/Two Cameras/app.config index e96cd9425..0a7528471 100644 --- a/Samples/Video/Two Cameras/app.config +++ b/Samples/Video/Two Cameras/app.config @@ -1,35 +1,35 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Video/Two Cameras/packages.config b/Samples/Video/Two Cameras/packages.config index 363c5d86e..ab2fb6790 100644 --- a/Samples/Video/Two Cameras/packages.config +++ b/Samples/Video/Two Cameras/packages.config @@ -1,11 +1,11 @@  - - - - - - - - + + + + + + + + \ No newline at end of file diff --git a/Samples/Video/Video Player/Properties/Resources.Designer.cs b/Samples/Video/Video Player/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Video/Video Player/Properties/Resources.Designer.cs +++ b/Samples/Video/Video Player/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Video/Video Player/Properties/Settings.Designer.cs b/Samples/Video/Video Player/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Video/Video Player/Properties/Settings.Designer.cs +++ b/Samples/Video/Video Player/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Video/Video Player/Video Player.csproj b/Samples/Video/Video Player/Video Player.csproj index 7fd716597..ac8afc8dc 100644 --- a/Samples/Video/Video Player/Video Player.csproj +++ b/Samples/Video/Video Player/Video Player.csproj @@ -10,7 +10,7 @@ Properties SampleApp Video Player - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Video/Video Player/app.config b/Samples/Video/Video Player/app.config index be6b73635..6d5476c9e 100644 --- a/Samples/Video/Video Player/app.config +++ b/Samples/Video/Video Player/app.config @@ -1,39 +1,39 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Video/Video Player/packages.config b/Samples/Video/Video Player/packages.config index 4dde0fd1e..eb5e3b4e5 100644 --- a/Samples/Video/Video Player/packages.config +++ b/Samples/Video/Video Player/packages.config @@ -1,13 +1,13 @@  - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/Samples/Video/Ximea Sample/Properties/Resources.Designer.cs b/Samples/Video/Ximea Sample/Properties/Resources.Designer.cs index 7b58e53ee..3b195034e 100644 --- a/Samples/Video/Ximea Sample/Properties/Resources.Designer.cs +++ b/Samples/Video/Ximea Sample/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Video/Ximea Sample/Properties/Settings.Designer.cs b/Samples/Video/Ximea Sample/Properties/Settings.Designer.cs index dbc9e5d22..73a96c907 100644 --- a/Samples/Video/Ximea Sample/Properties/Settings.Designer.cs +++ b/Samples/Video/Ximea Sample/Properties/Settings.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34209 +// Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Video/Ximea Sample/Ximea Sample.csproj b/Samples/Video/Ximea Sample/Ximea Sample.csproj index 9280df585..a2b173588 100644 --- a/Samples/Video/Ximea Sample/Ximea Sample.csproj +++ b/Samples/Video/Ximea Sample/Ximea Sample.csproj @@ -10,7 +10,7 @@ Properties SampleApp Ximea Sample - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Video/Ximea Sample/app.config b/Samples/Video/Ximea Sample/app.config index 3d2a4fa40..295c5563d 100644 --- a/Samples/Video/Ximea Sample/app.config +++ b/Samples/Video/Ximea Sample/app.config @@ -1,39 +1,39 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Video/Ximea Sample/packages.config b/Samples/Video/Ximea Sample/packages.config index f716ea8ad..ec8517b05 100644 --- a/Samples/Video/Ximea Sample/packages.config +++ b/Samples/Video/Ximea Sample/packages.config @@ -1,13 +1,13 @@  - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/Samples/Vision/Controller (interface control)/Controller (interface control).csproj b/Samples/Vision/Controller (interface control)/Controller (interface control).csproj index a8ca60b87..8e3dd97af 100644 --- a/Samples/Vision/Controller (interface control)/Controller (interface control).csproj +++ b/Samples/Vision/Controller (interface control)/Controller (interface control).csproj @@ -10,7 +10,7 @@ Properties SampleApp Controller %28interface controls%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Vision/Controller (interface control)/Properties/Resources.Designer.cs b/Samples/Vision/Controller (interface control)/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/Vision/Controller (interface control)/Properties/Resources.Designer.cs +++ b/Samples/Vision/Controller (interface control)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Vision/Controller (interface control)/Properties/Settings.Designer.cs b/Samples/Vision/Controller (interface control)/Properties/Settings.Designer.cs index c646bf187..b7fcf5a1e 100644 --- a/Samples/Vision/Controller (interface control)/Properties/Settings.Designer.cs +++ b/Samples/Vision/Controller (interface control)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Vision/Controller (interface control)/app.config b/Samples/Vision/Controller (interface control)/app.config index 3825fa99e..0cf48b7ac 100644 --- a/Samples/Vision/Controller (interface control)/app.config +++ b/Samples/Vision/Controller (interface control)/app.config @@ -1,39 +1,39 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Vision/Controller (interface control)/packages.config b/Samples/Vision/Controller (interface control)/packages.config index 4dde0fd1e..eb5e3b4e5 100644 --- a/Samples/Vision/Controller (interface control)/packages.config +++ b/Samples/Vision/Controller (interface control)/packages.config @@ -1,13 +1,13 @@  - - - - - - - - - - + + + + + + + + + + \ No newline at end of file diff --git a/Samples/Vision/Dynamic Virtual Wall (Kinect)/Dynamic Virtual Wall (Kinect).csproj b/Samples/Vision/Dynamic Virtual Wall (Kinect)/Dynamic Virtual Wall (Kinect).csproj index dac96447a..00f2ea950 100644 --- a/Samples/Vision/Dynamic Virtual Wall (Kinect)/Dynamic Virtual Wall (Kinect).csproj +++ b/Samples/Vision/Dynamic Virtual Wall (Kinect)/Dynamic Virtual Wall (Kinect).csproj @@ -10,7 +10,7 @@ Properties SampleApp Dynamic Virtual Wall %28Kinect%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Vision/Dynamic Virtual Wall (Kinect)/Properties/Resources.Designer.cs b/Samples/Vision/Dynamic Virtual Wall (Kinect)/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/Vision/Dynamic Virtual Wall (Kinect)/Properties/Resources.Designer.cs +++ b/Samples/Vision/Dynamic Virtual Wall (Kinect)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Vision/Dynamic Virtual Wall (Kinect)/Properties/Settings.Designer.cs b/Samples/Vision/Dynamic Virtual Wall (Kinect)/Properties/Settings.Designer.cs index c646bf187..b7fcf5a1e 100644 --- a/Samples/Vision/Dynamic Virtual Wall (Kinect)/Properties/Settings.Designer.cs +++ b/Samples/Vision/Dynamic Virtual Wall (Kinect)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Vision/Dynamic Virtual Wall (Kinect)/app.config b/Samples/Vision/Dynamic Virtual Wall (Kinect)/app.config index 878572f60..922924f12 100644 --- a/Samples/Vision/Dynamic Virtual Wall (Kinect)/app.config +++ b/Samples/Vision/Dynamic Virtual Wall (Kinect)/app.config @@ -1,39 +1,39 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/Samples/Vision/Dynamic Virtual Wall (Kinect)/packages.config b/Samples/Vision/Dynamic Virtual Wall (Kinect)/packages.config index 923866909..1aa7e71f6 100644 --- a/Samples/Vision/Dynamic Virtual Wall (Kinect)/packages.config +++ b/Samples/Vision/Dynamic Virtual Wall (Kinect)/packages.config @@ -1,14 +1,14 @@  - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/Samples/Vision/Face detection (Viola-Jones)/Face detection (Viola-Jones).csproj b/Samples/Vision/Face detection (Viola-Jones)/Face detection (Viola-Jones).csproj index 739aeaddb..8358b490c 100644 --- a/Samples/Vision/Face detection (Viola-Jones)/Face detection (Viola-Jones).csproj +++ b/Samples/Vision/Face detection (Viola-Jones)/Face detection (Viola-Jones).csproj @@ -10,7 +10,7 @@ Properties SampleApp Face detection %28Viola-Jones%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Vision/Face detection (Viola-Jones)/Properties/Resources.Designer.cs b/Samples/Vision/Face detection (Viola-Jones)/Properties/Resources.Designer.cs index 644abfa2a..579e6bad2 100644 --- a/Samples/Vision/Face detection (Viola-Jones)/Properties/Resources.Designer.cs +++ b/Samples/Vision/Face detection (Viola-Jones)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Vision/Face detection (Viola-Jones)/Properties/Settings.Designer.cs b/Samples/Vision/Face detection (Viola-Jones)/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/Vision/Face detection (Viola-Jones)/Properties/Settings.Designer.cs +++ b/Samples/Vision/Face detection (Viola-Jones)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Vision/Face detection (Viola-Jones)/app.config b/Samples/Vision/Face detection (Viola-Jones)/app.config index 905a8bc1c..d58a5044a 100644 --- a/Samples/Vision/Face detection (Viola-Jones)/app.config +++ b/Samples/Vision/Face detection (Viola-Jones)/app.config @@ -1,31 +1,31 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/Samples/Vision/Face detection (Viola-Jones)/packages.config b/Samples/Vision/Face detection (Viola-Jones)/packages.config index 8545ef10e..f012f32e8 100644 --- a/Samples/Vision/Face detection (Viola-Jones)/packages.config +++ b/Samples/Vision/Face detection (Viola-Jones)/packages.config @@ -1,10 +1,10 @@  - - - - - - - + + + + + + + \ No newline at end of file diff --git a/Samples/Vision/Face tracking (Camshift)/Face tracking (Camshift).csproj b/Samples/Vision/Face tracking (Camshift)/Face tracking (Camshift).csproj index 39a09f8bb..ad3b8c86e 100644 --- a/Samples/Vision/Face tracking (Camshift)/Face tracking (Camshift).csproj +++ b/Samples/Vision/Face tracking (Camshift)/Face tracking (Camshift).csproj @@ -10,7 +10,7 @@ Properties SampleApp Face tracking %28Camshift%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Vision/Face tracking (Camshift)/Properties/Resources.Designer.cs b/Samples/Vision/Face tracking (Camshift)/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/Vision/Face tracking (Camshift)/Properties/Resources.Designer.cs +++ b/Samples/Vision/Face tracking (Camshift)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Vision/Face tracking (Camshift)/Properties/Settings.Designer.cs b/Samples/Vision/Face tracking (Camshift)/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/Vision/Face tracking (Camshift)/Properties/Settings.Designer.cs +++ b/Samples/Vision/Face tracking (Camshift)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Vision/Face tracking (Camshift)/app.config b/Samples/Vision/Face tracking (Camshift)/app.config index 815f277eb..47c6ad9c5 100644 --- a/Samples/Vision/Face tracking (Camshift)/app.config +++ b/Samples/Vision/Face tracking (Camshift)/app.config @@ -1,39 +1,39 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/Samples/Vision/Face tracking (Camshift)/packages.config b/Samples/Vision/Face tracking (Camshift)/packages.config index 6dc709a48..52dca8f07 100644 --- a/Samples/Vision/Face tracking (Camshift)/packages.config +++ b/Samples/Vision/Face tracking (Camshift)/packages.config @@ -1,14 +1,14 @@  - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/Samples/Vision/Gloves (Color tracking)/Gloves (color tracking).csproj b/Samples/Vision/Gloves (Color tracking)/Gloves (color tracking).csproj index f01b3c11a..b5dbc7197 100644 --- a/Samples/Vision/Gloves (Color tracking)/Gloves (color tracking).csproj +++ b/Samples/Vision/Gloves (Color tracking)/Gloves (color tracking).csproj @@ -10,7 +10,7 @@ Properties SampleApp Gloves %28Color tracking%29 - v4.6 + v4.8 512 @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Vision/Gloves (Color tracking)/Properties/Resources.Designer.cs b/Samples/Vision/Gloves (Color tracking)/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/Vision/Gloves (Color tracking)/Properties/Resources.Designer.cs +++ b/Samples/Vision/Gloves (Color tracking)/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Vision/Gloves (Color tracking)/Properties/Settings.Designer.cs b/Samples/Vision/Gloves (Color tracking)/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/Vision/Gloves (Color tracking)/Properties/Settings.Designer.cs +++ b/Samples/Vision/Gloves (Color tracking)/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Vision/Gloves (Color tracking)/app.config b/Samples/Vision/Gloves (Color tracking)/app.config index 815f277eb..47c6ad9c5 100644 --- a/Samples/Vision/Gloves (Color tracking)/app.config +++ b/Samples/Vision/Gloves (Color tracking)/app.config @@ -1,39 +1,39 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + diff --git a/Samples/Vision/Gloves (Color tracking)/packages.config b/Samples/Vision/Gloves (Color tracking)/packages.config index 6dc709a48..52dca8f07 100644 --- a/Samples/Vision/Gloves (Color tracking)/packages.config +++ b/Samples/Vision/Gloves (Color tracking)/packages.config @@ -1,14 +1,14 @@  - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file diff --git a/Samples/Vision/Motion detection/Motion detection.csproj b/Samples/Vision/Motion detection/Motion detection.csproj index e7484b636..85c9b73a3 100644 --- a/Samples/Vision/Motion detection/Motion detection.csproj +++ b/Samples/Vision/Motion detection/Motion detection.csproj @@ -13,7 +13,7 @@ 3.5 - v4.6 + v4.8 false @@ -34,6 +34,7 @@ ..\..\ + true diff --git a/Samples/Vision/Motion detection/Properties/Resources.Designer.cs b/Samples/Vision/Motion detection/Properties/Resources.Designer.cs index cce785d41..3b195034e 100644 --- a/Samples/Vision/Motion detection/Properties/Resources.Designer.cs +++ b/Samples/Vision/Motion detection/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace SampleApp.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Samples/Vision/Motion detection/Properties/Settings.Designer.cs b/Samples/Vision/Motion detection/Properties/Settings.Designer.cs index e20ab3d5a..73a96c907 100644 --- a/Samples/Vision/Motion detection/Properties/Settings.Designer.cs +++ b/Samples/Vision/Motion detection/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace SampleApp.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.4.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); diff --git a/Samples/Vision/Motion detection/app.config b/Samples/Vision/Motion detection/app.config index 9d9c4a4ea..6e4a7b357 100644 --- a/Samples/Vision/Motion detection/app.config +++ b/Samples/Vision/Motion detection/app.config @@ -1,39 +1,39 @@ - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + diff --git a/Samples/Vision/Motion detection/packages.config b/Samples/Vision/Motion detection/packages.config index 6dc709a48..52dca8f07 100644 --- a/Samples/Vision/Motion detection/packages.config +++ b/Samples/Vision/Motion detection/packages.config @@ -1,14 +1,14 @@  - - - - - - - - - - - + + + + + + + + + + + \ No newline at end of file