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" >
2022-07-28 15:46:15 +08:00
<Import Project= "..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props" Condition= "Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props')" />
2022-07-17 11:15:02 +08:00
<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-07-20 07:34:53 +08:00
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
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" />
2022-07-23 23:45:20 +08:00
<Compile Include= "Util\Memory.cs" />
2022-07-25 19:07:58 +08:00
<Compile Include= "Util\NativeCaller.cs" />
2022-07-17 11:15:02 +08:00
<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-28 15:46:15 +08:00
<Reference Include= "Costura, Version=5.7.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll</HintPath>
</Reference>
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-25 19:07:58 +08:00
<Reference Include= "Microsoft.CSharp" />
2022-07-28 15:46:15 +08:00
<Reference Include= "Microsoft.Win32.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Win32.Primitives.4.3.0\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</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" />
2022-07-28 15:46:15 +08:00
<Reference Include= "System.AppContext, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.AppContext.4.3.0\lib\net463\System.AppContext.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.ComponentModel.Composition" />
<Reference Include= "System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Diagnostics.DiagnosticSource, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Diagnostics.DiagnosticSource.4.3.0\lib\net46\System.Diagnostics.DiagnosticSource.dll</HintPath>
</Reference>
<Reference Include= "System.Diagnostics.Tracing, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Diagnostics.Tracing.4.3.0\lib\net462\System.Diagnostics.Tracing.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2022-07-17 11:15:02 +08:00
<Reference Include= "System.Drawing" />
2022-07-28 15:46:15 +08:00
<Reference Include= "System.Globalization.Calendars, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Globalization.Calendars.4.3.0\lib\net46\System.Globalization.Calendars.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.4.3.0\lib\net462\System.IO.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.Compression.FileSystem" />
<Reference Include= "System.IO.Compression.ZipFile, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.Compression.ZipFile.4.3.0\lib\net46\System.IO.Compression.ZipFile.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Linq, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Linq.4.3.0\lib\net463\System.Linq.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Linq.Expressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Linq.Expressions.4.3.0\lib\net463\System.Linq.Expressions.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Net.Http.4.3.0\lib\net46\System.Net.Http.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Net.Sockets, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Net.Sockets.4.3.0\lib\net46\System.Net.Sockets.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Numerics" />
<Reference Include= "System.Reflection, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Reflection.4.3.0\lib\net462\System.Reflection.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.4.3.0\lib\net462\System.Runtime.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime.Extensions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.Extensions.4.3.0\lib\net462\System.Runtime.Extensions.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime.InteropServices, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.InteropServices.4.3.0\lib\net463\System.Runtime.InteropServices.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.Algorithms, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net463\System.Security.Cryptography.Algorithms.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
<Reference Include= "System.Text.RegularExpressions, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Text.RegularExpressions.4.3.0\lib\net463\System.Text.RegularExpressions.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2022-07-17 11:15:02 +08:00
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
2022-07-28 15:46:15 +08:00
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath>
<Private > True</Private>
<Private > True</Private>
</Reference>
2022-07-17 11:15:02 +08:00
<Reference Include= "System.Xml.Serialization" />
</ItemGroup>
<ItemGroup >
<None Include= "packages.config" />
2021-07-07 13:36:25 +02:00
</ItemGroup>
2022-07-28 15:46:15 +08:00
<ItemGroup >
<Content Include= "FodyWeavers.xml" />
</ItemGroup>
2022-07-17 11:15:02 +08:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2022-07-28 15:46:15 +08:00
<Import Project= "..\packages\Fody.6.6.3\build\Fody.targets" Condition= "Exists('..\packages\Fody.6.6.3\build\Fody.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Fody.6.6.3\build\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.6.6.3\build\Fody.targets'))" />
<Error Condition= "!Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.5.7.0\build\Costura.Fody.props'))" />
<Error Condition= "!Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets'))" />
</Target>
<Import Project= "..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets" Condition= "Exists('..\packages\Costura.Fody.5.7.0\build\Costura.Fody.targets')" />
2022-07-28 17:03:29 +08:00
<PropertyGroup >
2022-07-29 00:52:57 +08:00
<PostBuildEvent > cd /d $(ProjectDir) %26%26 copy ..\bin\$(Configuration)\Core\RageCoop.Core.dll $(OutDir)RageCoop.Core.dll /y</PostBuildEvent>
2022-07-28 17:03:29 +08:00
</PropertyGroup>
2022-07-29 21:15:23 +08:00
</Project>