From 3156024d565f30377d16ea9658e97125d7b169dc Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 9 Nov 2014 18:10:22 +0000 Subject: [PATCH] added file to project (database) (may need to edit .gitignore...) --- .../Properties/Resources.Designer.cs | 12 +++++++++++- Saviour Backup System/Properties/Resources.resx | 3 +++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Saviour Backup System/Properties/Resources.Designer.cs b/Saviour Backup System/Properties/Resources.Designer.cs index ebeed90..86da93f 100644 --- a/Saviour Backup System/Properties/Resources.Designer.cs +++ b/Saviour Backup System/Properties/Resources.Designer.cs @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // // This code was generated by a tool. -// Runtime Version:4.0.30319.34014 +// Runtime Version:4.0.30319.18444 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. @@ -169,6 +169,16 @@ namespace Saviour_Backup_System.Properties { } } + /// + /// Looks up a localized resource of type System.Byte[]. + /// + internal static byte[] saviour { + get { + object obj = ResourceManager.GetObject("saviour", resourceCulture); + return ((byte[])(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/Saviour Backup System/Properties/Resources.resx b/Saviour Backup System/Properties/Resources.resx index 77617bb..5fe0548 100644 --- a/Saviour Backup System/Properties/Resources.resx +++ b/Saviour Backup System/Properties/Resources.resx @@ -157,4 +157,7 @@ ..\Resources\Cd-black-red.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\saviour.sdf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + \ No newline at end of file