/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
samples/snippets/visualbasic/VS_Snippets_Wpf/WindowMove/VisualBasic/My Project/AssemblyInfo.vb
40 строк
2 KB
Next Turn
Format codes based on .editorconfig, Part 23 (#19240)
29 июн 2020, 17:34
Не верифицирован
29 июн 2020, 17:34
831f8ec
Код
Авторство
О чём код?
Imports System.Reflection Imports System.Runtime.InteropServices ' General Information about an assembly is controlled through the following ' set of attributes. Change these attribute values to modify the information ' associated with an assembly. ' Review the values of the assembly attributes <Assembly: AssemblyTitle("WindowMove_VB")> <Assembly: AssemblyDescription("")> <Assembly: AssemblyCompany("Microsoft")> <Assembly: AssemblyProduct("WindowMove_VB")> <Assembly: AssemblyCopyright("Copyright @ Microsoft 2005")> <Assembly: AssemblyTrademark("")> 'In order to begin building localizable applications, set <UICulture>CultureYouAreCodingWith</UICulture> in your '.vbproj file inside a <PropertyGroup>. For example, if you are using US english in your source files, set the '<UICulture> to "en-US". Then uncomment the NeutralResourceLanguage attribute below. 'Update the "en-US" in the line below to match the UICulture setting in the project file. '<Assembly: NeutralResourcesLanguage("en-US", UltimateFallbackResourceLocation.Satellite)> <Assembly: ComVisible(False)> 'The following GUID is for the ID of the typelib if this project is exposed to COM <Assembly: Guid("74270518-35fa-4151-ac4c-e7da53d86bdc")> ' Version information for an assembly consists of the following four values: ' ' Major Version ' Minor Version ' Build Number ' Revision ' ' You can specify all the values or you can default the Build and Revision Numbers ' by using the '*' as shown below: ' <Assembly: AssemblyVersion("1.0.*")> <Assembly: AssemblyVersion("1.0.0.0")> <Assembly: AssemblyFileVersion("1.0.0.0")>