VkAudioDownloader/VkAudioDownloader.CLI/VkAudioDownloader.CLI.csproj

20 lines
595 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>10</LangVersion>
<ImplicitUsings>disable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\VkAudioDownloader\VkAudioDownloader.csproj" />
</ItemGroup>
<ItemGroup>
<None Update="config.dtsod.default">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>