Fix content assemblies not being loaded.

They were put in the wrong directory.
This commit is contained in:
PJB3005
2017-09-24 16:41:15 +02:00
parent b2806dcb75
commit 60ff292f14
3 changed files with 57 additions and 57 deletions

View File

@@ -11,7 +11,7 @@
<AssemblyName>Content.Client</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ContentAssemblyTarget>..\bin\Client\Assemblies\</ContentAssemblyTarget>
<ContentAssemblyTarget>..\bin\Client\Resources\Assemblies\</ContentAssemblyTarget>
<!--
This copies all dependencies,
but on the plus side it's automatically located in the right place.