Colin McMillen
ab692f94a7
Also introduce .editorconfig file and update .csproj files. GitOrigin-RevId: 60369ee53b0fe53135f4c2b7403284eabced3755
21 lines
623 B
C#
21 lines
623 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("SharedTests")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("SharedTests")]
|
|
[assembly: AssemblyCopyright("Copyright © 2020")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: Guid("c86694a5-dd99-4421-aa2c-1230f11c10f8")]
|
|
|
|
// [assembly: AssemblyVersion("1.0.*")]
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|