Aggiornato al 18/01/2019
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<DefineConstants>
|
||||
</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -6,9 +6,13 @@ using System.Runtime.InteropServices;
|
||||
// set di attributi. Modificare i valori di questi attributi per modificare le informazioni
|
||||
// associate a un assembly.
|
||||
[assembly: AssemblyTitle("IntegrationEgaltech")]
|
||||
[assembly: AssemblyDescription("")]
|
||||
#if DEBUG
|
||||
[assembly: AssemblyDescription("IntegrationEgaltech Debug")]
|
||||
#else
|
||||
[assembly: AssemblyDescription("IntegrationEgaltech")]
|
||||
#endif
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyCompany("EgalTech s.r.l.")]
|
||||
[assembly: AssemblyProduct("IntegrationEgaltech")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2018-2019 by EgalTech s.r.l.")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
|
||||
Reference in New Issue
Block a user