Skip to content

Commit

Permalink
Remove unused dependencies, enable Avalonia compiled bindings by default
Browse files Browse the repository at this point in the history
  • Loading branch information
iMrShadow committed Oct 8, 2024
1 parent 6c0e9d5 commit c598f12
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PlatformTarget>x64</PlatformTarget>
<StartupObject>TelltaleTextureTool.Program</StartupObject>
<PublishTrimmed>False</PublishTrimmed>
<AvaloniaUseCompiledBindingsByDefault>False</AvaloniaUseCompiledBindingsByDefault>
<AvaloniaUseCompiledBindingsByDefault>True</AvaloniaUseCompiledBindingsByDefault>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand Down Expand Up @@ -51,19 +51,14 @@
<PackageReference Include="Avalonia.Themes.Fluent" Version="11.1.3" />
<PackageReference Include="Avalonia.Xaml.Behaviors" Version="11.1.0.4" />
<PackageReference Include="BCnEncoder.Net" Version="2.1.0" />
<PackageReference Include="BitMiracle.LibTiff.NET" Version="2.4.649" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.3.2" />
<PackageReference Include="DrSwizzler" Version="1.0.8" />

<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Include="Hexa.NET.DirectXTex.Standalone" Version="2.0.0" />
<PackageReference Include="HyperText.Avalonia" Version="2.0.0" />
<PackageReference Include="Ktx2.NET" Version="1.0.3" />
<PackageReference Include="MessageBox.Avalonia" Version="3.1.6" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Pfim" Version="0.11.3" />
<PackageReference Include="PVRTexLib.NET" Version="1.0.3" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit c598f12

Please sign in to comment.