blob: 86b1223c1f905955ac46a04d5935c69ab0f62575 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Markup;
[assembly: AssemblyTitle("Tango - GIF Animation Library")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2.0.7.1657")]
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|