diff options
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" /> |