88a4f046d4
Basically working resource system Improved projectile movement Better receive messages Include Lidgren.Network in core
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net48</TargetFramework>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<OutputPath>D:\Games\Grand Theft Auto V\Scripts\RageCoop</OutputPath>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="DotNetZip" Version="1.16.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\RageCoop.Core\RageCoop.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="LemonUI.SHVDN3">
|
|
<HintPath>..\Libs\Release\scripts\LemonUI.SHVDN3.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\Libs\Release\scripts\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ScriptHookVDotNet3">
|
|
<HintPath>..\Libs\Release\ScriptHookVDotNet3.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|