From 6a8a50b01383cf724822c3eb0135c1729fb2daed Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 25 Jan 2018 16:17:55 +0200 Subject: Implemented SQL Server To SQLite Conversion Utility!!! Added missing synchronization tables to remote synchronization. Updated DAL.Local. --- .../Tango.SQLiteGenerator.CLI.csproj | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj (limited to 'Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj') diff --git a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj new file mode 100644 index 000000000..2e9420527 --- /dev/null +++ b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj @@ -0,0 +1,74 @@ + + + + + Debug + AnyCPU + {8A03ADC0-991B-4DA8-8A19-E1D03F92E81C} + Exe + Tango.SQLiteGenerator.CLI + sqlitegen + v4.6 + 512 + true + + + AnyCPU + true + full + false + ..\..\Build\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll + + + ..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll + + + + + + + + + + + + + + + + + + + + + + {38197109-8610-4d3f-92b9-16d48df94d7c} + Tango.DAL.Remote + + + {d8f1ad85-526a-4f50-b6dc-d437af63d8d8} + Tango.Settings + + + {7ada4e86-cad7-4968-a210-3a8a9e5153ab} + Tango.Synchronization + + + + \ No newline at end of file -- cgit v1.3.1