mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
500 B
14 lines
500 B
using System; |
|
using System.Reflection; |
|
using System.Resources; |
|
using System.Runtime.CompilerServices; |
|
using System.Runtime.InteropServices; |
|
using System.Runtime.Versioning; |
|
|
|
[assembly: TargetPlatform("Windows10.0")] |
|
[assembly: SupportedOSPlatform("Windows7.0")] |
|
|
|
// 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")]
|
|
|