[ADDITION] Added username tests, as well as random word tests.

This commit is contained in:
Dogukan
2020-10-23 23:27:37 +02:00
parent 5ac4b59e38
commit 7f8dfc0f9c
5 changed files with 190 additions and 1 deletions

View File

@@ -6,6 +6,16 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<None Remove="resources\WordsForGame.json" />
</ItemGroup>
<ItemGroup>
<Content Include="resources\WordsForGame.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Extended.Wpf.Toolkit" Version="4.0.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.1" />