NBTExplorer/Substrate/SubstrateCS/Substrate.csproj

194 lines
8.8 KiB
XML
Raw Normal View History

2011-04-06 04:56:04 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2011-04-06 04:56:04 +00:00
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{AFE30E14-3F2F-4461-9F7D-147AB4DCA4C3}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Substrate</RootNamespace>
<AssemblyName>Substrate</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<IsWebBootstrapper>false</IsWebBootstrapper>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<TargetFrameworkProfile />
2011-04-06 04:56:04 +00:00
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Ionic.Zlib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
2011-04-06 04:56:04 +00:00
<SpecificVersion>False</SpecificVersion>
<HintPath>Assemblies\Ionic.Zlib.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
2011-04-06 04:56:04 +00:00
</ItemGroup>
<ItemGroup>
<Compile Include="Source\ChunkCache.cs" />
<Compile Include="Source\Entities\EntitySquid.cs" />
<Compile Include="Source\EntityCollection.cs" />
<Compile Include="Source\AlphaBlockCollection.cs" />
<Compile Include="Source\BlockLight.cs" />
<Compile Include="Source\BlockTileEntities.cs" />
<Compile Include="Source\Level.cs" />
<Compile Include="Source\PlayerManager.cs" />
<Compile Include="Source\PlayerFile.cs" />
2011-04-06 04:56:04 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Source\Block.cs" />
<Compile Include="Source\BlockInfo.cs" />
<Compile Include="Source\BlockInterface.cs" />
<Compile Include="Source\BlockKey.cs" />
<Compile Include="Source\BlockManager.cs" />
<Compile Include="Source\BlockRef.cs" />
<Compile Include="Source\Chunk.cs" />
<Compile Include="Source\ChunkFile.cs" />
<Compile Include="Source\ChunkFileManager.cs" />
<Compile Include="Source\ChunkInterface.cs" />
<Compile Include="Source\ChunkKey.cs" />
<Compile Include="Source\ChunkManager.cs" />
<Compile Include="Source\ChunkRef.cs" />
<Compile Include="Source\Entities\EntityArrow.cs" />
<Compile Include="Source\Entities\EntityBoat.cs" />
<Compile Include="Source\Entities\EntityChicken.cs" />
<Compile Include="Source\Entities\EntityCow.cs" />
<Compile Include="Source\Entities\EntityCreeper.cs" />
<Compile Include="Source\Entities\EntityEgg.cs" />
<Compile Include="Source\Entities\EntityFallingSand.cs" />
<Compile Include="Source\Entities\EntityGhast.cs" />
<Compile Include="Source\Entities\EntityGiant.cs" />
<Compile Include="Source\Entities\EntityItem.cs" />
<Compile Include="Source\Entities\EntityMinecart.cs" />
<Compile Include="Source\Entities\EntityMinecartChest.cs" />
<Compile Include="Source\Entities\EntityMinecartFurnace.cs" />
<Compile Include="Source\Entities\EntityMob.cs" />
<Compile Include="Source\Entities\EntityMonster.cs" />
<Compile Include="Source\Entities\EntityPainting.cs" />
<Compile Include="Source\Entities\EntityPig.cs" />
<Compile Include="Source\Entities\EntityPigZombie.cs" />
<Compile Include="Source\Entities\EntityPrimedTnt.cs" />
<Compile Include="Source\Entities\EntitySheep.cs" />
<Compile Include="Source\Entities\EntitySkeleton.cs" />
<Compile Include="Source\Entities\EntitySlime.cs" />
<Compile Include="Source\Entities\EntitySnowball.cs" />
<Compile Include="Source\Entities\EntitySpider.cs" />
<Compile Include="Source\Entities\EntityThrowable.cs" />
<Compile Include="Source\Entities\EntityWolf.cs" />
<Compile Include="Source\Entities\EntityZombie.cs" />
2011-04-06 04:56:04 +00:00
<Compile Include="Source\Entity.cs" />
<Compile Include="Source\EntityFactory.cs" />
2011-04-06 04:56:04 +00:00
<Compile Include="Source\Item.cs" />
<Compile Include="Source\NBTFile.cs" />
2011-04-06 04:56:04 +00:00
<Compile Include="Source\NBT\JSONSerializer.cs" />
<Compile Include="Source\NBT\NBT.cs" />
<Compile Include="Source\NBT\NBTSchema.cs" />
<Compile Include="Source\NBT\NBTValues.cs" />
<Compile Include="Source\NBT\NBTVerifier.cs" />
<Compile Include="Source\Player.cs" />
2011-04-06 04:56:04 +00:00
<Compile Include="Source\Region.cs" />
<Compile Include="Source\RegionFile.cs" />
<Compile Include="Source\RegionKey.cs" />
<Compile Include="Source\RegionManager.cs" />
<Compile Include="Source\TileEntities\TileEntityChest.cs" />
<Compile Include="Source\TileEntities\TileEntityFurnace.cs" />
<Compile Include="Source\TileEntities\TileEntityMobSpawner.cs" />
<Compile Include="Source\TileEntities\TileEntityMusic.cs" />
<Compile Include="Source\TileEntities\TileEntitySign.cs" />
<Compile Include="Source\TileEntities\TileEntityTrap.cs" />
2011-04-06 04:56:04 +00:00
<Compile Include="Source\TileEntity.cs" />
<Compile Include="Source\TileEntityFactory.cs" />
<Compile Include="Source\Utility\Base.cs" />
2011-05-08 08:17:20 +00:00
<Compile Include="Source\Utility\ByteArray.cs" />
<Compile Include="Source\Utility\IndexedLinkedList.cs" />
2011-04-06 04:56:04 +00:00
<Compile Include="Source\Utility\Interface.cs" />
<Compile Include="Source\Utility\LRUCache.cs" />
2011-04-06 04:56:04 +00:00
<Compile Include="Source\Utility\NibbleArray.cs" />
<Compile Include="Source\World.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
2011-04-06 04:56:04 +00:00
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<Folder Include="Source\Experimental\" />
</ItemGroup>
2011-04-06 04:56:04 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>