source: other-projects/playing-in-the-street/summer-2013/trunk/Playing-in-the-Street-WPF/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: 2.4 KB
Line 
1//------------------------------------------------------------------------------
2// <copyright file="AssemblyInfo.cs" company="Microsoft">
3// Copyright (c) Microsoft Corporation. All rights reserved.
4// </copyright>
5//------------------------------------------------------------------------------
6
7using System;
8using System.Reflection;
9using System.Resources;
10using System.Runtime.InteropServices;
11using System.Windows;
12
13// General Information about an assembly is controlled through the following
14// set of attributes. Change these attribute values to modify the information
15// associated with an assembly.
16[assembly: AssemblyTitle("Kinect for Playing in the Street - WPF")]
17[assembly: AssemblyDescription("")]
18[assembly: AssemblyConfiguration("")]
19[assembly: AssemblyTrademark("")]
20
21// Setting ComVisible to false makes the types in this assembly not visible
22// to COM components. If you need to access a type in this assembly from
23// COM, set the ComVisible attribute to true on that type.
24[assembly: ComVisible(false)]
25
26// In order to begin building localizable applications, set
27// <UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
28// inside a <PropertyGroup>. For example, if you are using US english
29// in your source files, set the <UICulture> to en-US. Then uncomment
30// the NeutralResourceLanguage attribute below. Update the "en-US" in
31// the line below to match the UICulture setting in the project file.
32
33// [assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
34[assembly: ThemeInfo(
35 ResourceDictionaryLocation.None, // where theme specific resource dictionaries are located
36 // (used if a resource is not found in the page,
37 // or application resource dictionaries)
38 ResourceDictionaryLocation.SourceAssembly)] // where the generic resource dictionary is located
39 // (used if a resource is not found in the page,
40 // app, or any theme specific resource dictionaries)
41
42// Version information for an assembly consists of the following four values:
43//
44// Major Version
45// Minor Version
46// Build Number
47// Revision
48//
49// You can specify all the values or you can default the Build and Revision Numbers
50// by using the '*' as shown below:
51// [assembly: AssemblyVersion("1.0.*")]
52[assembly: NeutralResourcesLanguage("en-US")]
53[assembly: CLSCompliant(true)]
Note: See TracBrowser for help on using the repository browser.