2015-09-25 18:52:25 -04:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{E8FA2784-D4B9-4711-8CC6-712A4B1CD54F}</ProjectGuid>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>FFXIVClassic_Map_Server</RootNamespace>
|
|
|
|
|
<AssemblyName>FFXIVClassic Map Server</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2015-10-04 22:43:22 -04:00
|
|
|
|
<Reference Include="Cyotek.Collections.Generic.CircularBuffer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=58daa28b0b2de221, processorArchitecture=MSIL">
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<HintPath>..\packages\Cyotek.CircularBuffer.1.0.0.0\lib\net20\Cyotek.Collections.Generic.CircularBuffer.dll</HintPath>
|
2015-10-04 22:43:22 -04:00
|
|
|
|
<Private>True</Private>
|
2015-09-25 18:52:25 -04:00
|
|
|
|
</Reference>
|
2015-10-04 22:43:22 -04:00
|
|
|
|
<Reference Include="Dapper, Version=1.40.0.0, Culture=neutral, processorArchitecture=MSIL">
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<HintPath>..\packages\Dapper.1.42\lib\net45\Dapper.dll</HintPath>
|
2015-10-04 22:43:22 -04:00
|
|
|
|
<Private>True</Private>
|
2015-09-25 18:52:25 -04:00
|
|
|
|
</Reference>
|
2015-10-04 22:43:22 -04:00
|
|
|
|
<Reference Include="MySql.Data, Version=6.9.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<HintPath>..\packages\MySql.Data.6.9.7\lib\net45\MySql.Data.dll</HintPath>
|
2015-10-04 22:43:22 -04:00
|
|
|
|
<Private>True</Private>
|
2015-09-25 18:52:25 -04:00
|
|
|
|
</Reference>
|
2015-10-04 22:43:22 -04:00
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
2015-10-04 22:43:22 -04:00
|
|
|
|
<Private>True</Private>
|
2015-09-25 18:52:25 -04:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="ClientConnection.cs" />
|
|
|
|
|
<Compile Include="common\Bitfield.cs" />
|
|
|
|
|
<Compile Include="common\Blowfish.cs" />
|
|
|
|
|
<Compile Include="common\Log.cs" />
|
|
|
|
|
<Compile Include="common\STA_INIFile.cs" />
|
|
|
|
|
<Compile Include="common\Utils.cs" />
|
|
|
|
|
<Compile Include="ConfigConstants.cs" />
|
|
|
|
|
<Compile Include="Database.cs" />
|
|
|
|
|
<Compile Include="dataobjects\Actor.cs" />
|
2015-12-04 02:00:05 -05:00
|
|
|
|
<Compile Include="dataobjects\chara\BattleSave.cs" />
|
|
|
|
|
<Compile Include="dataobjects\chara\BattleTemp.cs" />
|
|
|
|
|
<Compile Include="dataobjects\chara\EventSave.cs" />
|
|
|
|
|
<Compile Include="dataobjects\chara\EventTemp.cs" />
|
|
|
|
|
<Compile Include="dataobjects\chara\ParameterTemp.cs" />
|
|
|
|
|
<Compile Include="dataobjects\chara\PlayerActor.cs" />
|
|
|
|
|
<Compile Include="dataobjects\database\DBAppearance.cs" />
|
|
|
|
|
<Compile Include="dataobjects\database\DBCharacter.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="dataobjects\CharaInfo.cs" />
|
2015-12-04 02:00:05 -05:00
|
|
|
|
<Compile Include="dataobjects\chara\CharaWork.cs" />
|
|
|
|
|
<Compile Include="dataobjects\chara\ParameterSave.cs" />
|
|
|
|
|
<Compile Include="dataobjects\chara\PlayerWork.cs" />
|
|
|
|
|
<Compile Include="dataobjects\database\DBCommands.cs" />
|
|
|
|
|
<Compile Include="dataobjects\database\DBJournal.cs" />
|
|
|
|
|
<Compile Include="dataobjects\database\DBPlayerData.cs" />
|
|
|
|
|
<Compile Include="dataobjects\database\DBStats.cs" />
|
2015-10-04 22:43:22 -04:00
|
|
|
|
<Compile Include="dataobjects\Item.cs" />
|
2015-12-04 02:00:05 -05:00
|
|
|
|
<Compile Include="dataobjects\ConnectedPlayer.cs" />
|
|
|
|
|
<Compile Include="dataobjects\database\DBWorld.cs" />
|
2015-12-06 20:23:34 -05:00
|
|
|
|
<Compile Include="dataobjects\RecruitmentDetails.cs" />
|
|
|
|
|
<Compile Include="dataobjects\SearchEntry.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="PacketProcessor.cs" />
|
|
|
|
|
<Compile Include="packets\BasePacket.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<Compile Include="packets\receive\ChatMessagePacket.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="packets\receive\HandshakePacket.cs" />
|
2015-12-06 22:58:42 -05:00
|
|
|
|
<Compile Include="packets\receive\recruitment\RecruitmentDetailsRequestPacket.cs" />
|
2015-12-06 20:23:34 -05:00
|
|
|
|
<Compile Include="packets\receive\recruitment\RecruitmentSearchRequestPacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\recruitment\StartRecruitingRequestPacket.cs" />
|
2015-11-27 00:42:35 -05:00
|
|
|
|
<Compile Include="packets\receive\script\CommandStartRequestPacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\script\ScriptResultPacket.cs" />
|
2015-10-08 00:49:31 -04:00
|
|
|
|
<Compile Include="packets\receive\SetTargetPacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\LockTargetPacket.cs" />
|
2015-12-05 18:58:06 -05:00
|
|
|
|
<Compile Include="packets\receive\social\AddRemoveSocialPacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\social\FriendlistRequestPacket.cs" />
|
2015-10-08 00:49:31 -04:00
|
|
|
|
<Compile Include="packets\receive\StartScriptPacket.cs" />
|
2015-12-06 20:23:34 -05:00
|
|
|
|
<Compile Include="packets\receive\supportdesk\FaqBodyRequestPacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\supportdesk\FaqListRequestPacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\supportdesk\GMTicketIssuesRequestPacket.cs" />
|
2015-10-12 02:03:47 -04:00
|
|
|
|
<Compile Include="packets\send\actor\ActorDoEmotePacket.cs" />
|
2015-10-12 00:42:28 -04:00
|
|
|
|
<Compile Include="packets\send\actor\DeleteAllActorsPacket.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorIsZoningPacket.cs" />
|
2015-10-13 19:15:44 -04:00
|
|
|
|
<Compile Include="packets\send\actor\DoBattleActionPacket.cs" />
|
2015-10-06 11:53:40 -04:00
|
|
|
|
<Compile Include="packets\send\actor\inventory\EquipmentChangePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryBeginChangePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryEndChangePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryItemEndPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryItemPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventorySetBeginPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventorySetEndPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\EquipmentSetupPacket.cs" />
|
2015-10-06 23:08:40 -04:00
|
|
|
|
<Compile Include="packets\send\actor\RemoveActorPacket.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorIconPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\SetActorStatusPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\_0xFPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\list\ListEntry.cs" />
|
|
|
|
|
<Compile Include="packets\send\list\ListUtils.cs" />
|
2015-12-13 22:19:39 -05:00
|
|
|
|
<Compile Include="packets\send\list\SetListPropertyPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\list\ListBeginPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\list\ListEndPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\list\ListEntriesEndPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\list\ListStartPacket.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<Compile Include="packets\send\player\SendAchievementRatePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\player\SetCurrentJobPacket.cs" />
|
2015-12-13 22:19:39 -05:00
|
|
|
|
<Compile Include="packets\send\player\SetGrandCompanyPacket.cs" />
|
2015-10-06 11:53:40 -04:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorNamePacket.cs" />
|
2015-11-27 00:42:35 -05:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorPropetyPacket.cs" />
|
2015-10-06 23:08:40 -04:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorSpeedPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\SetActorStatePacket.cs" />
|
2015-10-12 00:42:28 -04:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorTargetAnimatedPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\SetActorTargetPacket.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorStatusAllPacket.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="packets\send\login\0x2Packet.cs" />
|
2015-10-06 11:53:40 -04:00
|
|
|
|
<Compile Include="packets\send\actor\AddActorPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\MoveActorToPositionPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\SetActorAppearancePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\SetActorPositionPacket.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<Compile Include="packets\send\login\0x7ResponsePacket.cs" />
|
2015-10-12 00:42:28 -04:00
|
|
|
|
<Compile Include="packets\send\LogoutPacket.cs" />
|
2015-11-28 20:56:22 -05:00
|
|
|
|
<Compile Include="packets\send\player\SetCompletedAchievementsPacket.cs" />
|
2015-10-12 00:42:28 -04:00
|
|
|
|
<Compile Include="packets\send\player\AchievementEarnedPacket.cs" />
|
2015-11-28 20:56:22 -05:00
|
|
|
|
<Compile Include="packets\send\player\SetCutsceneBookPacket.cs" />
|
2015-10-12 00:42:28 -04:00
|
|
|
|
<Compile Include="packets\send\player\SetAchievementPointsPacket.cs" />
|
2015-10-11 14:57:24 -04:00
|
|
|
|
<Compile Include="packets\send\player\SetChocoboNamePacket.cs" />
|
2015-12-13 22:19:39 -05:00
|
|
|
|
<Compile Include="packets\send\player\SetHasGoobbuePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\player\SetHasChocoboPacket.cs" />
|
2015-10-11 14:57:24 -04:00
|
|
|
|
<Compile Include="packets\send\player\SetLatestAchievementsPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\player\SetPlayerDreamPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\player\SetPlayerTitlePacket.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<Compile Include="packets\send\player\_0x196Packet.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="packets\send\PongPacket.cs" />
|
2015-10-12 00:42:28 -04:00
|
|
|
|
<Compile Include="packets\send\QuitPacket.cs" />
|
2015-12-06 20:23:34 -05:00
|
|
|
|
<Compile Include="packets\send\recruitment\CurrentRecruitmentDetailsPacket.cs" />
|
2015-12-06 22:58:42 -05:00
|
|
|
|
<Compile Include="packets\send\recruitment\EndRecruitmentPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\recruitment\RecruiterStatePacket.cs" />
|
2015-12-06 20:23:34 -05:00
|
|
|
|
<Compile Include="packets\send\recruitment\StartRecruitingResponse.cs" />
|
2015-11-27 00:42:35 -05:00
|
|
|
|
<Compile Include="packets\send\script\ScriptEndPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\script\ScriptStartPacket.cs" />
|
2015-10-13 19:15:44 -04:00
|
|
|
|
<Compile Include="packets\send\SendMessagePacket.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="packets\send\SetMapPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\SetMusicPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\SetWeatherPacket.cs" />
|
2015-12-05 00:11:29 -05:00
|
|
|
|
<Compile Include="packets\send\social\BlacklistAddedPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\social\BlacklistRemovedPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\social\FriendlistAddedPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\social\FriendlistRemovedPacket.cs" />
|
2015-12-05 18:58:06 -05:00
|
|
|
|
<Compile Include="packets\send\social\FriendStatusPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\social\SendFriendlistPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\social\SendBlacklistPacket.cs" />
|
2015-12-04 23:39:39 -05:00
|
|
|
|
<Compile Include="packets\send\supportdesk\IssueListResponsePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\supportdesk\StartGMTicketPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\supportdesk\EndGMTicketPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\supportdesk\FaqBodyResponsePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\supportdesk\FaqListResponsePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\supportdesk\GMTicketPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\supportdesk\GMTicketSentResponsePacket.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="packets\SubPacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\PingPacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\UpdatePlayerPositionPacket.cs" />
|
|
|
|
|
<Compile Include="Program.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2015-11-27 00:42:35 -05:00
|
|
|
|
<Compile Include="ScriptParamReader.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="Server.cs" />
|
2015-10-13 19:15:44 -04:00
|
|
|
|
<Compile Include="Zone.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2015-11-27 00:42:35 -05:00
|
|
|
|
<ItemGroup />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|