449 lines
26 KiB
XML
449 lines
26 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.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>{0827514F-8B33-478D-82E2-67F4D4E07F3B}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Decimation</RootNamespace>
|
|
<AssemblyName>Decimation</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.2</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>
|
|
</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>
|
|
<Reference Include="FNA, Version=17.4.0.0, Culture=neutral, PublicKeyToken=null">
|
|
<HintPath>..\..\..\..\..\.steam\steam\steamapps\common\Terraria\FNA.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="Terraria, Version=1.3.5.1, Culture=neutral, PublicKeyToken=null">
|
|
<HintPath>..\..\..\..\..\.steam\steam\steamapps\common\Terraria\tModLoader.exe</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Buffs\Buffs\Commander.cs" />
|
|
<Compile Include="Buffs\Buffs\DemonicallyBewitched.cs" />
|
|
<Compile Include="Buffs\Buffs\FatesSmile.cs" />
|
|
<Compile Include="Buffs\Buffs\MysticFlame.cs" />
|
|
<Compile Include="Buffs\Buffs\NaturesAura.cs" />
|
|
<Compile Include="Buffs\Buffs\ScarabEndurance.cs" />
|
|
<Compile Include="Buffs\Buffs\SlimyFeet.cs" />
|
|
<Compile Include="Buffs\Buffs\Ubered.cs" />
|
|
<Compile Include="Buffs\Buffs\Vampire.cs" />
|
|
<Compile Include="Buffs\Buffs\Warlock.cs" />
|
|
<Compile Include="Buffs\Buffs\Werepire.cs" />
|
|
<Compile Include="Buffs\Debuffs\Amnesia.cs" />
|
|
<Compile Include="Buffs\Debuffs\AvianFlu.cs" />
|
|
<Compile Include="Buffs\Debuffs\Corrosion.cs" />
|
|
<Compile Include="Buffs\Debuffs\Discombobulated.cs" />
|
|
<Compile Include="Buffs\Debuffs\Enveloped.cs" />
|
|
<Compile Include="Buffs\Debuffs\Hyperthermic.cs" />
|
|
<Compile Include="Buffs\Debuffs\InfernalGaze.cs" />
|
|
<Compile Include="Buffs\Debuffs\PiercingGaze.cs" />
|
|
<Compile Include="Buffs\Debuffs\Singed.cs" />
|
|
<Compile Include="Buffs\Debuffs\Slimed.cs" />
|
|
<Compile Include="Buffs\DecimationBuff.cs" />
|
|
<Compile Include="Core\Amulets\Amulet.cs" />
|
|
<Compile Include="Core\Amulets\AmuletTooltip.cs" />
|
|
<Compile Include="Core\Amulets\Synergy\AmuletSynergyAdapter.cs" />
|
|
<Compile Include="Core\Amulets\Synergy\IAmuletsSynergy.cs" />
|
|
<Compile Include="Core\Collections\AmuletList.cs" />
|
|
<Compile Include="Core\DecimationModPlayer.cs" />
|
|
<Compile Include="Core\IDecimationPlayer.cs" />
|
|
<Compile Include="Core\Items\DecimationAccessory.cs" />
|
|
<Compile Include="Core\Items\DecimationAmmo.cs" />
|
|
<Compile Include="Core\Items\DecimationItem.cs" />
|
|
<Compile Include="Core\Items\DecimationPlaceableItem.cs" />
|
|
<Compile Include="Core\Items\DecimationPotion.cs" />
|
|
<Compile Include="Core\Items\DecimationTool.cs" />
|
|
<Compile Include="Core\Items\DecimationWeapon.cs" />
|
|
<Compile Include="Core\NPCs\Worm.cs" />
|
|
<Compile Include="Core\Util\Builder\RecipeBuilder.cs" />
|
|
<Compile Include="Core\Util\ItemUtils.cs" />
|
|
<Compile Include="Core\Util\References.cs" />
|
|
<Compile Include="Decimation.cs" />
|
|
<Compile Include="DecimationPlayer.cs" />
|
|
<Compile Include="DecimationWorld.cs" />
|
|
<Compile Include="Dusts\Blood.cs" />
|
|
<Compile Include="Items\Accessories\AlucardPendant.cs" />
|
|
<Compile Include="Items\Accessories\CelestialTransmogrifier.cs" />
|
|
<Compile Include="Items\Accessories\CrystalSkull.cs" />
|
|
<Compile Include="Items\Accessories\DeadeyesQuiver.cs" />
|
|
<Compile Include="Items\Accessories\DraculaPendant.cs" />
|
|
<Compile Include="Items\Accessories\EnchantedFocuser.cs" />
|
|
<Compile Include="Items\Accessories\EndlessPouchofLife.cs" />
|
|
<Compile Include="Items\Accessories\EnergyFocuser.cs" />
|
|
<Compile Include="Items\Accessories\Focuser.cs" />
|
|
<Compile Include="Items\Accessories\GraniteLinedTunic.cs" />
|
|
<Compile Include="Items\Accessories\JestersQuiver.cs" />
|
|
<Compile Include="Items\Accessories\LightweightGlove.cs" />
|
|
<Compile Include="Items\Accessories\NecrosisStone.cs" />
|
|
<Compile Include="Items\Accessories\RangersPouch.cs" />
|
|
<Compile Include="Items\Accessories\RangersQuiver.cs" />
|
|
<Compile Include="Items\Accessories\RedHotShackle.cs" />
|
|
<Compile Include="Items\Accessories\ShinySentinel.cs" />
|
|
<Compile Include="Items\Accessories\SlimeBracelet.cs" />
|
|
<Compile Include="Items\Accessories\TideTurner.cs" />
|
|
<Compile Include="Items\Accessories\Wings\ScarabWings.cs" />
|
|
<Compile Include="Items\Ammo\MoltenStyngerBolt.cs" />
|
|
<Compile Include="Items\Ammo\Pebble.cs" />
|
|
<Compile Include="Items\Ammo\SiphonArrow.cs" />
|
|
<Compile Include="Items\Ammo\TitanicStyngerBolt.cs" />
|
|
<Compile Include="Items\Amulets\BuildersAmulet.cs" />
|
|
<Compile Include="Items\Amulets\CreatorAmulet.cs" />
|
|
<Compile Include="Items\Amulets\CrystalAmulet.cs" />
|
|
<Compile Include="Items\Amulets\FireAmulet.cs" />
|
|
<Compile Include="Items\Amulets\FrostAmulet.cs" />
|
|
<Compile Include="Items\Amulets\GraniteAmulet.cs" />
|
|
<Compile Include="Items\Amulets\HealtyAmulet.cs" />
|
|
<Compile Include="Items\Amulets\MarbleAmulet.cs" />
|
|
<Compile Include="Items\Amulets\MinersAmulet.cs" />
|
|
<Compile Include="Items\Amulets\SlimeAmulet.cs" />
|
|
<Compile Include="Items\Armors\ScarabArmor\ScarabBody.cs" />
|
|
<Compile Include="Items\Armors\ScarabArmor\ScarabHelmet.cs" />
|
|
<Compile Include="Items\Armors\ScarabArmor\ScarabLeggings.cs" />
|
|
<Compile Include="Items\Boss\Arachnus\ArachnusTreasureBag.cs" />
|
|
<Compile Include="Items\Boss\Arachnus\MoltenArachnidsAmulet.cs" />
|
|
<Compile Include="Items\Boss\Arachnus\Moltenkey.cs" />
|
|
<Compile Include="Items\Boss\Bloodshot\BloodiedMaw.cs" />
|
|
<Compile Include="Items\Boss\Bloodshot\TreasureBagBloodshotEye.cs" />
|
|
<Compile Include="Items\Boss\DuneWorm\DesertDessert.cs" />
|
|
<Compile Include="Items\Boss\DuneWorm\DuneWormTreasureBag.cs" />
|
|
<Compile Include="Items\CursedItem.cs" />
|
|
<Compile Include="Items\Misc\BloodiedEssence.cs" />
|
|
<Compile Include="Items\Misc\BloodyLunarTablet.cs" />
|
|
<Compile Include="Items\Misc\CondensedSouls\CondensedSpite.cs" />
|
|
<Compile Include="Items\Misc\EnchantedHeart.cs" />
|
|
<Compile Include="Items\Misc\HyperStar.cs" />
|
|
<Compile Include="Items\Misc\LunarTablet.cs" />
|
|
<Compile Include="Items\Misc\RedThread.cs" />
|
|
<Compile Include="Items\Misc\SoulFruit.cs" />
|
|
<Compile Include="Items\Misc\Souls\SoulofLife.cs" />
|
|
<Compile Include="Items\Misc\Souls\SoulofSpite.cs" />
|
|
<Compile Include="Items\Misc\Souls\SoulofTime.cs" />
|
|
<Compile Include="Items\Misc\Thermoplasm.cs" />
|
|
<Compile Include="Items\Ores\DenziumBar.cs" />
|
|
<Compile Include="Items\Ores\TitaniteBar.cs" />
|
|
<Compile Include="Items\Placeable\Basalt.cs" />
|
|
<Compile Include="Items\Placeable\ChlorophyteAnvil.cs" />
|
|
<Compile Include="Items\Placeable\DenziumOre.cs" />
|
|
<Compile Include="Items\Placeable\DenziumWall.cs" />
|
|
<Compile Include="Items\Placeable\DuneWorm\DuneWormTrophy.cs" />
|
|
<Compile Include="Items\Placeable\EnchantedAnvil.cs" />
|
|
<Compile Include="Items\Placeable\ShrineoftheMoltenOne\DeadEarth.cs" />
|
|
<Compile Include="Items\Placeable\ShrineoftheMoltenOne\RedHotSpike.cs" />
|
|
<Compile Include="Items\Placeable\ShrineoftheMoltenOne\ShrineAltar.cs" />
|
|
<Compile Include="Items\Placeable\ShrineoftheMoltenOne\ShrineBrick.cs" />
|
|
<Compile Include="Items\Placeable\ShrineoftheMoltenOne\ShrineDoor.cs" />
|
|
<Compile Include="Items\Placeable\TalonianPillar.cs" />
|
|
<Compile Include="Items\Placeable\TitanForge.cs" />
|
|
<Compile Include="Items\Potions\Antidote.cs" />
|
|
<Compile Include="Items\Potions\CommanderPotion.cs" />
|
|
<Compile Include="Items\Potions\EnchantedMushroom.cs" />
|
|
<Compile Include="Items\Potions\WarlockPotion.cs" />
|
|
<Compile Include="Items\Tools\GildedSickle.cs" />
|
|
<Compile Include="Items\Tools\GreatwoodHammer.cs" />
|
|
<Compile Include="Items\Tools\MultigrainHammer.cs" />
|
|
<Compile Include="Items\Tools\TheHourGlass.cs" />
|
|
<Compile Include="Items\Tools\TitanitePax.cs" />
|
|
<Compile Include="Items\Vanity\DuneWorm\DuneWormMask.cs" />
|
|
<Compile Include="Items\Weapons\Arachnus\ChainStynger.cs" />
|
|
<Compile Include="Items\Weapons\Arachnus\GlaiveWeaver.cs" />
|
|
<Compile Include="Items\Weapons\Arachnus\Infernolizer.cs" />
|
|
<Compile Include="Items\Weapons\Bloodshot\BloodStream.cs" />
|
|
<Compile Include="Items\Weapons\Bloodshot\Umbra.cs" />
|
|
<Compile Include="Items\Weapons\Bloodshot\VampiricShiv.cs" />
|
|
<Compile Include="Items\Weapons\MultigrainSword.cs" />
|
|
<Compile Include="Items\Weapons\RodofLightning.cs" />
|
|
<Compile Include="Items\Weapons\Sling.cs" />
|
|
<Compile Include="Items\Weapons\SlingshotWood.cs" />
|
|
<Compile Include="Items\Weapons\TheGreatwoodSword.cs" />
|
|
<Compile Include="Items\Weapons\TitanicGatliStynger.cs" />
|
|
<Compile Include="Items\Weapons\TitanicLongsword.cs" />
|
|
<Compile Include="Items\Weapons\TitanicPike.cs" />
|
|
<Compile Include="Items\Weapons\TitanicRepeater.cs" />
|
|
<Compile Include="Items\Weapons\VampiricEdge.cs" />
|
|
<Compile Include="NPCs\AncientDuneWorm\AncientDuneWorm.cs" />
|
|
<Compile Include="NPCs\AncientTombCrawlerBody.cs" />
|
|
<Compile Include="NPCs\AncientTombCrawlerHead.cs" />
|
|
<Compile Include="NPCs\AncientTombCrawlerTail.cs" />
|
|
<Compile Include="NPCs\Arachnus\Arachnus.cs" />
|
|
<Compile Include="NPCs\Bloodshot\BloodshotEye.cs" />
|
|
<Compile Include="NPCs\Bloodshot\MangledServant.cs" />
|
|
<Compile Include="NPCs\CoreSpider.cs" />
|
|
<Compile Include="NPCs\CoreSpiderWall.cs" />
|
|
<Compile Include="NPCs\CursedNPC.cs" />
|
|
<Compile Include="NPCs\LivingMagma.cs" />
|
|
<Compile Include="NPCs\NecroCaster.cs" />
|
|
<Compile Include="NPCs\TownNPCs\Skeleton.cs" />
|
|
<Compile Include="Projectiles\Ammonite.cs" />
|
|
<Compile Include="Projectiles\ArachnusFireball.cs" />
|
|
<Compile Include="Projectiles\ArchingSolarBlade.cs" />
|
|
<Compile Include="Projectiles\BlastofHeat.cs" />
|
|
<Compile Include="Projectiles\BlastofShadowFlame.cs" />
|
|
<Compile Include="Projectiles\BloodBeam.cs" />
|
|
<Compile Include="Projectiles\BloodBeamFriendly.cs" />
|
|
<Compile Include="Projectiles\BloodClot.cs" />
|
|
<Compile Include="Projectiles\BloodClotSmall.cs" />
|
|
<Compile Include="Projectiles\Bone.cs" />
|
|
<Compile Include="Projectiles\DecimationProjectile.cs" />
|
|
<Compile Include="Projectiles\Ember.cs" />
|
|
<Compile Include="Projectiles\LightningSphere.cs" />
|
|
<Compile Include="Projectiles\MoltenStyngerBolt.cs" />
|
|
<Compile Include="Projectiles\Pebble.cs" />
|
|
<Compile Include="Projectiles\Scarab.cs" />
|
|
<Compile Include="Projectiles\SiphonArrow.cs" />
|
|
<Compile Include="Projectiles\SkeletonBone.cs" />
|
|
<Compile Include="Projectiles\Stinger.cs" />
|
|
<Compile Include="Projectiles\TitanicPikeProjectile.cs" />
|
|
<Compile Include="Projectiles\TitanicStyngerBolt.cs" />
|
|
<Compile Include="Projectiles\Tooth.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Structures\ShrineoftheMoltenOne.cs" />
|
|
<Compile Include="Synergies\FireAmuletSynergy.cs" />
|
|
<Compile Include="Synergies\GraniteAmuletSynergy.cs" />
|
|
<Compile Include="Synergies\MarbleAmuletSynergy.cs" />
|
|
<Compile Include="Tiles\Basalt.cs" />
|
|
<Compile Include="Tiles\ChlorophyteAnvil.cs" />
|
|
<Compile Include="Tiles\DenziumOre.cs" />
|
|
<Compile Include="Tiles\DuneWormTrophy.cs" />
|
|
<Compile Include="Tiles\EnchantedAnvil.cs" />
|
|
<Compile Include="Tiles\ShrineoftheMoltenOne\DeadEarth.cs" />
|
|
<Compile Include="Tiles\ShrineoftheMoltenOne\LockedShrineDoor.cs" />
|
|
<Compile Include="Tiles\ShrineoftheMoltenOne\RedHotSpike.cs" />
|
|
<Compile Include="Tiles\ShrineoftheMoltenOne\ShrineAltar.cs" />
|
|
<Compile Include="Tiles\ShrineoftheMoltenOne\ShrineBrick.cs" />
|
|
<Compile Include="Tiles\ShrineoftheMoltenOne\ShrineDoorClosed.cs" />
|
|
<Compile Include="Tiles\ShrineoftheMoltenOne\ShrineDoorOpened.cs" />
|
|
<Compile Include="Tiles\TalonianPillar.cs" />
|
|
<Compile Include="Tiles\TitanForge.cs" />
|
|
<Compile Include="UI\AmuletSlot.cs" />
|
|
<Compile Include="UI\AmuletSlotState.cs" />
|
|
<Compile Include="UI\SkeletonUI.cs" />
|
|
<Compile Include="UI\VanillaItemSlotWrapper.cs" />
|
|
<Compile Include="Walls\DenziumWall.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="Buffs\Buffs\Commander.png" />
|
|
<Content Include="Buffs\Buffs\DemonicallyBewitched.png" />
|
|
<Content Include="Buffs\Buffs\FatesSmile.png" />
|
|
<Content Include="Buffs\Buffs\MysticFlame.png" />
|
|
<Content Include="Buffs\Buffs\NaturesAura.png" />
|
|
<Content Include="Buffs\Buffs\ScarabEndurance.png" />
|
|
<Content Include="Buffs\Buffs\SlimyFeet.png" />
|
|
<Content Include="Buffs\Buffs\Ubered.png" />
|
|
<Content Include="Buffs\Buffs\Vampire.png" />
|
|
<Content Include="Buffs\Buffs\Warlock.png" />
|
|
<Content Include="Buffs\Buffs\Werepire.png" />
|
|
<Content Include="Buffs\Debuffs\Amnesia.png" />
|
|
<Content Include="Buffs\Debuffs\AvianFlu.png" />
|
|
<Content Include="Buffs\Debuffs\Corrosion.png" />
|
|
<Content Include="Buffs\Debuffs\Discombobulated.png" />
|
|
<Content Include="Buffs\Debuffs\Enveloped.png" />
|
|
<Content Include="Buffs\Debuffs\Hyperthermic.png" />
|
|
<Content Include="Buffs\Debuffs\InfernalGaze.png" />
|
|
<Content Include="Buffs\Debuffs\PiercingGaze.png" />
|
|
<Content Include="Buffs\Debuffs\Singed.png" />
|
|
<Content Include="Buffs\Debuffs\Slimed.png" />
|
|
<Content Include="build.txt" />
|
|
<Content Include="description.txt" />
|
|
<Content Include="Dusts\Blood.png" />
|
|
<Content Include="Items\Accessories\AlucardPendant.png" />
|
|
<Content Include="Items\Accessories\CelestialTransmogrifier.png" />
|
|
<Content Include="Items\Accessories\CrystalSkull.png" />
|
|
<Content Include="Items\Accessories\DeadeyesQuiver.png" />
|
|
<Content Include="Items\Accessories\DraculaPendant.png" />
|
|
<Content Include="Items\Accessories\EnchantedFocuser.png" />
|
|
<Content Include="Items\Accessories\EndlessPouchofLife.png" />
|
|
<Content Include="Items\Accessories\EnergyFocuser.png" />
|
|
<Content Include="Items\Accessories\Focuser.png" />
|
|
<Content Include="Items\Accessories\GraniteLinedTunic.png" />
|
|
<Content Include="Items\Accessories\JestersQuiver.png" />
|
|
<Content Include="Items\Accessories\LightweightGlove.png" />
|
|
<Content Include="Items\Accessories\NecrosisStone.png" />
|
|
<Content Include="Items\Accessories\RangersPouch.png" />
|
|
<Content Include="Items\Accessories\RangersQuiver.png" />
|
|
<Content Include="Items\Accessories\RedHotShackle.png" />
|
|
<Content Include="Items\Accessories\ShinySentinel.png" />
|
|
<Content Include="Items\Accessories\SlimeBracelet.png" />
|
|
<Content Include="Items\Accessories\TideTurner.png" />
|
|
<Content Include="Items\Accessories\Wings\ScarabWings.png" />
|
|
<Content Include="Items\Accessories\Wings\ScarabWings_Wings.png" />
|
|
<Content Include="Items\Ammo\MoltenStyngerBolt.png" />
|
|
<Content Include="Items\Ammo\Pebble.png" />
|
|
<Content Include="Items\Ammo\SiphonArrow.png" />
|
|
<Content Include="Items\Ammo\TitanicStyngerBolt.png" />
|
|
<Content Include="Items\Amulets\BuildersAmulet.png" />
|
|
<Content Include="Items\Amulets\CreatorAmulet.png" />
|
|
<Content Include="Items\Amulets\CrystalAmulet.png" />
|
|
<Content Include="Items\Amulets\FireAmulet.png" />
|
|
<Content Include="Items\Amulets\FrostAmulet.png" />
|
|
<Content Include="Items\Amulets\GraniteAmulet.png" />
|
|
<Content Include="Items\Amulets\HealtyAmulet.png" />
|
|
<Content Include="Items\Amulets\MarbleAmulet.png" />
|
|
<Content Include="Items\Amulets\MinersAmulet.png" />
|
|
<Content Include="Items\Amulets\SlimeAmulet.png" />
|
|
<Content Include="Items\Armors\ScarabArmor\ScarabBody.png" />
|
|
<Content Include="Items\Armors\ScarabArmor\ScarabBody_Arms.png" />
|
|
<Content Include="Items\Armors\ScarabArmor\ScarabBody_Body.png" />
|
|
<Content Include="Items\Armors\ScarabArmor\ScarabBody_FemaleBody.png" />
|
|
<Content Include="Items\Armors\ScarabArmor\ScarabHelmet.png" />
|
|
<Content Include="Items\Armors\ScarabArmor\ScarabHelmet_Head.png" />
|
|
<Content Include="Items\Armors\ScarabArmor\ScarabLeggings.png" />
|
|
<Content Include="Items\Armors\ScarabArmor\ScarabLeggings_Legs.png" />
|
|
<Content Include="Items\Boss\Arachnus\ArachnusTreasureBag.png" />
|
|
<Content Include="Items\Boss\Arachnus\MoltenArachnidsAmulet.png" />
|
|
<Content Include="Items\Boss\Arachnus\MoltenKey.png" />
|
|
<Content Include="Items\Boss\Bloodshot\BloodiedMaw.png" />
|
|
<Content Include="Items\Boss\Bloodshot\TreasureBagBloodshotEye.png" />
|
|
<Content Include="Items\Boss\DuneWorm\DesertDessert.png" />
|
|
<Content Include="Items\Boss\DuneWorm\DuneWormTreasureBag.png" />
|
|
<Content Include="Items\Misc\BloodiedEssence.png" />
|
|
<Content Include="Items\Misc\BloodyLunarTablet.png" />
|
|
<Content Include="Items\Misc\CondensedSouls\CondensedSpite.gif" />
|
|
<Content Include="Items\Misc\CondensedSouls\CondensedSpite.png" />
|
|
<Content Include="Items\Misc\CondensedSouls\CondensedSpiteWiki.png" />
|
|
<Content Include="Items\Misc\HyperStar.png" />
|
|
<Content Include="Items\Misc\LunarTablet.png" />
|
|
<Content Include="Items\Misc\RedThread.png" />
|
|
<Content Include="Items\Misc\SoulFruit.png" />
|
|
<Content Include="Items\Misc\Souls\SoulofLife.png" />
|
|
<Content Include="Items\Misc\Souls\SoulofSpite.png" />
|
|
<Content Include="Items\Misc\Souls\SoulofTime.png" />
|
|
<Content Include="Items\Misc\Thermoplasm.png" />
|
|
<Content Include="Items\Ores\DenziumBar.png" />
|
|
<Content Include="Items\Ores\TitaniteBar.png" />
|
|
<Content Include="Items\Placeable\Basalt.png" />
|
|
<Content Include="Items\Placeable\ChlorophyteAnvil.png" />
|
|
<Content Include="Items\Placeable\DenziumOre.png" />
|
|
<Content Include="Items\Placeable\DenziumWall.png" />
|
|
<Content Include="Items\Placeable\DuneWorm\DuneWormTrophy.png" />
|
|
<Content Include="Items\Placeable\EnchantedAnvil.png" />
|
|
<Content Include="Items\Placeable\ShrineoftheMoltenOne\DeadEarth.png" />
|
|
<Content Include="Items\Placeable\ShrineoftheMoltenOne\RedHotSpike.png" />
|
|
<Content Include="Items\Placeable\ShrineoftheMoltenOne\ShrineAltar.png" />
|
|
<Content Include="Items\Placeable\ShrineoftheMoltenOne\ShrineBrick.png" />
|
|
<Content Include="Items\Placeable\ShrineoftheMoltenOne\ShrineDoor.png" />
|
|
<Content Include="Items\Placeable\TalonianPillar.png" />
|
|
<Content Include="Items\Placeable\TitanForge.png" />
|
|
<Content Include="Items\Potions\Antidote.png" />
|
|
<Content Include="Items\Potions\CommanderPotion.png" />
|
|
<Content Include="Items\Potions\EnchantedMushroom.png" />
|
|
<Content Include="Items\Potions\WarlockPotion.png" />
|
|
<Content Include="Items\Tools\GildedSickle.png" />
|
|
<Content Include="Items\Tools\GreatwoodHammer.png" />
|
|
<Content Include="Items\Tools\MultigrainHammer.png" />
|
|
<Content Include="Items\Tools\TheHourGlass.png" />
|
|
<Content Include="Items\Tools\TitanitePax.png" />
|
|
<Content Include="Items\Vanity\DuneWorm\DuneWormMask.png" />
|
|
<Content Include="Items\Vanity\DuneWorm\DuneWormMask_Head.png" />
|
|
<Content Include="Items\Weapons\Arachnus\ChainStynger.png" />
|
|
<Content Include="Items\Weapons\Arachnus\GlaiveWeaver.png" />
|
|
<Content Include="Items\Weapons\Arachnus\Infernolizer.png" />
|
|
<Content Include="Items\Weapons\Bloodshot\BloodStream.png" />
|
|
<Content Include="Items\Weapons\Bloodshot\Umbra.png" />
|
|
<Content Include="Items\Weapons\Bloodshot\VampiricShiv.png" />
|
|
<Content Include="Items\Weapons\CelestialEdge.png" />
|
|
<Content Include="Items\Weapons\MultigrainSword.png" />
|
|
<Content Include="Items\Weapons\RodofLightning.png" />
|
|
<Content Include="Items\Weapons\Sling.png" />
|
|
<Content Include="Items\Weapons\SlingshotWood.png" />
|
|
<Content Include="Items\Weapons\TheGreatwoodSword.png" />
|
|
<Content Include="Items\Weapons\TitanicGatliStynger.png" />
|
|
<Content Include="Items\Weapons\TitanicLongsword.png" />
|
|
<Content Include="Items\Weapons\TitanicPike.png" />
|
|
<Content Include="Items\Weapons\TitanicRepeater.png" />
|
|
<Content Include="Items\Weapons\VampiricEdge.png" />
|
|
<Content Include="NPCs\AncientDuneWorm\AncientDuneWormBody.png" />
|
|
<Content Include="NPCs\AncientDuneWorm\AncientDuneWormHead.png" />
|
|
<Content Include="NPCs\AncientDuneWorm\AncientDuneWormHead_Head_Boss.png" />
|
|
<Content Include="NPCs\AncientDuneWorm\AncientDuneWormTail.png" />
|
|
<Content Include="NPCs\AncientTombCrawlerBody.png" />
|
|
<Content Include="NPCs\AncientTombCrawlerHead.png" />
|
|
<Content Include="NPCs\AncientTombCrawlerTail.png" />
|
|
<Content Include="NPCs\Arachnus\Arachnus.png" />
|
|
<Content Include="NPCs\Arachnus\Arachnus_Head_Boss.png" />
|
|
<Content Include="NPCs\Bloodshot\BloodshotEye.png" />
|
|
<Content Include="NPCs\Bloodshot\BloodshotEye_Head_Boss.png" />
|
|
<Content Include="NPCs\Bloodshot\MangledServant.png" />
|
|
<Content Include="NPCs\CoreSpider.png" />
|
|
<Content Include="NPCs\CoreSpiderWall.png" />
|
|
<Content Include="NPCs\LivingMagma.png" />
|
|
<Content Include="NPCs\NecroCaster.png" />
|
|
<Content Include="NPCs\TownNPCs\Skeleton.png" />
|
|
<Content Include="NPCs\TownNPCs\Skeleton_Head.png" />
|
|
<Content Include="Projectiles\Ammonite.png" />
|
|
<Content Include="Projectiles\ArchingSolarBlade.png" />
|
|
<Content Include="Projectiles\BlastofHeat.png" />
|
|
<Content Include="Projectiles\BlastofShadowFlame.png" />
|
|
<Content Include="Projectiles\BloodClot.png" />
|
|
<Content Include="Projectiles\BloodClotSmall.png" />
|
|
<Content Include="Projectiles\Bone.png" />
|
|
<Content Include="Projectiles\LightningSphere.png" />
|
|
<Content Include="Projectiles\MoltenStyngerBolt.png" />
|
|
<Content Include="Projectiles\Scarab.png" />
|
|
<Content Include="Projectiles\SiphonArrow.png" />
|
|
<Content Include="Projectiles\SkeletonBone.png" />
|
|
<Content Include="Projectiles\Stinger.png" />
|
|
<Content Include="Projectiles\TitanicPikeProjectile.png" />
|
|
<Content Include="Projectiles\TitanicStyngerBolt.png" />
|
|
<Content Include="Projectiles\Tooth.png" />
|
|
<Content Include="Sounds\Custom\Earthquake.mp3" />
|
|
<Content Include="Sounds\Music\Drums_of_hell.mp3" />
|
|
<Content Include="Sounds\Music\Slimy_Showdown.mp3" />
|
|
<Content Include="Sounds\Music\The_Deserts_Call.mp3" />
|
|
<Content Include="Structures\shrine.piskel" />
|
|
<Content Include="Tiles\Basalt.png" />
|
|
<Content Include="Tiles\ChlorophyteAnvil.png" />
|
|
<Content Include="Tiles\DenziumOre.png" />
|
|
<Content Include="Tiles\DuneWormTrophy.png" />
|
|
<Content Include="Tiles\EnchantedAnvil.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\DeadEarth.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\LockedShrineDoor.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\LockedShrineDoor_Highlight.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\RedHotSpike.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\ShrineAltar.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\ShrineBrick.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\ShrineDoorClosed.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\ShrineDoorClosed_Highlight.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\ShrineDoorOpened.png" />
|
|
<Content Include="Tiles\ShrineoftheMoltenOne\ShrineDoorOpened_Highlight.png" />
|
|
<Content Include="Tiles\TalonianPillar.png" />
|
|
<Content Include="Tiles\TitanForge.png" />
|
|
<Content Include="UI\AmuletSlot.png" />
|
|
<Content Include="Walls\DenziumWall.png" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
|
|
</Project>
|