DLL import

This commit is contained in:
hydrant
2019-09-17 23:20:11 +02:00
parent 73659cdb9e
commit 47137daf61
6 changed files with 8 additions and 9 deletions

View File

@@ -40,7 +40,7 @@
</ItemGroup>
<ItemGroup>
<Reference Include="Bootstrapper">
<HintPath>..\..\bridge\runtime\Bootstrapper.dll</HintPath>
<HintPath>..\Import\Bootstrapper.dll</HintPath>
</Reference>
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild' AND '$(OS)' == 'Windows_NT'">