From 0bf4df21349aa175405ad3b462d466a72363dee4 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 14 Aug 2018 13:11:32 +0300 Subject: Reorganization of solution build paths ! Optimized production packages. --- Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs') diff --git a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs index 1f28e4e89..b254833a6 100644 --- a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs +++ b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Program.cs @@ -27,7 +27,7 @@ namespace Tango.SQLiteGenerator.CLI #if DEBUG args = new string[] { - Path.GetFullPath( "..\\..\\..\\DB\\Tango.db"), + Path.GetFullPath( "..\\..\\..\\..\\DB\\Tango.db"), "CopyAll" }; #endif -- cgit v1.3.1