added samples
[windows-sources.git] / sdk / samples / WPFSamples / AdaptiveTopologySample / csharp / properties / assemblyinfo.cs
blobf2e44300312d72c3efdc8c8fbe8331f6a1cb7784
1 #region Using directives
3 using System.Reflection;
4 using System.Runtime.CompilerServices;
5 using System.Resources;
6 using System.Globalization;
7 using System.Windows;
8 using System.Runtime.InteropServices;
10 #endregion
12 // General Information about an assembly is controlled through the following
13 // set of attributes. Change these attribute values to modify the information
14 // associated with an assembly.
15 [assembly: AssemblyTitle("AdaptiveTopologySample")]
16 [assembly: AssemblyDescription("")]
17 [assembly: AssemblyConfiguration("")]
18 [assembly: AssemblyCompany("Microsoft")]
19 [assembly: AssemblyProduct("AdaptiveTopologySample")]
20 [assembly: AssemblyCopyright("Copyright @ Microsoft 2006")]
21 [assembly: AssemblyTrademark("")]
22 [assembly: AssemblyCulture("")]
23 [assembly: ComVisible(false)]
25 //In order to begin building localizable applications, set
26 //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
27 //inside a <PropertyGroup>. For example, if you are using US english
28 //in your source files, set the <UICulture> to en-US. Then uncomment
29 //the NeutralResourceLanguage attribute below. Update the "en-US" in
30 //the line below to match the UICulture setting in the project file.
32 //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
35 [assembly: ThemeInfo(
36 ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
37 //(used if a resource is not found in the page,
38 // or application resource dictionaries)
39 ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
40 //(used if a resource is not found in the page,
41 // app, or any theme specific resource dictionaries)
45 // Version information for an assembly consists of the following four values:
47 // Major Version
48 // Minor Version
49 // Build Number
50 // Revision
52 // You can specify all the values or you can default the Revision and Build Numbers
53 // by using the '*' as shown below:
54 [assembly: AssemblyVersion("1.0.*")]