2022-06-11 18:41:10 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<PropertyGroup>
|
2022-06-11 18:41:10 +08:00
|
|
|
|
<TargetFramework>net48</TargetFramework>
|
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
|
|
|
<OutputPath>D:\Games\Grand Theft Auto V\Scripts\RageCoop</OutputPath>
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2022-06-11 18:41:10 +08:00
|
|
|
|
<PackageReference Include="DotNetZip" Version="1.16.0" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\RageCoop.Core\RageCoop.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="LemonUI.SHVDN3">
|
2021-12-03 20:12:15 +01:00
|
|
|
|
<HintPath>..\Libs\Release\scripts\LemonUI.SHVDN3.dll</HintPath>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</Reference>
|
2022-06-11 18:41:10 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json">
|
2021-12-03 20:12:15 +01:00
|
|
|
|
<HintPath>..\Libs\Release\scripts\Newtonsoft.Json.dll</HintPath>
|
2021-11-27 22:44:00 +01:00
|
|
|
|
</Reference>
|
2022-06-11 18:41:10 +08:00
|
|
|
|
<Reference Include="ScriptHookVDotNet3">
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<HintPath>..\Libs\Release\ScriptHookVDotNet3.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
</ItemGroup>
|
2022-06-11 18:41:10 +08:00
|
|
|
|
|
|
|
|
|
</Project>
|