DLL import
This commit is contained in:
BIN
Import/Bootstrapper.dll
Normal file
BIN
Import/Bootstrapper.dll
Normal file
Binary file not shown.
BIN
Import/rage-sharp.dll
Normal file
BIN
Import/rage-sharp.dll
Normal file
Binary file not shown.
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Library</OutputType>
|
<OutputType>Library</OutputType>
|
||||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||||
<ApplicationIcon />
|
<ApplicationIcon />
|
||||||
<StartupObject />
|
<StartupObject />
|
||||||
<Configurations>Debug;Release;ServerBuild</Configurations>
|
<Configurations>Debug;Release;ServerBuild</Configurations>
|
||||||
@@ -31,11 +31,8 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="rage-sharp" Condition="'$(ConfigurationName)' != 'ServerBuild'">
|
<Reference Include="rage-sharp" >
|
||||||
<HintPath>..\..\..\dotnet\rage-sharp.dll</HintPath>
|
<HintPath>..\Import\rage-sharp.dll</HintPath>
|
||||||
</Reference>
|
|
||||||
<Reference Include="rage-sharp" Condition="'$(ConfigurationName)' == 'ServerBuild'">
|
|
||||||
<HintPath>..\..\rage-sharp.dll</HintPath>
|
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Bootstrapper">
|
<Reference Include="Bootstrapper">
|
||||||
<HintPath>..\..\bridge\runtime\Bootstrapper.dll</HintPath>
|
<HintPath>..\Import\Bootstrapper.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Bootstrapper">
|
<Reference Include="Bootstrapper">
|
||||||
<HintPath>..\..\bridge\runtime\Bootstrapper.dll</HintPath>
|
<HintPath>..\Import\Bootstrapper.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild' AND '$(OS)' == 'Windows_NT'">
|
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild' AND '$(OS)' == 'Windows_NT'">
|
||||||
|
|||||||
@@ -2,11 +2,13 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>netstandard2.0</TargetFramework>
|
<TargetFramework>netstandard2.0</TargetFramework>
|
||||||
|
<Configurations>Debug;Release;ServerBuild</Configurations>
|
||||||
|
<PlatformTarget>x64</PlatformTarget>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="Bootstrapper">
|
<Reference Include="Bootstrapper">
|
||||||
<HintPath>..\..\bridge\runtime\Bootstrapper.dll</HintPath>
|
<HintPath>..\Import\Bootstrapper.dll</HintPath>
|
||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user