initial commit
This commit is contained in:
+2705
File diff suppressed because it is too large
Load Diff
+11
@@ -0,0 +1,11 @@
|
||||
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.CSharp")]
|
||||
[assembly: AssemblyTitle("Microsoft.CodeAnalysis.CSharp")]
|
||||
[assembly: AssemblyVersion("4.8.0.0")]
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<AssemblyName>Microsoft.CodeAnalysis.CSharp.resources</AssemblyName>
|
||||
<GenerateAssemblyInfo>False</GenerateAssemblyInfo>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<LangVersion>14.0</LangVersion>
|
||||
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
||||
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<RootNamespace />
|
||||
</PropertyGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user