1
0
mirror of synced 2024-11-30 18:24:39 +01:00

Update project resources

This commit is contained in:
KillzXGaming 2021-10-19 20:57:17 -04:00
parent d281553ce1
commit d4bb2233a4
3 changed files with 44 additions and 2 deletions

View File

@ -19,7 +19,7 @@ namespace FirstPlugin.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 {
@ -266,6 +266,16 @@ namespace FirstPlugin.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] MetroidDread {
get {
object obj = ResourceManager.GetObject("MetroidDread", resourceCulture);
return ((byte[])(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
@ -307,7 +317,23 @@ namespace FirstPlugin.Properties {
}
/// <summary>
/// Looks up a localized string similar to .
/// Looks up a localized string similar to pc0002_00_fa0004_eye_close01.gfbanm
///pc0002_00_fi0001_wait01_loop.gfbanm
///bin/pokemon/pm0000_00/
///bin/pokemon/pm0000_00/tex/
///bin/pokemon/pm0000_00/anm/
///bin/pokemon/pm0000_00/mdl/
///bin/pokemon_data/
///bin/graphics/mask_texture/pattern_01/
///bin/app/pokecamp/cooking/common_model/anm/
///bin/app/pokecamp/cooking/common_model/mdl/
///bin/app/pokecamp/cooking/common_model/
///bin/chara/data/pc/p2/p1_base_app01/anm/
///pm0000_00.gfbpokecfg
///pm0000_00.gfbmdl
///pm0000_00_rare.gfbmdl
///pm0000_00_field01.gfbanmcfg
///pm0000_00_f [rest of string was truncated]&quot;;.
/// </summary>
internal static string Pkmn {
get {
@ -404,5 +430,15 @@ namespace FirstPlugin.Properties {
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static byte[] XLink {
get {
object obj = ResourceManager.GetObject("XLink", resourceCulture);
return ((byte[])(obj));
}
}
}
}

View File

@ -205,4 +205,10 @@
<data name="Pkmn" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Hashes\Pkmn.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
</data>
<data name="XLink" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Hashes\XLink.txt;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="MetroidDread" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Hashes\MetroidDread.txt;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>