Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/SharpVectorConverters/Properties/AssemblyInfo.cs @ 13847

Last change on this file since 13847 was 12762, checked in by aballeit, 9 years ago

#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)

File size: 2.5 KB
Line 
1using System.Reflection;
2using System.Resources;
3using System.Runtime.CompilerServices;
4using System.Runtime.InteropServices;
5
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("SharpVectorsConverters")]
13[assembly: AssemblyDescription("")]
14[assembly: AssemblyConfiguration("")]
15[assembly: AssemblyCompany("")]
16[assembly: AssemblyProduct("SharpVectorsConverters")]
17[assembly: AssemblyCopyright("Copyright ©  2010")]
18[assembly: AssemblyTrademark("")]
19[assembly: AssemblyCulture("")]
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
35
36[assembly: ThemeInfo(
37    ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
38    //(used if a resource is not found in the page,
39    // or application resource dictionaries)
40    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
41    //(used if a resource is not found in the page,
42    // app, or any theme specific resource dictionaries)
43)]
44
45
46// Version information for an assembly consists of the following four values:
47//
48//      Major Version
49//      Minor Version
50//      Build Number
51//      Revision
52//
53// You can specify all the values or you can default the Build and Revision Numbers
54// by using the '*' as shown below:
55// [assembly: AssemblyVersion("1.0.*")]
56[assembly: AssemblyVersion("1.0.0.0")]
57[assembly: AssemblyFileVersion("1.0.0.0")]
58
59[assembly: XmlnsPrefix("http://sharpvectors.codeplex.com/svgc/", "svgc")]
60[assembly: XmlnsDefinition("http://sharpvectors.codeplex.com/svgc/", "SharpVectors.Converters")]
Note: See TracBrowser for help on using the repository browser.