Update 20240807 - nach NUGET-Update Syncfusion
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<Application x:Class="OnDocWPF.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="clr-namespace:OnDocWPF"
|
||||
StartupUri="MainWindow.xaml">
|
||||
<Application.Resources>
|
||||
|
||||
</Application.Resources>
|
||||
</Application>
|
||||
@@ -0,0 +1,14 @@
|
||||
using System.Configuration;
|
||||
using System.Data;
|
||||
using System.Windows;
|
||||
|
||||
namespace OnDocWPF
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for App.xaml
|
||||
/// </summary>
|
||||
public partial class App : Application
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
using System.Windows;
|
||||
|
||||
[assembly: ThemeInfo(
|
||||
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
|
||||
//(used if a resource is not found in the page,
|
||||
// or application resource dictionaries)
|
||||
ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
|
||||
//(used if a resource is not found in the page,
|
||||
// app, or any theme specific resource dictionaries)
|
||||
)]
|
||||
@@ -0,0 +1,15 @@
|
||||
<Window
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:OnDocWPF"
|
||||
xmlns:syncfusion="http://schemas.syncfusion.com/wpf" x:Class="OnDocWPF.MainWindow"
|
||||
mc:Ignorable="d"
|
||||
Title="MainWindow" Height="450" Width="800">
|
||||
<Grid>
|
||||
|
||||
<syncfusion:SfDataGrid HorizontalAlignment="Left" Height="280" Margin="87,109,0,0" VerticalAlignment="Top" Width="599"/>
|
||||
|
||||
</Grid>
|
||||
</Window>
|
||||
@@ -0,0 +1,24 @@
|
||||
using System.Text;
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Data;
|
||||
using System.Windows.Documents;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
using System.Windows.Media.Imaging;
|
||||
using System.Windows.Navigation;
|
||||
using System.Windows.Shapes;
|
||||
|
||||
namespace OnDocWPF
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for MainWindow.xaml
|
||||
/// </summary>
|
||||
public partial class MainWindow : Window
|
||||
{
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net8.0-windows</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<UseWPF>true</UseWPF>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="syncfusion.ui.wpf.net" Version="25.1.35" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup />
|
||||
<ItemGroup>
|
||||
<ApplicationDefinition Update="App.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Page Update="MainWindow.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
</Page>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,413 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"OnDocWPF/1.0.0": {
|
||||
"dependencies": {
|
||||
"Syncfusion.UI.WPF.NET": "25.1.35"
|
||||
},
|
||||
"runtime": {
|
||||
"OnDocWPF.dll": {}
|
||||
}
|
||||
},
|
||||
"Syncfusion.UI.WPF.NET/25.1.35": {
|
||||
"runtime": {
|
||||
"lib/net6.0-windows7.0/Syncfusion.Calculate.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Compression.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Data.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.DocIO.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.DocToPDFConverter.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Edit.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.ExcelChartToImageConverter.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.ExcelToPdfConverter.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Gantt.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Grid.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.GridCommon.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Licensing.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Linq.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.OfficeChart.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.OfficeChartToImageConverter.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.PMML.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Pdf.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.PdfToImageConverter.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.PdfViewer.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.PivotAnalysis.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.PivotAnalysis.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Presentation.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.PresentationToPdfConverter.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.ProjIO.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.PropertyGrid.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfAccordion.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfBarcode.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfBulletGraph.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfBusyIndicator.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfCellGrid.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfChart.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfDiagram.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfDiagramRibbon.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfGauge.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfGrid.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfGridCommon.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfHeatMap.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfHubTile.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfImageEditor.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfInput.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfKanban.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfMaps.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfNavigationDrawer.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfProgressBar.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfRadialMenu.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfRichTextBoxAdv.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfRichTextRibbon.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfSchedule.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfScheduler.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfShared.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfSkinManager.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfSmithChart.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfSpellChecker.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfSpreadsheet.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfSpreadsheetHelper.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfSunburstChart.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfTextInputLayout.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfTreeMap.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfTreeNavigator.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.SfTreeView.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Shared.WPF.Classic.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Shared.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Blend.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.FluentDark.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.FluentLight.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Lime.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.MaterialDark.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.MaterialDarkBlue.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.MaterialLight.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.MaterialLightBlue.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Metro.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2010Black.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2010Blue.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2010Silver.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2013DarkGray.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2013LightGray.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2013White.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2016Colorful.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2016DarkGray.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2016White.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2019Black.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2019Colorful.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2019DarkGray.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2019HighContrast.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2019HighContrastWhite.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office2019White.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Office365.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.Saffron.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.SystemTheme.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.VisualStudio2013.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Themes.VisualStudio2015.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Tools.WPF.Classic.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.Tools.WPF.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
},
|
||||
"lib/net6.0-windows7.0/Syncfusion.XlsIO.Base.dll": {
|
||||
"assemblyVersion": "25.1.35.0",
|
||||
"fileVersion": "25.1.35.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"OnDocWPF/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"Syncfusion.UI.WPF.NET/25.1.35": {
|
||||
"type": "package",
|
||||
"serviceable": true,
|
||||
"sha512": "sha512-Bg4J63JXgl0CjMMNJD8dhn7cdmbhRubFd3A8MW8In/3cIaCZ0U0IuUMSxERRl1mIwd0J5PQglKBmoFsK3U6Pvg==",
|
||||
"path": "syncfusion.ui.wpf.net/25.1.35",
|
||||
"hashPath": "syncfusion.ui.wpf.net.25.1.35.nupkg.sha512"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user