diff options
| author | Michael Webb <[email protected]> | 2019-04-08 19:12:48 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-08 19:12:48 -0500 |
| commit | 84ef46952f11ed3c17e16297264ab84ac4fbbc1b (patch) | |
| tree | 6c1443e8e9d4cb28f8e4599e79cdc52641ff4cd7 /Histacom2.Engine/Properties/Resources.Designer.cs | |
| parent | 9d3fa715e583b668f2ffd3754886b343c5440032 (diff) | |
| parent | 86fc6b56d9285975d915646bb3f01b5c4c131caa (diff) | |
| download | histacom2-net-core.tar.gz histacom2-net-core.tar.bz2 histacom2-net-core.zip | |
Merge pull request #7 from reflectronic/netcorenet-core
Port to .NET Core
Diffstat (limited to 'Histacom2.Engine/Properties/Resources.Designer.cs')
| -rw-r--r-- | Histacom2.Engine/Properties/Resources.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Histacom2.Engine/Properties/Resources.Designer.cs b/Histacom2.Engine/Properties/Resources.Designer.cs index 4815e0b..47e7265 100644 --- a/Histacom2.Engine/Properties/Resources.Designer.cs +++ b/Histacom2.Engine/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace Histacom2.Engine.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()] public class Resources { |
