source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/Microsoft.Samples.Kinect.Webserver/Properties/AssemblyInfo.cs@ 28897

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

GUI front-end to server base plus web page content

File size: 1.1 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.Samples.Kinect.Webserver")]
13[assembly: AssemblyDescription("Sample Microsoft® Web Server for Kinect on Windows")]
14[assembly: AssemblyConfiguration("")]
15
16// No theme-specific resource dictionaries
17// Generic theme dictionary is in this assembly
18[assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)]
19
20// Setting ComVisible to false makes the types in this assembly not visible
21// to COM components. If you need to access a type in this assembly from
22// COM, set the ComVisible attribute to true on that type.
23[assembly: ComVisible(false)]
24[assembly: CLSCompliant(true)]
25[assembly: NeutralResourcesLanguageAttribute("en-US")]
Note: See TracBrowser for help on using the repository browser.