Cleaned up ZuneHost.Wpf.csproj

This commit is contained in:
Yoshi Askharoun
2022-06-06 12:03:44 -05:00
parent 5698ce90e8
commit b74108d441
+2 -5
View File
@@ -6,16 +6,13 @@
<UseWPF>true</UseWPF> <UseWPF>true</UseWPF>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<None Remove="Assets\ZuneFluentWordmark.png" />
</ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\ZuneShell\ZuneShell.csproj" /> <ProjectReference Include="..\ZuneShell\ZuneShell.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Resource Include="Assets\ZuneFluentWordmark.png" /> <None Remove="Assets\ZuneFluentWordmark.png" />
<Resource Include="Assets\ZuneFluentWordmark.png" />
</ItemGroup> </ItemGroup>
</Project> </Project>