/// /// Copyright © 2003-2008 JetBrains s.r.o. /// You may distribute under the terms of the GNU General Public License, as published by the Free Software Foundation, version 2 (see License.txt in the repository root folder). /// import System.Reflection; [assembly: AssemblyCompany("JetBrains s.r.o.")] [assembly: AssemblyProduct("$(ProductName)")] [assembly: AssemblyCopyright("Copyright ©2003–$(Year) JetBrains s.r.o. All rights reserved.")] [assembly: AssemblyVersion("$(ProductVersion4)")] [assembly: AssemblyFileVersion("$(ProductVersion4)")]