diff options
author | MichaĆ Zimniewicz <michzimny@users.noreply.github.com> | 2017-02-25 22:39:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-25 22:39:03 +0100 |
commit | ad415aedefc4868787e16772af784a03d4a9d769 (patch) | |
tree | afca87be4014fcec0f0afdd6bebb5de4797c4573 /Aktywator | |
parent | 3663f2248870cc33da1fcda39011423a199b7a10 (diff) | |
parent | 9f98d9717425b7356ad7b2b8fe8591fccd807e7d (diff) |
Merge pull request #5 from emkael/1.0.5
Wersja 1.0.5
Diffstat (limited to 'Aktywator')
-rw-r--r-- | Aktywator/Aktywator.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Aktywator/Aktywator.csproj b/Aktywator/Aktywator.csproj index 14bb190..18606b9 100644 --- a/Aktywator/Aktywator.csproj +++ b/Aktywator/Aktywator.csproj @@ -61,10 +61,11 @@ <GenerateManifests>true</GenerateManifests> </PropertyGroup> <PropertyGroup> - <SignManifests>true</SignManifests> + <SignManifests>false</SignManifests> </PropertyGroup> + <PropertyGroup /> <ItemGroup> - <Reference Include="MySql.Data, Version=6.3.6.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> + <Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Deployment" /> |