File: artifacts\obj\System.CodeDom\Debug\net9.0\System.CodeDom.AssemblyInfo.cs
Project: src\src\libraries\System.CodeDom\src\System.CodeDom.csproj (System.CodeDom)
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
 
using System;
using System.Reflection;
 
[assembly: System.Reflection.AssemblyMetadata("Serviceable", "True")]
[assembly: System.Reflection.AssemblyMetadata("PreferInbox", "True")]
[assembly: System.Reflection.AssemblyDefaultAliasAttribute("System.CodeDom")]
[assembly: System.Resources.NeutralResourcesLanguage("en-US")]
[assembly: CLSCompliantAttribute(true)]
[assembly: System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[assembly: System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[assembly: System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
[assembly: System.Runtime.Versioning.UnsupportedOSPlatform("maccatalyst")]
[assembly: System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute(System.Runtime.InteropServices.DllImportSearchPath.AssemblyDirectory | System.Runtime.InteropServices.DllImportSearchPath.System32)]
[assembly: System.Reflection.AssemblyCompanyAttribute("Microsoft Corporation")]
[assembly: System.Reflection.AssemblyCopyrightAttribute("© Microsoft Corporation. All rights reserved.")]
[assembly: System.Reflection.AssemblyDescriptionAttribute(@"Provides types that can be used to model the structure of a source code document and to output source code for that model in a supported language.
 
Commonly Used Types:
System.CodeDom.CodeObject
System.CodeDom.Compiler.CodeDomProvider
Microsoft.CSharp.CSharpCodeProvider
Microsoft.VisualBasic.VBCodeProvider")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("42.42.42.42424")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("9.0.0-ci")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft® .NET")]
[assembly: System.Reflection.AssemblyTitleAttribute("System.CodeDom")]
[assembly: System.Reflection.AssemblyVersionAttribute("9.0.0.0")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/dotnet/runtime")]
 
// Generated by the MSBuild WriteCodeFragment class.