Files
ZuneShell.dll/ZuneShell/AssemblyInfo.cs
T
2021-11-11 11:14:25 -06:00

13 lines
589 B
C#

using System.Reflection;
using System.Runtime.InteropServices;
using System.Security.Permissions;
[assembly: AssemblyCompany("Microsoft Corporation")]
//[assembly: AssemblyKeyFile("e:\\temp\\471135\\public.amd64fre\\internal\\strongnamekeys\\fake\\36MSApp1024.snk")]
[assembly: ComVisible(false)]
[assembly: AssemblyProduct("Microsoft (R) Windows (R) Operating System")]
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation. All rights reserved.")]
[assembly: AssemblyFileVersion("4.8.2345.0")]
//[assembly: AssemblyDelaySign(true)]
[assembly: AssemblyVersion("4.7.0.0")]