blob: 5bb37cc50fb2b5353f84cff0a5fee28686ac2a27 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 47 49 46 38 39 61 a0 00 18 00 a1 00 00 bc be bc e4 e6 e4 ff ff ff 00 00 00 21 ff 0b 4e 45 54 53 | GIF89a...................!..NETS |
| 0020 | 43 41 50 45 32 2e 30 03 01 00 00 00 21 f9 04 08 09 00 00 00 2c 00 00 00 00 a0 00 18 00 00 02 e7 | CAPE2.0.....!.......,........... |
| 0040 | 94 8f a9 cb ed 0f a3 9c b4 da 8b b3 de bc fb 0f 86 e2 48 96 e6 89 a6 ea ca b6 ee 0b c7 32 0c d4 | ..................H..........2.. |
| 0060 | f6 ed dc 3a 90 ef 76 ef e3 35 82 35 a0 cf b8 43 ea 72 81 a6 b3 29 64 00 9e cf e8 62 4a 85 32 b3 | ...:..v..5.5...C.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 PPC Jobs Module")]
[assembly: AssemblyVersion("1.0.0.0")]
[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)
)]
|