\CayciV2Bot\CayciV2Bot\CayciV2Bot.csproj

Return Back
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>10.0</LangVersion>
<StartupObject>CayciV2Bot.Program</StartupObject>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>$(WarningsAsErrors)</WarningsAsErrors>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>$(WarningsAsErrors)</WarningsAsErrors>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.8.1" />
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.17" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.17" />
<PackageReference Include="NAudio" Version="2.1.0" />
<PackageReference Include="AngleSharp" Version="0.17.1" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.4" />
<PackageReference Include="YoutubeExplode" Version="6.2.2" />
</ItemGroup>

<ItemGroup>
<ContentWithTargetPath Include="bin\Debug\netcoreapp3.1\libsodium.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>libsodium.dll</TargetPath>
</ContentWithTargetPath>
<ContentWithTargetPath Include="bin\Debug\netcoreapp3.1\opus.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<TargetPath>opus.dll</TargetPath>
</ContentWithTargetPath>
<Content Include="ffmpeg\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="resources\**">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>