You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<Project Sdk= "Microsoft.NET.Sdk" >
<PropertyGroup >
<OutputType > Library</OutputType>
<TargetFramework > net8.0-windows</TargetFramework>
<Nullable > enable</Nullable>
<ImplicitUsings > enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup >
<PackageReference Include= "Avalonia" Version= "11.3.9" />
<PackageReference Include= "Avalonia.Desktop" Version= "11.3.9" />
<PackageReference Include= "Avalonia.Native" Version= "11.3.9" />
<PackageReference Include= "Avalonia.Skia" Version= "11.3.9" />
<PackageReference Include= "Avalonia.Themes.Fluent" Version= "11.3.9" />
<PackageReference Include= "Avalonia.Win32" Version= "11.3.9" />
<PackageReference Include= "Avalonia.Win32.Interoperability" Version= "11.3.9" />
<PackageReference Include= "CommunityToolkit.Mvvm" Version= "8.4.0" />
<PackageReference Include= "LiveMarkdown.Avalonia" Version= "1.6.2" />
<PackageReference Include= "Microsoft.Extensions.DependencyInjection" Version= "10.0.0" />
<PackageReference Include= "Microsoft.Extensions.DependencyInjection.Abstractions" Version= "10.0.2" />
<PackageReference Include= "Microsoft.SemanticKernel" Version= "1.68.0" />
<PackageReference Include= "Newtonsoft.Json" Version= "13.0.3" />
<PackageReference Include= "YamlDotNet" Version= "16.3.0" />
</ItemGroup>
<ItemGroup >
<AvaloniaResource Include= "Assets\*.svg" />
</ItemGroup>
<ItemGroup >
<!-- ai - settings.json 不提交到 Git, 需在部署目录手动创建 -->
<None Include= "ai-settings.json" CopyToOutputDirectory= "PreserveNewest" />
</ItemGroup>
</Project>