2024-09-10 00:31:40 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2024-09-11 00:44:21 +08:00
|
|
|
|
<Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
|
<ProjectGuid>{E54FC88C-B212-4F47-B2F1-927D39EE3DBA}</ProjectGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<RootNamespace>PSO2SERVER</RootNamespace>
|
|
|
|
|
<AssemblyName>PSO2SERVER</AssemblyName>
|
|
|
|
|
<ReleaseVersion>0.1.0-pre</ReleaseVersion>
|
2024-09-10 01:13:20 +08:00
|
|
|
|
<StartupObject>PSO2SERVER.ServerApp</StartupObject>
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
|
<TargetFrameworkProfile />
|
2024-09-13 02:23:34 +08:00
|
|
|
|
<PublishUrl>publish\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
2024-09-10 00:31:40 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Externalconsole>true</Externalconsole>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<LangVersion>7.0</LangVersion>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<Externalconsole>true</Externalconsole>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<LangVersion>7.0</LangVersion>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<LangVersion>7.0</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2024-09-12 09:37:33 +08:00
|
|
|
|
<DocumentationFile>
|
|
|
|
|
</DocumentationFile>
|
2024-09-10 00:31:40 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<LangVersion>7.0</LangVersion>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
2024-09-12 09:37:33 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>favicon.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="BouncyCastle.Cryptography, Version=2.0.0.0, Culture=neutral, PublicKeyToken=072edcf4a5328938, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\BouncyCastle.Cryptography.2.4.0\lib\net461\BouncyCastle.Cryptography.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
2024-09-11 00:44:21 +08:00
|
|
|
|
<HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.dll</HintPath>
|
2024-09-10 00:31:40 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
2024-09-11 00:44:21 +08:00
|
|
|
|
<HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
2024-09-10 00:31:40 +08:00
|
|
|
|
</Reference>
|
2024-09-13 02:23:34 +08:00
|
|
|
|
<Reference Include="Google.Protobuf, Version=3.28.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Google.Protobuf.3.28.1\lib\net45\Google.Protobuf.dll</HintPath>
|
2024-09-10 00:31:40 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="K4os.Compression.LZ4, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\K4os.Compression.LZ4.1.3.8\lib\net462\K4os.Compression.LZ4.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="K4os.Compression.LZ4.Streams, Version=1.3.8.0, Culture=neutral, PublicKeyToken=2186fa9121ef231d, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\K4os.Compression.LZ4.Streams.1.3.8\lib\net462\K4os.Compression.LZ4.Streams.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="K4os.Hash.xxHash, Version=1.0.8.0, Culture=neutral, PublicKeyToken=32cd54395057cec3, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\K4os.Hash.xxHash.1.0.8\lib\net462\K4os.Hash.xxHash.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="MySql.Data, Version=9.0.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\MySql.Data.9.0.0\lib\net48\MySql.Data.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="MySql.Data.EntityFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\MySql.Data.EntityFramework.9.0.0\lib\net48\MySql.Data.EntityFramework.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2024-09-10 00:34:07 +08:00
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
2024-09-10 00:31:40 +08:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
|
<Reference Include="System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="System.Data.Linq" />
|
|
|
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="BCrypt.Net">
|
|
|
|
|
<HintPath>..\packages\BCrypt-Official.0.1.109\lib\BCrypt.Net.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Diagnostics.DiagnosticSource, Version=8.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.8.0.1\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.IO.Pipelines, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.IO.Pipelines.8.0.0\lib\net462\System.IO.Pipelines.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Management" />
|
|
|
|
|
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Numerics" />
|
|
|
|
|
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Security" />
|
|
|
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="ZstdSharp, Version=0.8.1.0, Culture=neutral, PublicKeyToken=8d151af33a4ad5cf, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\ZstdSharp.Port.0.8.1\lib\net462\ZstdSharp.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Config.cs" />
|
|
|
|
|
<Compile Include="ConsoleSystem.cs" />
|
2024-09-12 02:14:42 +08:00
|
|
|
|
<Compile Include="Crypto\KeyLoader.cs" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<Compile Include="Logger.cs" />
|
|
|
|
|
<Compile Include="Models\PSO2Item.cs" />
|
|
|
|
|
<Compile Include="Models\PSOData.cs" />
|
|
|
|
|
<Compile Include="Models\PSOObject.cs" />
|
|
|
|
|
<Compile Include="Models\Quest.cs" />
|
2024-09-12 10:22:58 +08:00
|
|
|
|
<Compile Include="Network\PortChecker.cs" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<Compile Include="Object\ObjectManager.cs" />
|
2024-09-16 16:58:51 +08:00
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-06-UNK.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-00-MapTransfer.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-03-InitialLoad.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-0C-PingResponse.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-10-DoItMaybe.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-16-CampshipTeleportDown.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-3B-TeleportCafeToLobby.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-3C-TeleportLobbyToCafe.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-39-TeleportLobbyToBridge.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-38-TeleportBridgeToLobby.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\04-ObjectHandler\04-13-UNK.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-12-CampshipTeleport.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-35-TeleportLobbyToCasino.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\04-ObjectHandler\04-08-MovementActionHandler.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\04-ObjectHandler\04-3C-ActionUpdateHandler.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\04-ObjectHandler\04-71-MovementEndHandler.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\0B-QuestHandler\0B-09-UNK.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\0B-QuestHandler\0B-15-QuestCounterAvailableHander.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\0B-QuestHandler\0B-17-QuestListRequestHandler.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\0B-QuestHandler\0B-19-QuestDifficultyRequestHandler.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\0B-QuestHandler\0B-30-QuestCounterHandler.cs" />
|
2024-09-16 17:09:36 +08:00
|
|
|
|
<Compile Include="Packets\Handlers\--UNK.cs" />
|
2024-09-16 16:58:51 +08:00
|
|
|
|
<Compile Include="Packets\Handlers\0E-PartyHandler\0E-19-UNK.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-06-DeleteCharacter.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-0D-PingTimestampResponse.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-1D-GuildInfoRequest.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-2B-LogOutRequest.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-3E-CharacterSpawn.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\04-ObjectHandler\04-14-ObjectInteract.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\0E-PartyHandler\0E-0C-QuestCounterHandler.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\03-ServerHandler\03-34-TeleportCasinoToLobby.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-41-CreateCharacterOne.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\2F-SymbolHandler\2F-06-SymbolArtHandler.cs" />
|
2024-09-18 00:55:35 +08:00
|
|
|
|
<Compile Include="Packets\PSOPackets\03-ServerPacket\03-00-MapTransferPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\04-ObjectPacket\04-3B-DespawnPlayerPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\06-PlayerStatusPackets\06-00-SetPlayerIDPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\08-SpawnPacket\08-0C-NPCSpawnPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\08-SpawnPacket\08-0B-ObjectSpawnPacket.cs" />
|
2024-09-17 11:29:41 +08:00
|
|
|
|
<Compile Include="Packets\PSOPackets\11-ClientPacket\11-03-CharacterListPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\11-ClientPacket\11-07-CharacterCreateResponsePacket.cs" />
|
2024-09-16 17:09:36 +08:00
|
|
|
|
<Compile Include="Packets\PSOPackets\04-ObjectPacket\04-06-DespawnObjectPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\00-00-UnkPacket.cs" />
|
2024-09-16 16:58:51 +08:00
|
|
|
|
<Compile Include="Packets\PSOPackets\03-ServerPacket\03-2B-UnlockControlsPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\03-ServerPacket\03-24-LoadingLevelPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\03-ServerPacket\03-23-LoadingScreenRemovePacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\03-ServerPacket\03-08-ServerHelloPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\1C-AlliancePacket\1C-1F-GuildInfoPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\11-ClientPacket\11-01-LoginDataPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\04-ObjectPacket\04-07-MovementPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\04-ObjectPacket\04-15-ObjectActionPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\21-PalettePacket\21-01-PalettePacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\0E-PartyPacket\0E-02-PartyInitPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\0E-PartyPacket\0E-31-QuestStartPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\0B-QuestPacket\0B-1A-QuestDifficultyPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\0B-QuestPacket\0B-16-QuestAvailablePacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\0B-QuestPacket\0B-18-QuestListPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\11-ClientPacket\11-1C-SetCurrencyPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\0F-ItemPacket\0F-14-SetMesetaPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\0E-PartyPacket\0E-25-SetQuestPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\03-ServerPacket\03-04-LoadingScreenTransitionPacket.cs" />
|
2024-09-16 02:56:02 +08:00
|
|
|
|
<Compile Include="Packets\PSOPackets\UN-UN-SetScenePacket.cs" />
|
2024-09-16 16:58:51 +08:00
|
|
|
|
<Compile Include="Packets\PSOPackets\2F-SymbolPacket\2F-07-SymbolArtList.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\04-ObjectPacket\04-02-TeleportTransferPacket.cs" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<Compile Include="Party\Party.cs" />
|
|
|
|
|
<Compile Include="Party\PartyManager.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="Client.cs" />
|
|
|
|
|
<Compile Include="Network\SocketClient.cs" />
|
|
|
|
|
<Compile Include="Network\SocketServer.cs" />
|
|
|
|
|
<Compile Include="Server.cs" />
|
2024-09-16 16:58:51 +08:00
|
|
|
|
<Compile Include="Packets\Handlers\PacketHandler.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-0B-KeyExchange.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-00-Login.cs" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<Compile Include="Models\Character.cs" />
|
2024-09-16 16:58:51 +08:00
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-54-CreateCharacterTwo.cs" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<Compile Include="Packets\PacketWriter.cs" />
|
|
|
|
|
<Compile Include="Models\FixedPackets.cs" />
|
|
|
|
|
<Compile Include="QueryServer.cs" />
|
|
|
|
|
<Compile Include="Models\ShipData.cs" />
|
2024-09-10 01:13:20 +08:00
|
|
|
|
<Compile Include="Database\ServerEf.cs" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<Compile Include="Crypto\RC4.cs" />
|
|
|
|
|
<Compile Include="Crypto\ARC4Managed.cs" />
|
|
|
|
|
<Compile Include="Helper.cs" />
|
|
|
|
|
<Compile Include="Packets\PacketReader.cs" />
|
2024-09-16 16:58:51 +08:00
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-05-CharacterCreate.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-02-CharacterList.cs" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<Compile Include="Packets\Packet.cs" />
|
2024-09-16 16:58:51 +08:00
|
|
|
|
<Compile Include="Packets\PSOPackets\19-LobbyPacket\19-01-SystemMessagePacket.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\11-ClientHandler\11-04-StartGame.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\NoPayloadPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\PSOPackets\08-SpawnPacket\08-04-CharacterSpawnPacket.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\04-ObjectHandler\04-07-MovementHandlers.cs" />
|
|
|
|
|
<Compile Include="Packets\Handlers\07-ChatHandler\07-00-ChatHandler.cs" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<Compile Include="Zone\Map.cs" />
|
|
|
|
|
<Compile Include="Zone\ZoneManager.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<Import Project="..\packages\System.Data.SQLite.Core.1.0.94.0\build\net40\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.94.0\build\net40\System.Data.SQLite.Core.targets')" />
|
2024-09-12 09:37:33 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Content Include="favicon.ico" />
|
|
|
|
|
</ItemGroup>
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<ProjectExtensions>
|
|
|
|
|
<MonoDevelop>
|
|
|
|
|
<Properties>
|
|
|
|
|
<Policies>
|
|
|
|
|
<TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/x-csharp" />
|
|
|
|
|
<CSharpFormattingPolicy IndentSwitchBody="True" IndentBlocksInsideExpressions="True" AnonymousMethodBraceStyle="NextLine" PropertyBraceStyle="NextLine" PropertyGetBraceStyle="NextLine" PropertySetBraceStyle="NextLine" EventBraceStyle="NextLine" EventAddBraceStyle="NextLine" EventRemoveBraceStyle="NextLine" StatementBraceStyle="NextLine" ElseNewLinePlacement="NewLine" CatchNewLinePlacement="NewLine" FinallyNewLinePlacement="NewLine" WhileNewLinePlacement="DoNotCare" ArrayInitializerWrapping="DoNotChange" ArrayInitializerBraceStyle="NextLine" BeforeMethodDeclarationParentheses="False" BeforeMethodCallParentheses="False" BeforeConstructorDeclarationParentheses="False" NewLineBeforeConstructorInitializerColon="NewLine" NewLineAfterConstructorInitializerColon="SameLine" BeforeDelegateDeclarationParentheses="False" NewParentheses="False" SpacesBeforeBrackets="False" inheritsSet="Mono" inheritsScope="text/x-csharp" scope="text/x-csharp" />
|
|
|
|
|
<TextStylePolicy inheritsSet="VisualStudio" inheritsScope="text/plain" scope="text/plain" />
|
|
|
|
|
</Policies>
|
|
|
|
|
</Properties>
|
|
|
|
|
</MonoDevelop>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
<CopyItems Include="Resources\**\*" Exclude="Resources\.git" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Target Name="CopyFiles">
|
|
|
|
|
<Copy SourceFiles="@(CopyItems)" DestinationFolder="$(OutputPath)\\Resources\\%(CopyItems.RecursiveDir)" />
|
|
|
|
|
</Target>
|
2024-09-13 02:23:34 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.8">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2024-09-16 02:56:02 +08:00
|
|
|
|
<ItemGroup />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
|
|
|
</PropertyGroup>
|
2024-09-11 00:44:21 +08:00
|
|
|
|
<Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
|
|
|
|
|
<Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
</Target>
|
2024-09-11 00:44:21 +08:00
|
|
|
|
<Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
|
2024-09-10 00:31:40 +08:00
|
|
|
|
</Project>
|