added file to project (database) (may need to edit .gitignore...)
This commit is contained in:
parent
abeb666edb
commit
3156024d56
2 changed files with 14 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 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 {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Byte[].
|
||||
/// </summary>
|
||||
internal static byte[] saviour {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("saviour", resourceCulture);
|
||||
return ((byte[])(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
|
|
@ -157,4 +157,7 @@
|
|||
<data name="redCDIconICO" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\Cd-black-red.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="saviour" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\saviour.sdf;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</data>
|
||||
</root>
|
Reference in a new issue