|
| 1 | +Imports System |
| 2 | +Imports System.Globalization |
| 3 | +Imports System.Reflection |
| 4 | +Imports System.Resources |
| 5 | +Imports System.Runtime.InteropServices |
| 6 | +Imports System.Windows |
| 7 | + |
| 8 | +' General Information about an assembly is controlled through the following |
| 9 | +' set of attributes. Change these attribute values to modify the information |
| 10 | +' associated with an assembly. |
| 11 | + |
| 12 | +' Review the values of the assembly attributes |
| 13 | + |
| 14 | +<Assembly: AssemblyTitle("SDKSamples")> |
| 15 | +<Assembly: AssemblyDescription("")> |
| 16 | +<Assembly: AssemblyCompany("")> |
| 17 | +<Assembly: AssemblyProduct("SDKSamples")> |
| 18 | +<Assembly: AssemblyCopyright("Copyright © 2023")> |
| 19 | +<Assembly: AssemblyTrademark("")> |
| 20 | +<Assembly: ComVisible(false)> |
| 21 | + |
| 22 | +'In order to begin building localizable applications, set |
| 23 | +'<UICulture>CultureYouAreCodingWith</UICulture> in your .vbproj file |
| 24 | +'inside a <PropertyGroup>. For example, if you are using US english |
| 25 | +'in your source files, set the <UICulture> to "en-US". Then uncomment the |
| 26 | +'NeutralResourceLanguage attribute below. Update the "en-US" in the line |
| 27 | +'below to match the UICulture setting in the project file. |
| 28 | + |
| 29 | +'<Assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)> |
| 30 | + |
| 31 | + |
| 32 | +'The ThemeInfo attribute describes where any theme specific and generic resource dictionaries can be found. |
| 33 | +'1st parameter: where theme specific resource dictionaries are located |
| 34 | +'(used if a resource is not found in the page, |
| 35 | +' or application resource dictionaries) |
| 36 | + |
| 37 | +'2nd parameter: where the generic resource dictionary is located |
| 38 | +'(used if a resource is not found in the page, |
| 39 | +'app, and any theme specific resource dictionaries) |
| 40 | +<Assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)> |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +'The following GUID is for the ID of the typelib if this project is exposed to COM |
| 45 | +<Assembly: Guid("28ffbf70-7284-4e8e-9904-e70933dc2b00")> |
| 46 | + |
| 47 | +' Version information for an assembly consists of the following four values: |
| 48 | +' |
| 49 | +' Major Version |
| 50 | +' Minor Version |
| 51 | +' Build Number |
| 52 | +' Revision |
| 53 | +' |
| 54 | +' You can specify all the values or you can default the Build and Revision Numbers |
| 55 | +' by using the '*' as shown below: |
| 56 | +' <Assembly: AssemblyVersion("1.0.*")> |
| 57 | + |
| 58 | +<Assembly: AssemblyVersion("1.0.0.0")> |
| 59 | +<Assembly: AssemblyFileVersion("1.0.0.0")> |
0 commit comments