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>
|
2016-01-24 17:11:35 -05:00
|
|
|
|
<Reference Include="MoonSharp.Interpreter">
|
|
|
|
|
<HintPath>..\packages\MoonSharp.1.2.1.0\lib\net40-client\MoonSharp.Interpreter.dll</HintPath>
|
2016-01-02 14:04:45 -05: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>
|
2016-02-07 13:05:54 -05:00
|
|
|
|
<Compile Include="actors\area\PrivateArea.cs" />
|
|
|
|
|
<Compile Include="actors\area\Zone.cs" />
|
2016-01-16 11:26:35 -05:00
|
|
|
|
<Compile Include="actors\chara\npc\NpcWork.cs" />
|
|
|
|
|
<Compile Include="actors\chara\AetheryteWork.cs" />
|
2016-02-20 16:51:35 -05:00
|
|
|
|
<Compile Include="actors\chara\player\Equipment.cs" />
|
2016-02-13 14:12:05 -05:00
|
|
|
|
<Compile Include="actors\chara\player\Inventory.cs" />
|
2016-01-10 01:19:46 -05:00
|
|
|
|
<Compile Include="actors\chara\Work.cs" />
|
2016-01-16 23:03:04 -05:00
|
|
|
|
<Compile Include="actors\debug\Debug.cs" />
|
|
|
|
|
<Compile Include="actors\director\WeatherDirector.cs" />
|
2016-01-23 22:11:45 -05:00
|
|
|
|
<Compile Include="actors\EventList.cs" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<Compile Include="actors\judge\Judge.cs" />
|
2016-01-25 01:10:43 -05:00
|
|
|
|
<Compile Include="actors\quest\Quest.cs" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<Compile Include="actors\StaticActors.cs" />
|
2016-01-16 23:03:04 -05:00
|
|
|
|
<Compile Include="actors\world\WorldMaster.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="ClientConnection.cs" />
|
|
|
|
|
<Compile Include="common\Bitfield.cs" />
|
|
|
|
|
<Compile Include="common\Blowfish.cs" />
|
2016-01-17 11:48:55 -05:00
|
|
|
|
<Compile Include="common\EfficientHashTables.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="common\Log.cs" />
|
|
|
|
|
<Compile Include="common\STA_INIFile.cs" />
|
|
|
|
|
<Compile Include="common\Utils.cs" />
|
|
|
|
|
<Compile Include="ConfigConstants.cs" />
|
|
|
|
|
<Compile Include="Database.cs" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<Compile Include="actors\Actor.cs" />
|
|
|
|
|
<Compile Include="actors\chara\BattleSave.cs" />
|
|
|
|
|
<Compile Include="actors\chara\BattleTemp.cs" />
|
|
|
|
|
<Compile Include="actors\chara\Character.cs" />
|
|
|
|
|
<Compile Include="actors\chara\EventSave.cs" />
|
|
|
|
|
<Compile Include="actors\chara\EventTemp.cs" />
|
|
|
|
|
<Compile Include="actors\chara\npc\Npc.cs" />
|
|
|
|
|
<Compile Include="actors\chara\ParameterTemp.cs" />
|
|
|
|
|
<Compile Include="actors\chara\player\Player.cs" />
|
|
|
|
|
<Compile Include="actors\command\Command.cs" />
|
|
|
|
|
<Compile Include="actors\chara\CharaWork.cs" />
|
|
|
|
|
<Compile Include="actors\chara\ParameterSave.cs" />
|
|
|
|
|
<Compile Include="actors\chara\player\PlayerWork.cs" />
|
2016-01-10 03:05:22 -05:00
|
|
|
|
<Compile Include="dataobjects\DBWorld.cs" />
|
2016-02-21 14:06:23 -05:00
|
|
|
|
<Compile Include="dataobjects\InventoryItem.cs" />
|
2015-12-04 02:00:05 -05:00
|
|
|
|
<Compile Include="dataobjects\ConnectedPlayer.cs" />
|
2016-02-21 20:48:07 -05:00
|
|
|
|
<Compile Include="dataobjects\Item.cs" />
|
2015-12-06 20:23:34 -05:00
|
|
|
|
<Compile Include="dataobjects\RecruitmentDetails.cs" />
|
|
|
|
|
<Compile Include="dataobjects\SearchEntry.cs" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<Compile Include="lua\LuaEngine.cs" />
|
|
|
|
|
<Compile Include="lua\LuaEvent.cs" />
|
|
|
|
|
<Compile Include="lua\LuaParam.cs" />
|
2016-01-24 17:11:35 -05:00
|
|
|
|
<Compile Include="lua\LuaNpc.cs" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<Compile Include="lua\LuaPlayer.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" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<Compile Include="packets\receive\events\EventUpdatePacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\events\EventStartPacket.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-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-12-06 20:23:34 -05:00
|
|
|
|
<Compile Include="packets\receive\supportdesk\FaqBodyRequestPacket.cs" />
|
|
|
|
|
<Compile Include="packets\receive\supportdesk\FaqListRequestPacket.cs" />
|
2016-02-16 22:53:53 -05:00
|
|
|
|
<Compile Include="packets\receive\supportdesk\GMSupportTicketPacket.cs" />
|
2015-12-06 20:23:34 -05:00
|
|
|
|
<Compile Include="packets\receive\supportdesk\GMTicketIssuesRequestPacket.cs" />
|
2015-10-12 02:03:47 -04:00
|
|
|
|
<Compile Include="packets\send\actor\ActorDoEmotePacket.cs" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<Compile Include="packets\send\actor\ActorInstantiatePacket.cs" />
|
2016-02-03 00:45:11 -05:00
|
|
|
|
<Compile Include="packets\send\actor\BattleAction1Packet.cs" />
|
2016-02-07 15:28:08 -05:00
|
|
|
|
<Compile Include="packets\send\actor\battle\BattleAction.cs" />
|
2016-02-11 22:14:40 -05:00
|
|
|
|
<Compile Include="packets\send\actor\battle\BattleActionX00Packet.cs" />
|
2016-02-07 15:43:32 -05:00
|
|
|
|
<Compile Include="packets\send\actor\battle\BattleActionX18Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\battle\BattleActionX10Packet.cs" />
|
2015-10-12 00:42:28 -04:00
|
|
|
|
<Compile Include="packets\send\actor\DeleteAllActorsPacket.cs" />
|
2016-01-23 22:11:45 -05:00
|
|
|
|
<Compile Include="packets\send\actor\events\SetEventStatus.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\events\SetNoticeEventCondition.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\events\SetPushEventConditionWithTriggerBox.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\events\SetPushEventConditionWithFan.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\events\SetEmoteEventCondition.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\events\SetTalkEventCondition.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\events\SetPushEventConditionWithCircle.cs" />
|
2016-02-11 22:14:40 -05:00
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryRemoveX01Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryRemoveX08Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryRemoveX16Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryRemoveX32Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryRemoveX64Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\EquipmentListX64Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\EquipmentListX32Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\EquipmentListX16Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryListX01Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryListX08Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryListX16Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryListX64Packet.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\inventory\InventoryListX32Packet.cs" />
|
2016-01-02 18:16:38 -05:00
|
|
|
|
<Compile Include="packets\send\actor\_0x132Packet.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorIsZoningPacket.cs" />
|
2016-02-07 15:43:32 -05:00
|
|
|
|
<Compile Include="packets\send\actor\battle\BattleActionX01Packet.cs" />
|
2016-02-11 22:14:40 -05:00
|
|
|
|
<Compile Include="packets\send\actor\inventory\EquipmentListX01Packet.cs" />
|
2015-10-06 11:53:40 -04:00
|
|
|
|
<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" />
|
2016-02-11 22:14:40 -05:00
|
|
|
|
<Compile Include="packets\send\actor\inventory\EquipmentListX08Packet.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" />
|
2016-01-02 18:16:38 -05:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorIdleAnimationPacket.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<Compile Include="packets\send\actor\SetActorStatusPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\actor\_0xFPacket.cs" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<Compile Include="packets\send\events\EndEventPacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\events\RunEventFunctionPacket.cs" />
|
2016-02-02 00:02:06 -05:00
|
|
|
|
<Compile Include="packets\send\GameMessagePacket.cs" />
|
2015-12-29 01:20:46 -05:00
|
|
|
|
<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" />
|
2016-01-02 16:47:35 -05:00
|
|
|
|
<Compile Include="packets\send\player\SetCurrentMountGoobbuePacket.cs" />
|
|
|
|
|
<Compile Include="packets\send\player\SetCurrentMountChocoboPacket.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-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" />
|
2016-01-08 21:37:09 -05:00
|
|
|
|
<Compile Include="packets\send\_0xE2Packet.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" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<Compile Include="lua\LuaUtils.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Compile Include="Server.cs" />
|
2016-01-10 03:05:22 -05:00
|
|
|
|
<Compile Include="utils\ActorPropertyPacketUtil.cs" />
|
2016-01-10 01:19:46 -05:00
|
|
|
|
<Compile Include="utils\CharacterUtils.cs" />
|
2016-01-16 18:38:49 -05:00
|
|
|
|
<Compile Include="utils\SQLGeneration.cs" />
|
2016-02-07 13:05:54 -05:00
|
|
|
|
<Compile Include="actors\area\Area.cs" />
|
2016-01-17 23:36:34 -05:00
|
|
|
|
<Compile Include="WorldManager.cs" />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
2016-01-16 23:03:04 -05:00
|
|
|
|
<ItemGroup />
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2016-01-02 14:04:45 -05:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<PostBuildEvent>
|
2016-01-24 17:11:35 -05:00
|
|
|
|
</PostBuildEvent>
|
2016-01-02 14:04:45 -05:00
|
|
|
|
</PropertyGroup>
|
2015-09-25 18:52:25 -04:00
|
|
|
|
<!-- 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>
|