157 lines
8.1 KiB
XML
157 lines
8.1 KiB
XML
<?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>
|
|
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>
|
|
<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>
|
|
<DefineConstants>DEBUG</DefineConstants>
|
|
<WarningLevel>4</WarningLevel>
|
|
<NoWarn>1591</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
|
|
<OutPutPath>..\..\bin\Release\Client</OutPutPath>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<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\HolePunch.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">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>AssemblyInfo.tt</DependentUpon>
|
|
</Compile>
|
|
<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\Ped\SyncedPed.Members.cs" />
|
|
<Compile Include="Sync\Entities\Ped\SyncedPed.Animations.cs" />
|
|
<Compile Include="Sync\Entities\SyncedEntity.cs" />
|
|
<Compile Include="Sync\Entities\Ped\SyncedPed.cs" />
|
|
<Compile Include="Sync\Entities\SyncedProjectile.cs" />
|
|
<Compile Include="Sync\Entities\SyncedProp.cs" />
|
|
<Compile Include="Sync\Entities\Vehicle\SyncedVehicle.cs" />
|
|
<Compile Include="Sync\Entities\Vehicle\SyncedVehicle.Members.cs" />
|
|
<Compile Include="Sync\EntityPool.cs" />
|
|
<Compile Include="Sync\SyncEvents.cs" />
|
|
<Compile Include="Sync\Voice.cs" />
|
|
<Compile Include="Util\AddOnDataProvider.cs" />
|
|
<Compile Include="Util\Memory.cs" />
|
|
<Compile Include="Util\NativeCaller.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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ICSharpCode.SharpZipLib, Version=1.4.0.12, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\SharpZipLib.1.4.0\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="LemonUI.SHVDN3">
|
|
<HintPath>..\..\libs\LemonUI.SHVDN3.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Lidgren.Network">
|
|
<HintPath>..\..\libs\Lidgren.Network.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="Microsoft.Extensions.ObjectPool, Version=6.0.8.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
<HintPath>..\packages\Microsoft.Extensions.ObjectPool.6.0.8\lib\net461\Microsoft.Extensions.ObjectPool.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NAudio, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NAudio.2.1.0\lib\net472\NAudio.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NAudio.Asio, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NAudio.Asio.2.1.0\lib\netstandard2.0\NAudio.Asio.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NAudio.Core, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NAudio.Core.2.1.0\lib\netstandard2.0\NAudio.Core.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NAudio.Midi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NAudio.Midi.2.1.0\lib\netstandard2.0\NAudio.Midi.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NAudio.Wasapi, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NAudio.Wasapi.2.1.0\lib\netstandard2.0\NAudio.Wasapi.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NAudio.WinForms, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NAudio.WinForms.2.1.0\lib\net472\NAudio.WinForms.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="NAudio.WinMM, Version=2.1.0.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\NAudio.WinMM.2.1.0\lib\netstandard2.0\NAudio.WinMM.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ScriptHookVDotNet">
|
|
<HintPath>..\..\libs\ScriptHookVDotNet.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="ScriptHookVDotNet3">
|
|
<HintPath>..\..\libs\ScriptHookVDotNet3.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Properties\AssemblyInfo.tt">
|
|
<Generator>TextTemplatingFileGenerator</Generator>
|
|
<LastGenOutput>AssemblyInfo.cs</LastGenOutput>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\Core\RageCoop.Core.csproj">
|
|
<Project>{cc2e8102-e568-4524-aa1f-f8e0f1cfe58a}</Project>
|
|
<Name>RageCoop.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Loader\RageCoop.Client.Loader.csproj">
|
|
<Project>{fc8cbdbb-6dc3-43af-b34d-092e476410a5}</Project>
|
|
<Name>RageCoop.Client.Loader</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup Condition=" '$(DevEnvDir)' != '*Undefined*'">
|
|
<PostBuildEvent>"$(DevEnvDir)TextTransform.exe" -a !!BuildConfiguration!$(Configuration) "$(ProjectDir)Properties\AssemblyInfo.tt"</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |