Skip to content

Commit 05383ea

Browse files
committed
升级到MySQL8
1 parent 042d8f0 commit 05383ea

File tree

18 files changed

+78637
-6
lines changed

18 files changed

+78637
-6
lines changed

FastReport.MySQL.csproj

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>FastReport.MySQL</RootNamespace>
1111
<AssemblyName>FastReport.MySQL</AssemblyName>
12-
<SignAssembly>true</SignAssembly>
12+
<SignAssembly>false</SignAssembly>
1313
<AssemblyOriginatorKeyFile>..\..\FastReport.Plugins.snk</AssemblyOriginatorKeyFile>
14-
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1515
<FileUpgradeFlags>
1616
</FileUpgradeFlags>
1717
<UpgradeBackupLocation>
1818
</UpgradeBackupLocation>
1919
<OldToolsVersion>2.0</OldToolsVersion>
20+
<TargetFrameworkProfile />
2021
</PropertyGroup>
2122
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2223
<DebugSymbols>true</DebugSymbols>
@@ -26,6 +27,7 @@
2627
<DefineConstants>DOTNET_4;DEBUG;TRACE</DefineConstants>
2728
<ErrorReport>prompt</ErrorReport>
2829
<WarningLevel>4</WarningLevel>
30+
<Prefer32Bit>false</Prefer32Bit>
2931
</PropertyGroup>
3032
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3133
<DebugType>pdbonly</DebugType>
@@ -34,17 +36,30 @@
3436
<DefineConstants>DOTNET_4;TRACE</DefineConstants>
3537
<ErrorReport>prompt</ErrorReport>
3638
<WarningLevel>4</WarningLevel>
39+
<Prefer32Bit>false</Prefer32Bit>
3740
</PropertyGroup>
3841
<ItemGroup>
39-
<Reference Include="FastReport, Version=1.0.0.0, Culture=neutral, PublicKeyToken=db7e5ce63278458c, processorArchitecture=MSIL">
40-
<SpecificVersion>False</SpecificVersion>
41-
<HintPath>..\..\..\FastReport\bin\Debug\FastReport.dll</HintPath>
42+
<Reference Include="FastReport">
43+
<HintPath>..\..\Framework 4.0\FastReport.dll</HintPath>
44+
</Reference>
45+
<Reference Include="Google.Protobuf, Version=3.5.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
46+
<HintPath>packages\Google.Protobuf.3.5.1\lib\net45\Google.Protobuf.dll</HintPath>
47+
</Reference>
48+
<Reference Include="Microsoft.CSharp" />
49+
<Reference Include="MySql.Data, Version=8.0.15.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
50+
<HintPath>packages\MySql.Data.8.0.15\lib\net452\MySql.Data.dll</HintPath>
4251
</Reference>
43-
<Reference Include="mysql.data, Version=6.0.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
4452
<Reference Include="System" />
53+
<Reference Include="System.ComponentModel" />
54+
<Reference Include="System.ComponentModel.DataAnnotations" />
55+
<Reference Include="System.Configuration" />
56+
<Reference Include="System.Configuration.Install" />
4557
<Reference Include="System.Data" />
4658
<Reference Include="System.Design" />
4759
<Reference Include="System.Drawing" />
60+
<Reference Include="System.Drawing.Design" />
61+
<Reference Include="System.Management" />
62+
<Reference Include="System.Transactions" />
4863
<Reference Include="System.Web" />
4964
<Reference Include="System.Windows.Forms" />
5065
<Reference Include="System.Xml" />
@@ -68,6 +83,9 @@
6883
<SubType>Designer</SubType>
6984
</EmbeddedResource>
7085
</ItemGroup>
86+
<ItemGroup>
87+
<None Include="packages.config" />
88+
</ItemGroup>
7189
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
7290
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
7391
Other similar extension points exist, see Microsoft.Common.targets.

packages.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Google.Protobuf" version="3.5.1" targetFramework="net452" />
4+
<package id="MySql.Data" version="8.0.15" targetFramework="net452" />
5+
</packages>
9.25 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

packages/Google.Protobuf.3.5.1/lib/net45/Google.Protobuf.xml

Lines changed: 7470 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

packages/Google.Protobuf.3.5.1/lib/netstandard1.0/Google.Protobuf.xml

Lines changed: 7470 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
9.24 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)