<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net8.0</TargetFramework> <Nullable>enable</Nullable> <BuiltInComInteropSupport>true</BuiltInComInteropSupport> <ApplicationManifest>app.manifest</ApplicationManifest> <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault> </PropertyGroup> <ItemGroup> <PackageReference Include="Avalonia" Version="11.2.5" /> <PackageReference Include="Avalonia.Desktop" Version="11.2.5" /> <PackageReference Include="Avalonia.Themes.Fluent" Version="11.2.5" /> <PackageReference Include="Avalonia.Fonts.Inter" Version="11.2.5" /> <!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.--> <PackageReference Include="Avalonia.Diagnostics" Version="11.2.5"> <IncludeAssets Condition="'$(Configuration)' != 'Debug'">None</IncludeAssets> <PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets> </PackageReference> <PackageReference Include="itext" Version="9.1.0" /> <PackageReference Include="itext7" Version="9.1.0" /> <PackageReference Include="iTextSharp" Version="5.5.13.4" /> <PackageReference Include="LiveCharts.Core" Version="0.9.8" /> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.2" /> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.2" /> <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="9.0.4" /> </ItemGroup> <ItemGroup> <Folder Include="Hardik\UI\" /> </ItemGroup> <ItemGroup> <UpToDateCheckInput Remove="AdminWindow\.axaml" /> </ItemGroup> <ItemGroup> <Compile Update="OknaFunciy\AddZakazWindow.axaml.cs"> <DependentUpon>AddZakazWindow.axaml</DependentUpon> </Compile> </ItemGroup> </Project>