mirror of https://github.com/icsharpcode/ILSpy.git
10 lines
378 B
10 lines
378 B
using System; |
|
using System.Reflection; |
|
using System.Resources; |
|
using System.Runtime.CompilerServices; |
|
using System.Runtime.InteropServices; |
|
|
|
// 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: NeutralResourcesLanguage("en-US")]
|
|
|