40 lines
1.6 KiB
C#
40 lines
1.6 KiB
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
using System.Windows;
|
|
using System.Resources;
|
|
|
|
// 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("Dynamic Data Display")]
|
|
[assembly: AssemblyDescription("Controls for visualization of scientific data")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("Microsoft")]
|
|
[assembly: AssemblyProduct("Microsoft Research Dynamic Data Display")]
|
|
[assembly: AssemblyCopyright("Copyright © Microsoft 2009")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
//In order to begin building localizable applications, set
|
|
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
|
|
//inside a <PropertyGroup>. For example, if you are using US english
|
|
//in your source files, set the <UICulture> to en-US. Then uncomment
|
|
//the NeutralResourceLanguage attribute below. Update the "en-US" in
|
|
//the line below to match the UICulture setting in the project file.
|
|
|
|
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
|
|
|
|
//[assembly: ThemeInfo(
|
|
// ResourceDictionaryLocation.SourceAssembly,
|
|
// ResourceDictionaryLocation.SourceAssembly
|
|
//)]
|
|
|
|
|
|
[assembly: AssemblyVersion("0.3.4703.0")]
|
|
[assembly: NeutralResourcesLanguage("en-US")]
|
|
[assembly: SatelliteContractVersion("0.3.2.0")]
|
|
[assembly: AssemblyFileVersionAttribute("0.3.4703.0")]
|
|
[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
|