Update 20240807 - nach NUGET-Update Syncfusion
This commit is contained in:
9
OnDocWPF/App.xaml
Normal file
9
OnDocWPF/App.xaml
Normal file
@@ -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>
|
||||
14
OnDocWPF/App.xaml.cs
Normal file
14
OnDocWPF/App.xaml.cs
Normal file
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
10
OnDocWPF/AssemblyInfo.cs
Normal file
10
OnDocWPF/AssemblyInfo.cs
Normal file
@@ -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)
|
||||
)]
|
||||
15
OnDocWPF/MainWindow.xaml
Normal file
15
OnDocWPF/MainWindow.xaml
Normal file
@@ -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>
|
||||
24
OnDocWPF/MainWindow.xaml.cs
Normal file
24
OnDocWPF/MainWindow.xaml.cs
Normal file
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
15
OnDocWPF/OnDocWPF.csproj
Normal file
15
OnDocWPF/OnDocWPF.csproj
Normal file
@@ -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>
|
||||
14
OnDocWPF/OnDocWPF.csproj.user
Normal file
14
OnDocWPF/OnDocWPF.csproj.user
Normal file
@@ -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>
|
||||
413
OnDocWPF/bin/Debug/net8.0-windows/OnDocWPF.deps.json
Normal file
413
OnDocWPF/bin/Debug/net8.0-windows/OnDocWPF.deps.json
Normal file
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
OnDocWPF/bin/Debug/net8.0-windows/OnDocWPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/OnDocWPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/OnDocWPF.exe
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/OnDocWPF.exe
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/OnDocWPF.pdb
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/OnDocWPF.pdb
Normal file
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
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Calculate.Base.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Calculate.Base.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Data.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Data.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.DocIO.Base.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.DocIO.Base.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Edit.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Edit.WPF.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Gantt.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Gantt.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Grid.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Grid.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.GridCommon.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.GridCommon.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Licensing.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Licensing.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Linq.Base.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Linq.Base.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.PMML.Base.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.PMML.Base.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Pdf.Base.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Pdf.Base.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.PdfViewer.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.PdfViewer.WPF.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.ProjIO.Base.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.ProjIO.Base.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfAccordion.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfAccordion.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfBarcode.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfBarcode.WPF.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfCellGrid.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfCellGrid.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfChart.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfChart.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfDiagram.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfDiagram.WPF.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfGauge.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfGauge.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfGrid.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfGrid.WPF.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfHeatMap.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfHeatMap.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfHubTile.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfHubTile.WPF.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfInput.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfInput.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfKanban.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfKanban.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfMaps.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfMaps.WPF.dll
Normal file
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
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfSchedule.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfSchedule.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfScheduler.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfScheduler.WPF.dll
Normal file
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfShared.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfShared.WPF.dll
Normal file
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
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfTreeMap.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfTreeMap.WPF.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfTreeView.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.SfTreeView.WPF.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Shared.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Shared.WPF.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Themes.Lime.WPF.dll
Normal file
BIN
OnDocWPF/bin/Debug/net8.0-windows/Syncfusion.Themes.Lime.WPF.dll
Normal file
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.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user