2021-07-07 13:36:25 +02: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')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{EF56D109-1F22-43E0-9DFF-CFCFB94E0681}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>CoopClient</RootNamespace>
|
|
|
|
|
<AssemblyName>CoopClient</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
|
<TargetFrameworkProfile />
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2021-09-26 20:52:23 -06:00
|
|
|
|
<DefineConstants>TRACE;DEBUG</DefineConstants>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2021-11-28 23:35:37 +01:00
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
|
|
|
<DocumentationFile>bin\Debug\CoopClient.xml</DocumentationFile>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2021-11-28 23:35:37 +01:00
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
|
|
|
<DocumentationFile>bin\Release\CoopClient.xml</DocumentationFile>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2021-12-03 20:12:15 +01:00
|
|
|
|
<Reference Include="LemonUI.SHVDN3, Version=1.5.1.0, Culture=neutral, processorArchitecture=AMD64">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Libs\Release\scripts\LemonUI.SHVDN3.dll</HintPath>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</Reference>
|
2021-12-03 20:12:15 +01:00
|
|
|
|
<Reference Include="Lidgren.Network, Version=2012.1.7.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Libs\Release\scripts\Lidgren.Network.dll</HintPath>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</Reference>
|
2021-12-03 20:12:15 +01:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Libs\Release\scripts\Newtonsoft.Json.dll</HintPath>
|
2021-11-27 22:44:00 +01:00
|
|
|
|
</Reference>
|
2021-12-03 20:12:15 +01:00
|
|
|
|
<Reference Include="protobuf-net">
|
|
|
|
|
<HintPath>..\Libs\Release\scripts\protobuf-net.dll</HintPath>
|
2021-07-07 13:36:25 +02:00
|
|
|
|
</Reference>
|
2021-12-03 20:12:15 +01:00
|
|
|
|
<Reference Include="ScriptHookVDotNet3, Version=3.3.2.0, Culture=neutral, processorArchitecture=AMD64">
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>..\Libs\Release\ScriptHookVDotNet3.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Numerics" />
|
|
|
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
|
|
|
<Reference Include="System.ServiceModel" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Net.Http" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Chat.cs" />
|
2021-11-27 22:44:00 +01:00
|
|
|
|
<Compile Include="COOPAPI.cs" />
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<Compile Include="Entities\EntitiesNpc.cs" />
|
|
|
|
|
<Compile Include="Entities\EntitiesPed.cs" />
|
|
|
|
|
<Compile Include="Entities\EntitiesPlayer.cs" />
|
|
|
|
|
<Compile Include="Entities\EntitiesThread.cs" />
|
2021-12-15 03:31:57 +01:00
|
|
|
|
<Compile Include="Entities\Sync\OnFootSync.cs" />
|
|
|
|
|
<Compile Include="Entities\Sync\VehicleSync.cs" />
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<Compile Include="Main.cs" />
|
2021-08-06 12:31:25 +02:00
|
|
|
|
<Compile Include="Menus\MenusMain.cs" />
|
2021-12-04 21:34:43 +01:00
|
|
|
|
<Compile Include="Menus\Sub\Servers.cs" />
|
2021-08-06 12:31:25 +02:00
|
|
|
|
<Compile Include="Menus\Sub\Settings.cs" />
|
2021-07-07 13:36:25 +02:00
|
|
|
|
<Compile Include="Networking.cs" />
|
|
|
|
|
<Compile Include="Packets.cs" />
|
|
|
|
|
<Compile Include="PlayerList.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="WorldThread.cs" />
|
|
|
|
|
<Compile Include="Settings.cs" />
|
|
|
|
|
<Compile Include="Util.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|