19 lines
624 B
C#
19 lines
624 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using System.Windows;
|
|
|
|
//General Information about an assembly is controlled through the following
|
|
//set of attributes. Change these attribute values to modify the information
|
|
//associated with an assembly.
|
|
|
|
[assembly: AssemblyTitle("")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("")]
|
|
[assembly: AssemblyCopyright("")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|