diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-07 13:53:40 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-04-07 13:53:40 -0400 |
| commit | dd68dd5b228197256c15404cde98fbfbb9c7bfdb (patch) | |
| tree | 1ef4c84f1bf1ce19e34acc5ab8138e1882685508 /Project Ports/Properties | |
| parent | cf2a8c0f2b052ed8a7e32aa31af4401e642e99bf (diff) | |
| download | Project-Silicon-dd68dd5b228197256c15404cde98fbfbb9c7bfdb.tar.gz Project-Silicon-dd68dd5b228197256c15404cde98fbfbb9c7bfdb.tar.bz2 Project-Silicon-dd68dd5b228197256c15404cde98fbfbb9c7bfdb.zip | |
Ported to .NET Framework 4.7.2 ~~why is this project still in winforms~~
Diffstat (limited to 'Project Ports/Properties')
| -rw-r--r-- | Project Ports/Properties/Resources.Designer.cs | 2 | ||||
| -rw-r--r-- | Project Ports/Properties/Settings.Designer.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Project Ports/Properties/Resources.Designer.cs b/Project Ports/Properties/Resources.Designer.cs index da238fc..59186db 100644 --- a/Project Ports/Properties/Resources.Designer.cs +++ b/Project Ports/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace Project_Ports.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", "15.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { diff --git a/Project Ports/Properties/Settings.Designer.cs b/Project Ports/Properties/Settings.Designer.cs index 6e0eb05..558603f 100644 --- a/Project Ports/Properties/Settings.Designer.cs +++ b/Project Ports/Properties/Settings.Designer.cs @@ -12,7 +12,7 @@ namespace Project_Ports.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); |
