blob: d0f85b83f4f2755990ae064481aa17904aff6795 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 40 00 00 00 40 08 03 00 00 00 9d b7 81 | .PNG........IHDR...@...@........ |
| 0020 | ec 00 00 00 04 67 41 4d 41 00 00 b1 8f 0b fc 61 05 00 00 00 20 63 48 52 4d 00 00 7a 26 00 00 80 | .....gAMA......a.....cHRM..z&... |
| 0040 | 84 00 00 fa 00 00 00 80 e8 00 00 75 30 00 00 ea 60 00 00 3a 98 00 00 17 70 9c ba 51 3c 00 00 01 | ...........u0...`..:....p..Q<... |
| 0060 | ce 50 4c 54 45 00 00 00 92 de 5c 90 db 5a 89 d8 62 8c d9 59 91 dc 5a 92 dd 5b 91 dd 5a 92 dd 5a | .PLTE.....\..Z..b..Y..Z..[..Z..Z |
| 0080 | 8d dc 58 91 dc 5a 91 db 59 92 db 49 8f da 57 91 dc 5a 91 dc 5b 94 dd 57 92 dc 5a 92 dd 5a 91 dc | ..X..Z..Y..I..W..Z..[..W..Z..Z.. |
| 00a0 | 5a 91 dc 5a 90 da 5a 90 de 5c 92 dc 5a 91 dc 59 91 dc 5a 8b d1 5d 90 dc 5b 91 dc 5a 80 bf 40 91 | Z..Z..Z..\..Z..Y..Z..]..[..Z..@. |
| 00c0 | dc 5a 91 dc 5a 91 dd 5b 91 dc 5a 8f db 5c 91 dd 59 aa ff 55 91 dd 5a 90 dc 5a 99 dd 55 91 dc 5a | .Z..Z..[..Z..\..Y..U..Z..Z..U..Z |
| 00e0 | 91 dd 5a 92 db 5b 91 db 5a 91 db 59 91 dc 5a 91 dc 5a 91 dd 5b 91 dc 5a 91 dc 5a 91 db 5a 91 dd | ..Z..[..Z..Y..Z..Z..[.using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Tango.Scripting.IDE.UI")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Tango.Scripting.IDE.UI")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
//In order to begin building localizable applications, set
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
//inside a <PropertyGroup>. For example, if you are using US english
//in your source files, set the <UICulture> to en-US. Then uncomment
//the NeutralResourceLanguage attribute below. Update the "en-US" in
//the line below to match the UICulture setting in the project file.
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
//(used if a resource is not found in the page,
// or application resource dictionaries)
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
//(used if a resource is not found in the page,
// app, or any theme specific resource dictionaries)
)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
|