Added rage-sharp.dll reference on clientside
This commit is contained in:
@@ -2,11 +2,15 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Library</OutputType>
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
<ApplicationIcon />
|
||||
<StartupObject />
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="cs_packages\" />
|
||||
<Folder Include="Gui\vehiclemenu\web\css\" />
|
||||
@@ -14,6 +18,15 @@
|
||||
<Folder Include="Gui\vehiclemenu\web\img\" />
|
||||
</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>-->
|
||||
</ItemGroup>
|
||||
|
||||
<Target Name="PostBuild" AfterTargets="PostBuildEvent" Condition="'$(ConfigurationName)' != 'ServerBuild'">
|
||||
<Exec Command="powershell.exe .\Scripts\moveItems.ps1" />
|
||||
</Target>
|
||||
|
||||
Reference in New Issue
Block a user