| ofs | hex dump | ascii |
|---|
| 0000 | 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 00 20 00 00 00 20 08 03 00 00 00 44 a4 8a | .PNG........IHDR.............D.. |
| 0020 | c6 00 00 00 03 73 42 49 54 08 08 08 db e1 4f e0 00 00 00 09 70 48 59 73 00 00 00 dd 00 00 00 dd | .....sBIT.....O.....pHYs........ |
| 0040 | 01 70 53 a2 07 00 00 00 19 74 45 58 74 53 6f 66 74 77 61 72 65 00 77 77 77 2e 69 6e 6b 73 63 61 | .pS......tEXtSoftware.www.inksca |
| 0060 | 70 65 2e 6f 72 67 9b ee 3c 1a 00 00 01 92 50 4c 54 45 ff ff ff 00 80 ff 00 ff ff 00 80 bf 39 9c | pe.org..<.....PLTE............9. |
| 0080 | c6 4d a6 cc 38 a2 cd 4a aa cc 32 9b c8 35 9a c5 28 92 c6 35 a2 ca 38 a3 cb 2f 95 c8 33 95 c8 32 | .M..8..J..2..5..(..5..8../..3..2 |
| 00a0 | 97 c9 31 9a c7 47 a9 ce 38 a0 cb 35 a2 ca 31 9a c8 37 a1 cb 36 a0 cb 4a a7 cf 36 a0 cb 36 a1 cc | ..1..G..8..5..1..7..6..J..6..6.. |
| 00c0 | 48 a9 cf 49 a9 cf 34 99 c6 36 a1 cb 2c 99 bd 49 a9 cf 2b 99 bc 33 97 c7 27 92 c2 2b 93 c3 35 a1 | H..I..4..6..,..I..+..3..'..+..5. |
| 00e0 | cc 31 96 c5 36 a1 cb 34 99 c6 36 a2 ca 47 aa cf 34 99 c8 48 a9 d0 2b 98 be 35 a2 cb 36 a1 cb 48 | .1..6..4..6..G..4..H..+..5..6..H |
| 0100 | aa d0 36 a1 cb 48 a9 d0 36 a2 cc 36 a1 ca 31 9d c5 35 a0 cb 47 a8 ce 49 a8 d0 27 92 c3 30 97 c5 | ..6..H..6..6..1..5..G..I..'..0.. |
| 0120 | 34 98 c6 33 9f c9 33 98 c6 25 91 c4 31 97 c7 33 98 c7 2a 98 bc 2b 99 be 32 97 c6 29 98 ba 36 a2 | 4..3..3..%..1..3..*..+..2..)..6. |
| 0140 | cb 28 97 ba 49 aa cf 28 97 ba 21 8d c2 36 a1 cb 33 95 c6 34 95 c6 4a aa cf 34 96 c5 33 94 c5 33 | .(..I..(..!..6..3..4..J..4..3..3 |
| 0160 | 95 c5 36 a1 cb 49 aa d0 33 95 c5 36 a1 cb 4a aa cf 1d 89 bf 1e 8a bf 1e 8a c0 1f 8a c0 1f 8b c0 | ..6..I..3..6..J................. |
| 0180 | 23 8f c2 23 93 b5 24 90 c3 24 93 b6 25 95 b8 28 8e c2 28 94 c4 28 96 ba 28 97 bb 29 8f c3 2c 98 | #..#..$..$..%..(..(..(..(..)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.Basic")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Tango.Scripting.Basic")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[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")]
|