12 lines
520 B
C#
12 lines
520 B
C#
using System.Diagnostics;
|
|||
|
|
using System.Reflection;
|
||
|
|
using System.Runtime.CompilerServices;
|
||
|
|
|
||
|
|
[assembly: AssemblyCompany("Microsoft Corporation")]
|
||
|
|
[assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]
|
||
|
|
[assembly: AssemblyFileVersion("4.800.23.55801")]
|
||
|
|
[assembly: AssemblyInformationalVersion("4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a")]
|
||
|
|
[assembly: AssemblyProduct("Microsoft.CodeAnalysis")]
|
||
|
|
[assembly: AssemblyTitle("Microsoft.CodeAnalysis")]
|
||
|
|
[assembly: AssemblyVersion("4.8.0.0")]
|