Mercurial > hg > tc-symbol-server
diff jet-symbols/src/JetBrains.CommandLine.Symbols/Properties/AssemblyInfo.cs @ 102:0e927b14ccf1
restored jet-symbols native tool sources
author | Evgeniy.Koshkin@unit-519.Labs.IntelliJ.Net |
---|---|
date | Mon, 16 May 2016 19:40:51 +0300 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jet-symbols/src/JetBrains.CommandLine.Symbols/Properties/AssemblyInfo.cs Mon May 16 19:40:51 2016 +0300 @@ -0,0 +1,12 @@ +using System.Reflection; +using System.Runtime.InteropServices; +using System.Security.Permissions; + +[assembly: AssemblyCopyright("Copyright ©2014 JetBrains s.r.o. All rights reserved.")] +[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyCompany("JetBrains s.r.o.")] +[assembly: AssemblyProduct("Symbols")] +[assembly: ComVisible(false)] +[assembly: AssemblyTitle("Symbols")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: SecurityPermission(SecurityAction.RequestMinimum, SkipVerification = true)]