diff options
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs index 43a368358..92ab04ddf 100644 --- a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs @@ -27,6 +27,8 @@ namespace Tango.SQLiteGenerator.CLI sqlitePath = Path.GetFullPath(sqlitePath); + Console.WriteLine("Generating " + sqlitePath + "..."); + bool completed = false; String connectionString = SettingsManager.Default.GetOrCreate<CoreSettings>().DataBaseSource; |
