diff options
author | emkael <emkael@tlen.pl> | 2017-06-28 22:12:07 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-06-28 22:12:07 +0200 |
commit | a591dad013e65b4bd5642b93b7c06b6697b119c1 (patch) | |
tree | e45266df76bfba9e76e4ff697cdaf97f37629dc8 /Aktywator | |
parent | b8aa3a706a9031d9a15c464fd395ab86d117d99d (diff) |
* force-copy MySQL assembly to output directory on build
Diffstat (limited to 'Aktywator')
-rw-r--r-- | Aktywator/Aktywator.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Aktywator/Aktywator.csproj b/Aktywator/Aktywator.csproj index ac6c920..edee3c0 100644 --- a/Aktywator/Aktywator.csproj +++ b/Aktywator/Aktywator.csproj @@ -65,7 +65,9 @@ </PropertyGroup> <PropertyGroup /> <ItemGroup> - <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> + <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> + <Private>True</Private> + </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> |