fixed build configuration

This commit is contained in:
hydrant
2019-02-26 16:46:32 +01:00
parent bc65c98217
commit 68443de8db
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
</ItemGroup>
<ItemGroup Condition="'$(ConfigurationName)' == 'ServerBuild'">
<Reference Include="Bootstrapper">
<HintPath>..\Bootstrapper.dll</HintPath>
<HintPath>..\..\Bootstrapper.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">