You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
354 B
C#
10 lines
354 B
C#
using System.Reflection;
|
|
|
|
[assembly: AssemblyTitle("EntityFramework.SqlServerCompact.Tests")]
|
|
[assembly: AssemblyProduct("EntityFramework.SqlServerCompact.Tests")]
|
|
[assembly: AssemblyCopyright("Copyright © 2015")]
|
|
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|
|
[assembly: AssemblyInformationalVersion("1.0.0.0")]
|