aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-06-20 20:10:28 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-06-20 20:10:28 +0300
commite6c909c6d72d827175f75f77b2b7ed0f3a6feb71 (patch)
treedaa8412eeb63dc20c1b2c31d5de7e335a0d571c0 /Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs
parent7c0f64ad7bc21f1a703c4aa8f77cdde999b13896 (diff)
downloadTango-e6c909c6d72d827175f75f77b2b7ed0f3a6feb71.tar.gz
Tango-e6c909c6d72d827175f75f77b2b7ed0f3a6feb71.zip
Working on PPC.
Added some fields to DB Job. Added Customers Table.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs')
-rw-r--r--Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs2
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;