Files
WpfExtended/WpfExtended.Test/WpfExtended.Tests.csproj
T
Alexandru Macocian 34a37ce206 Change extension namespace.
Implement extended launcher with DI.
Test launching all effects.
2021-04-01 14:00:35 +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.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\WpfExtended\WpfExtended.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="Images\Test.jpg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>