2016-04-05 10:42:42 -07:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "12.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2016-08-14 09:45:06 -04:00
<Import Project= "..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props" Condition= "Exists('..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" />
2016-04-05 10:42:42 -07:00
<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>
2016-08-14 09:45:06 -04:00
<NuGetPackageImportStamp > 1d22ec4a</NuGetPackageImportStamp>
2016-04-05 10:42:42 -07:00
</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>
<AllowUnsafeBlocks > true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup >
<Reference Include= "Cyotek.Collections.Generic.CircularBuffer, Version=1.0.0.0, Culture=neutral, PublicKeyToken=58daa28b0b2de221, processorArchitecture=MSIL" >
<HintPath > ..\packages\Cyotek.CircularBuffer.1.0.0.0\lib\net20\Cyotek.Collections.Generic.CircularBuffer.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Dapper, Version=1.40.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Dapper.1.42\lib\net45\Dapper.dll</HintPath>
<Private > True</Private>
</Reference>
2016-06-12 20:12:59 +01:00
<Reference Include= "FFXIVClassic.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\FFXIVClassic Common Class Lib\bin\Debug\FFXIVClassic.Common.dll</HintPath>
</Reference>
2016-04-05 10:42:42 -07:00
<Reference Include= "MoonSharp.Interpreter" >
<HintPath > ..\packages\MoonSharp.1.2.1.0\lib\net40-client\MoonSharp.Interpreter.dll</HintPath>
</Reference>
2016-06-20 19:21:19 +01:00
<Reference Include= "MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
<HintPath > ..\packages\MySql.Data.6.9.8\lib\net45\MySql.Data.dll</HintPath>
2016-04-05 10:42:42 -07:00
<Private > True</Private>
</Reference>
<Reference Include= "Newtonsoft.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.8.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private > True</Private>
</Reference>
2016-06-14 05:09:30 +01:00
<Reference Include= "NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL" >
<HintPath > ..\packages\NLog.4.3.5\lib\net45\NLog.dll</HintPath>
<Private > True</Private>
</Reference>
2016-04-05 10:42:42 -07:00
<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= "actors\area\PrivateArea.cs" />
2016-05-29 15:14:09 -04:00
<Compile Include= "actors\area\SpawnLocation.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "actors\area\Zone.cs" />
2016-05-29 15:14:09 -04:00
<Compile Include= "actors\chara\npc\ActorClass.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "actors\chara\npc\NpcWork.cs" />
<Compile Include= "actors\chara\AetheryteWork.cs" />
<Compile Include= "actors\chara\player\Equipment.cs" />
<Compile Include= "actors\chara\player\Inventory.cs" />
<Compile Include= "actors\chara\Work.cs" />
2016-12-06 08:26:16 -05:00
<Compile Include= "actors\group\GroupInvitationRelationGroup.cs" />
<Compile Include= "actors\group\LinkshellGroup.cs" />
<Compile Include= "actors\group\PartyGroup.cs" />
<Compile Include= "actors\group\RetainerGroup.cs" />
<Compile Include= "actors\group\work\ContentWork.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "actors\debug\Debug.cs" />
<Compile Include= "actors\director\Director.cs" />
<Compile Include= "actors\director\OpeningDirector.cs" />
2016-04-18 13:31:55 -04:00
<Compile Include= "actors\director\quest\QuestDirectorMan0g001.cs" />
<Compile Include= "actors\director\quest\QuestDirectorMan0l001.cs" />
<Compile Include= "actors\director\quest\QuestDirectorMan0u001.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "actors\director\WeatherDirector.cs" />
<Compile Include= "actors\EventList.cs" />
2016-12-04 09:52:57 -05:00
<Compile Include= "actors\group\Group.cs" />
2016-12-06 08:26:16 -05:00
<Compile Include= "actors\group\work\GroupGlobalSave.cs" />
<Compile Include= "actors\group\work\GroupGlobalTemp.cs" />
<Compile Include= "actors\group\work\GroupMemberSave.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "actors\judge\Judge.cs" />
2016-12-06 08:26:16 -05:00
<Compile Include= "actors\group\work\LinkshellWork.cs" />
<Compile Include= "actors\group\work\PartyWork.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "actors\quest\Quest.cs" />
2016-12-06 08:26:16 -05:00
<Compile Include= "actors\group\work\RelationWork.cs" />
<Compile Include= "actors\group\work\RetainerWork.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "actors\StaticActors.cs" />
<Compile Include= "actors\world\WorldMaster.cs" />
2016-08-29 12:40:47 -04:00
<Compile Include= "dataobjects\ZoneConnection.cs" />
2016-04-06 15:22:26 -07:00
<Compile Include= "CommandProcessor.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "ConfigConstants.cs" />
<Compile Include= "Database.cs" />
<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" />
<Compile Include= "dataobjects\DBWorld.cs" />
<Compile Include= "dataobjects\InventoryItem.cs" />
2016-08-29 12:37:41 -04:00
<Compile Include= "dataobjects\Session.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "dataobjects\Item.cs" />
<Compile Include= "dataobjects\RecruitmentDetails.cs" />
2016-07-31 23:00:38 -04:00
<Compile Include= "dataobjects\SeamlessBoundry.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "dataobjects\SearchEntry.cs" />
<Compile Include= "lua\LuaEngine.cs" />
<Compile Include= "lua\LuaEvent.cs" />
<Compile Include= "lua\LuaNpc.cs" />
2016-12-12 19:05:06 -05:00
<Compile Include= "lua\LuaParam.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "lua\LuaPlayer.cs" />
2016-06-17 05:05:31 +01:00
<Compile Include= "lua\LuaScript.cs" />
2016-12-12 19:05:06 -05:00
<Compile Include= "lua\LuaUtils.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "PacketProcessor.cs" />
<Compile Include= "packets\receive\ChatMessagePacket.cs" />
<Compile Include= "packets\receive\events\EventUpdatePacket.cs" />
<Compile Include= "packets\receive\events\EventStartPacket.cs" />
2016-12-04 10:18:04 -05:00
<Compile Include= "packets\receive\GroupCreatedPacket.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "packets\receive\HandshakePacket.cs" />
<Compile Include= "packets\receive\LangaugeCodePacket.cs" />
<Compile Include= "packets\receive\ParameterDataRequestPacket.cs" />
<Compile Include= "packets\receive\recruitment\RecruitmentDetailsRequestPacket.cs" />
<Compile Include= "packets\receive\recruitment\RecruitmentSearchRequestPacket.cs" />
<Compile Include= "packets\receive\recruitment\StartRecruitingRequestPacket.cs" />
<Compile Include= "packets\receive\SetTargetPacket.cs" />
<Compile Include= "packets\receive\LockTargetPacket.cs" />
<Compile Include= "packets\receive\social\AddRemoveSocialPacket.cs" />
<Compile Include= "packets\receive\social\FriendlistRequestPacket.cs" />
<Compile Include= "packets\receive\supportdesk\FaqBodyRequestPacket.cs" />
<Compile Include= "packets\receive\supportdesk\FaqListRequestPacket.cs" />
<Compile Include= "packets\receive\supportdesk\GMSupportTicketPacket.cs" />
<Compile Include= "packets\receive\supportdesk\GMTicketIssuesRequestPacket.cs" />
<Compile Include= "packets\receive\_0x02ReceivePacket.cs" />
<Compile Include= "packets\receive\_0x07Packet.cs" />
<Compile Include= "packets\send\actor\ActorDoEmotePacket.cs" />
<Compile Include= "packets\send\actor\ActorInstantiatePacket.cs" />
2016-04-18 13:31:55 -04:00
<Compile Include= "packets\send\actor\ActorSpecialGraphicPacket.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "packets\send\actor\BattleAction1Packet.cs" />
<Compile Include= "packets\send\actor\battle\BattleAction.cs" />
<Compile Include= "packets\send\actor\battle\BattleActionX00Packet.cs" />
<Compile Include= "packets\send\actor\battle\BattleActionX18Packet.cs" />
<Compile Include= "packets\send\actor\battle\BattleActionX10Packet.cs" />
<Compile Include= "packets\send\actor\DeleteAllActorsPacket.cs" />
<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" />
<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-12-12 19:05:06 -05:00
<Compile Include= "packets\send\actor\PlayAnimationOnActorPacket.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "packets\send\actor\_0x132Packet.cs" />
<Compile Include= "packets\send\actor\SetActorIsZoningPacket.cs" />
<Compile Include= "packets\send\actor\battle\BattleActionX01Packet.cs" />
<Compile Include= "packets\send\actor\inventory\EquipmentListX01Packet.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\EquipmentListX08Packet.cs" />
<Compile Include= "packets\send\actor\RemoveActorPacket.cs" />
<Compile Include= "packets\send\actor\SetActorIconPacket.cs" />
<Compile Include= "packets\send\actor\SetActorIdleAnimationPacket.cs" />
<Compile Include= "packets\send\actor\SetActorStatusPacket.cs" />
2016-12-11 23:31:13 -05:00
<Compile Include= "packets\send\actor\_0xD9Packet.cs" />
<Compile Include= "packets\send\actor\_0xD8Packet.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "packets\send\actor\_0xFPacket.cs" />
2016-12-04 09:52:57 -05:00
<Compile Include= "packets\send\groups\CreateNamedGroup.cs" />
<Compile Include= "packets\send\groups\CreateNamedGroupMultiple.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "packets\send\events\EndEventPacket.cs" />
<Compile Include= "packets\send\events\KickEventPacket.cs" />
<Compile Include= "packets\send\events\RunEventFunctionPacket.cs" />
<Compile Include= "packets\send\GameMessagePacket.cs" />
2016-12-11 23:31:13 -05:00
<Compile Include= "packets\send\groups\DeleteGroupPacket.cs" />
2016-12-04 09:52:57 -05:00
<Compile Include= "packets\send\groups\GroupHeaderPacket.cs" />
<Compile Include= "packets\send\groups\GroupMember.cs" />
<Compile Include= "packets\send\groups\GroupMembersBeginPacket.cs" />
<Compile Include= "packets\send\groups\GroupMembersEndPacket.cs" />
<Compile Include= "packets\send\groups\GroupMembersX08Packet.cs" />
<Compile Include= "packets\send\groups\GroupMembersX16Packet.cs" />
<Compile Include= "packets\send\groups\GroupMembersX32Packet.cs" />
<Compile Include= "packets\send\groups\GroupMembersX64Packet.cs" />
2016-12-04 10:18:04 -05:00
<Compile Include= "packets\send\groups\SynchGroupWorkValuesPacket.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "packets\send\player\InfoRequestResponsePacket.cs" />
<Compile Include= "packets\send\player\SendAchievementRatePacket.cs" />
<Compile Include= "packets\send\player\SetCurrentJobPacket.cs" />
<Compile Include= "packets\send\player\SetCurrentMountGoobbuePacket.cs" />
<Compile Include= "packets\send\player\SetCurrentMountChocoboPacket.cs" />
<Compile Include= "packets\send\player\SetGrandCompanyPacket.cs" />
<Compile Include= "packets\send\actor\SetActorNamePacket.cs" />
<Compile Include= "packets\send\actor\SetActorPropetyPacket.cs" />
<Compile Include= "packets\send\actor\SetActorSpeedPacket.cs" />
<Compile Include= "packets\send\actor\SetActorStatePacket.cs" />
<Compile Include= "packets\send\actor\SetActorTargetAnimatedPacket.cs" />
<Compile Include= "packets\send\actor\SetActorTargetPacket.cs" />
<Compile Include= "packets\send\actor\SetActorStatusAllPacket.cs" />
<Compile Include= "packets\send\login\0x2Packet.cs" />
<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" />
<Compile Include= "packets\send\login\0x7ResponsePacket.cs" />
<Compile Include= "packets\send\LogoutPacket.cs" />
<Compile Include= "packets\send\player\SetCompletedAchievementsPacket.cs" />
<Compile Include= "packets\send\player\AchievementEarnedPacket.cs" />
<Compile Include= "packets\send\player\SetCutsceneBookPacket.cs" />
<Compile Include= "packets\send\player\SetAchievementPointsPacket.cs" />
<Compile Include= "packets\send\player\SetChocoboNamePacket.cs" />
<Compile Include= "packets\send\player\SetHasGoobbuePacket.cs" />
<Compile Include= "packets\send\player\SetHasChocoboPacket.cs" />
<Compile Include= "packets\send\player\SetLatestAchievementsPacket.cs" />
<Compile Include= "packets\send\player\SetPlayerDreamPacket.cs" />
<Compile Include= "packets\send\player\SetPlayerTitlePacket.cs" />
<Compile Include= "packets\send\player\_0x196Packet.cs" />
<Compile Include= "packets\send\PongPacket.cs" />
<Compile Include= "packets\send\QuitPacket.cs" />
<Compile Include= "packets\send\recruitment\CurrentRecruitmentDetailsPacket.cs" />
<Compile Include= "packets\send\recruitment\EndRecruitmentPacket.cs" />
<Compile Include= "packets\send\recruitment\RecruiterStatePacket.cs" />
<Compile Include= "packets\send\recruitment\StartRecruitingResponse.cs" />
<Compile Include= "packets\send\SendMessagePacket.cs" />
<Compile Include= "packets\send\SetMapPacket.cs" />
<Compile Include= "packets\send\SetMusicPacket.cs" />
<Compile Include= "packets\send\SetWeatherPacket.cs" />
<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" />
<Compile Include= "packets\send\social\FriendStatusPacket.cs" />
<Compile Include= "packets\send\social\SendFriendlistPacket.cs" />
<Compile Include= "packets\send\social\SendBlacklistPacket.cs" />
<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" />
<Compile Include= "packets\send\_0x02Packet.cs" />
2016-04-18 13:31:55 -04:00
<Compile Include= "packets\send\_0x10Packet.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "packets\send\_0xE2Packet.cs" />
<Compile Include= "packets\receive\PingPacket.cs" />
<Compile Include= "packets\receive\UpdatePlayerPositionPacket.cs" />
2016-12-03 14:00:24 -05:00
<Compile Include= "packets\WorldPackets\Receive\ErrorPacket.cs" />
2016-12-03 12:19:59 -05:00
<Compile Include= "packets\WorldPackets\Receive\SessionEndPacket.cs" />
<Compile Include= "packets\WorldPackets\Receive\SessionBeginPacket.cs" />
2016-12-21 08:27:23 -05:00
<Compile Include= "packets\WorldPackets\Send\Group\CreateLinkshellPacket.cs" />
<Compile Include= "packets\WorldPackets\Send\Group\DeleteLinkshellPacket.cs" />
<Compile Include= "packets\WorldPackets\Send\Group\ModifyLinkshellPacket.cs" />
2016-12-03 12:19:59 -05:00
<Compile Include= "packets\WorldPackets\Send\SessionBeginConfirmPacket.cs" />
<Compile Include= "packets\WorldPackets\Send\SessionEndConfirmPacket.cs" />
2016-04-05 10:42:42 -07:00
<Compile Include= "Program.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
2016-04-06 19:55:12 -07:00
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
2016-04-05 10:42:42 -07:00
<Compile Include= "Server.cs" />
<Compile Include= "utils\ActorPropertyPacketUtil.cs" />
<Compile Include= "utils\CharacterUtils.cs" />
<Compile Include= "utils\SQLGeneration.cs" />
<Compile Include= "actors\area\Area.cs" />
<Compile Include= "WorldManager.cs" />
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
2016-06-14 05:09:30 +01:00
<Content Include= "NLog.config" >
<CopyToOutputDirectory > Always</CopyToOutputDirectory>
2016-07-24 10:21:45 -04:00
<SubType > Designer</SubType>
2016-06-14 05:09:30 +01:00
</Content>
<None Include= "NLog.xsd" >
<SubType > Designer</SubType>
</None>
2016-04-05 10:42:42 -07:00
<None Include= "packages.config" />
2016-12-03 12:19:59 -05:00
<Compile Include= "packets\WorldPackets\Send\WorldRequestZoneChangePacket.cs" />
2016-04-05 10:42:42 -07:00
</ItemGroup>
2016-04-06 19:55:12 -07:00
<ItemGroup >
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > PublicResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
2016-04-05 10:42:42 -07:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup >
2016-06-08 22:29:04 +01:00
<PostBuildEvent > copy "$(SolutionDir)data\map_config.ini" "$(SolutionDir)$(ProjectName)\$(OutDir)"</PostBuildEvent>
2016-04-05 10:42:42 -07:00
</PropertyGroup>
2016-08-14 09:45:06 -04:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.0.0-beta3\build\Microsoft.Net.Compilers.props'))" />
</Target>
2016-04-18 13:31:55 -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>
2016-04-05 10:42:42 -07:00
-->
2015-09-25 18:52:25 -04:00
</Project>