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

@@ -2,11 +2,13 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Configurations>Debug;Release;ServerBuild</Configurations>
<PlatformTarget>x64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Reference Include="Bootstrapper">
<HintPath>..\..\bridge\runtime\Bootstrapper.dll</HintPath>
<HintPath>..\Import\Bootstrapper.dll</HintPath>
</Reference>
</ItemGroup>