diff --git a/SmartCheckIn.sln b/SmartCheckIn.sln
new file mode 100644
index 0000000..6f32df2
--- /dev/null
+++ b/SmartCheckIn.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30002.166
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SmartCheckIn", "SmartCheckIn\SmartCheckIn.csproj", "{F6E60F8A-09DB-453C-95F6-AB3F79C20A03}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {F6E60F8A-09DB-453C-95F6-AB3F79C20A03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {F6E60F8A-09DB-453C-95F6-AB3F79C20A03}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {F6E60F8A-09DB-453C-95F6-AB3F79C20A03}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {F6E60F8A-09DB-453C-95F6-AB3F79C20A03}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {01CAD5AF-6755-4FE3-8C45-4B80F25A265D}
+ EndGlobalSection
+EndGlobal
diff --git a/SmartCheckIn/App.config b/SmartCheckIn/App.config
new file mode 100644
index 0000000..b50c74f
--- /dev/null
+++ b/SmartCheckIn/App.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/SmartCheckIn/Program.cs b/SmartCheckIn/Program.cs
new file mode 100644
index 0000000..1a20377
--- /dev/null
+++ b/SmartCheckIn/Program.cs
@@ -0,0 +1,15 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace SmartCheckIn
+{
+ class Program
+ {
+ static void Main(string[] args)
+ {
+ }
+ }
+}
diff --git a/SmartCheckIn/Properties/AssemblyInfo.cs b/SmartCheckIn/Properties/AssemblyInfo.cs
new file mode 100644
index 0000000..4369e24
--- /dev/null
+++ b/SmartCheckIn/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("SmartCheckIn")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("SmartCheckIn")]
+[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("f6e60f8a-09db-453c-95f6-ab3f79c20a03")]
+
+// 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")]
diff --git a/SmartCheckIn/SmartCheckIn.csproj b/SmartCheckIn/SmartCheckIn.csproj
new file mode 100644
index 0000000..1d37157
--- /dev/null
+++ b/SmartCheckIn/SmartCheckIn.csproj
@@ -0,0 +1,53 @@
+
+
+
+
+ Debug
+ AnyCPU
+ {F6E60F8A-09DB-453C-95F6-AB3F79C20A03}
+ Exe
+ SmartCheckIn
+ SmartCheckIn
+ v4.6.2
+ 512
+ true
+ true
+
+
+ AnyCPU
+ true
+ full
+ false
+ bin\Debug\
+ DEBUG;TRACE
+ prompt
+ 4
+
+
+ AnyCPU
+ pdbonly
+ true
+ bin\Release\
+ TRACE
+ prompt
+ 4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file