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,7 +2,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp2.2</TargetFramework>
<ApplicationIcon />
<StartupObject />
<Configurations>Debug;Release;ServerBuild</Configurations>
@@ -31,11 +31,8 @@
</ItemGroup>
<ItemGroup>
<Reference Include="rage-sharp" Condition="'$(ConfigurationName)' != 'ServerBuild'">
<HintPath>..\..\..\dotnet\rage-sharp.dll</HintPath>
</Reference>
<Reference Include="rage-sharp" Condition="'$(ConfigurationName)' == 'ServerBuild'">
<HintPath>..\..\rage-sharp.dll</HintPath>
<Reference Include="rage-sharp" >
<HintPath>..\Import\rage-sharp.dll</HintPath>
</Reference>
</ItemGroup>