00001 using System.Reflection; 00002 using System.Resources; 00003 using System.Runtime.CompilerServices; 00004 using System.Runtime.InteropServices; 00005 using System.Windows; 00006 00007 // General Information about an assembly is controlled through the following 00008 // set of attributes. Change these attribute values to modify the information 00009 // associated with an assembly. 00010 [assembly: AssemblyTitle("DrawLineTest")] 00011 [assembly: AssemblyDescription("")] 00012 [assembly: AssemblyConfiguration("")] 00013 [assembly: AssemblyCompany("")] 00014 [assembly: AssemblyProduct("DrawLineTest")] 00015 [assembly: AssemblyCopyright("Copyright © 2010")] 00016 [assembly: AssemblyTrademark("")] 00017 [assembly: AssemblyCulture("")] 00018 00019 // Setting ComVisible to false makes the types in this assembly not visible 00020 // to COM components. If you need to access a type in this assembly from 00021 // COM, set the ComVisible attribute to true on that type. 00022 [assembly: ComVisible(false)] 00023 00024 //In order to begin building localizable applications, set 00025 //<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file 00026 //inside a <PropertyGroup>. For example, if you are using US english 00027 //in your source files, set the <UICulture> to en-US. Then uncomment 00028 //the NeutralResourceLanguage attribute below. Update the "en-US" in 00029 //the line below to match the UICulture setting in the project file. 00030 00031 //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] 00032 00033 00034 [assembly: ThemeInfo( 00035 ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located 00036 //(used if a resource is not found in the page, 00037 // or application resource dictionaries) 00038 ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located 00039 //(used if a resource is not found in the page, 00040 // app, or any theme specific resource dictionaries) 00041 )] 00042 00043 00044 // Version information for an assembly consists of the following four values: 00045 // 00046 // Major Version 00047 // Minor Version 00048 // Build Number 00049 // Revision 00050 // 00051 // You can specify all the values or you can default the Build and Revision Numbers 00052 // by using the '*' as shown below: 00053 // [assembly: AssemblyVersion("1.0.*")] 00054 [assembly: AssemblyVersion("1.0.0.0")] 00055 [assembly: AssemblyFileVersion("1.0.0.0")]