2021-08-08 15:12:36 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
|
|
|
|
<UseWPF>true</UseWPF>
|
2021-08-27 21:28:27 +00:00
|
|
|
|
<ApplicationIcon>images\icon-full.ico</ApplicationIcon>
|
2021-08-08 15:12:36 +00:00
|
|
|
|
<Win32Resource></Win32Resource>
|
|
|
|
|
<StartupObject>unison.App</StartupObject>
|
|
|
|
|
<Version>0.0.1</Version>
|
2021-08-27 16:45:53 +00:00
|
|
|
|
<Company />
|
|
|
|
|
<Authors>Théo Marchal</Authors>
|
|
|
|
|
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
|
|
|
|
<PackageProjectUrl>https://git.n700.ovh/keb/unison</PackageProjectUrl>
|
|
|
|
|
<RepositoryUrl>https://git.n700.ovh/keb/unison</RepositoryUrl>
|
|
|
|
|
<Copyright>Théo Marchal</Copyright>
|
2021-08-27 21:28:27 +00:00
|
|
|
|
<PackageIconUrl />
|
2021-08-08 15:12:36 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-08-27 21:28:27 +00:00
|
|
|
|
<None Remove="images\icon-full.ico" />
|
|
|
|
|
<None Remove="images\icon-mini.ico" />
|
|
|
|
|
<None Remove="images\nocover.png" />
|
2021-08-13 23:20:38 +00:00
|
|
|
|
<None Remove="LICENSE" />
|
2021-08-08 15:12:36 +00:00
|
|
|
|
<None Remove="snapclient_0.25.0-1_win64\FLAC.dll" />
|
|
|
|
|
<None Remove="snapclient_0.25.0-1_win64\ogg.dll" />
|
|
|
|
|
<None Remove="snapclient_0.25.0-1_win64\opus.dll" />
|
2021-08-14 00:28:21 +00:00
|
|
|
|
<None Remove="snapclient_0.25.0-1_win64\README.txt" />
|
2021-08-08 15:12:36 +00:00
|
|
|
|
<None Remove="snapclient_0.25.0-1_win64\snapclient.exe" />
|
|
|
|
|
<None Remove="snapclient_0.25.0-1_win64\soxr.dll" />
|
|
|
|
|
<None Remove="snapclient_0.25.0-1_win64\vorbis.dll" />
|
2021-08-27 16:45:53 +00:00
|
|
|
|
<None Include="LICENSE">
|
|
|
|
|
<Pack>True</Pack>
|
|
|
|
|
<PackagePath></PackagePath>
|
|
|
|
|
</None>
|
2021-08-08 15:12:36 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-08-27 21:28:27 +00:00
|
|
|
|
<Resource Include="images\icon-full.ico">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Resource>
|
|
|
|
|
<Resource Include="images\icon-mini.ico">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Resource>
|
2021-08-08 15:12:36 +00:00
|
|
|
|
<Resource Include="images\nocover.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Resource>
|
2021-08-13 23:20:38 +00:00
|
|
|
|
<Content Include="LICENSE">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2021-08-14 00:28:21 +00:00
|
|
|
|
<Content Include="snapclient_0.25.0-1_win64\README.txt">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2021-08-08 15:12:36 +00:00
|
|
|
|
<Content Include="snapclient_0.25.0-1_win64\FLAC.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="snapclient_0.25.0-1_win64\ogg.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="snapclient_0.25.0-1_win64\opus.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="snapclient_0.25.0-1_win64\snapclient.exe">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="snapclient_0.25.0-1_win64\soxr.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="snapclient_0.25.0-1_win64\vorbis.dll">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-08-13 23:20:38 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Emoji.Wpf" Version="0.3.3" />
|
|
|
|
|
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="1.1.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-08-28 22:32:41 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MpcNET\MpcNET.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-08-14 15:14:37 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="Properties\Settings.Designer.cs">
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2021-08-08 15:12:36 +00:00
|
|
|
|
</Project>
|