|
9 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
10 | 10 | <RootNamespace>FastReport.MySQL</RootNamespace>
|
11 | 11 | <AssemblyName>FastReport.MySQL</AssemblyName>
|
12 |
| - <SignAssembly>true</SignAssembly> |
| 12 | + <SignAssembly>false</SignAssembly> |
13 | 13 | <AssemblyOriginatorKeyFile>..\..\FastReport.Plugins.snk</AssemblyOriginatorKeyFile>
|
14 |
| - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 14 | + <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
15 | 15 | <FileUpgradeFlags>
|
16 | 16 | </FileUpgradeFlags>
|
17 | 17 | <UpgradeBackupLocation>
|
18 | 18 | </UpgradeBackupLocation>
|
19 | 19 | <OldToolsVersion>2.0</OldToolsVersion>
|
| 20 | + <TargetFrameworkProfile /> |
20 | 21 | </PropertyGroup>
|
21 | 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
22 | 23 | <DebugSymbols>true</DebugSymbols>
|
|
26 | 27 | <DefineConstants>DOTNET_4;DEBUG;TRACE</DefineConstants>
|
27 | 28 | <ErrorReport>prompt</ErrorReport>
|
28 | 29 | <WarningLevel>4</WarningLevel>
|
| 30 | + <Prefer32Bit>false</Prefer32Bit> |
29 | 31 | </PropertyGroup>
|
30 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
31 | 33 | <DebugType>pdbonly</DebugType>
|
|
34 | 36 | <DefineConstants>DOTNET_4;TRACE</DefineConstants>
|
35 | 37 | <ErrorReport>prompt</ErrorReport>
|
36 | 38 | <WarningLevel>4</WarningLevel>
|
| 39 | + <Prefer32Bit>false</Prefer32Bit> |
37 | 40 | </PropertyGroup>
|
38 | 41 | <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> |
42 | 51 | </Reference>
|
43 |
| - <Reference Include="mysql.data, Version=6.0.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" /> |
44 | 52 | <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" /> |
45 | 57 | <Reference Include="System.Data" />
|
46 | 58 | <Reference Include="System.Design" />
|
47 | 59 | <Reference Include="System.Drawing" />
|
| 60 | + <Reference Include="System.Drawing.Design" /> |
| 61 | + <Reference Include="System.Management" /> |
| 62 | + <Reference Include="System.Transactions" /> |
48 | 63 | <Reference Include="System.Web" />
|
49 | 64 | <Reference Include="System.Windows.Forms" />
|
50 | 65 | <Reference Include="System.Xml" />
|
|
68 | 83 | <SubType>Designer</SubType>
|
69 | 84 | </EmbeddedResource>
|
70 | 85 | </ItemGroup>
|
| 86 | + <ItemGroup> |
| 87 | + <None Include="packages.config" /> |
| 88 | + </ItemGroup> |
71 | 89 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
72 | 90 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
73 | 91 | Other similar extension points exist, see Microsoft.Common.targets.
|
|
0 commit comments