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.Server</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ContentAssemblyTarget>..\bin\Server\Assemblies\</ContentAssemblyTarget>
<ContentAssemblyTarget>..\bin\Server\Resources\Assemblies\</ContentAssemblyTarget>
<OutputPath>..\bin\Content.Server\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>