This commit is contained in:
2022-05-17 13:42:01 +03:00
parent 80aef8b6e0
commit c719eaf4fd
5 changed files with 37 additions and 3 deletions

View File

@@ -11,8 +11,18 @@
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<None Remove="BlankWindow1.xaml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Discord.Net" Version="3.6.1" />
</ItemGroup>
<ItemGroup>
<Page Include="BlankWindow1.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
</Project>