aboutsummaryrefslogtreecommitdiff
path: root/MundusTests/MundusTests.csproj
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2020-05-19 15:06:40 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2020-05-19 15:06:40 +0300
commit43e65fb3c92df024ee4eaff454b1fe340c07c41f (patch)
tree173ac9708d62d691499f9e633b1beb22f0cca155 /MundusTests/MundusTests.csproj
parentd580ea82d48831e3cf243e5b250bf7076c8a6b1b (diff)
downloadMundus-43e65fb3c92df024ee4eaff454b1fe340c07c41f.tar
Mundus-43e65fb3c92df024ee4eaff454b1fe340c07c41f.tar.gz
Mundus-43e65fb3c92df024ee4eaff454b1fe340c07c41f.zip
Fixed MITests and did all Service/SuperLayers tests (for HeightController and ImageController)
Diffstat (limited to 'MundusTests/MundusTests.csproj')
-rw-r--r--MundusTests/MundusTests.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/MundusTests/MundusTests.csproj b/MundusTests/MundusTests.csproj
index e8f95c8..2320858 100644
--- a/MundusTests/MundusTests.csproj
+++ b/MundusTests/MundusTests.csproj
@@ -167,6 +167,7 @@
<Reference Include="MySql.Data.EntityFrameworkCore">
<HintPath>..\packages\MySql.Data.EntityFrameworkCore.8.0.20\lib\netstandard2.0\MySql.Data.EntityFrameworkCore.dll</HintPath>
</Reference>
+ <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
</ItemGroup>
<ItemGroup>
<Compile Include="DataTests\GameEventLogs\GameEventLogContextTests.cs" />
@@ -187,6 +188,7 @@
<Compile Include="DataTests\DataBaseContextsTests.cs" />
<Compile Include="ServiceTests\SuperLayers\HeightControllerTests.cs" />
<Compile Include="DataTests\Mobs\MITests.cs" />
+ <Compile Include="ServiceTests\SuperLayers\ImageControllerTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
@@ -200,6 +202,7 @@
<Folder Include="ServiceTests\" />
<Folder Include="ServiceTests\SuperLayers\" />
<Folder Include="DataTests\Mobs\" />
+ <Folder Include="ServiceTests\Tiles\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Mundus\Mundus.csproj">