update 20240925
This commit is contained in:
BIN
packages/FastReport.DataVisualization.2023.3.0/.signature.p7s
vendored
Normal file
BIN
packages/FastReport.DataVisualization.2023.3.0/.signature.p7s
vendored
Normal file
Binary file not shown.
BIN
packages/FastReport.DataVisualization.2023.3.0/FastReport.DataVisualization.2023.3.0.nupkg
vendored
Normal file
BIN
packages/FastReport.DataVisualization.2023.3.0/FastReport.DataVisualization.2023.3.0.nupkg
vendored
Normal file
Binary file not shown.
24
packages/FastReport.DataVisualization.2023.3.0/LICENSE.txt
vendored
Normal file
24
packages/FastReport.DataVisualization.2023.3.0/LICENSE.txt
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) .NET Foundation and Contributors
|
||||
Copyright (c) 2023 Fast Reports Inc
|
||||
|
||||
All rights reserved.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,24 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<!-- Include correct version of FastReport.DataVisualization for .NET Core 3.0 or greater after resolving FastReport.Compat -->
|
||||
<Target Name="_FR_DataVisualization_AddReference" AfterTargets="_FR_Compat_AddReference" >
|
||||
<Message Importance="high" Condition="$(_frDebug) == 'true'" Text="FastReport.DataVisualization after _FR_Compat_AddReference"/>
|
||||
<Message Importance="high" Condition="$(_frDebug) == 'true'" Text="FrameworkReference: '@(FrameworkReference)'"/>
|
||||
<Message Importance="high" Condition="$(_frDebug) == 'true'" Text="ResolvedFrameworkReference: '@(ResolvedFrameworkReference)'"/>
|
||||
<Message Importance="high" Condition="$(_frDebug) == 'true'" Text="TargetFrameworkVersion: '$(TargetFrameworkVersion)'"/>
|
||||
|
||||
<Message Importance="high" Condition="$(_frDebug) == 'true'" Text="_UseWindowsDesktopSDK in DataVisualization: $(_UseWindowsDesktopSDK)"/>
|
||||
|
||||
<ItemGroup Condition="!$(_UseWindowsDesktopSDK)">
|
||||
<Reference Include="$(MSBuildThisFileDirectory)lib\Any\FastReport.DataVisualization.dll" />
|
||||
</ItemGroup>
|
||||
<!-- We don't include lib\Win\FastReport.DataVisualization.dll for .NET 5 or greater,
|
||||
because for .NET 5 Windows we use library in net5.0-windows7.0 folder -->
|
||||
<ItemGroup Condition="$(_UseWindowsDesktopSDK) And $(TargetFrameworkVersion[1]) == '3'">
|
||||
<Reference Include="$(MSBuildThisFileDirectory)lib\Win\FastReport.DataVisualization.dll" />
|
||||
</ItemGroup>
|
||||
|
||||
<Message Importance="high" Condition="$(_frDebug) == 'true'" Text="References: '@(Reference)'"/>
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildThisFileDirectory)..\..\build\netcoreapp3.0\$(MSBuildThisFile)"/>
|
||||
</Project>
|
||||
BIN
packages/FastReport.DataVisualization.2023.3.0/frlogo192.png
vendored
Normal file
BIN
packages/FastReport.DataVisualization.2023.3.0/frlogo192.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
BIN
packages/FastReport.DataVisualization.2023.3.0/lib/net40/FastReport.DataVisualization.dll
vendored
Normal file
BIN
packages/FastReport.DataVisualization.2023.3.0/lib/net40/FastReport.DataVisualization.dll
vendored
Normal file
Binary file not shown.
Binary file not shown.
0
packages/FastReport.DataVisualization.2023.3.0/lib/netcoreapp3.0/_._
vendored
Normal file
0
packages/FastReport.DataVisualization.2023.3.0/lib/netcoreapp3.0/_._
vendored
Normal file
BIN
packages/FastReport.DataVisualization.2023.3.0/lib/netstandard2.0/FastReport.DataVisualization.dll
vendored
Normal file
BIN
packages/FastReport.DataVisualization.2023.3.0/lib/netstandard2.0/FastReport.DataVisualization.dll
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user