Files
LogViewerControl/CSharp/Applications/AvaloniaLoggingNoDI/AvaloniaLoggingNoDI.csproj
T

36 lines
1.2 KiB
XML
Raw Normal View History

2026-04-04 13:30:13 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
2026-04-04 13:49:12 +02:00
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
2026-04-04 13:30:13 +02:00
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Content Include="appsettings.Development.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="appsettings.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="appsettings.Production.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="Avalonia.Themes.Fluent" />
</ItemGroup>
<ItemGroup>
2026-04-04 13:49:12 +02:00
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="10.0.5" />
2026-04-04 13:30:13 +02:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Background Services\RandomLogging.Service\RandomLogging.Service.csproj" />
<ProjectReference Include="..\..\Controls\LogViewer.Avalonia\LogViewer.Avalonia.csproj" />
<ProjectReference Include="..\..\Core\Common.Core\Common.Core.csproj" />
<ProjectReference Include="..\..\Core\MsLogger.Core\MsLogger.Core.csproj" />
</ItemGroup>
</Project>