Files
WpfExtended/WpfExtended.Test/WpfExtended.Tests.csproj
T
77a47b5d69 Introducing CV extensions (#2)
Implement default logger providers that would use CV
ILogsWriter for quick implementation of logs sink

Co-authored-by: Alexandru Macocian <almacoci@microsoft.com>
2021-06-03 14:05:10 +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.3.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WpfExtended\WpfExtended.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Images\Test.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>