2022-07-17 11:15:02 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<PropertyGroup>
|
2022-07-17 11:15:02 +08:00
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{EF56D109-1F22-43E0-9DFF-CFCFB94E0681}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>RageCoop.Client</RootNamespace>
|
|
|
|
|
<AssemblyName>RageCoop.Client</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
|
|
|
|
|
<OutPutPath>..\bin\Debug\Client</OutPutPath>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
|
|
|
<OutPutPath>..\bin\Release\Client</OutPutPath>
|
2022-06-12 17:11:14 +08:00
|
|
|
|
</PropertyGroup>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<ItemGroup>
|
2022-07-17 11:15:02 +08:00
|
|
|
|
<Compile Include="Debug.cs" />
|
|
|
|
|
<Compile Include="DevTools\DevTool.cs" />
|
|
|
|
|
<Compile Include="Main.cs" />
|
|
|
|
|
<Compile Include="Menus\CoopMenu.cs" />
|
|
|
|
|
<Compile Include="Menus\Sub\DebugMenu.cs" />
|
|
|
|
|
<Compile Include="Menus\Sub\DevToolMenu.cs" />
|
|
|
|
|
<Compile Include="Menus\Sub\ServersMenu.cs" />
|
|
|
|
|
<Compile Include="Menus\Sub\SettingsMenu.cs" />
|
|
|
|
|
<Compile Include="Menus\Sub\UpdateMenu.cs" />
|
|
|
|
|
<Compile Include="Networking\Chat.cs" />
|
|
|
|
|
<Compile Include="Networking\DownloadManager.cs" />
|
|
|
|
|
<Compile Include="Networking\Networking.cs" />
|
|
|
|
|
<Compile Include="Networking\Receive.cs" />
|
|
|
|
|
<Compile Include="Networking\Send.cs" />
|
|
|
|
|
<Compile Include="Networking\Statistics.cs" />
|
|
|
|
|
<Compile Include="PlayerList.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Scripting\API.cs" />
|
|
|
|
|
<Compile Include="Scripting\BaseScript.cs" />
|
|
|
|
|
<Compile Include="Scripting\ClientScript.cs" />
|
|
|
|
|
<Compile Include="Scripting\Resources.cs" />
|
|
|
|
|
<Compile Include="Security.cs" />
|
|
|
|
|
<Compile Include="Settings.cs" />
|
|
|
|
|
<Compile Include="Sync\Entities\SyncedEntity.cs" />
|
|
|
|
|
<Compile Include="Sync\Entities\SyncedPed.cs" />
|
|
|
|
|
<Compile Include="Sync\Entities\SyncedProjectile.cs" />
|
|
|
|
|
<Compile Include="Sync\Entities\SyncedProp.cs" />
|
|
|
|
|
<Compile Include="Sync\Entities\SyncedVehicle.cs" />
|
|
|
|
|
<Compile Include="Sync\EntityPool.cs" />
|
|
|
|
|
<Compile Include="Sync\SyncEvents.cs" />
|
|
|
|
|
<Compile Include="Sync\SyncParameters.cs" />
|
|
|
|
|
<Compile Include="Util\PedConfigFlags.cs" />
|
|
|
|
|
<Compile Include="Util\PedExtensions.cs" />
|
|
|
|
|
<Compile Include="Util\TaskType.cs" />
|
|
|
|
|
<Compile Include="Util\Util.cs" />
|
|
|
|
|
<Compile Include="Util\VehicleExtensions.cs" />
|
|
|
|
|
<Compile Include="Util\WeaponUtil.cs" />
|
|
|
|
|
<Compile Include="WorldThread.cs" />
|
2022-06-11 18:41:10 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2022-07-17 11:15:02 +08:00
|
|
|
|
<ProjectReference Include="..\RageCoop.Core\RageCoop.Core.csproj">
|
|
|
|
|
<Project>{cc2e8102-e568-4524-aa1f-f8e0f1cfe58a}</Project>
|
|
|
|
|
<Name>RageCoop.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2022-06-11 18:41:10 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2022-07-17 11:15:02 +08:00
|
|
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.3.11, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\SharpZipLib.1.3.3\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="LemonUI.SHVDN3, Version=1.7.0.0, Culture=neutral, processorArchitecture=AMD64">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2022-07-01 14:39:43 +08:00
|
|
|
|
<HintPath>..\libs\LemonUI.SHVDN3.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-07-17 11:15:02 +08:00
|
|
|
|
<Reference Include="Lidgren.Network, Version=2012.1.7.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2022-07-01 14:39:43 +08:00
|
|
|
|
<HintPath>..\libs\Lidgren.Network.dll</HintPath>
|
|
|
|
|
</Reference>
|
2022-07-17 11:15:02 +08:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2022-06-22 14:18:20 +08:00
|
|
|
|
<HintPath>..\libs\Newtonsoft.Json.dll</HintPath>
|
2021-11-27 22:44:00 +01:00
|
|
|
|
</Reference>
|
2022-06-27 13:02:31 +08:00
|
|
|
|
<Reference Include="ScriptHookVDotNet">
|
2022-07-01 12:22:31 +08:00
|
|
|
|
<HintPath>..\libs\ScriptHookVDotNet.dll</HintPath>
|
2022-06-27 13:02:31 +08:00
|
|
|
|
</Reference>
|
2022-06-11 18:41:10 +08:00
|
|
|
|
<Reference Include="ScriptHookVDotNet3">
|
2022-06-22 14:18:20 +08:00
|
|
|
|
<HintPath>..\libs\ScriptHookVDotNet3.dll</HintPath>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</Reference>
|
2022-07-17 11:15:02 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Xml.Serialization" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</ItemGroup>
|
2022-07-17 11:15:02 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|