source: other-projects/playing-in-the-street/summer-2013/trunk/Microsoft.Kinect.Toolkit/Properties/AssemblyInfo.cs@ 28895

Last change on this file since 28895 was 28895, checked in by davidb, 10 years ago

Base Kinect Project

File size: 1.9 KB
Line 
1using System;
2using System.Reflection;
3using System.Resources;
4using System.Runtime.CompilerServices;
5using System.Runtime.InteropServices;
6using System.Windows;
7using System.Windows.Markup;
8
9// General Information about an assembly is controlled through the following
10// set of attributes. Change these attribute values to modify the information
11// associated with an assembly.
12[assembly: AssemblyTitle("Microsoft.Kinect.Toolkit")]
13
14// Setting ComVisible to false makes the types in this assembly not visible
15// to COM components. If you need to access a type in this assembly from
16// COM, set the ComVisible attribute to true on that type.
17[assembly: ComVisible(false)]
18
19// In order to begin building localizable applications, set
20// <UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
21// inside a <PropertyGroup>. For example, if you are using US english
22// in your source files, set the <UICulture> to en-US. Then uncomment
23// the NeutralResourceLanguage attribute below. Update the "en-US" in
24// the line below to match the UICulture setting in the project file.
25
26////[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
27
28[assembly: ThemeInfo(
29 ResourceDictionaryLocation.None, // where theme specific resource dictionaries are located
30 // (used if a resource is not found in the page,
31 // or application resource dictionaries)
32 ResourceDictionaryLocation.SourceAssembly // where the generic resource dictionary is located
33 // (used if a resource is not found in the page,
34 // app, or any theme specific resource dictionaries)
35)]
36
37[assembly: NeutralResourcesLanguageAttribute("en-US")]
38[assembly: CLSCompliant(true)]
39[assembly: AssemblyVersion("1.8.0.0")]
40[assembly: XmlnsDefinition("http://schemas.microsoft.com/kinect/2013", "Microsoft.Kinect.Toolkit")]
41[assembly: XmlnsPrefix("http://schemas.microsoft.com/kinect/2013", "k")]
Note: See TracBrowser for help on using the repository browser.