mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
20 lines
550 B
XML
20 lines
550 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net6.0-windows10.0.22000</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
<ApplicationIcon>Assets\ZuneFluentGem.ico</ApplicationIcon>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\ZuneShell\ZuneShell.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Content Include="Assets\ZuneFluentGem.ico" />
|
|
<Resource Include="Assets\ZuneFluentWordmark.png" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|