Files
ZuneShell.dll/ZuneHost.Wpf/ZuneHost.Wpf.csproj
T

19 lines
473 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ZuneShell\ZuneShell.csproj" />
</ItemGroup>
<ItemGroup>
<None Remove="Assets\ZuneFluentWordmark.png" />
<Resource Include="Assets\ZuneFluentWordmark.png" />
</ItemGroup>
</Project>