Initial Commit
This commit is contained in:
39
Properties/AssemblyInfo.cs
Normal file
39
Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,39 @@
|
||||
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)]
|
||||
Reference in New Issue
Block a user