Bonjour.
Application.ProductName, .VersionName, .CompanyName etc sont des champs
destinés à la lecture je suppose. Mais où les initie-t-on ? J'ai cherché
dans les priorités du projet, mais je n'ai pas trouvé. Merci d'avance.
Gilbert.
Cette action est irreversible, confirmez la suppression du commentaire ?
Signaler le commentaire
Veuillez sélectionner un problème
Nudité
Violence
Harcèlement
Fraude
Vente illégale
Discours haineux
Terrorisme
Autre
Christophe Lauer [MS]
Gilbert Tordeur wrote:
Bonjour. Application.ProductName, .VersionName, .CompanyName etc sont des champs destinés à la lecture je suppose. Mais où les initie-t-on ? J'ai cherché dans les priorités du projet, mais je n'ai pas trouvé. Merci d'avance. Gilbert.
Dans votre solution, depuis l'outil Visual Studio .NET, le fichier AssemblyInfo(.cs ou .vb) contient la section suivante :
// // 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. //
-- Christophe Lauer Relations Techniques Editeurs de Logiciels Division Développeurs et Plateforme d'Entreprise - Microsoft France http://www.microsoft.com/france/msdn/
This posting is provided "AS IS" with no warranties, and confers no rights.
Gilbert Tordeur wrote:
Bonjour.
Application.ProductName, .VersionName, .CompanyName etc sont des
champs destinés à la lecture je suppose. Mais où les initie-t-on ?
J'ai cherché dans les priorités du projet, mais je n'ai pas trouvé.
Merci d'avance. Gilbert.
Dans votre solution, depuis l'outil Visual Studio .NET, le fichier
AssemblyInfo(.cs ou .vb) contient la section suivante :
//
// 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.
//
--
Christophe Lauer
Relations Techniques Editeurs de Logiciels
Division Développeurs et Plateforme d'Entreprise - Microsoft France
http://www.microsoft.com/france/msdn/
This posting is provided "AS IS" with no warranties, and confers no
rights.
Bonjour. Application.ProductName, .VersionName, .CompanyName etc sont des champs destinés à la lecture je suppose. Mais où les initie-t-on ? J'ai cherché dans les priorités du projet, mais je n'ai pas trouvé. Merci d'avance. Gilbert.
Dans votre solution, depuis l'outil Visual Studio .NET, le fichier AssemblyInfo(.cs ou .vb) contient la section suivante :
// // 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. //
-- Christophe Lauer Relations Techniques Editeurs de Logiciels Division Développeurs et Plateforme d'Entreprise - Microsoft France http://www.microsoft.com/france/msdn/
This posting is provided "AS IS" with no warranties, and confers no rights.