Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
459 changes: 457 additions & 2 deletions Assets Editor/App.xaml

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions Assets Editor/AssetsEditor.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net10.0-windows7.0</TargetFramework>
<RootNamespace>Assets_Editor</RootNamespace>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<Nullable>annotations</Nullable>
<AssemblyName>Assets Editor</AssemblyName>
<ApplicationIcon>Walking_000.ico</ApplicationIcon>
<FileVersion>2.0.0</FileVersion>
Expand All @@ -22,7 +23,7 @@
<PackageReference Include="Google.Protobuf" Version="3.21.4" />
<PackageReference Include="Grpc.Tools" Version="2.60.0" PrivateAssets="All" />
<PackageReference Include="LiveChartsCore.SkiaSharpView.WPF" Version="2.0.0-rc2" />
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.9.1" />
<PackageReference Include="Magick.NET-Q8-AnyCPU" Version="14.13.1" />
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
<PackageReference Include="MoonSharp" Version="2.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down
1,214 changes: 778 additions & 436 deletions Assets Editor/DatEditor.xaml

Large diffs are not rendered by default.

Loading