2021-07-07 13:36:25 +02:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-09-26 21:19:26 +02:00
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2022-03-20 18:49:39 +01:00
|
|
|
<AssemblyVersion>1.43.4.0001</AssemblyVersion>
|
2021-09-28 16:51:16 +02:00
|
|
|
<FileVersion>1.0.0.0</FileVersion>
|
2021-11-24 00:16:06 +01:00
|
|
|
<RepositoryUrl>https://github.com/GTACOOP-R/GTACoop-R</RepositoryUrl>
|
2021-07-07 13:36:25 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="Lidgren.Network">
|
2021-12-03 20:12:15 +01:00
|
|
|
<HintPath>..\Libs\Release\scripts\Lidgren.Network.dll</HintPath>
|
2021-07-07 13:36:25 +02:00
|
|
|
</Reference>
|
2021-11-27 22:44:00 +01:00
|
|
|
<Reference Include="Newtonsoft.Json">
|
2021-12-03 20:12:15 +01:00
|
|
|
<HintPath>..\Libs\Release\scripts\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
2021-07-07 13:36:25 +02:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
</Project>
|