diff options
author | emkael <emkael@tlen.pl> | 2018-10-13 10:47:27 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-10-13 10:47:27 +0200 |
commit | a1fe3a079bc5186b212cd484b527a9b01f2d0920 (patch) | |
tree | 11bfbe9e35cadc020ffd96e60724c0e40547201a /kurier/kurier.csproj | |
parent | 51d31a9451c6ecdda114dd0c4a0a556bebedc19a (diff) |
Using MysqlBackup.NET to dump the database
Diffstat (limited to 'kurier/kurier.csproj')
-rw-r--r-- | kurier/kurier.csproj | 5 |
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" /> |