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

26 lines
846 B
XML
Raw Normal View History

2022-06-05 17:02:21 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0-windows10.0.22000;net461</TargetFrameworks>
2023-04-28 18:53:00 -05:00
<LangVersion>11.0</LangVersion>
2022-06-05 17:02:21 -05:00
<UseWPF>true</UseWPF>
2022-06-08 12:05:56 -05:00
<ApplicationIcon>Assets\ZuneFluentGem.ico</ApplicationIcon>
2023-10-08 20:49:37 -05:00
<AppConfig>App.config</AppConfig>
2022-06-05 17:02:21 -05:00
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ZuneShell\ZuneShell.csproj" />
</ItemGroup>
2023-10-08 20:49:37 -05:00
<ItemGroup Condition=" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'windows' ">
<PackageReference Include="VideoLAN.LibVLC.Windows" Version="3.0.18" />
</ItemGroup>
2022-06-05 17:02:21 -05:00
<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>