summaryrefslogtreecommitdiff
path: root/kurier/kurier.csproj
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-10-13 10:47:27 +0200
committeremkael <emkael@tlen.pl>2018-10-13 10:47:27 +0200
commita1fe3a079bc5186b212cd484b527a9b01f2d0920 (patch)
tree11bfbe9e35cadc020ffd96e60724c0e40547201a /kurier/kurier.csproj
parent51d31a9451c6ecdda114dd0c4a0a556bebedc19a (diff)
Using MysqlBackup.NET to dump the database
Diffstat (limited to 'kurier/kurier.csproj')
-rw-r--r--kurier/kurier.csproj5
1 files changed, 4 insertions, 1 deletions
diff --git a/kurier/kurier.csproj b/kurier/kurier.csproj
index 02fde5e..a6caf88 100644
--- a/kurier/kurier.csproj
+++ b/kurier/kurier.csproj
@@ -54,7 +54,10 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\res\MySql.Data.dll</HintPath>
</Reference>
- <Reference Include="System.Data.DataSetExtensions" />
+ <Reference Include="MySqlBackup">
+ <HintPath>..\res\MySqlBackup.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />