X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMicrosoft.Build.Engine%2FAssembly%2FAssemblyInfo.cs;h=52cbf310891daa7c1124bb8fcceb2bab2214cfd6;hb=a0173a7e76ad48889ade46116e516731b170e7c5;hp=b59d965a1a36a55d26127fb953c5284ca1a8d75c;hpb=e51a9b6ba1a93bc981639a706c93bee413099fd6;p=mono.git diff --git a/mcs/class/Microsoft.Build.Engine/Assembly/AssemblyInfo.cs b/mcs/class/Microsoft.Build.Engine/Assembly/AssemblyInfo.cs index b59d965a1a3..52cbf310891 100644 --- a/mcs/class/Microsoft.Build.Engine/Assembly/AssemblyInfo.cs +++ b/mcs/class/Microsoft.Build.Engine/Assembly/AssemblyInfo.cs @@ -30,29 +30,30 @@ using System; using System.Reflection; using System.Resources; using System.Security; +using System.Security.Permissions; +using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about the Microsoft.Build.Engine assembly -[assembly: AssemblyVersion (Consts.FxVersion)] -[assembly: SatelliteContractVersion (Consts.FxVersion)] +[assembly: AssemblyTitle ("Microsoft.Build.Engine.dll")] +[assembly: AssemblyDescription ("Microsoft.Build.Engine.dll")] +[assembly: AssemblyDefaultAlias ("Microsoft.Build.Engine.dll")] -[assembly: AssemblyTitle("Microsoft.Build.Engine.dll")] -[assembly: AssemblyDescription("Microsoft.Build.Engine.dll")] -[assembly: AssemblyConfiguration("Development version")] -[assembly: AssemblyCompany("Marek Sieradzki")] -[assembly: AssemblyProduct("MONO CLI")] -[assembly: AssemblyCopyright("(c) 2005 Marek Sieradzki")] -[assembly: AssemblyTrademark("")] +[assembly: AssemblyCompany (Consts.MonoCompany)] +[assembly: AssemblyProduct (Consts.MonoProduct)] +[assembly: AssemblyCopyright (Consts.MonoCopyright)] +[assembly: AssemblyVersion (XBuildConsts.AssemblyVersion)] +[assembly: SatelliteContractVersion (XBuildConsts.AssemblyVersion)] +[assembly: AssemblyInformationalVersion (XBuildConsts.FileVersion)] -[assembly: CLSCompliant(true)] -[assembly: AssemblyDefaultAlias("Microsoft.Build.Engine.dll")] -[assembly: AssemblyInformationalVersion("0.0.0.1")] -[assembly: NeutralResourcesLanguage("en-US")] +[assembly: NeutralResourcesLanguage ("en-US")] -[assembly: ComVisible(false)] -//[assembly: AllowPartiallyTrustedCallers] - -[assembly: AssemblyDelaySign(true)] +[assembly: ComVisible (false)] +[assembly: CLSCompliant (true)] +[assembly: AssemblyDelaySign (true)] [assembly: AssemblyKeyFile("../msfinal.pub")] + +[assembly: AssemblyFileVersion (XBuildConsts.FileVersion)] +