-
Notifications
You must be signed in to change notification settings - Fork 609
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from FastReports/sync_branch_637569278257920978
FastReport OpenSource 2021.3.0
- Loading branch information
Showing
136 changed files
with
7,184 additions
and
2,217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
...Core/FastReport.Data/FastReport.Data.ClickHouse/FastReport.CoreWin.Data.ClickHouse.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Copyright>Fast Reports Inc.</Copyright> | ||
<Company>Fast Reports Inc.</Company> | ||
<PackageLicenseUrl>https://www.fast-report.com/en/product/fast-report-net/license</PackageLicenseUrl> | ||
<PackageProjectUrl>https://www.fast-report.com/en/product/fast-report-net</PackageProjectUrl> | ||
<Authors>Fast Reports Inc.</Authors> | ||
<Product>FastReport.Data.ClickHouse</Product> | ||
<Description>Represents a connection to ClickHouse database for FastReport .NET</Description> | ||
<PackageId>FastReport.CoreWin.Data.ClickHouse</PackageId> | ||
<PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl> | ||
<PackageTags>reporting, ClickHouse, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Configurations>Debug;Release;</Configurations> | ||
<AssemblyName>FastReport.Data.ClickHouse</AssemblyName> | ||
<RootNamespace>FastReport.Data</RootNamespace> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="ClickHouse.Client" Version="3.0.0.357" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.Core3\FastReport\FastReport.csproj"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</ProjectReference> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...s/Core/FastReport.Data/FastReport.Data.Couchbase/FastReport.CoreWin.Data.Couchbase.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>../../../FastReport.Plugins.snk</AssemblyOriginatorKeyFile> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Copyright>Fast Reports Inc.</Copyright> | ||
<Company>Fast Reports Inc.</Company> | ||
<PackageLicenseUrl>https://www.fast-report.com/en/product/fast-report-net/license</PackageLicenseUrl> | ||
<PackageProjectUrl>https://www.fast-report.com/en/product/fast-report-net</PackageProjectUrl> | ||
<Authors>Fast Reports Inc.</Authors> | ||
<Product>FastReport.Data.Couchbase</Product> | ||
<Description>Represents a connection to Couchbase server for FastReport.Net.</Description> | ||
<PackageId>FastReport.CoreWin.Data.Couchbase</PackageId> | ||
<PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl> | ||
<PackageTags>reporting, Couchbase, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Configurations>Debug;Release;</Configurations> | ||
<AssemblyName>FastReport.Data.Couchbase</AssemblyName> | ||
<RootNamespace>FastReport.Data</RootNamespace> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DefineConstants>FRCORE;</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.Core3\FastReport\FastReport.csproj"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</ProjectReference> | ||
<ProjectReference Include="..\FastReport.Data.Json\FastReport.CoreWin.Data.Json.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="CouchbaseNetClient" Version="2.7.15" /> | ||
</ItemGroup> | ||
</Project> |
34 changes: 34 additions & 0 deletions
34
Extras/Core/FastReport.Data/FastReport.Data.Firebird/FastReport.CoreWin.Data.Firebird.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>../../../FastReport.Plugins.snk</AssemblyOriginatorKeyFile> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Copyright>Fast Reports Inc.</Copyright> | ||
<Company>Fast Reports Inc.</Company> | ||
<PackageLicenseUrl>https://www.fast-report.com/en/product/fast-report-net/license</PackageLicenseUrl> | ||
<PackageProjectUrl>https://www.fast-report.com/en/product/fast-report-net</PackageProjectUrl> | ||
<Authors>Fast Reports Inc.</Authors> | ||
<Product>FastReport.Data.Firebird</Product> | ||
<Description>Represents a connection to Firebird data for FastReport.Net.</Description> | ||
<PackageId>FastReport.CoreWin.Data.Firebird</PackageId> | ||
<PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl> | ||
<PackageTags>reporting, Firebird, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Configurations>Debug;Release;</Configurations> | ||
<AssemblyName>FastReport.Data.Firebird</AssemblyName> | ||
<RootNamespace>FastReport.Data</RootNamespace> | ||
<PackageReleaseNotes>Initial release</PackageReleaseNotes> | ||
</PropertyGroup> | ||
<PropertyGroup > | ||
<DefineConstants>FRCORE;</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.Core3\FastReport\FastReport.csproj"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</ProjectReference> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="6.6.0" /> | ||
</ItemGroup> | ||
</Project> |
2 changes: 1 addition & 1 deletion
2
Extras/Core/FastReport.Data/FastReport.Data.Json/FastReport.Core.Data.Json.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
Extras/Core/FastReport.Data/FastReport.Data.Json/FastReport.CoreWin.Data.Json.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>../../../FastReport.Plugins.snk</AssemblyOriginatorKeyFile> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Copyright>Fast Reports Inc.</Copyright> | ||
<Company>Fast Reports Inc.</Company> | ||
<PackageLicenseUrl>https://www.fast-report.com/en/product/fast-report-net/license</PackageLicenseUrl> | ||
<PackageProjectUrl>https://www.fast-report.com/en/product/fast-report-net</PackageProjectUrl> | ||
<Authors>Fast Reports Inc.</Authors> | ||
<Product>FastReport.Data.Json</Product> | ||
<Description>Represents a connection to Json data for FastReport.Net.</Description> | ||
<PackageId>FastReport.CoreWin.Data.Json</PackageId> | ||
<PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl> | ||
<PackageTags>reporting, Json, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Configurations>Debug;Release;</Configurations> | ||
<AssemblyName>FastReport.Data.Json</AssemblyName> | ||
<RootNamespace>FastReport.Data</RootNamespace> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DefineConstants>FRCORE;</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Newtonsoft.Json" Version="[11.0.2,)" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.Core3\FastReport\FastReport.csproj"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</ProjectReference> | ||
</ItemGroup> | ||
</Project> |
2 changes: 1 addition & 1 deletion
2
Extras/Core/FastReport.Data/FastReport.Data.Json/FastReport.Data.Json.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
Extras/Core/FastReport.Data/FastReport.Data.MongoDB/FastReport.CoreWin.Data.MongoDB.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netcoreapp3.1</TargetFrameworks> | ||
<SignAssembly>false</SignAssembly> | ||
<AssemblyOriginatorKeyFile>../../../FastReport.Plugins.snk</AssemblyOriginatorKeyFile> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Copyright>Fast Reports Inc.</Copyright> | ||
<Company>Fast Reports Inc.</Company> | ||
<PackageLicenseUrl>https://www.fast-report.com/en/product/fast-report-net/license</PackageLicenseUrl> | ||
<PackageProjectUrl>https://www.fast-report.com/en/product/fast-report-net</PackageProjectUrl> | ||
<Authors>Fast Reports Inc.</Authors> | ||
<Product>FastReport.Data.MongoDB</Product> | ||
<Description>Represents a connection to MongoDB database for FastReport.Net.</Description> | ||
<PackageId>FastReport.CoreWin.Data.MongoDB</PackageId> | ||
<PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl> | ||
<PackageTags>reporting, MongoDB, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Configurations>Debug;Release;</Configurations> | ||
<AssemblyName>FastReport.Data.MongoDB</AssemblyName> | ||
<RootNamespace>FastReport.Data</RootNamespace> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DefineConstants>FRCORE;</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="MongoDB.Bson" Version="[2.11.0,)" /> | ||
<PackageReference Include="MongoDB.Driver" Version="[2.11.0,)" /> | ||
<PackageReference Include="MongoDB.Driver.Core" Version="[2.11.0,)" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.Core3\FastReport\FastReport.csproj"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</ProjectReference> | ||
</ItemGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
Extras/Core/FastReport.Data/FastReport.Data.MySql/FastReport.CoreWin.Data.MySql.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>../../../FastReport.Plugins.snk</AssemblyOriginatorKeyFile> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Copyright>Fast Reports Inc.</Copyright> | ||
<Company>Fast Reports Inc.</Company> | ||
<PackageLicenseUrl>https://www.fast-report.com/en/product/fast-report-net/license</PackageLicenseUrl> | ||
<PackageProjectUrl>https://www.fast-report.com/en/product/fast-report-net</PackageProjectUrl> | ||
<Authors>Fast Reports Inc.</Authors> | ||
<Product>FastReport.Data.MySql</Product> | ||
<Description>Represents a connection to My SQL database for FastReport.Net.</Description> | ||
<PackageId>FastReport.CoreWin.Data.MySql</PackageId> | ||
<PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl> | ||
<PackageTags>reporting, mysql, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Configurations>Debug;Release;</Configurations> | ||
<AssemblyName>FastReport.Data.MySql</AssemblyName> | ||
<RootNamespace>FastReport.Data</RootNamespace> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="MySql.Data" Version="[8.0.12,)" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.Core3\FastReport\FastReport.csproj"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</ProjectReference> | ||
</ItemGroup> | ||
</Project> |
34 changes: 34 additions & 0 deletions
34
...astReport.Data/FastReport.Data.OracleODPCore/FastReport.CoreWin.Data.OracleODPCore.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFramework>netcoreapp3.1</TargetFramework> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>../../../FastReport.Plugins.snk</AssemblyOriginatorKeyFile> | ||
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> | ||
<Copyright>Fast Reports Inc.</Copyright> | ||
<Company>Fast Reports Inc.</Company> | ||
<PackageLicenseUrl>https://www.fast-report.com/en/product/fast-report-net/license</PackageLicenseUrl> | ||
<PackageProjectUrl>https://www.fast-report.com/en/product/fast-report-net</PackageProjectUrl> | ||
<Authors>Fast Reports Inc.</Authors> | ||
<Product>FastReport.Data.OracleODPCore</Product> | ||
<Description>Represents a connection to Oracle database for FastReport.Net.</Description> | ||
<PackageId>FastReport.CoreWin.Data.OracleODPCore</PackageId> | ||
<PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl> | ||
<PackageTags>reporting, oracle, core, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Configurations>Debug;Release;</Configurations> | ||
<AssemblyName>FastReport.Data.OracleODPCore</AssemblyName> | ||
<RootNamespace>FastReport.Data</RootNamespace> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DefineConstants>FRCORE;</DefineConstants> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.18.3" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.Core3\FastReport\FastReport.csproj"> | ||
<PrivateAssets>all</PrivateAssets> | ||
</ProjectReference> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.