-
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 #418 from FastReports/sync_branch_2022.2.0
FastReport.OpenSource 2022.2.0
- Loading branch information
Showing
26 changed files
with
1,230 additions
and
60 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
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
47 changes: 47 additions & 0 deletions
47
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<TargetFrameworks>netstandard2.0;net461;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.Excel</Product> | ||
<PackageId>FastReport.OpenSource.Data.Excel</PackageId> | ||
<PackageIconUrl>https://www.fast-report.com/download/images/frlogo-big.png</PackageIconUrl> | ||
<PackageTags>reporting, excel, connection, reports, core</PackageTags> | ||
<Version>1.0.0</Version> | ||
<Configurations>Debug;Release;</Configurations> | ||
<AssemblyName>FastReport.Data.Excel</AssemblyName> | ||
<RootNamespace>FastReport.Data</RootNamespace> | ||
<Description>Represents a connection to Excel 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> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="DocumentFormat.OpenXml" Version="2.11.3" /> | ||
<PackageReference Include="SpreadsheetLight" Version="3.5.0" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Remove="ExcelConnectionEditor.cs" /> | ||
<Compile Remove="*.Designer.cs" /> | ||
<Compile Remove="*.DesignExt.cs" /> | ||
<EmbeddedResource Remove="ExcelConnectionEditor.resx" /> | ||
</ItemGroup> | ||
<ItemGroup Condition="$(TargetFramework)=='net461'"> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Data" /> | ||
<Reference Include="System.Design" /> | ||
<Reference Include="System.Drawing" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\..\FastReport.OpenSource\FastReport.OpenSource.csproj" /> | ||
</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
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
Oops, something went wrong.