mirror of
https://github.com/fiso64/slsk-batchdl.git
synced 2024-12-22 22:42:41 +00:00
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<AssemblyName>sldl</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'" />
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Test.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Goblinfactory.ProgressBar" Version="1.0.0" />
|
|
<PackageReference Include="Google.Apis.YouTube.v3" Version="1.63.0.3205" />
|
|
<PackageReference Include="HtmlAgilityPack" Version="1.11.54" />
|
|
<PackageReference Include="SmallestCSVParser" Version="1.1.1" />
|
|
<PackageReference Include="Soulseek" Version="6.4.1" />
|
|
<PackageReference Include="SpotifyAPI.Web" Version="7.0.2" />
|
|
<PackageReference Include="SpotifyAPI.Web.Auth" Version="7.0.2" />
|
|
<PackageReference Include="TagLibSharp" Version="2.3.0" />
|
|
<PackageReference Include="YoutubeExplode" Version="6.3.16" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|