2020-07-27 11:58:27 +02:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2017-10-04 15:01:54 +02:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2020-07-27 11:23:27 +02:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2021-12-05 22:34:37 +01:00
|
|
|
|
<AssemblyVersion>1.1.0.0</AssemblyVersion>
|
|
|
|
|
<FileVersion>1.1.0.0</FileVersion>
|
|
|
|
|
<Version>1.1.0</Version>
|
2017-10-04 15:01:54 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2020-07-27 11:58:27 +02:00
|
|
|
|
<ProjectReference Include="..\libs\Discord.Net\src\Discord.Net.Core\Discord.Net.Core.csproj" />
|
|
|
|
|
<ProjectReference Include="..\libs\Discord.Net\src\Discord.Net.WebSocket\Discord.Net.WebSocket.csproj" />
|
2017-10-04 15:01:54 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|