init
This commit is contained in:
commit
9638abfb0a
13
.idea/.idea.PresenceDesktop/.idea/.gitignore
vendored
Normal file
13
.idea/.idea.PresenceDesktop/.idea/.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/projectSettingsUpdater.xml
|
||||
/.idea.PresenceDesktop.iml
|
||||
/contentModel.xml
|
||||
/modules.xml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
10
.idea/.idea.PresenceDesktop/.idea/avalonia.xml
Normal file
10
.idea/.idea.PresenceDesktop/.idea/avalonia.xml
Normal file
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="AvaloniaProject">
|
||||
<option name="projectPerEditor">
|
||||
<map>
|
||||
<entry key="PresenceDesktop/MainWindow.axaml" value="PresenceDesktop/PresenceDesktop.csproj" />
|
||||
</map>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
8
.idea/.idea.PresenceDesktop/.idea/indexLayout.xml
Normal file
8
.idea/.idea.PresenceDesktop/.idea/indexLayout.xml
Normal file
@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
4
.idea/.idea.PresenceDesktop/.idea/vcs.xml
Normal file
4
.idea/.idea.PresenceDesktop/.idea/vcs.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings" defaultProject="true" />
|
||||
</project>
|
40
PresenceDesktop.sln
Normal file
40
PresenceDesktop.sln
Normal file
@ -0,0 +1,40 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PresenceDesktop", "PresenceDesktop\PresenceDesktop.csproj", "{F23030E1-A7DF-4DBC-B7B3-6056D8F391EF}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "data", "data\data.csproj", "{F2FCC5EF-BF36-4CCD-9EC8-AB71E091C04E}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "domain", "domain\domain.csproj", "{7D4EBB6B-E8E0-4508-B420-AE5B3E9197F4}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ui", "ui\ui.csproj", "{71A02240-C0FC-48C1-B21D-64936A577849}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "presence_console", "presence_console\presence_console.csproj", "{FF14A48E-4354-4D65-92D7-221639CE6397}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F23030E1-A7DF-4DBC-B7B3-6056D8F391EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F23030E1-A7DF-4DBC-B7B3-6056D8F391EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F23030E1-A7DF-4DBC-B7B3-6056D8F391EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F23030E1-A7DF-4DBC-B7B3-6056D8F391EF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{F2FCC5EF-BF36-4CCD-9EC8-AB71E091C04E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{F2FCC5EF-BF36-4CCD-9EC8-AB71E091C04E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{F2FCC5EF-BF36-4CCD-9EC8-AB71E091C04E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{F2FCC5EF-BF36-4CCD-9EC8-AB71E091C04E}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{7D4EBB6B-E8E0-4508-B420-AE5B3E9197F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{7D4EBB6B-E8E0-4508-B420-AE5B3E9197F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{7D4EBB6B-E8E0-4508-B420-AE5B3E9197F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{7D4EBB6B-E8E0-4508-B420-AE5B3E9197F4}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{71A02240-C0FC-48C1-B21D-64936A577849}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{71A02240-C0FC-48C1-B21D-64936A577849}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{71A02240-C0FC-48C1-B21D-64936A577849}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{71A02240-C0FC-48C1-B21D-64936A577849}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{FF14A48E-4354-4D65-92D7-221639CE6397}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{FF14A48E-4354-4D65-92D7-221639CE6397}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{FF14A48E-4354-4D65-92D7-221639CE6397}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{FF14A48E-4354-4D65-92D7-221639CE6397}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
10
PresenceDesktop/App.axaml
Normal file
10
PresenceDesktop/App.axaml
Normal file
@ -0,0 +1,10 @@
|
||||
<Application xmlns="https://github.com/avaloniaui"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
x:Class="PresenceDesktop.App"
|
||||
RequestedThemeVariant="Default">
|
||||
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
|
||||
|
||||
<Application.Styles>
|
||||
<FluentTheme />
|
||||
</Application.Styles>
|
||||
</Application>
|
23
PresenceDesktop/App.axaml.cs
Normal file
23
PresenceDesktop/App.axaml.cs
Normal file
@ -0,0 +1,23 @@
|
||||
using Avalonia;
|
||||
using Avalonia.Controls.ApplicationLifetimes;
|
||||
using Avalonia.Markup.Xaml;
|
||||
|
||||
namespace PresenceDesktop;
|
||||
|
||||
public partial class App : Application
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
AvaloniaXamlLoader.Load(this);
|
||||
}
|
||||
|
||||
public override void OnFrameworkInitializationCompleted()
|
||||
{
|
||||
if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop)
|
||||
{
|
||||
desktop.MainWindow = new MainWindow();
|
||||
}
|
||||
|
||||
base.OnFrameworkInitializationCompleted();
|
||||
}
|
||||
}
|
9
PresenceDesktop/MainWindow.axaml
Normal file
9
PresenceDesktop/MainWindow.axaml
Normal file
@ -0,0 +1,9 @@
|
||||
<Window xmlns="https://github.com/avaloniaui"
|
||||
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"
|
||||
mc:Ignorable="d" d:DesignWidth="800" d:DesignHeight="450"
|
||||
x:Class="PresenceDesktop.MainWindow"
|
||||
Title="PresenceDesktop">
|
||||
Welcome to Avalonia!
|
||||
</Window>
|
11
PresenceDesktop/MainWindow.axaml.cs
Normal file
11
PresenceDesktop/MainWindow.axaml.cs
Normal file
@ -0,0 +1,11 @@
|
||||
using Avalonia.Controls;
|
||||
|
||||
namespace PresenceDesktop;
|
||||
|
||||
public partial class MainWindow : Window
|
||||
{
|
||||
public MainWindow()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
30
PresenceDesktop/PresenceDesktop.csproj
Normal file
30
PresenceDesktop/PresenceDesktop.csproj
Normal file
@ -0,0 +1,30 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Avalonia" Version="11.2.1"/>
|
||||
<PackageReference Include="Avalonia.Desktop" Version="11.2.1"/>
|
||||
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.1"/>
|
||||
<PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.1"/>
|
||||
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
|
||||
<PackageReference Include="Avalonia.Diagnostics" Version="11.2.1">
|
||||
<IncludeAssets Condition="'$(Configuration)' != 'Debug'">None</IncludeAssets>
|
||||
<PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="ClosedXML" Version="0.105.0-rc" />
|
||||
<PackageReference Include="CsvHelper" Version="33.0.1" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.0-rc.1.24451.1" />
|
||||
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.0-rc.1.24451.1">
|
||||
<PrivateAssets>all</PrivateAssets>
|
||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||
</PackageReference>
|
||||
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.0-rc.1" />
|
||||
</ItemGroup>
|
||||
</Project>
|
21
PresenceDesktop/Program.cs
Normal file
21
PresenceDesktop/Program.cs
Normal file
@ -0,0 +1,21 @@
|
||||
using Avalonia;
|
||||
using System;
|
||||
|
||||
namespace PresenceDesktop;
|
||||
|
||||
class Program
|
||||
{
|
||||
// Initialization code. Don't use any Avalonia, third-party APIs or any
|
||||
// SynchronizationContext-reliant code before AppMain is called: things aren't initialized
|
||||
// yet and stuff might break.
|
||||
[STAThread]
|
||||
public static void Main(string[] args) => BuildAvaloniaApp()
|
||||
.StartWithClassicDesktopLifetime(args);
|
||||
|
||||
// Avalonia configuration, don't remove; also used by visual designer.
|
||||
public static AppBuilder BuildAvaloniaApp()
|
||||
=> AppBuilder.Configure<App>()
|
||||
.UsePlatformDetect()
|
||||
.WithInterFont()
|
||||
.LogToTrace();
|
||||
}
|
18
PresenceDesktop/app.manifest
Normal file
18
PresenceDesktop/app.manifest
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<!-- This manifest is used on Windows only.
|
||||
Don't remove it as it might cause problems with window transparency and embedded controls.
|
||||
For more details visit https://learn.microsoft.com/en-us/windows/win32/sbscs/application-manifests -->
|
||||
<assemblyIdentity version="1.0.0.0" name="PresenceDesktop.Desktop"/>
|
||||
|
||||
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
|
||||
<application>
|
||||
<!-- A list of the Windows versions that this application has been tested on
|
||||
and is designed to work with. Uncomment the appropriate elements
|
||||
and Windows will automatically select the most compatible environment. -->
|
||||
|
||||
<!-- Windows 10 -->
|
||||
<supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" />
|
||||
</application>
|
||||
</compatibility>
|
||||
</assembly>
|
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Base.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Base.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Controls.DataGrid.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Controls.DataGrid.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Controls.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Controls.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.DesignerSupport.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.DesignerSupport.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Desktop.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Desktop.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Diagnostics.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Diagnostics.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Dialogs.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Dialogs.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Fonts.Inter.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Fonts.Inter.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.FreeDesktop.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.FreeDesktop.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Markup.Xaml.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Markup.Xaml.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Markup.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Markup.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Metal.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Metal.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.MicroCom.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.MicroCom.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Native.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Native.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.OpenGL.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.OpenGL.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Remote.Protocol.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Remote.Protocol.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Skia.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Skia.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Themes.Fluent.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Themes.Fluent.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Themes.Simple.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Themes.Simple.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Vulkan.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Vulkan.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Win32.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.Win32.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.X11.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.X11.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Avalonia.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/ClosedXML.Parser.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/ClosedXML.Parser.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/ClosedXML.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/ClosedXML.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/CsvHelper.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/CsvHelper.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/DocumentFormat.OpenXml.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/DocumentFormat.OpenXml.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/ExcelNumberFormat.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/ExcelNumberFormat.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/HarfBuzzSharp.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/HarfBuzzSharp.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Humanizer.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Humanizer.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/MicroCom.Runtime.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/MicroCom.Runtime.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Microsoft.Build.Locator.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Microsoft.Build.Locator.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
PresenceDesktop/bin/Debug/net9.0/Microsoft.CodeAnalysis.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Microsoft.CodeAnalysis.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.
BIN
PresenceDesktop/bin/Debug/net9.0/Mono.TextTemplating.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Mono.TextTemplating.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Npgsql.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Npgsql.dll
Normal file
Binary file not shown.
1732
PresenceDesktop/bin/Debug/net9.0/PresenceDesktop.deps.json
Normal file
1732
PresenceDesktop/bin/Debug/net9.0/PresenceDesktop.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
PresenceDesktop/bin/Debug/net9.0/PresenceDesktop.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/PresenceDesktop.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/PresenceDesktop.exe
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/PresenceDesktop.exe
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/PresenceDesktop.pdb
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/PresenceDesktop.pdb
Normal file
Binary file not shown.
@ -0,0 +1,14 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net9.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "9.0.0"
|
||||
},
|
||||
"configProperties": {
|
||||
"System.Reflection.NullabilityInfoContext.IsSupported": true,
|
||||
"System.Runtime.InteropServices.BuiltInComInterop.IsSupported": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
BIN
PresenceDesktop/bin/Debug/net9.0/RBush.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/RBush.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/SixLabors.Fonts.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/SixLabors.Fonts.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/SkiaSharp.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/SkiaSharp.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/System.CodeDom.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/System.CodeDom.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/System.Composition.Hosting.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/System.Composition.Hosting.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/System.Composition.Runtime.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/System.Composition.Runtime.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/System.IO.Packaging.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/System.IO.Packaging.dll
Normal file
Binary file not shown.
BIN
PresenceDesktop/bin/Debug/net9.0/Tmds.DBus.Protocol.dll
Normal file
BIN
PresenceDesktop/bin/Debug/net9.0/Tmds.DBus.Protocol.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.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user