Files
WpfExtended/WpfExtended.Test/WpfExtended.Tests.csproj
T
Alexandru Macocian 668d54d5c9 Implemented HttpClientResolver and LoggerResolver.
Refactored application statup flow to include HttpClientResolver as optional and SetupLoggerFactory to setup logging.
2021-05-13 18:37:32 +02:00

24 lines
558 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="SystemExtensions.NetStandard" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WpfExtended\WpfExtended.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Images\Test.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>