diff --git a/.gitignore b/.gitignore index cd88c055..a9e64663 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,8 @@ ################### *.com *.class -*.dll -*.exe + + *.o *.so */bin/* diff --git a/DBEditor/Main.cs b/DBEditor/Main.cs index 77a485ad..40c5388f 100644 --- a/DBEditor/Main.cs +++ b/DBEditor/Main.cs @@ -6,8 +6,9 @@ using System.Drawing; using System.Linq; using System.Text; using System.IO; -using MySql.Data.MySqlClient; using Community.CsharpSqlite.SQLiteClient; +using MySql.Data.MySqlClient; + using System.Windows.Forms; namespace TShockDBEditor diff --git a/DBEditor/TShockDBEditor.csproj b/DBEditor/TShockDBEditor.csproj index 5b6091c2..dd92788f 100644 --- a/DBEditor/TShockDBEditor.csproj +++ b/DBEditor/TShockDBEditor.csproj @@ -14,6 +14,21 @@ 512 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true x86 @@ -35,19 +50,16 @@ 4 - - ..\..\..\..\..\..\Public\Documents\C3Mod\TShock Testing Environment\Community.CsharpSqlite.dll - - ..\..\..\..\..\..\Public\Documents\C3Mod\TShock Testing Environment\Community.CsharpSqlite.SQLiteClient.dll + ..\SqlBins\Community.CsharpSqlite.SQLiteClient.dll False - ..\..\..\..\..\..\Public\Documents\C3Mod\TShock Testing Environment\MySql.Data.dll + ..\SqlBins\MySql.Data.dll False - ..\..\..\..\..\..\Public\Documents\C3Mod\TShock Testing Environment\MySql.Web.dll + ..\SqlBins\MySql.Web.dll @@ -100,6 +112,28 @@ + + + False + Microsoft .NET Framework 4 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + + + False + Windows Installer 3.1 + true + +