-
Notifications
You must be signed in to change notification settings - Fork 607
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 #639 from FastReports/sync_branch_2023.3.9
FastReport.OpenSource 2023.3.9
- Loading branch information
Showing
33 changed files
with
92 additions
and
270 deletions.
There are no files selected for viewing
9 changes: 0 additions & 9 deletions
9
...ore/FastReport.Data/FastReport.Data.Cassandra/FastReport.OpenSource.Data.Cassandra.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
9 changes: 4 additions & 5 deletions
9
Extras/Core/FastReport.Data/FastReport.Data.Cassandra/FastReport.WPF.Data.Cassandra.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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>FastReport.WPF.Data.Cassandra</PackageId> | ||
<PackageTags>reporting, Cassandra, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to Cassandra database for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>$(NetFrameworkMinimum);net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
10 changes: 1 addition & 9 deletions
10
...e/FastReport.Data/FastReport.Data.ClickHouse/FastReport.OpenSource.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
13 changes: 4 additions & 9 deletions
13
Extras/Core/FastReport.Data/FastReport.Data.ClickHouse/FastReport.WPF.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 |
---|---|---|
@@ -1,17 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>FastReport.WPF.Data.ClickHouse</PackageId> | ||
<PackageTags>reporting, ClickHouse, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to ClickHouse database for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>net472;net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<PropertyGroup> | ||
<TargetFrameworks>net472;net6.0-windows</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
10 changes: 0 additions & 10 deletions
10
...ore/FastReport.Data/FastReport.Data.Couchbase/FastReport.OpenSource.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
12 changes: 4 additions & 8 deletions
12
Extras/Core/FastReport.Data/FastReport.Data.Couchbase/FastReport.WPF.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 |
---|---|---|
@@ -1,17 +1,13 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>FastReport.WPF.Data.Couchbase</PackageId> | ||
<PackageTags>reporting, Couchbase, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to Couchbase database for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>$(NetFrameworkMinimum);net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
<ProjectReference Include="..\FastReport.Data.Json\FastReport.WPF.Data.Json.csproj" /> | ||
</ItemGroup> | ||
|
||
</ItemGroup> | ||
</Project> |
9 changes: 0 additions & 9 deletions
9
...Report.Data/FastReport.Data.ElasticSearch/FastReport.OpenSource.Data.ElasticSearch.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
9 changes: 4 additions & 5 deletions
9
...re/FastReport.Data/FastReport.Data.ElasticSearch/FastReport.WPF.Data.ElasticSearch.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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>FastReport.WPF.Data.ElasticSearch</PackageId> | ||
<PackageTags>reporting, ElasticSearch, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to ElasticSearch database for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>$(NetFrameworkMinimum);net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
9 changes: 0 additions & 9 deletions
9
Extras/Core/FastReport.Data/FastReport.Data.Excel/FastReport.OpenSource.Data.Excel.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
9 changes: 4 additions & 5 deletions
9
Extras/Core/FastReport.Data/FastReport.Data.Excel/FastReport.WPF.Data.Excel.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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>FastReport.WPF.Data.Excel</PackageId> | ||
<PackageTags>reporting, Excel, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to Excel database for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>$(NetFrameworkMinimum);net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
9 changes: 0 additions & 9 deletions
9
.../Core/FastReport.Data/FastReport.Data.Firebird/FastReport.OpenSource.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
9 changes: 4 additions & 5 deletions
9
Extras/Core/FastReport.Data/FastReport.Data.Firebird/FastReport.WPF.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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>FastReport.WPF.Data.Firebird</PackageId> | ||
<PackageTags>reporting, Firebird, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to Firebird database for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>$(NetFrameworkMinimum);net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
10 changes: 0 additions & 10 deletions
10
Extras/Core/FastReport.Data/FastReport.Data.Json/FastReport.OpenSource.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
16 changes: 7 additions & 9 deletions
16
Extras/Core/FastReport.Data/FastReport.Data.Json/FastReport.WPF.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 |
---|---|---|
@@ -1,22 +1,20 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageLicenseUrl>https://www.fast-report.com/en/product/fast-report-net/license</PackageLicenseUrl> | ||
<PackageId>FastReport.WPF.Data.Json</PackageId> | ||
<PackageTags>reporting, Json, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to Json data for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>$(NetFrameworkMinimum);net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<PropertyGroup> | ||
<DefineConstants>FRCORE;</DefineConstants> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<ItemGroup Condition="'$(TargetFramework)'=='$(NetFrameworkMinimum)'"> | ||
<Reference Include="System.Data.Entity.Design" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
10 changes: 0 additions & 10 deletions
10
Extras/Core/FastReport.Data/FastReport.Data.Linter/FastReport.OpenSource.Data.Linter.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
9 changes: 4 additions & 5 deletions
9
Extras/Core/FastReport.Data/FastReport.Data.Linter/FastReport.WPF.Data.Linter.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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>FastReport.WPF.Data.Linter</PackageId> | ||
<PackageTags>reporting, linter, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to Linter database for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>$(NetFrameworkMinimum);net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
11 changes: 0 additions & 11 deletions
11
...as/Core/FastReport.Data/FastReport.Data.MongoDB/FastReport.OpenSource.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
9 changes: 4 additions & 5 deletions
9
Extras/Core/FastReport.Data/FastReport.Data.MongoDB/FastReport.WPF.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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>FastReport.WPF.Data.MongoDB</PackageId> | ||
<PackageTags>reporting, MongoDB, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to MongoDB database for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>$(NetFrameworkMinimum);net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
17 changes: 3 additions & 14 deletions
17
Extras/Core/FastReport.Data/FastReport.Data.MsSql/FastReport.OpenSource.Data.MsSql.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 |
---|---|---|
@@ -1,23 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> | ||
<PackageLicenseUrl>https://github.com/FastReports/FastReport/blob/master/LICENSE.md</PackageLicenseUrl> | ||
<PackageTags>reporting, mssql, connection, reports, core</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Configurations>Debug;Release;</Configurations> | ||
<Description>Represents a connection to MS SQL database for FastReport.OpenSource | ||
|
||
This package will not be updated. The $(AssemblyName) package now includes a connector for all versions of the FastReport product: FastReport .NET, FastReport.Core, FastReport.OpenSource, FastReport.CoreWin (.Net Core 3.1 and .Net 5 Windows). | ||
</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<RepositoryUrl>https://github.com/FastReports/FastReport</RepositoryUrl> | ||
|
||
<Crossplatform>true</Crossplatform> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.OpenSource\FastReport.OpenSource.csproj" /> | ||
</ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.OpenSource\FastReport.OpenSource.csproj" /> | ||
</ItemGroup> | ||
</Project> |
13 changes: 1 addition & 12 deletions
13
Extras/Core/FastReport.Data/FastReport.Data.MySql/FastReport.OpenSource.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
9 changes: 4 additions & 5 deletions
9
Extras/Core/FastReport.Data/FastReport.Data.MySql/FastReport.WPF.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 |
---|---|---|
@@ -1,13 +1,12 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<PackageId>FastReport.WPF.Data.MySql</PackageId> | ||
<PackageTags>reporting, MySql, connection, reports</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Description>Represents a connection to MySql database for FastReport.WPF</Description> | ||
<PackageReleaseNotes></PackageReleaseNotes> | ||
<TargetFrameworks>$(NetFrameworkMinimum);net6.0-windows7.0</TargetFrameworks> | ||
</PropertyGroup> | ||
|
||
<Import Project="Shared.props" /> | ||
<Import Project="..\WPF.props" /> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.WPF\FastReport.WPF.csproj" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.