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

20 lines
550 B
XML
Raw Normal View History

2022-06-05 17:02:21 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
2022-07-13 22:29:44 -05:00
<TargetFramework>net6.0-windows10.0.22000</TargetFramework>
2022-06-05 17:02:21 -05:00
<UseWPF>true</UseWPF>
2022-06-08 12:05:56 -05:00
<ApplicationIcon>Assets\ZuneFluentGem.ico</ApplicationIcon>
2022-06-05 17:02:21 -05:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ZuneShell\ZuneShell.csproj" />
</ItemGroup>
<ItemGroup>
2022-06-08 12:05:56 -05:00
<Content Include="Assets\ZuneFluentGem.ico" />
2022-06-06 12:03:44 -05:00
<Resource Include="Assets\ZuneFluentWordmark.png" />
2022-06-05 17:02:21 -05:00
</ItemGroup>
</Project>