forked from Taritsyn/JavaScriptEngineSwitcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
21 lines (18 loc) · 696 Bytes
/
AssemblyInfo.cs
File metadata and controls
21 lines (18 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
using System.Reflection;
#if !NETSTANDARD1_3
using System.Runtime.InteropServices;
#endif
[assembly: AssemblyTitle("JavaScriptEngineSwitcher.Sample.Resources")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("JavaScript Engine Switcher for .Net: Resources for Samples")]
[assembly: AssemblyCopyright("Copyright © 2013-2017 Andrey Taritsyn")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
#if !NETSTANDARD1_3
[assembly: ComVisible(false)]
[assembly: Guid("60efb223-2c72-4542-8a2f-c0529220f09c")]
#endif
[assembly: AssemblyVersion("2.4.0.0")]
[assembly: AssemblyFileVersion("2.4.0.0")]