diff --git a/Iob.Config/AdapterConf.cs b/Iob.Config/AdapterConf.cs new file mode 100644 index 00000000..cf483486 --- /dev/null +++ b/Iob.Config/AdapterConf.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Iob.Config +{ + public class AdapterConf + { + } +} diff --git a/Iob.Config/Data/commonSetup.json b/Iob.Config/Data/commonSetup.json new file mode 100644 index 00000000..0db3279e --- /dev/null +++ b/Iob.Config/Data/commonSetup.json @@ -0,0 +1,3 @@ +{ + +} diff --git a/Iob.Config/Iob.Config.csproj b/Iob.Config/Iob.Config.csproj new file mode 100644 index 00000000..6f6c4693 --- /dev/null +++ b/Iob.Config/Iob.Config.csproj @@ -0,0 +1,54 @@ + + + + + Debug + AnyCPU + ecd556ac-f81f-4d23-a02e-7555eec3c0e9 + Library + Properties + Iob.Config + Iob.Config + v4.6.2 + 512 + true + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Iob.Config/IobConf.cs b/Iob.Config/IobConf.cs new file mode 100644 index 00000000..4f44e4e5 --- /dev/null +++ b/Iob.Config/IobConf.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Iob.Config +{ + public class IobConf + { + } +} diff --git a/Iob.Config/Properties/AssemblyInfo.cs b/Iob.Config/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..8adb420a --- /dev/null +++ b/Iob.Config/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// Le informazioni generali relative a un assembly sono controllate dal seguente +// set di attributi. Modificare i valori di questi attributi per modificare le informazioni +// associate a un assembly. +[assembly: AssemblyTitle("Iob.Config")] +[assembly: AssemblyDescription("Config Management Class")] +[assembly: AssemblyConfiguration("")] +//[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("Iob.Config")] +//[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Se si imposta ComVisible su false, i tipi in questo assembly non saranno visibili +// ai componenti COM. Se è necessario accedere a un tipo in questo assembly da +// COM, impostare su true l'attributo ComVisible per tale tipo. +[assembly: ComVisible(false)] + +// Se il progetto viene esposto a COM, il GUID seguente verrà utilizzato come ID della libreria dei tipi +[assembly: Guid("ecd556ac-f81f-4d23-a02e-7555eec3c0e9")] + +// Le informazioni sulla versione di un assembly sono costituite dai seguenti quattro valori: +// +// Versione principale +// Versione secondaria +// Numero di build +// Revisione +// +// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build +// usando l'asterisco '*' come illustrato di seguito: +// [assembly: AssemblyVersion("1.0.*")] +//[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file diff --git a/Iob.Config/ServerConf.cs b/Iob.Config/ServerConf.cs new file mode 100644 index 00000000..c89dac3e --- /dev/null +++ b/Iob.Config/ServerConf.cs @@ -0,0 +1,12 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Iob.Config +{ + public class ServerConf + { + } +}