You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.3 KiB
C#
34 lines
1.3 KiB
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
// As informações gerais sobre um assembly são controladas por
|
|
// conjunto de atributos. Altere estes valores de atributo para modificar as informações
|
|
// associadas a um assembly.
|
|
[assembly: AssemblyTitle("VR4Life-installer")]
|
|
[assembly: AssemblyDescription("")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCompany("")]
|
|
[assembly: AssemblyProduct("VR4Life-installer")]
|
|
[assembly: AssemblyCopyright("Copyright © 2026")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyCulture("")]
|
|
|
|
// Definir ComVisible como false torna os tipos neste assembly invisíveis
|
|
// para componentes COM. Caso precise acessar um tipo neste assembly de
|
|
// COM, defina o atributo ComVisible como true nesse tipo.
|
|
[assembly: ComVisible(false)]
|
|
|
|
// O GUID a seguir será destinado à ID de typelib se este projeto for exposto para COM
|
|
[assembly: Guid("30874db9-259a-4325-930a-64905585a8c2")]
|
|
|
|
// As informações da versão de um assembly consistem nos quatro valores a seguir:
|
|
//
|
|
// Versão Principal
|
|
// Versão Secundária
|
|
// Número da Versão
|
|
// Revisão
|
|
//
|
|
[assembly: AssemblyVersion("1.0.0.0")]
|
|
[assembly: AssemblyFileVersion("1.0.0.0")]
|