terraria-source-code/Terraria.csproj
2021-10-26 12:45:26 -04:00

1110 lines
No EOL
67 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: C:\Users\mikeyisbaeyt\Downloads\depotdownloader-2.4.5\depots\105601\6707058\Terraria.exe-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7D3CE319-F33B-432A-BB01-21F097B10C55}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AssemblyName>Terraria</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<ApplicationVersion>1.4.0.5</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>Terraria</RootNamespace>
</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="Microsoft.Xna.Framework" />
<Reference Include="Microsoft.Xna.Framework.Game" />
<Reference Include="Microsoft.Xna.Framework.Graphics" />
<Reference Include="Microsoft.Xna.Framework.Xact" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Windows.Forms" />
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Extensions\EnumerationExtensions.cs" />
<Compile Include="Chest.cs" />
<Compile Include="ShoppingSettings.cs" />
<Compile Include="PartyHatColor.cs" />
<Compile Include="ZoomContext.cs" />
<Compile Include="FrameSkipTest.cs" />
<Compile Include="TestHighFPSIssues.cs" />
<Compile Include="PopupTextContext.cs" />
<Compile Include="PopupText.cs" />
<Compile Include="SceneMetrics.cs" />
<Compile Include="SceneMetricsScanSettings.cs" />
<Compile Include="Star.cs" />
<Compile Include="StrayMethods.cs" />
<Compile Include="Entity.cs" />
<Compile Include="WindowsLaunch.cs" />
<Compile Include="Ref`1.cs" />
<Compile Include="DeprecatedClassLeftInForLoading.cs" />
<Compile Include="Gore.cs" />
<Compile Include="HitTile.cs" />
<Compile Include="IngameOptions.cs" />
<Compile Include="Lang.cs" />
<Compile Include="Liquid.cs" />
<Compile Include="LiquidBuffer.cs" />
<Compile Include="TileChangeReceivedEvent.cs" />
<Compile Include="MessageBuffer.cs" />
<Compile Include="Minecart.cs" />
<Compile Include="Mount.cs" />
<Compile Include="NetMessage.cs" />
<Compile Include="RemoteClient.cs" />
<Compile Include="RemoteServer.cs" />
<Compile Include="Netplay.cs" />
<Compile Include="CombatText.cs" />
<Compile Include="Cloud.cs" />
<Compile Include="BitsByte.cs" />
<Compile Include="DelegateMethods.cs" />
<Compile Include="TileObject.cs" />
<Compile Include="Projectile.cs" />
<Compile Include="Rain.cs" />
<Compile Include="RecipeGroup.cs" />
<Compile Include="Recipe.cs" />
<Compile Include="NPCSpawnParams.cs" />
<Compile Include="NPC.cs" />
<Compile Include="Collision.cs" />
<Compile Include="Item.cs" />
<Compile Include="ItemSerializationContext.cs" />
<Compile Include="GetItemSettings.cs" />
<Compile Include="PlayerSpawnContext.cs" />
<Compile Include="Player.cs" />
<Compile Include="Dust.cs" />
<Compile Include="Lighting.cs" />
<Compile Include="Sign.cs" />
<Compile Include="Tile.cs" />
<Compile Include="Program.cs" />
<Compile Include="Main.cs" />
<Compile Include="ResolutionChangeEvent.cs" />
<Compile Include="TimeLogger.cs" />
<Compile Include="Utils.cs" />
<Compile Include="WaterfallManager.cs" />
<Compile Include="Wiring.cs" />
<Compile Include="WorldGen.cs" />
<Compile Include="WorldSections.cs" />
<Compile Include="World.cs" />
<Compile Include="Animation.cs" />
<Compile Include="Framing.cs" />
<Compile Include="ObjectData\TileObjectData.cs" />
<Compile Include="Modules\AnchorDataModule.cs" />
<Compile Include="Modules\AnchorTypesModule.cs" />
<Compile Include="Modules\TileObjectAlternatesModule.cs" />
<Compile Include="Modules\TileObjectBaseModule.cs" />
<Compile Include="Modules\LiquidDeathModule.cs" />
<Compile Include="Modules\LiquidPlacementModule.cs" />
<Compile Include="Modules\TileObjectDrawModule.cs" />
<Compile Include="Modules\TileObjectSubTilesModule.cs" />
<Compile Include="Modules\TilePlacementHooksModule.cs" />
<Compile Include="Modules\TileObjectStyleModule.cs" />
<Compile Include="Modules\TileObjectCoordinatesModule.cs" />
<Compile Include="WorldBuilding\GenAction.cs" />
<Compile Include="WorldBuilding\Actions.cs" />
<Compile Include="WorldBuilding\GenBase.cs" />
<Compile Include="WorldBuilding\GenCondition.cs" />
<Compile Include="WorldBuilding\Conditions.cs" />
<Compile Include="WorldBuilding\GenerationProgress.cs" />
<Compile Include="WorldBuilding\Modifiers.cs" />
<Compile Include="WorldBuilding\GenModShape.cs" />
<Compile Include="WorldBuilding\ModShapes.cs" />
<Compile Include="WorldBuilding\GenPass.cs" />
<Compile Include="WorldBuilding\Passes.cs" />
<Compile Include="WorldBuilding\GenSearch.cs" />
<Compile Include="WorldBuilding\Searches.cs" />
<Compile Include="WorldBuilding\GenStructure.cs" />
<Compile Include="WorldBuilding\MicroBiome.cs" />
<Compile Include="WorldBuilding\GenShape.cs" />
<Compile Include="WorldBuilding\Shapes.cs" />
<Compile Include="WorldBuilding\GenShapeActionPair.cs" />
<Compile Include="WorldBuilding\ShapeData.cs" />
<Compile Include="WorldBuilding\SimpleStructure.cs" />
<Compile Include="WorldBuilding\StructureMap.cs" />
<Compile Include="WorldBuilding\TileFont.cs" />
<Compile Include="WorldBuilding\WorldGenerator.cs" />
<Compile Include="WorldBuilding\WorldGenConfiguration.cs" />
<Compile Include="WorldBuilding\WorldGenRange.cs" />
<Compile Include="WorldBuilding\WorldUtils.cs" />
<Compile Include="Utilities\CrashWatcher.cs" />
<Compile Include="Utilities\FastRandom.cs" />
<Compile Include="Utilities\NPCUtils.cs" />
<Compile Include="Utilities\PlatformUtilities.cs" />
<Compile Include="Utilities\IntRange.cs" />
<Compile Include="Utilities\UnifiedRandom.cs" />
<Compile Include="Utilities\WeightedRandom`1.cs" />
<Compile Include="Utilities\CrashDump.cs" />
<Compile Include="Utilities\FileOperationAPIWrapper.cs" />
<Compile Include="Utilities\FileUtilities.cs" />
<Compile Include="Utilities\Terraria\Utilities\FloatRange.cs" />
<Compile Include="Server\Game.cs" />
<Compile Include="UI\AchievementAdvisorCard.cs" />
<Compile Include="UI\AchievementAdvisor.cs" />
<Compile Include="UI\Alignment.cs" />
<Compile Include="UI\CalculatedStyle.cs" />
<Compile Include="UI\FancyErrorPrinter.cs" />
<Compile Include="UI\InterfaceScaleType.cs" />
<Compile Include="UI\GameInterfaceLayer.cs" />
<Compile Include="UI\ItemSorting.cs" />
<Compile Include="UI\TooltipProcessor.cs" />
<Compile Include="UI\ItemTooltip.cs" />
<Compile Include="UI\GameInterfaceDrawMethod.cs" />
<Compile Include="UI\LegacyGameInterfaceLayer.cs" />
<Compile Include="UI\INetDiagnosticsUI.cs" />
<Compile Include="UI\LegacyNetDiagnosticsUI.cs" />
<Compile Include="UI\EmptyDiagnosticsUI.cs" />
<Compile Include="UI\NetDiagnosticsUI.cs" />
<Compile Include="UI\SnapPoint.cs" />
<Compile Include="UI\StyleDimension.cs" />
<Compile Include="UI\UIAlign.cs" />
<Compile Include="UI\InGameNotificationsTracker.cs" />
<Compile Include="UI\IInGameNotification.cs" />
<Compile Include="UI\InGamePopups.cs" />
<Compile Include="UI\IngameFancyUI.cs" />
<Compile Include="UI\ChestUI.cs" />
<Compile Include="UI\ItemSlot.cs" />
<Compile Include="UI\UIElement.cs" />
<Compile Include="UI\UIEvent.cs" />
<Compile Include="UI\UIMouseEvent.cs" />
<Compile Include="UI\UIScrollWheelEvent.cs" />
<Compile Include="UI\UIState.cs" />
<Compile Include="UI\UserInterface.cs" />
<Compile Include="UI\Chat\ChatLine.cs" />
<Compile Include="UI\Chat\ChatMessageContainer.cs" />
<Compile Include="UI\Chat\ChatManager.cs" />
<Compile Include="UI\Chat\ITagHandler.cs" />
<Compile Include="UI\Chat\TextSnippet.cs" />
<Compile Include="UI\Gamepad\GamepadPageID.cs" />
<Compile Include="UI\Gamepad\GamepadPointID.cs" />
<Compile Include="UI\Gamepad\GamepadMainMenuHandler.cs" />
<Compile Include="UI\Gamepad\UILinkPage.cs" />
<Compile Include="UI\Gamepad\UILinkPoint.cs" />
<Compile Include="UI\Gamepad\UILinkPointNavigator.cs" />
<Compile Include="Testing\PacketHistory.cs" />
<Compile Include="Testing\ChatCommands\ArgumentHelper.cs" />
<Compile Include="Testing\ChatCommands\ArgumentListResult.cs" />
<Compile Include="Social\ISocialModule.cs" />
<Compile Include="Social\SocialMode.cs" />
<Compile Include="Social\SocialAPI.cs" />
<Compile Include="Social\Steam\OverlaySocialModule.cs" />
<Compile Include="Social\Steam\AchievementsSocialModule.cs" />
<Compile Include="Social\Steam\CloudSocialModule.cs" />
<Compile Include="Social\Steam\CoreSocialModule.cs" />
<Compile Include="Social\Steam\FriendsSocialModule.cs" />
<Compile Include="Social\Steam\LobbyState.cs" />
<Compile Include="Social\Steam\Lobby.cs" />
<Compile Include="Social\Steam\NetClientSocialModule.cs" />
<Compile Include="Social\Steam\NetServerSocialModule.cs" />
<Compile Include="Social\Steam\NetSocialModule.cs" />
<Compile Include="Social\Steam\SteamP2PReader.cs" />
<Compile Include="Social\Steam\SteamP2PWriter.cs" />
<Compile Include="Social\WeGame\CloudSocialModule.cs" />
<Compile Include="Social\WeGame\AchievementsSocialModule.cs" />
<Compile Include="Social\WeGame\CoreSocialModule.cs" />
<Compile Include="Social\WeGame\FriendsSocialModule.cs" />
<Compile Include="Social\WeGame\LobbyState.cs" />
<Compile Include="Social\WeGame\Lobby.cs" />
<Compile Include="Social\WeGame\NetClientSocialModule.cs" />
<Compile Include="Social\WeGame\NetServerSocialModule.cs" />
<Compile Include="Social\WeGame\NetSocialModule.cs" />
<Compile Include="Social\WeGame\OverlaySocialModule.cs" />
<Compile Include="Social\WeGame\WeGameHelper.cs" />
<Compile Include="Social\WeGame\CurrentThreadRunner.cs" />
<Compile Include="Social\WeGame\AsyncTaskHelper.cs" />
<Compile Include="Social\WeGame\IPCContent.cs" />
<Compile Include="Social\WeGame\IPCBase.cs" />
<Compile Include="Social\WeGame\IPCServer.cs" />
<Compile Include="Social\WeGame\IPCClient.cs" />
<Compile Include="Social\WeGame\IPCMessage.cs" />
<Compile Include="Social\WeGame\MessageDispatcherBase.cs" />
<Compile Include="Social\WeGame\MessageDispatcherServer.cs" />
<Compile Include="Social\WeGame\MessageDispatcherClient.cs" />
<Compile Include="Social\WeGame\WeGameP2PReader.cs" />
<Compile Include="Social\WeGame\WeGameP2PWriter.cs" />
<Compile Include="Social\WeGame\IPCMessageType.cs" />
<Compile Include="Social\WeGame\ReportServerID.cs" />
<Compile Include="Social\WeGame\WeGameFriendListInfo.cs" />
<Compile Include="Social\Base\RichPresenceState.cs" />
<Compile Include="Social\Base\ServerJoinRequestEvent.cs" />
<Compile Include="Social\Base\ServerJoinRequestsManager.cs" />
<Compile Include="Social\Base\UserJoinToServerRequest.cs" />
<Compile Include="Social\Base\OverlaySocialModule.cs" />
<Compile Include="Social\Base\CloudSocialModule.cs" />
<Compile Include="Social\Base\FriendsSocialModule.cs" />
<Compile Include="Social\Base\NetSocialModule.cs" />
<Compile Include="Social\Base\AchievementsSocialModule.cs" />
<Compile Include="Localization\GameCulture.cs" />
<Compile Include="Localization\LanguageChangeCallback.cs" />
<Compile Include="Localization\LanguageSearchFilter.cs" />
<Compile Include="Localization\Language.cs" />
<Compile Include="Localization\LanguageManager.cs" />
<Compile Include="Localization\LocalizedText.cs" />
<Compile Include="Localization\NetworkText.cs" />
<Compile Include="IO\ResourcePack.cs" />
<Compile Include="IO\ResourcePackList.cs" />
<Compile Include="IO\ResourcePackVersion.cs" />
<Compile Include="IO\FavoritesFile.cs" />
<Compile Include="IO\FileData.cs" />
<Compile Include="IO\PlayerFileData.cs" />
<Compile Include="IO\WorldFileData.cs" />
<Compile Include="IO\FileType.cs" />
<Compile Include="IO\FileMetadata.cs" />
<Compile Include="IO\Preferences.cs" />
<Compile Include="IO\GameConfiguration.cs" />
<Compile Include="IO\WorldFile.cs" />
<Compile Include="Initializers\AssetInitializer.cs" />
<Compile Include="Initializers\ChromaInitializer.cs" />
<Compile Include="Initializers\WingStatsInitializer.cs" />
<Compile Include="Initializers\AchievementInitializer.cs" />
<Compile Include="Initializers\LaunchInitializer.cs" />
<Compile Include="Initializers\ChatInitializer.cs" />
<Compile Include="Initializers\NetworkInitializer.cs" />
<Compile Include="Initializers\PlayerDataInitializer.cs" />
<Compile Include="Initializers\ScreenEffectInitializer.cs" />
<Compile Include="Initializers\UILinksInitializer.cs" />
<Compile Include="Initializers\DyeInitializer.cs" />
<Compile Include="Physics\BallCollision.cs" />
<Compile Include="Physics\BallCollisionEvent.cs" />
<Compile Include="Physics\BallPassThroughType.cs" />
<Compile Include="Physics\IBallContactListener.cs" />
<Compile Include="Physics\BallPassThroughEvent.cs" />
<Compile Include="Physics\BallState.cs" />
<Compile Include="Physics\BallStepResult.cs" />
<Compile Include="Physics\PhysicsProperties.cs" />
<Compile Include="Net\NetGroupInfo.cs" />
<Compile Include="Net\AddressType.cs" />
<Compile Include="Net\RemoteAddress.cs" />
<Compile Include="Net\TcpAddress.cs" />
<Compile Include="Net\SteamAddress.cs" />
<Compile Include="Net\WeGameAddress.cs" />
<Compile Include="Net\ServerMode.cs" />
<Compile Include="Net\LegacyNetBufferPool.cs" />
<Compile Include="Net\NetModule.cs" />
<Compile Include="Net\NetManager.cs" />
<Compile Include="Net\NetPacket.cs" />
<Compile Include="Net\Sockets\SocketReceiveCallback.cs" />
<Compile Include="Net\Sockets\SocketSendCallback.cs" />
<Compile Include="Net\Sockets\SocketConnectionAccepted.cs" />
<Compile Include="Net\Sockets\ISocket.cs" />
<Compile Include="Net\Sockets\SocialSocket.cs" />
<Compile Include="Net\Sockets\TcpSocket.cs" />
<Compile Include="Map\IMapLayer.cs" />
<Compile Include="Map\MapIconOverlay.cs" />
<Compile Include="Map\MapOverlayDrawContext.cs" />
<Compile Include="Map\PingMapLayer.cs" />
<Compile Include="Map\SpawnMapLayer.cs" />
<Compile Include="Map\TeleportPylonsMapLayer.cs" />
<Compile Include="Map\MapHelper.cs" />
<Compile Include="Map\MapTile.cs" />
<Compile Include="Map\WorldMap.cs" />
<Compile Include="ID\BiomeID.cs" />
<Compile Include="ID\ContentSamples.cs" />
<Compile Include="ID\GameModeID.cs" />
<Compile Include="ID\CloudID.cs" />
<Compile Include="ID\GameEventClearedID.cs" />
<Compile Include="ID\HousingCategoryID.cs" />
<Compile Include="ID\MenuID.cs" />
<Compile Include="ID\NPCHeadID.cs" />
<Compile Include="ID\PlayerDifficultyID.cs" />
<Compile Include="ID\SurfaceBackgroundID.cs" />
<Compile Include="ID\TeleportationStyleID.cs" />
<Compile Include="ID\TeleportationSide.cs" />
<Compile Include="ID\TorchID.cs" />
<Compile Include="ID\TreeTopID.cs" />
<Compile Include="ID\WaterStyleID.cs" />
<Compile Include="ID\AmmoID.cs" />
<Compile Include="ID\ArmorIDs.cs" />
<Compile Include="ID\CustomCurrencyID.cs" />
<Compile Include="ID\ItemAlternativeFunctionID.cs" />
<Compile Include="ID\ItemUseStyleID.cs" />
<Compile Include="ID\ItemHoldStyleID.cs" />
<Compile Include="ID\PrefixID.cs" />
<Compile Include="ID\RecipeGroupID.cs" />
<Compile Include="ID\SoundID.cs" />
<Compile Include="ID\AchievementHelperID.cs" />
<Compile Include="ID\ChainID.cs" />
<Compile Include="ID\Colors.cs" />
<Compile Include="ID\DustID.cs" />
<Compile Include="ID\GoreID.cs" />
<Compile Include="ID\MountID.cs" />
<Compile Include="ID\PlayerVariantID.cs" />
<Compile Include="ID\PlayerTextureID.cs" />
<Compile Include="ID\SetFactory.cs" />
<Compile Include="ID\TileEntityID.cs" />
<Compile Include="ID\AnimationID.cs" />
<Compile Include="ID\ExtrasID.cs" />
<Compile Include="ID\BuffID.cs" />
<Compile Include="ID\GlowMaskID.cs" />
<Compile Include="ID\ItemID.cs" />
<Compile Include="ID\TileChangeType.cs" />
<Compile Include="ID\MessageID.cs" />
<Compile Include="ID\ProjectileID.cs" />
<Compile Include="ID\StatusID.cs" />
<Compile Include="ID\WallID.cs" />
<Compile Include="ID\InvasionID.cs" />
<Compile Include="ID\NPCID.cs" />
<Compile Include="ID\PaintID.cs" />
<Compile Include="ID\TileID.cs" />
<Compile Include="Graphics\SpriteRenderTargetHelper.cs" />
<Compile Include="Graphics\FinalFractalHelper.cs" />
<Compile Include="Graphics\EmpressBladeDrawer.cs" />
<Compile Include="Graphics\MagicMissileDrawer.cs" />
<Compile Include="Graphics\FlameLashDrawer.cs" />
<Compile Include="Graphics\RainbowRodDrawer.cs" />
<Compile Include="Graphics\VertexStrip.cs" />
<Compile Include="Graphics\VirtualCamera.cs" />
<Compile Include="Graphics\Camera.cs" />
<Compile Include="Graphics\SpriteViewMatrix.cs" />
<Compile Include="Graphics\WindowStateController.cs" />
<Compile Include="Graphics\TileBatch.cs" />
<Compile Include="Graphics\VertexColors.cs" />
<Compile Include="Graphics\Capture\CaptureBiome.cs" />
<Compile Include="Graphics\Capture\CaptureInterface.cs" />
<Compile Include="Graphics\Capture\CaptureCamera.cs" />
<Compile Include="Graphics\Capture\CaptureManager.cs" />
<Compile Include="Graphics\Capture\CaptureSettings.cs" />
<Compile Include="Graphics\Shaders\ArmorShaderDataSet.cs" />
<Compile Include="Graphics\Shaders\HairShaderDataSet.cs" />
<Compile Include="Graphics\Shaders\MiscShaderData.cs" />
<Compile Include="Graphics\Shaders\HairShaderData.cs" />
<Compile Include="Graphics\Shaders\ScreenShaderData.cs" />
<Compile Include="Graphics\Shaders\ArmorShaderData.cs" />
<Compile Include="Graphics\Shaders\GameShaders.cs" />
<Compile Include="Graphics\Shaders\ShaderData.cs" />
<Compile Include="Graphics\Effects\RenderLayers.cs" />
<Compile Include="Graphics\Effects\CustomSky.cs" />
<Compile Include="Graphics\Effects\SkyManager.cs" />
<Compile Include="Graphics\Effects\EffectManager`1.cs" />
<Compile Include="Graphics\Effects\EffectPriority.cs" />
<Compile Include="Graphics\Effects\Filter.cs" />
<Compile Include="Graphics\Effects\Filters.cs" />
<Compile Include="Graphics\Effects\FilterManager.cs" />
<Compile Include="Graphics\Effects\GameEffect.cs" />
<Compile Include="Graphics\Effects\MissingEffectException.cs" />
<Compile Include="Graphics\Effects\OverlayMode.cs" />
<Compile Include="Graphics\Effects\Overlay.cs" />
<Compile Include="Graphics\Effects\Overlays.cs" />
<Compile Include="Graphics\Effects\OverlayManager.cs" />
<Compile Include="Graphics\Effects\SimpleOverlay.cs" />
<Compile Include="Graphics\Light\LightMaskMode.cs" />
<Compile Include="Graphics\Light\LightMode.cs" />
<Compile Include="Graphics\Light\TileLightScanner.cs" />
<Compile Include="Graphics\Light\ILightingEngine.cs" />
<Compile Include="Graphics\Light\LegacyLighting.cs" />
<Compile Include="Graphics\Light\LightingEngine.cs" />
<Compile Include="Graphics\Light\LightMap.cs" />
<Compile Include="Graphics\Renderers\IParticle.cs" />
<Compile Include="Graphics\Renderers\ParticleRendererSettings.cs" />
<Compile Include="Graphics\Renderers\ParticleRenderer.cs" />
<Compile Include="Graphics\Renderers\ParticlePool`1.cs" />
<Compile Include="Graphics\Renderers\IPooledParticle.cs" />
<Compile Include="Graphics\Renderers\CreativeSacrificeParticle.cs" />
<Compile Include="Graphics\Renderers\ABasicParticle.cs" />
<Compile Include="Graphics\Renderers\FadingParticle.cs" />
<Compile Include="Graphics\Renderers\FlameParticle.cs" />
<Compile Include="Graphics\Renderers\RandomizedFrameParticle.cs" />
<Compile Include="Graphics\Renderers\PrettySparkleParticle.cs" />
<Compile Include="Graphics\Renderers\ReturnGatePlayerRenderer.cs" />
<Compile Include="Graphics\Renderers\IPlayerRenderer.cs" />
<Compile Include="Graphics\Renderers\LegacyPlayerRenderer.cs" />
<Compile Include="Graphics\Renderers\MapHeadRenderer.cs" />
<Compile Include="Graphics\Renderers\NPCHeadRenderer.cs" />
<Compile Include="GameInput\SmartSelectGamepadPointer.cs" />
<Compile Include="GameInput\KeyConfiguration.cs" />
<Compile Include="GameInput\LockOnHelper.cs" />
<Compile Include="GameInput\PlayerInputProfile.cs" />
<Compile Include="GameInput\TriggerNames.cs" />
<Compile Include="GameInput\TriggersPack.cs" />
<Compile Include="GameInput\TriggersSet.cs" />
<Compile Include="GameInput\InputMode.cs" />
<Compile Include="GameInput\PresetProfiles.cs" />
<Compile Include="GameInput\PlayerInput.cs" />
<Compile Include="GameContent\ChumBucketProjectileHelper.cs" />
<Compile Include="GameContent\DoorOpeningHelper.cs" />
<Compile Include="GameContent\HairstyleUnlocksHelper.cs" />
<Compile Include="GameContent\INeedRenderTargetContent.cs" />
<Compile Include="GameContent\ARenderTargetContentByRequest.cs" />
<Compile Include="GameContent\AnOutlinedDrawRenderTargetContent.cs" />
<Compile Include="GameContent\PlayerHeadDrawRenderTargetContent.cs" />
<Compile Include="GameContent\NPCHeadDrawRenderTargetContent.cs" />
<Compile Include="GameContent\PlayerRainbowWingsTextureContent.cs" />
<Compile Include="GameContent\PlayerQueenSlimeMountTextureContent.cs" />
<Compile Include="GameContent\PlayerTitaniumStormBuffTextureContent.cs" />
<Compile Include="GameContent\TreePaintingSettings.cs" />
<Compile Include="GameContent\TreePaintSystemData.cs" />
<Compile Include="GameContent\TilePaintSystemV2.cs" />
<Compile Include="GameContent\IPersistentPerWorldContent.cs" />
<Compile Include="GameContent\IPersistentPerPlayerContent.cs" />
<Compile Include="GameContent\IOnPlayerJoining.cs" />
<Compile Include="GameContent\MinecartDiggerHelper.cs" />
<Compile Include="GameContent\PlayerSittingHelper.cs" />
<Compile Include="GameContent\PlayerSleepingHelper.cs" />
<Compile Include="GameContent\PlayerEyeHelper.cs" />
<Compile Include="GameContent\ShopHelper.cs" />
<Compile Include="GameContent\SmartCursorHelper.cs" />
<Compile Include="GameContent\SpelunkerProjectileHelper.cs" />
<Compile Include="GameContent\TeleportHelpers.cs" />
<Compile Include="GameContent\TeleportPylonsSystem.cs" />
<Compile Include="GameContent\TeleportPylonInfo.cs" />
<Compile Include="GameContent\TeleportPylonType.cs" />
<Compile Include="GameContent\TownNPCProfiles.cs" />
<Compile Include="GameContent\ITownNPCProfile.cs" />
<Compile Include="GameContent\Profiles.cs" />
<Compile Include="GameContent\TreeTopsInfo.cs" />
<Compile Include="GameContent\BackgroundChangeFlashInfo.cs" />
<Compile Include="GameContent\VanillaContentValidator.cs" />
<Compile Include="GameContent\ContentRejectionFromSize.cs" />
<Compile Include="GameContent\VoidLensHelper.cs" />
<Compile Include="GameContent\PotionOfReturnGateHelper.cs" />
<Compile Include="GameContent\WellFedHelper.cs" />
<Compile Include="GameContent\AmbientWindSystem.cs" />
<Compile Include="GameContent\AssetSourceController.cs" />
<Compile Include="GameContent\CoinLossRevengeSystem.cs" />
<Compile Include="GameContent\FontAssets.cs" />
<Compile Include="GameContent\ChromaHotkeyPainter.cs" />
<Compile Include="GameContent\FixExploitManEaters.cs" />
<Compile Include="GameContent\GameNotificationType.cs" />
<Compile Include="GameContent\ItemShopSellbackHelper.cs" />
<Compile Include="GameContent\TownRoomManager.cs" />
<Compile Include="GameContent\TextureAssets.cs" />
<Compile Include="GameContent\PressurePlateHelper.cs" />
<Compile Include="GameContent\PortalHelper.cs" />
<Compile Include="GameContent\ChildSafety.cs" />
<Compile Include="GameContent\Liquid\LiquidRenderer.cs" />
<Compile Include="GameContent\Generation\ActionGrass.cs" />
<Compile Include="GameContent\Generation\ActionPlaceStatue.cs" />
<Compile Include="GameContent\Generation\ActionStalagtite.cs" />
<Compile Include="GameContent\Generation\ActionVines.cs" />
<Compile Include="GameContent\Generation\WorldGenLegacyMethod.cs" />
<Compile Include="GameContent\Generation\PassLegacy.cs" />
<Compile Include="GameContent\Generation\ShapeBranch.cs" />
<Compile Include="GameContent\Generation\ShapeFloodFill.cs" />
<Compile Include="GameContent\Generation\ShapeRoot.cs" />
<Compile Include="GameContent\Generation\TrackGenerator.cs" />
<Compile Include="GameContent\Generation\ShapeRunner.cs" />
<Compile Include="GameContent\Achievements\AchievementsHelper.cs" />
<Compile Include="GameContent\Achievements\CustomFlagCondition.cs" />
<Compile Include="GameContent\Achievements\CustomFloatCondition.cs" />
<Compile Include="GameContent\Achievements\CustomIntCondition.cs" />
<Compile Include="GameContent\Achievements\ItemCraftCondition.cs" />
<Compile Include="GameContent\Achievements\ItemPickupCondition.cs" />
<Compile Include="GameContent\Achievements\NPCKilledCondition.cs" />
<Compile Include="GameContent\Achievements\ProgressionEventCondition.cs" />
<Compile Include="GameContent\Achievements\TileDestroyedCondition.cs" />
<Compile Include="GameContent\Shaders\SandstormShaderData.cs" />
<Compile Include="GameContent\Shaders\BlizzardShaderData.cs" />
<Compile Include="GameContent\Shaders\RippleShape.cs" />
<Compile Include="GameContent\Shaders\WaterShaderData.cs" />
<Compile Include="GameContent\Shaders\BloodMoonScreenShaderData.cs" />
<Compile Include="GameContent\Shaders\MoonLordScreenShaderData.cs" />
<Compile Include="GameContent\Metadata\TileGolfPhysics.cs" />
<Compile Include="GameContent\Metadata\TileMaterial.cs" />
<Compile Include="GameContent\Metadata\TileMaterials.cs" />
<Compile Include="GameContent\UI\IPlayerResourcesDisplaySet.cs" />
<Compile Include="GameContent\UI\CommonResourceBarMethods.cs" />
<Compile Include="GameContent\UI\ResourceDrawSettings.cs" />
<Compile Include="GameContent\UI\PlayerStatsSnapshot.cs" />
<Compile Include="GameContent\UI\ClassicPlayerResourcesDisplaySet.cs" />
<Compile Include="GameContent\UI\FancyClassicPlayerResourcesDisplaySet.cs" />
<Compile Include="GameContent\UI\HorizontalBarsPlayerReosurcesDisplaySet.cs" />
<Compile Include="GameContent\UI\MinimapFrame.cs" />
<Compile Include="GameContent\UI\IMultiplayerClosePlayersOverlay.cs" />
<Compile Include="GameContent\UI\LegacyMultiplayerClosePlayersOverlay.cs" />
<Compile Include="GameContent\UI\NewMultiplayerClosePlayersOverlay.cs" />
<Compile Include="GameContent\UI\CustomCurrencySystem.cs" />
<Compile Include="GameContent\UI\CustomCurrencySingleCoin.cs" />
<Compile Include="GameContent\UI\CustomCurrencyManager.cs" />
<Compile Include="GameContent\UI\GameTipsDisplay.cs" />
<Compile Include="GameContent\UI\WiresUI.cs" />
<Compile Include="GameContent\UI\EmoteID.cs" />
<Compile Include="GameContent\UI\EmoteBubble.cs" />
<Compile Include="GameContent\UI\ItemRarity.cs" />
<Compile Include="GameContent\UI\WorldUIAnchor.cs" />
<Compile Include="GameContent\UI\States\UIResourcePackInfoMenu.cs" />
<Compile Include="GameContent\UI\States\UIBestiaryTest.cs" />
<Compile Include="GameContent\UI\States\UICreativePowersMenu.cs" />
<Compile Include="GameContent\UI\States\UIGamepadHelper.cs" />
<Compile Include="GameContent\UI\States\UIEmotesMenu.cs" />
<Compile Include="GameContent\UI\States\UIWorldCreation.cs" />
<Compile Include="GameContent\UI\States\UICharacterCreation.cs" />
<Compile Include="GameContent\UI\States\UIResourcePackSelectionMenu.cs" />
<Compile Include="GameContent\UI\States\UISortableElement.cs" />
<Compile Include="GameContent\UI\States\UIManageControls.cs" />
<Compile Include="GameContent\UI\States\UIVirtualKeyboard.cs" />
<Compile Include="GameContent\UI\States\UIAchievementsMenu.cs" />
<Compile Include="GameContent\UI\States\UIWorldSelect.cs" />
<Compile Include="GameContent\UI\States\UICharacterSelect.cs" />
<Compile Include="GameContent\UI\States\UIWorldLoad.cs" />
<Compile Include="GameContent\UI\Elements\PowerStripUIElement.cs" />
<Compile Include="GameContent\UI\Elements\UICreativeInfiniteItemsDisplay.cs" />
<Compile Include="GameContent\UI\Elements\UIDynamicItemCollection.cs" />
<Compile Include="GameContent\UI\Elements\UIItemSlot.cs" />
<Compile Include="GameContent\UI\Elements\UICreativePowerButton.cs" />
<Compile Include="GameContent\UI\Elements\UIParticleLayer.cs" />
<Compile Include="GameContent\UI\Elements\UIResourcePackInfoButton`1.cs" />
<Compile Include="GameContent\UI\Elements\UISelectableTextPanel`1.cs" />
<Compile Include="GameContent\UI\Elements\UIBestiaryEntryButton.cs" />
<Compile Include="GameContent\UI\Elements\UIBestiaryEntryGrid.cs" />
<Compile Include="GameContent\UI\Elements\UIBestiarySortingOptionsGrid.cs" />
<Compile Include="GameContent\UI\Elements\UIBestiaryFilteringOptionsGrid.cs" />
<Compile Include="GameContent\UI\Elements\UICreativeItemsInfiniteFilteringOptions.cs" />
<Compile Include="GameContent\UI\Elements\UIBestiaryNPCEntryPortrait.cs" />
<Compile Include="GameContent\UI\Elements\UIBestiaryInfoItemLine.cs" />
<Compile Include="GameContent\UI\Elements\UIBestiaryEntryIcon.cs" />
<Compile Include="GameContent\UI\Elements\UIBestiaryEntryInfoPage.cs" />
<Compile Include="GameContent\UI\Elements\ExtraBestiaryInfoPageInformation.cs" />
<Compile Include="GameContent\UI\Elements\IManuallyOrderedUIElement.cs" />
<Compile Include="GameContent\UI\Elements\UIBestiaryInfoLine`1.cs" />
<Compile Include="GameContent\UI\Elements\UIItemIcon.cs" />
<Compile Include="GameContent\UI\Elements\UISearchBar.cs" />
<Compile Include="GameContent\UI\Elements\UIVerticalSlider.cs" />
<Compile Include="GameContent\UI\Elements\UIWorldCreationPreview.cs" />
<Compile Include="GameContent\UI\Elements\EmoteButton.cs" />
<Compile Include="GameContent\UI\Elements\EmotesGroupListItem.cs" />
<Compile Include="GameContent\UI\Elements\IGroupOptionButton.cs" />
<Compile Include="GameContent\UI\Elements\GroupOptionButton`1.cs" />
<Compile Include="GameContent\UI\Elements\UICharacterNameButton.cs" />
<Compile Include="GameContent\UI\Elements\UIClothStyleButton.cs" />
<Compile Include="GameContent\UI\Elements\UIDifficultyButton.cs" />
<Compile Include="GameContent\UI\Elements\UIHairStyleButton.cs" />
<Compile Include="GameContent\UI\Elements\UISlicedImage.cs" />
<Compile Include="GameContent\UI\Elements\UIColoredImageButton.cs" />
<Compile Include="GameContent\UI\Elements\UISliderBase.cs" />
<Compile Include="GameContent\UI\Elements\UIColoredSlider.cs" />
<Compile Include="GameContent\UI\Elements\UIColoredSliderSimple.cs" />
<Compile Include="GameContent\UI\Elements\UIHorizontalSeparator.cs" />
<Compile Include="GameContent\UI\Elements\UIKeybindingListItem.cs" />
<Compile Include="GameContent\UI\Elements\UIKeybindingSimpleListItem.cs" />
<Compile Include="GameContent\UI\Elements\UIKeybindingSliderItem.cs" />
<Compile Include="GameContent\UI\Elements\UIKeybindingToggleListItem.cs" />
<Compile Include="GameContent\UI\Elements\UIResourcePack.cs" />
<Compile Include="GameContent\UI\Elements\UITextBox.cs" />
<Compile Include="GameContent\UI\Elements\UIVerticalSeparator.cs" />
<Compile Include="GameContent\UI\Elements\UIAchievementListItem.cs" />
<Compile Include="GameContent\UI\Elements\UICharacter.cs" />
<Compile Include="GameContent\UI\Elements\UICharacterListItem.cs" />
<Compile Include="GameContent\UI\Elements\UIImage.cs" />
<Compile Include="GameContent\UI\Elements\UIImageButton.cs" />
<Compile Include="GameContent\UI\Elements\UIImageFramed.cs" />
<Compile Include="GameContent\UI\Elements\IColorable.cs" />
<Compile Include="GameContent\UI\Elements\UIList.cs" />
<Compile Include="GameContent\UI\Elements\UIPanel.cs" />
<Compile Include="GameContent\UI\Elements\UIScrollbar.cs" />
<Compile Include="GameContent\UI\Elements\UIText.cs" />
<Compile Include="GameContent\UI\Elements\UITextPanel`1.cs" />
<Compile Include="GameContent\UI\Elements\UIToggleImage.cs" />
<Compile Include="GameContent\UI\Elements\UIWorldListItem.cs" />
<Compile Include="GameContent\UI\Elements\UIGenProgressBar.cs" />
<Compile Include="GameContent\UI\Elements\UIProgressBar.cs" />
<Compile Include="GameContent\UI\Elements\UIHeader.cs" />
<Compile Include="GameContent\UI\Chat\IChatMonitor.cs" />
<Compile Include="GameContent\UI\Chat\LegacyChatMonitor.cs" />
<Compile Include="GameContent\UI\Chat\RemadeChatMonitor.cs" />
<Compile Include="GameContent\UI\Chat\GlyphTagHandler.cs" />
<Compile Include="GameContent\UI\Chat\AchievementTagHandler.cs" />
<Compile Include="GameContent\UI\Chat\ColorTagHandler.cs" />
<Compile Include="GameContent\UI\Chat\ItemTagHandler.cs" />
<Compile Include="GameContent\UI\Chat\NameTagHandler.cs" />
<Compile Include="GameContent\UI\Chat\PlainTagHandler.cs" />
<Compile Include="GameContent\UI\BigProgressBar\BigProgressBarSystem.cs" />
<Compile Include="GameContent\UI\BigProgressBar\BigProgressBarInfo.cs" />
<Compile Include="GameContent\UI\BigProgressBar\IBigProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\BigProgressBarHelper.cs" />
<Compile Include="GameContent\UI\BigProgressBar\CommonBossBigProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\EaterOfWorldsProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\BrainOfCthuluBigProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\GolemHeadProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\MoonLordProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\NeverValidProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\TwinsBigProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\LunarPillarBigProgessBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\SolarFlarePillarBigProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\VortexPillarBigProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\NebulaPillarBigProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\StardustPillarBigProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\PirateShipBigProgressBar.cs" />
<Compile Include="GameContent\UI\BigProgressBar\MartianSaucerBigProgressBar.cs" />
<Compile Include="GameContent\Tile_Entities\TEFoodPlatter.cs" />
<Compile Include="GameContent\Tile_Entities\TETeleportationPylon.cs" />
<Compile Include="GameContent\Tile_Entities\TEDisplayDoll.cs" />
<Compile Include="GameContent\Tile_Entities\DisplayDollSlot.cs" />
<Compile Include="GameContent\Tile_Entities\TEHatRack.cs" />
<Compile Include="GameContent\Tile_Entities\HatRackSlot.cs" />
<Compile Include="GameContent\Tile_Entities\TEWeaponsRack.cs" />
<Compile Include="GameContent\Tile_Entities\TELogicSensor.cs" />
<Compile Include="GameContent\Tile_Entities\TEItemFrame.cs" />
<Compile Include="GameContent\Tile_Entities\TETrainingDummy.cs" />
<Compile Include="GameContent\Dyes\TwilightHairDyeShaderData.cs" />
<Compile Include="GameContent\Dyes\TwilightDyeShaderData.cs" />
<Compile Include="GameContent\Dyes\LegacyHairShaderData.cs" />
<Compile Include="GameContent\Dyes\TeamArmorShaderData.cs" />
<Compile Include="GameContent\Dyes\ReflectiveArmorShaderData.cs" />
<Compile Include="GameContent\RGB\BrainShader.cs" />
<Compile Include="GameContent\RGB\CultistShader.cs" />
<Compile Include="GameContent\RGB\DD2Shader.cs" />
<Compile Include="GameContent\RGB\DeathShader.cs" />
<Compile Include="GameContent\RGB\DukeFishronShader.cs" />
<Compile Include="GameContent\RGB\EmpressShader.cs" />
<Compile Include="GameContent\RGB\EyeOfCthulhuShader.cs" />
<Compile Include="GameContent\RGB\FrostLegionShader.cs" />
<Compile Include="GameContent\RGB\GemCaveShader.cs" />
<Compile Include="GameContent\RGB\GoblinArmyShader.cs" />
<Compile Include="GameContent\RGB\GolemShader.cs" />
<Compile Include="GameContent\RGB\KingSlimeShader.cs" />
<Compile Include="GameContent\RGB\LavaIndicatorShader.cs" />
<Compile Include="GameContent\RGB\MartianMadnessShader.cs" />
<Compile Include="GameContent\RGB\PillarShader.cs" />
<Compile Include="GameContent\RGB\PirateInvasionShader.cs" />
<Compile Include="GameContent\RGB\PlanteraShader.cs" />
<Compile Include="GameContent\RGB\QueenBeeShader.cs" />
<Compile Include="GameContent\RGB\QueenSlimeShader.cs" />
<Compile Include="GameContent\RGB\SkullShader.cs" />
<Compile Include="GameContent\RGB\TwinsShader.cs" />
<Compile Include="GameContent\RGB\UnderworldShader.cs" />
<Compile Include="GameContent\RGB\WallOfFleshShader.cs" />
<Compile Include="GameContent\RGB\WormShader.cs" />
<Compile Include="GameContent\RGB\BlizzardShader.cs" />
<Compile Include="GameContent\RGB\CavernShader.cs" />
<Compile Include="GameContent\RGB\CorruptSurfaceShader.cs" />
<Compile Include="GameContent\RGB\DebugKeyboard.cs" />
<Compile Include="GameContent\RGB\DesertShader.cs" />
<Compile Include="GameContent\RGB\DungeonShader.cs" />
<Compile Include="GameContent\RGB\EyeballShader.cs" />
<Compile Include="GameContent\RGB\HallowSurfaceShader.cs" />
<Compile Include="GameContent\RGB\IceShader.cs" />
<Compile Include="GameContent\RGB\JungleShader.cs" />
<Compile Include="GameContent\RGB\KeybindsMenuShader.cs" />
<Compile Include="GameContent\RGB\LowLifeShader.cs" />
<Compile Include="GameContent\RGB\MeteoriteShader.cs" />
<Compile Include="GameContent\RGB\MoonShader.cs" />
<Compile Include="GameContent\RGB\RainShader.cs" />
<Compile Include="GameContent\RGB\SandstormShader.cs" />
<Compile Include="GameContent\RGB\SlimeRainShader.cs" />
<Compile Include="GameContent\RGB\SurfaceBiomeShader.cs" />
<Compile Include="GameContent\RGB\CommonConditions.cs" />
<Compile Include="GameContent\RGB\DrowningShader.cs" />
<Compile Include="GameContent\RGB\NoiseHelper.cs" />
<Compile Include="GameContent\RGB\SkyShader.cs" />
<Compile Include="GameContent\RGB\TempleShader.cs" />
<Compile Include="GameContent\RGB\UndergroundCorruptionShader.cs" />
<Compile Include="GameContent\RGB\DrippingShader.cs" />
<Compile Include="GameContent\RGB\UndergroundHallowShader.cs" />
<Compile Include="GameContent\RGB\UndergroundMushroomShader.cs" />
<Compile Include="GameContent\RGB\VineShader.cs" />
<Compile Include="GameContent\RGB\VirtualKeyboard.cs" />
<Compile Include="GameContent\Personalities\PersonalityDatabase.cs" />
<Compile Include="GameContent\Personalities\PersonalityProfile.cs" />
<Compile Include="GameContent\Personalities\IShopPersonalityTrait.cs" />
<Compile Include="GameContent\Personalities\HelperInfo.cs" />
<Compile Include="GameContent\Personalities\AllPersonalitiesModifier.cs" />
<Compile Include="GameContent\ObjectInteractions\AHoverInteractionChecker.cs" />
<Compile Include="GameContent\ObjectInteractions\ISmartInteractCandidate.cs" />
<Compile Include="GameContent\ObjectInteractions\ISmartInteractBlockReasonProvider.cs" />
<Compile Include="GameContent\ObjectInteractions\ISmartInteractCandidateProvider.cs" />
<Compile Include="GameContent\ObjectInteractions\SmartInteractScanSettings.cs" />
<Compile Include="GameContent\ObjectInteractions\SmartInteractSystem.cs" />
<Compile Include="GameContent\ObjectInteractions\BlockBecauseYouAreOverAnImportantTile.cs" />
<Compile Include="GameContent\ObjectInteractions\TileSmartInteractCandidateProvider.cs" />
<Compile Include="GameContent\ObjectInteractions\NPCSmartInteractCandidateProvider.cs" />
<Compile Include="GameContent\ObjectInteractions\ProjectileSmartInteractCandidateProvider.cs" />
<Compile Include="GameContent\ObjectInteractions\PotionOfReturnSmartInteractCandidateProvider.cs" />
<Compile Include="GameContent\ObjectInteractions\PotionOfReturnHelper.cs" />
<Compile Include="GameContent\ObjectInteractions\PotionOfReturnGateInteractionChecker.cs" />
<Compile Include="GameContent\NetModules\NetAmbienceModule.cs" />
<Compile Include="GameContent\NetModules\NetBestiaryModule.cs" />
<Compile Include="GameContent\NetModules\NetCreativeUnlocksModule.cs" />
<Compile Include="GameContent\NetModules\NetCreativePowersModule.cs" />
<Compile Include="GameContent\NetModules\NetCreativeUnlocksPlayerReportModule.cs" />
<Compile Include="GameContent\NetModules\NetCreativePowerPermissionsModule.cs" />
<Compile Include="GameContent\NetModules\NetParticlesModule.cs" />
<Compile Include="GameContent\NetModules\NetPingModule.cs" />
<Compile Include="GameContent\NetModules\NetTeleportPylonModule.cs" />
<Compile Include="GameContent\NetModules\NetTextModule.cs" />
<Compile Include="GameContent\NetModules\NetLiquidModule.cs" />
<Compile Include="GameContent\LootSimulation\LootSimulator.cs" />
<Compile Include="GameContent\LootSimulation\SimulatorInfo.cs" />
<Compile Include="GameContent\LootSimulation\LootSimulationItemCounter.cs" />
<Compile Include="GameContent\LootSimulation\ISimulationConditionSetter.cs" />
<Compile Include="GameContent\LootSimulation\SimulationConditionSetters.cs" />
<Compile Include="GameContent\LootSimulation\LootSimulatorConditionSetterTypes\FastConditionSetter.cs" />
<Compile Include="GameContent\LootSimulation\LootSimulatorConditionSetterTypes\StackedConditionSetter.cs" />
<Compile Include="GameContent\LootSimulation\LootSimulatorConditionSetterTypes\SlimeStaffConditionSetter.cs" />
<Compile Include="GameContent\LootSimulation\LootSimulatorConditionSetterTypes\LuckyCoinConditionSetter.cs" />
<Compile Include="GameContent\ItemDropRules\ItemDropRule.cs" />
<Compile Include="GameContent\ItemDropRules\DropAttemptInfo.cs" />
<Compile Include="GameContent\ItemDropRules\DropRateInfo.cs" />
<Compile Include="GameContent\ItemDropRules\DropRateInfoChainFeed.cs" />
<Compile Include="GameContent\ItemDropRules\IItemDropRule.cs" />
<Compile Include="GameContent\ItemDropRules\INestedItemDropRule.cs" />
<Compile Include="GameContent\ItemDropRules\ItemDropAttemptResultState.cs" />
<Compile Include="GameContent\ItemDropRules\ItemDropAttemptResult.cs" />
<Compile Include="GameContent\ItemDropRules\IItemDropRuleChainAttempt.cs" />
<Compile Include="GameContent\ItemDropRules\IItemDropRuleCondition.cs" />
<Compile Include="GameContent\ItemDropRules\IProvideItemConditionDescription.cs" />
<Compile Include="GameContent\ItemDropRules\CommonCode.cs" />
<Compile Include="GameContent\ItemDropRules\CommonDrop.cs" />
<Compile Include="GameContent\ItemDropRules\CommonDropNotScalingWithLuck.cs" />
<Compile Include="GameContent\ItemDropRules\DropLocalPerClientAndResetsNPCMoneyTo0.cs" />
<Compile Include="GameContent\ItemDropRules\DropPerPlayerOnThePlayer.cs" />
<Compile Include="GameContent\ItemDropRules\CommonDropWithRerolls.cs" />
<Compile Include="GameContent\ItemDropRules\DropNothing.cs" />
<Compile Include="GameContent\ItemDropRules\DropBasedOnExpertMode.cs" />
<Compile Include="GameContent\ItemDropRules\DropBasedOnMasterMode.cs" />
<Compile Include="GameContent\ItemDropRules\MechBossSpawnersDropRule.cs" />
<Compile Include="GameContent\ItemDropRules\SlimeBodyItemDropRule.cs" />
<Compile Include="GameContent\ItemDropRules\ItemDropWithConditionRule.cs" />
<Compile Include="GameContent\ItemDropRules\LeadingConditionRule.cs" />
<Compile Include="GameContent\ItemDropRules\DropOneByOne.cs" />
<Compile Include="GameContent\ItemDropRules\OneFromOptionsNotScaledWithLuckDropRule.cs" />
<Compile Include="GameContent\ItemDropRules\OneFromOptionsDropRule.cs" />
<Compile Include="GameContent\ItemDropRules\OneFromRulesRule.cs" />
<Compile Include="GameContent\ItemDropRules\Chains.cs" />
<Compile Include="GameContent\ItemDropRules\Conditions.cs" />
<Compile Include="GameContent\ItemDropRules\ItemDropDatabase.cs" />
<Compile Include="GameContent\ItemDropRules\ItemDropResolver.cs" />
<Compile Include="GameContent\ItemDropRules\ItemDropRuleResolveAction.cs" />
<Compile Include="GameContent\Golf\FancyGolfPredictionLine.cs" />
<Compile Include="GameContent\Golf\GolfBallTrackRecord.cs" />
<Compile Include="GameContent\Golf\GolfHelper.cs" />
<Compile Include="GameContent\Golf\GolfState.cs" />
<Compile Include="GameContent\Events\LanternNight.cs" />
<Compile Include="GameContent\Events\MysticLogFairiesEvent.cs" />
<Compile Include="GameContent\Events\BirthdayParty.cs" />
<Compile Include="GameContent\Events\DD2Event.cs" />
<Compile Include="GameContent\Events\Sandstorm.cs" />
<Compile Include="GameContent\Events\MoonlordDeathDrama.cs" />
<Compile Include="GameContent\Events\ScreenDarkness.cs" />
<Compile Include="GameContent\Events\ScreenObstruction.cs" />
<Compile Include="GameContent\Events\CultistRitual.cs" />
<Compile Include="GameContent\Drawing\ParticleOrchestrator.cs" />
<Compile Include="GameContent\Drawing\ParticleOrchestraType.cs" />
<Compile Include="GameContent\Drawing\ParticleOrchestraSettings.cs" />
<Compile Include="GameContent\Drawing\TileDrawing.cs" />
<Compile Include="GameContent\Drawing\WallDrawing.cs" />
<Compile Include="GameContent\Drawing\WindGrid.cs" />
<Compile Include="GameContent\Creative\CreativeItemSacrificesCatalog.cs" />
<Compile Include="GameContent\Creative\CreativePowerManager.cs" />
<Compile Include="GameContent\Creative\CreativePowerSettings.cs" />
<Compile Include="GameContent\Creative\CreativePowersHelper.cs" />
<Compile Include="GameContent\Creative\CreativeUI.cs" />
<Compile Include="GameContent\Creative\IItemEntryFilter.cs" />
<Compile Include="GameContent\Creative\ItemFilters.cs" />
<Compile Include="GameContent\Creative\ICreativeItemSortStep.cs" />
<Compile Include="GameContent\Creative\SortingSteps.cs" />
<Compile Include="GameContent\Creative\CreativePowerUIElementRequestInfo.cs" />
<Compile Include="GameContent\Creative\PowerPermissionLevel.cs" />
<Compile Include="GameContent\Creative\ICreativePower.cs" />
<Compile Include="GameContent\Creative\IPowerSubcategoryElement.cs" />
<Compile Include="GameContent\Creative\IProvideSliderElement.cs" />
<Compile Include="GameContent\Creative\CreativePowers.cs" />
<Compile Include="GameContent\Creative\CreativeUnlocksTracker.cs" />
<Compile Include="GameContent\Creative\ItemsSacrificedUnlocksTracker.cs" />
<Compile Include="GameContent\Biomes\DeadMansChestBiome.cs" />
<Compile Include="GameContent\Biomes\JunglePass.cs" />
<Compile Include="GameContent\Biomes\TerrainPass.cs" />
<Compile Include="GameContent\Biomes\DunesBiome.cs" />
<Compile Include="GameContent\Biomes\GraniteBiome.cs" />
<Compile Include="GameContent\Biomes\HiveBiome.cs" />
<Compile Include="GameContent\Biomes\MarbleBiome.cs" />
<Compile Include="GameContent\Biomes\CampsiteBiome.cs" />
<Compile Include="GameContent\Biomes\CaveHouseBiome.cs" />
<Compile Include="GameContent\Biomes\CorruptionPitBiome.cs" />
<Compile Include="GameContent\Biomes\DesertBiome.cs" />
<Compile Include="GameContent\Biomes\EnchantedSwordBiome.cs" />
<Compile Include="GameContent\Biomes\HoneyPatchBiome.cs" />
<Compile Include="GameContent\Biomes\MahoganyTreeBiome.cs" />
<Compile Include="GameContent\Biomes\MiningExplosivesBiome.cs" />
<Compile Include="GameContent\Biomes\ThinIceBiome.cs" />
<Compile Include="GameContent\Biomes\Desert\AnthillEntrance.cs" />
<Compile Include="GameContent\Biomes\Desert\ChambersEntrance.cs" />
<Compile Include="GameContent\Biomes\Desert\DesertDescription.cs" />
<Compile Include="GameContent\Biomes\Desert\DesertHive.cs" />
<Compile Include="GameContent\Biomes\Desert\LarvaHoleEntrance.cs" />
<Compile Include="GameContent\Biomes\Desert\PitEntrance.cs" />
<Compile Include="GameContent\Biomes\Desert\SandMound.cs" />
<Compile Include="GameContent\Biomes\Desert\SurfaceMap.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\HouseUtils.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\DesertHouseBuilder.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\GraniteHouseBuilder.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\HouseBuilder.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\HouseBuilderContext.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\HouseType.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\IceHouseBuilder.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\JungleHouseBuilder.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\MarbleHouseBuilder.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\MushroomHouseBuilder.cs" />
<Compile Include="GameContent\Biomes\CaveHouse\WoodHouseBuilder.cs" />
<Compile Include="GameContent\Bestiary\BestiaryDatabase.cs" />
<Compile Include="GameContent\Bestiary\BestiaryUnlockProgressReport.cs" />
<Compile Include="GameContent\Bestiary\BestiaryDatabaseNPCsPopulator.cs" />
<Compile Include="GameContent\Bestiary\IBestiaryEntryFilter.cs" />
<Compile Include="GameContent\Bestiary\Filters.cs" />
<Compile Include="GameContent\Bestiary\IBestiarySortStep.cs" />
<Compile Include="GameContent\Bestiary\SortingSteps.cs" />
<Compile Include="GameContent\Bestiary\BestiaryUnlocksTracker.cs" />
<Compile Include="GameContent\Bestiary\NPCKillsTracker.cs" />
<Compile Include="GameContent\Bestiary\NPCWasNearPlayerTracker.cs" />
<Compile Include="GameContent\Bestiary\NPCWasChatWithTracker.cs" />
<Compile Include="GameContent\Bestiary\BestiaryEntry.cs" />
<Compile Include="GameContent\Bestiary\IEntryIcon.cs" />
<Compile Include="GameContent\Bestiary\EntryIconDrawSettings.cs" />
<Compile Include="GameContent\Bestiary\UnlockableNPCEntryIcon.cs" />
<Compile Include="GameContent\Bestiary\CustomEntryIcon.cs" />
<Compile Include="GameContent\Bestiary\IBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\IBestiaryUICollectionInfoProvider.cs" />
<Compile Include="GameContent\Bestiary\BestiaryUICollectionInfo.cs" />
<Compile Include="GameContent\Bestiary\BestiaryEntryUnlockState.cs" />
<Compile Include="GameContent\Bestiary\IItemBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\IBestiaryBackgroundImagePathAndColorProvider.cs" />
<Compile Include="GameContent\Bestiary\IBestiaryBackgroundOverlayAndColorProvider.cs" />
<Compile Include="GameContent\Bestiary\CritterUICollectionInfoProvider.cs" />
<Compile Include="GameContent\Bestiary\TownNPCUICollectionInfoProvider.cs" />
<Compile Include="GameContent\Bestiary\CommonEnemyUICollectionInfoProvider.cs" />
<Compile Include="GameContent\Bestiary\HighestOfMultipleUICollectionInfoProvider.cs" />
<Compile Include="GameContent\Bestiary\GoldCritterUICollectionInfoProvider.cs" />
<Compile Include="GameContent\Bestiary\SalamanderShellyDadUICollectionInfoProvider.cs" />
<Compile Include="GameContent\Bestiary\RareSpawnBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\BossBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\IBestiaryEntryDisplayIndex.cs" />
<Compile Include="GameContent\Bestiary\FilterProviderInfoElement.cs" />
<Compile Include="GameContent\Bestiary\IPreferenceProviderElement.cs" />
<Compile Include="GameContent\Bestiary\BestiaryPortraitBackgroundProviderPreferenceInfoEl.cs" />
<Compile Include="GameContent\Bestiary\BestiaryPortraitBackgroundBasedOnWorldEvilProvider.cs" />
<Compile Include="GameContent\Bestiary\MoonLordPortraitBackgroundProviderBestiaryInfoElem.cs" />
<Compile Include="GameContent\Bestiary\SpawnConditionBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\SpawnConditionBestiaryOverlayInfoElement.cs" />
<Compile Include="GameContent\Bestiary\SpawnConditionDecorativeOverlayInfoElement.cs" />
<Compile Include="GameContent\Bestiary\IFilterInfoProvider.cs" />
<Compile Include="GameContent\Bestiary\ItemDropBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\ItemFromCatchingNPCBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\FlavorTextBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\UnlockProgressDisplayBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\NamePlateInfoElement.cs" />
<Compile Include="GameContent\Bestiary\IProvideSearchFilterString.cs" />
<Compile Include="GameContent\Bestiary\NPCNetIdBestiaryInfoElement.cs" />
<Compile Include="GameContent\Bestiary\NPCPortraitInfoElement.cs" />
<Compile Include="GameContent\Bestiary\NPCStatsReportInfoElement.cs" />
<Compile Include="GameContent\Bestiary\SearchAliasInfoElement.cs" />
<Compile Include="GameContent\Skies\AmbientSky.cs" />
<Compile Include="GameContent\Skies\CreditsRollSky.cs" />
<Compile Include="GameContent\Skies\LanternSky.cs" />
<Compile Include="GameContent\Skies\BlizzardSky.cs" />
<Compile Include="GameContent\Skies\PartySky.cs" />
<Compile Include="GameContent\Skies\SandstormSky.cs" />
<Compile Include="GameContent\Skies\MoonLordSky.cs" />
<Compile Include="GameContent\Skies\VortexSky.cs" />
<Compile Include="GameContent\Skies\SolarSky.cs" />
<Compile Include="GameContent\Skies\SlimeSky.cs" />
<Compile Include="GameContent\Skies\StardustSky.cs" />
<Compile Include="GameContent\Skies\MartianSky.cs" />
<Compile Include="GameContent\Skies\NebulaSky.cs" />
<Compile Include="GameContent\Skies\CreditsRoll\ICreditsRollSegmentAction`1.cs" />
<Compile Include="GameContent\Skies\CreditsRoll\Actions.cs" />
<Compile Include="GameContent\Skies\CreditsRoll\CreditsRollInfo.cs" />
<Compile Include="GameContent\Skies\CreditsRoll\ICreditsRollSegment.cs" />
<Compile Include="GameContent\Skies\CreditsRoll\Segments.cs" />
<Compile Include="GameContent\Ambience\AmbienceServer.cs" />
<Compile Include="GameContent\Ambience\AmbientSkyDrawCache.cs" />
<Compile Include="GameContent\Ambience\SkyEntityType.cs" />
<Compile Include="Enums\TreeTypes.cs" />
<Compile Include="Enums\ItemRarityColor.cs" />
<Compile Include="Enums\MoonPhase.cs" />
<Compile Include="Enums\NPCTargetType.cs" />
<Compile Include="Enums\TileCuttingContext.cs" />
<Compile Include="Enums\TileScanGroup.cs" />
<Compile Include="Enums\TownNPCSpawnResult.cs" />
<Compile Include="Enums\TownNPCRoomCheckFailureReason.cs" />
<Compile Include="Enums\AnchorType.cs" />
<Compile Include="Enums\LiquidPlacement.cs" />
<Compile Include="Enums\TileObjectDirection.cs" />
<Compile Include="Enums\TileIDEnum.cs" />
<Compile Include="DataStructures\AnchorData.cs" />
<Compile Include="DataStructures\EntityShadowInfo.cs" />
<Compile Include="DataStructures\IEntryFilter`1.cs" />
<Compile Include="DataStructures\IEntrySortStep`1.cs" />
<Compile Include="DataStructures\ISearchFilter`1.cs" />
<Compile Include="DataStructures\EntryFilterer`2.cs" />
<Compile Include="DataStructures\EntrySorter`2.cs" />
<Compile Include="DataStructures\FlowerPacketInfo.cs" />
<Compile Include="DataStructures\GameModeData.cs" />
<Compile Include="DataStructures\NPCStrengthHelper.cs" />
<Compile Include="DataStructures\BinaryWriterHelper.cs" />
<Compile Include="DataStructures\ItemSyncPersistentStats.cs" />
<Compile Include="DataStructures\PlayerFishingConditions.cs" />
<Compile Include="DataStructures\FishingAttempt.cs" />
<Compile Include="DataStructures\PlayerMovementAccsCache.cs" />
<Compile Include="DataStructures\PortableStoolUsage.cs" />
<Compile Include="DataStructures\AnchoredEntitiesCollection.cs" />
<Compile Include="DataStructures\TileDataType.cs" />
<Compile Include="DataStructures\TileDrawSorter.cs" />
<Compile Include="DataStructures\BufferPool.cs" />
<Compile Include="DataStructures\CachedBuffer.cs" />
<Compile Include="DataStructures\ColorSlidersSet.cs" />
<Compile Include="DataStructures\DoubleStack`1.cs" />
<Compile Include="DataStructures\DrawAnimation.cs" />
<Compile Include="DataStructures\DrawAnimationVertical.cs" />
<Compile Include="DataStructures\DrawData.cs" />
<Compile Include="DataStructures\DrillDebugDraw.cs" />
<Compile Include="DataStructures\LineSegment.cs" />
<Compile Include="DataStructures\MethodSequenceListItem.cs" />
<Compile Include="DataStructures\NPCAimedTarget.cs" />
<Compile Include="DataStructures\PlayerDeathReason.cs" />
<Compile Include="DataStructures\PlayerDrawHelper.cs" />
<Compile Include="DataStructures\WeaponDrawOrder.cs" />
<Compile Include="DataStructures\PlayerDrawSet.cs" />
<Compile Include="DataStructures\CompositePlayerDrawContext.cs" />
<Compile Include="DataStructures\PlayerDrawLayers.cs" />
<Compile Include="DataStructures\PlayerDrawHeadSet.cs" />
<Compile Include="DataStructures\PlayerDrawHeadLayers.cs" />
<Compile Include="DataStructures\PlayerInteractionAnchor.cs" />
<Compile Include="DataStructures\SoundPlaySet.cs" />
<Compile Include="DataStructures\SpriteFrame.cs" />
<Compile Include="DataStructures\TileDrawInfo.cs" />
<Compile Include="DataStructures\WingStats.cs" />
<Compile Include="DataStructures\TileEntitiesManager.cs" />
<Compile Include="DataStructures\TileEntity.cs" />
<Compile Include="DataStructures\TileObjectPreviewData.cs" />
<Compile Include="DataStructures\PlacementHook.cs" />
<Compile Include="DataStructures\Point16.cs" />
<Compile Include="Cinematics\CinematicManager.cs" />
<Compile Include="Cinematics\DD2Film.cs" />
<Compile Include="Cinematics\FrameEventData.cs" />
<Compile Include="Cinematics\FrameEvent.cs" />
<Compile Include="Cinematics\Film.cs" />
<Compile Include="Chat\ChatCommandId.cs" />
<Compile Include="Chat\ChatCommandProcessor.cs" />
<Compile Include="Chat\ChatHelper.cs" />
<Compile Include="Chat\ChatMessage.cs" />
<Compile Include="Chat\IChatProcessor.cs" />
<Compile Include="Chat\Commands\ChatCommandAttribute.cs" />
<Compile Include="Chat\Commands\IChatCommand.cs" />
<Compile Include="Chat\Commands\EmojiCommand.cs" />
<Compile Include="Chat\Commands\RockPaperScissorsCommand.cs" />
<Compile Include="Chat\Commands\EmoteCommand.cs" />
<Compile Include="Chat\Commands\HelpCommand.cs" />
<Compile Include="Chat\Commands\ListPlayersCommand.cs" />
<Compile Include="Chat\Commands\PartyChatCommand.cs" />
<Compile Include="Chat\Commands\RollCommand.cs" />
<Compile Include="Chat\Commands\SayChatCommand.cs" />
<Compile Include="Audio\ActiveSound.cs" />
<Compile Include="Audio\CustomSoundStyle.cs" />
<Compile Include="Audio\LegacySoundPlayer.cs" />
<Compile Include="Audio\LegacySoundStyle.cs" />
<Compile Include="Audio\SoundInstanceGarbageCollector.cs" />
<Compile Include="Audio\SoundPlayer.cs" />
<Compile Include="Audio\SoundType.cs" />
<Compile Include="Audio\SoundStyle.cs" />
<Compile Include="Audio\SoundEngine.cs" />
<Compile Include="Achievements\Achievement.cs" />
<Compile Include="Achievements\AchievementCondition.cs" />
<Compile Include="Achievements\ConditionFloatTracker.cs" />
<Compile Include="Achievements\ConditionIntTracker.cs" />
<Compile Include="Achievements\AchievementManager.cs" />
<Compile Include="Achievements\AchievementTracker`1.cs" />
<Compile Include="Achievements\ConditionsCompletedTracker.cs" />
<Compile Include="Achievements\TrackerType.cs" />
<Compile Include="Achievements\IAchievementTracker.cs" />
<Compile Include="Achievements\AchievementCategory.cs" />
<Compile Include="AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="GameContent\Creative\Content\Sacrifices.tsv" />
<EmbeddedResource Include="GameContent\Metadata\MaterialData\Materials.json" />
<EmbeddedResource Include="GameContent\Metadata\MaterialData\Tiles.json" />
<EmbeddedResource Include="GameContent\WorldBuilding\Configuration.json" />
<EmbeddedResource Include="IO\Data\ResourcePacksDefaultInfo.tsv" />
<EmbeddedResource Include="Libraries\DotNetZip\Ionic\Zip\CF.dll" />
<EmbeddedResource Include="Libraries\JSON\NET\Newtonsoft\Json.dll" />
<EmbeddedResource Include="Libraries\RailSDK\Windows\RailSDK\Net.dll" />
<EmbeddedResource Include="Libraries\ReLogic\ReLogic.dll" />
<EmbeddedResource Include="Libraries\Steamworks\NET\Windows\Steamworks\NET.dll" />
<EmbeddedResource Include="Localization\Content\de-DE.json" />
<EmbeddedResource Include="Localization\Content\de-DE\Game.json" />
<EmbeddedResource Include="Localization\Content\de-DE\Items.json" />
<EmbeddedResource Include="Localization\Content\de-DE\Legacy.json" />
<EmbeddedResource Include="Localization\Content\de-DE\NPCs.json" />
<EmbeddedResource Include="Localization\Content\de-DE\Projectiles.json" />
<EmbeddedResource Include="Localization\Content\de-DE\Town.json" />
<EmbeddedResource Include="Localization\Content\en-US.json" />
<EmbeddedResource Include="Localization\Content\en-US\Game.json" />
<EmbeddedResource Include="Localization\Content\en-US\Items.json" />
<EmbeddedResource Include="Localization\Content\en-US\Legacy.json" />
<EmbeddedResource Include="Localization\Content\en-US\NPCs.json" />
<EmbeddedResource Include="Localization\Content\en-US\Projectiles.json" />
<EmbeddedResource Include="Localization\Content\en-US\Town.json" />
<EmbeddedResource Include="Localization\Content\es-ES.json" />
<EmbeddedResource Include="Localization\Content\es-ES\Game.json" />
<EmbeddedResource Include="Localization\Content\es-ES\Items.json" />
<EmbeddedResource Include="Localization\Content\es-ES\Legacy.json" />
<EmbeddedResource Include="Localization\Content\es-ES\NPCs.json" />
<EmbeddedResource Include="Localization\Content\es-ES\Projectiles.json" />
<EmbeddedResource Include="Localization\Content\es-ES\Town.json" />
<EmbeddedResource Include="Localization\Content\fr-FR.json" />
<EmbeddedResource Include="Localization\Content\fr-FR\Game.json" />
<EmbeddedResource Include="Localization\Content\fr-FR\Items.json" />
<EmbeddedResource Include="Localization\Content\fr-FR\Legacy.json" />
<EmbeddedResource Include="Localization\Content\fr-FR\NPCs.json" />
<EmbeddedResource Include="Localization\Content\fr-FR\Projectiles.json" />
<EmbeddedResource Include="Localization\Content\fr-FR\Town.json" />
<EmbeddedResource Include="Localization\Content\it-IT.json" />
<EmbeddedResource Include="Localization\Content\it-IT\Game.json" />
<EmbeddedResource Include="Localization\Content\it-IT\Items.json" />
<EmbeddedResource Include="Localization\Content\it-IT\Legacy.json" />
<EmbeddedResource Include="Localization\Content\it-IT\NPCs.json" />
<EmbeddedResource Include="Localization\Content\it-IT\Projectiles.json" />
<EmbeddedResource Include="Localization\Content\it-IT\Town.json" />
<EmbeddedResource Include="Localization\Content\pl-PL.json" />
<EmbeddedResource Include="Localization\Content\pl-PL\Game.json" />
<EmbeddedResource Include="Localization\Content\pl-PL\Items.json" />
<EmbeddedResource Include="Localization\Content\pl-PL\Legacy.json" />
<EmbeddedResource Include="Localization\Content\pl-PL\NPCs.json" />
<EmbeddedResource Include="Localization\Content\pl-PL\Projectiles.json" />
<EmbeddedResource Include="Localization\Content\pl-PL\Town.json" />
<EmbeddedResource Include="Localization\Content\pt-BR.json" />
<EmbeddedResource Include="Localization\Content\pt-BR\Game.json" />
<EmbeddedResource Include="Localization\Content\pt-BR\Items.json" />
<EmbeddedResource Include="Localization\Content\pt-BR\Legacy.json" />
<EmbeddedResource Include="Localization\Content\pt-BR\NPCs.json" />
<EmbeddedResource Include="Localization\Content\pt-BR\Projectiles.json" />
<EmbeddedResource Include="Localization\Content\pt-BR\Town.json" />
<EmbeddedResource Include="Localization\Content\ru-RU.json" />
<EmbeddedResource Include="Localization\Content\ru-RU\Game.json" />
<EmbeddedResource Include="Localization\Content\ru-RU\Items.json" />
<EmbeddedResource Include="Localization\Content\ru-RU\Legacy.json" />
<EmbeddedResource Include="Localization\Content\ru-RU\NPCs.json" />
<EmbeddedResource Include="Localization\Content\ru-RU\Projectiles.json" />
<EmbeddedResource Include="Localization\Content\ru-RU\Town.json" />
<EmbeddedResource Include="Localization\Content\zh-Hans.json" />
<EmbeddedResource Include="Localization\Content\zh-Hans\Game.json" />
<EmbeddedResource Include="Localization\Content\zh-Hans\Items.json" />
<EmbeddedResource Include="Localization\Content\zh-Hans\Legacy.json" />
<EmbeddedResource Include="Localization\Content\zh-Hans\NPCs.json" />
<EmbeddedResource Include="Localization\Content\zh-Hans\Projectiles.json" />
<EmbeddedResource Include="Localization\Content\zh-Hans\Town.json" />
<EmbeddedResource Include="Microsoft\Xna\Framework.RuntimeProfile" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>