mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-23 17:43:08 -05:00
457 lines
No EOL
22 KiB
XML
457 lines
No EOL
22 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="2.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectGuid>{BEB1C785-5CAD-48FF-A886-876BF0A318D4}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<OutputType>WinExe</OutputType>
|
|
<RootNamespace>ClassicalSharp</RootNamespace>
|
|
<AssemblyName>ClassicalSharp</AssemblyName>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<NoWin32Manifest>False</NoWin32Manifest>
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
|
|
<NoStdLib>False</NoStdLib>
|
|
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
|
|
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
|
|
<WarningLevel>4</WarningLevel>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<BaseAddress>4194304</BaseAddress>
|
|
<RegisterForComInterop>False</RegisterForComInterop>
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
|
|
<FileAlignment>4096</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
|
<OutputPath>..\output\debug\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>Full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<DefineConstants>DEBUG;TRACE;</DefineConstants>
|
|
<StartAction>Project</StartAction>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
|
<OutputPath>..\output\release\</OutputPath>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<DebugType>None</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<DefineConstants>TRACE;</DefineConstants>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
<StartAction>Project</StartAction>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug_D3D' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<OutputPath>..\output\debug\</OutputPath>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>Full</DebugType>
|
|
<Optimize>False</Optimize>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<DefineConstants>DEBUG;TRACE;USE_DX;</DefineConstants>
|
|
<StartAction>Project</StartAction>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release_D3D' ">
|
|
<OutputPath>..\output\release\</OutputPath>
|
|
<DebugSymbols>false</DebugSymbols>
|
|
<DebugType>None</DebugType>
|
|
<Optimize>True</Optimize>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<DefineConstants>TRACE;USE_DX;</DefineConstants>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
<StartAction>Project</StartAction>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="2D\Drawing\CanvasDrawer2D.cs" />
|
|
<Compile Include="2D\Drawing\IDrawer2D.TextMC.cs" />
|
|
<Compile Include="2D\GuiElement.cs" />
|
|
<Compile Include="2D\IsometricBlockDrawer.cs" />
|
|
<Compile Include="2D\Drawing\GdiPlusDrawer2D.cs" />
|
|
<Compile Include="2D\Drawing\IDrawer2D.cs" />
|
|
<Compile Include="2D\Screens\ChatScreen.cs" />
|
|
<Compile Include="2D\Screens\DeathScreen.cs" />
|
|
<Compile Include="2D\Screens\DisconnectScreen.cs" />
|
|
<Compile Include="2D\Screens\InventoryScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\ClickableScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\FontListScreen.cs" />
|
|
<Compile Include="2D\Screens\Overlays\Overlay.cs" />
|
|
<Compile Include="2D\Screens\Overlays\TexIdsOverlay.cs" />
|
|
<Compile Include="2D\Screens\Overlays\WarningOverlays.cs" />
|
|
<Compile Include="2D\Screens\StatusScreen.cs" />
|
|
<Compile Include="2D\Screens\LoadingMapScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\MenuScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\ClassicOptionsScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\EditHotkeyScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\EnvSettingsScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\ListScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\GenLevelScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\GraphicsOptionsScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\GuiOptionsScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\HacksSettingsScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\HotkeyListScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\KeyBindingsScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\KeyBindingsScreens.cs" />
|
|
<Compile Include="2D\Screens\Menu\LoadLevelScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\MenuOptionsScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\NostalgiaScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\OptionsGroupScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\PauseScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\MiscOptionsScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\SaveLevelScreen.cs" />
|
|
<Compile Include="2D\Screens\Menu\TexturePackScreen.cs" />
|
|
<Compile Include="2D\Screens\HudScreen.cs" />
|
|
<Compile Include="2D\Texture.cs" />
|
|
<Compile Include="2D\Utils\FastBitmap.cs" />
|
|
<Compile Include="2D\Utils\PackedCol.cs" />
|
|
<Compile Include="2D\Utils\TextAtlas.cs" />
|
|
<Compile Include="2D\Widgets\HotbarWidget.cs" />
|
|
<Compile Include="2D\Widgets\Chat\ChatInputWidget.cs" />
|
|
<Compile Include="2D\Widgets\Chat\SpecialInputWidget.cs" />
|
|
<Compile Include="2D\Widgets\Chat\TextGroupWidget.cs" />
|
|
<Compile Include="2D\Widgets\InputWidget.cs" />
|
|
<Compile Include="2D\Widgets\Menu\MenuInputValidator.cs" />
|
|
<Compile Include="2D\Widgets\Menu\MenuInputWidget.cs" />
|
|
<Compile Include="2D\Widgets\ButtonWidget.cs" />
|
|
<Compile Include="2D\Widgets\PlayerListWidget.cs" />
|
|
<Compile Include="2D\Widgets\ScrollbarWidget.cs" />
|
|
<Compile Include="2D\Widgets\SurvivalHotbarWidget.cs" />
|
|
<Compile Include="2D\Widgets\TableWidget.cs" />
|
|
<Compile Include="2D\Widgets\TextWidget.cs" />
|
|
<Compile Include="Audio\AudioPlayer.cs" />
|
|
<Compile Include="Audio\AudioPlayer.Sounds.cs" />
|
|
<Compile Include="Audio\Soundboard.cs" />
|
|
<Compile Include="Blocks\AutoRotate.cs" />
|
|
<Compile Include="Blocks\Block.cs" />
|
|
<Compile Include="Blocks\BlockInfo.BoundsBox.cs" />
|
|
<Compile Include="Blocks\BlockInfo.cs" />
|
|
<Compile Include="Blocks\DefaultSet.cs" />
|
|
<Compile Include="Commands\Commands.cs" />
|
|
<Compile Include="Entities\Components\IInterpComponent.cs" />
|
|
<Compile Include="Entities\Mobs\AI.cs" />
|
|
<Compile Include="Entities\Components\AnimatedComponent.cs" />
|
|
<Compile Include="Entities\Components\HacksComponent.cs" />
|
|
<Compile Include="Entities\Components\CollisionsComponent.cs" />
|
|
<Compile Include="Entities\Components\NewCollisionsComponent.cs" />
|
|
<Compile Include="Entities\Components\PhysicsComponent.cs" />
|
|
<Compile Include="Entities\Components\ShadowComponent.cs" />
|
|
<Compile Include="Entities\Components\SoundComponent.cs" />
|
|
<Compile Include="Entities\Entity.cs" />
|
|
<Compile Include="Entities\EntityList.cs" />
|
|
<Compile Include="Entities\LocalPlayer.cs" />
|
|
<Compile Include="Entities\LocationUpdate.cs" />
|
|
<Compile Include="Entities\Mobs\MobEntity.cs" />
|
|
<Compile Include="Entities\NetPlayer.cs" />
|
|
<Compile Include="Entities\TabList.cs" />
|
|
<Compile Include="Game\Events.cs" />
|
|
<Compile Include="Game\Game.Init.cs" />
|
|
<Compile Include="Game\Game.Properties.cs" />
|
|
<Compile Include="Game\GuiInterface.cs" />
|
|
<Compile Include="Game\PickingHandler.cs" />
|
|
<Compile Include="Game\Plugin.cs" />
|
|
<Compile Include="Generator\FlatGrassGenerator.cs" />
|
|
<Compile Include="Generator\IMapGenerator.cs" />
|
|
<Compile Include="Generator\Noise.cs" />
|
|
<Compile Include="Generator\NotchyGenerator.cs" />
|
|
<Compile Include="Generator\NotchyGenerator.Utils.cs" />
|
|
<Compile Include="GraphicsAPI\D3D9.cs" />
|
|
<Compile Include="GraphicsAPI\GL.cs" />
|
|
<Compile Include="GraphicsAPI\IGraphicsAPI.Core.cs" />
|
|
<Compile Include="GraphicsAPI\Interop.cs" />
|
|
<Compile Include="GraphicsAPI\OpenGLESApi.cs" />
|
|
<Compile Include="Map\Formats\MapDat2.Importer.cs" />
|
|
<Compile Include="Map\Formats\MapSchematic.Exporter.cs" />
|
|
<Compile Include="Map\Formats\MapLvl.Importer.cs" />
|
|
<Compile Include="Map\Formats\NbtFile.cs" />
|
|
<Compile Include="Map\Lighting\BasicLighting.Updater.cs" />
|
|
<Compile Include="Map\Lighting\IWorldLighting.cs" />
|
|
<Compile Include="Map\Lighting\BasicLighting.cs" />
|
|
<Compile Include="Map\Lighting\BasicLighting.Heightmap.cs" />
|
|
<Compile Include="Map\WorldEnv.cs" />
|
|
<Compile Include="Math\Matrix4.cs" />
|
|
<Compile Include="Math\Physics\AABB.cs" />
|
|
<Compile Include="Math\Physics\IntersectionUtils.cs" />
|
|
<Compile Include="Math\Physics\Searcher.cs" />
|
|
<Compile Include="Math\RayTracer.cs" />
|
|
<Compile Include="Entities\Model\CustomModel.cs" />
|
|
<Compile Include="Entities\Model\HumanModels.cs" />
|
|
<Compile Include="Entities\Model\ModelBuilder.cs" />
|
|
<Compile Include="Math\Vector3.cs" />
|
|
<Compile Include="Math\Vector4.cs" />
|
|
<Compile Include="MeshBuilder\Builder.cs" />
|
|
<Compile Include="MeshBuilder\FloodFill.cs" />
|
|
<Compile Include="MeshBuilder\CuboidDrawer.cs" />
|
|
<Compile Include="MeshBuilder\NormalBuilder.cs" />
|
|
<Compile Include="MeshBuilder\AdvLightingBuilder.cs" />
|
|
<Compile Include="MeshBuilder\TileDrawer.cs" />
|
|
<Compile Include="Mode\Survival.cs" />
|
|
<Compile Include="Network\CPESupport.cs" />
|
|
<Compile Include="Network\Protocols\BlockDefs.cs" />
|
|
<Compile Include="Network\Protocols\Classic.cs" />
|
|
<Compile Include="Network\Protocols\CPE.cs" />
|
|
<Compile Include="Network\Protocols\IProtocol.cs" />
|
|
<Compile Include="Network\Protocols\WoM.cs" />
|
|
<Compile Include="Network\Utils\PingList.cs" />
|
|
<Compile Include="Particles\Particle.cs" />
|
|
<Compile Include="Particles\ParticleManager.cs" />
|
|
<Compile Include="Entities\Player.cs" />
|
|
<Compile Include="Game\ChatLog.cs" />
|
|
<Compile Include="Game\Game.cs" />
|
|
<Compile Include="Game\InputHandler.cs" />
|
|
<Compile Include="Game\Inventory.cs" />
|
|
<Compile Include="Game\KeyMap.cs" />
|
|
<Compile Include="GraphicsAPI\Direct3D9Api.cs" />
|
|
<Compile Include="GraphicsAPI\IGraphicsApi.cs" />
|
|
<Compile Include="GraphicsAPI\OpenGLApi.cs" />
|
|
<Compile Include="GraphicsAPI\VertexFormats.cs" />
|
|
<Compile Include="Hotkeys\HotkeyList.cs" />
|
|
<Compile Include="Hotkeys\LwjglToKey.cs" />
|
|
<Compile Include="Ionic.Zlib\DeflateStream.cs" />
|
|
<Compile Include="Ionic.Zlib\Inflate.cs" />
|
|
<Compile Include="Ionic.Zlib\InfTree.cs" />
|
|
<Compile Include="Map\Formats\IMapFormat.cs" />
|
|
<Compile Include="Map\Formats\MapCw.Exporter.cs" />
|
|
<Compile Include="Map\Formats\MapCw.Importer.cs" />
|
|
<Compile Include="Map\Formats\MapDat.Importer.cs" />
|
|
<Compile Include="Map\Formats\MapFcm3.Importer.cs" />
|
|
<Compile Include="Map\World.cs" />
|
|
<Compile Include="Entities\Model\BlockModel.cs" />
|
|
<Compile Include="Entities\Model\ChickenModel.cs" />
|
|
<Compile Include="Entities\Model\CreeperModel.cs" />
|
|
<Compile Include="Entities\Model\IModel.cs" />
|
|
<Compile Include="Entities\Model\ModelCache.cs" />
|
|
<Compile Include="Entities\Model\ModelPart.cs" />
|
|
<Compile Include="Entities\Model\PigModel.cs" />
|
|
<Compile Include="Entities\Model\HumanoidModel.cs" />
|
|
<Compile Include="Entities\Model\SheepModel.cs" />
|
|
<Compile Include="Entities\Model\SkeletonModel.cs" />
|
|
<Compile Include="Entities\Model\SpiderModel.cs" />
|
|
<Compile Include="Entities\Model\ZombieModel.cs" />
|
|
<Compile Include="Network\Enums.cs" />
|
|
<Compile Include="Network\IServerConnection.cs" />
|
|
<Compile Include="Network\NetworkProcessor.cs" />
|
|
<Compile Include="Network\Utils\AsyncDownloader.cs" />
|
|
<Compile Include="Network\Utils\NetReader.cs" />
|
|
<Compile Include="Network\Utils\FixedBufferStream.cs" />
|
|
<Compile Include="Network\Utils\GZipHeaderReader.cs" />
|
|
<Compile Include="Commands\CommandList.cs" />
|
|
<Compile Include="Network\Utils\NetWriter.cs" />
|
|
<Compile Include="Math\PickedPos.cs" />
|
|
<Compile Include="Math\Picking.cs" />
|
|
<Compile Include="Platform\Platform.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Rendering\HeldBlockRenderer.cs" />
|
|
<Compile Include="Rendering\ChunkUpdater.cs" />
|
|
<Compile Include="Rendering\Env\MapBordersRenderer.cs" />
|
|
<Compile Include="Rendering\Env\SkyboxRenderer.cs" />
|
|
<Compile Include="Rendering\Env\EnvRenderer.cs" />
|
|
<Compile Include="Rendering\Env\WeatherRenderer.cs" />
|
|
<Compile Include="Rendering\MapRenderer.Occlusion.cs" />
|
|
<Compile Include="Rendering\FrustumCulling.cs" />
|
|
<Compile Include="Rendering\MapRenderer.cs" />
|
|
<Compile Include="Selections\AxisLinesRenderer.cs" />
|
|
<Compile Include="Selections\PickedPosRenderer.cs" />
|
|
<Compile Include="Selections\SelectionBox.cs" />
|
|
<Compile Include="Selections\SelectionManager.cs" />
|
|
<Compile Include="Singleplayer\FallingPhysics.cs" />
|
|
<Compile Include="Singleplayer\FoliagePhysics.cs" />
|
|
<Compile Include="Singleplayer\LiquidPhysics.cs" />
|
|
<Compile Include="Singleplayer\OtherPhysics.cs" />
|
|
<Compile Include="Singleplayer\Physics.cs" />
|
|
<Compile Include="Singleplayer\Server.cs" />
|
|
<Compile Include="Singleplayer\TNTPhysics.cs" />
|
|
<Compile Include="TexturePack\EntryList.cs" />
|
|
<Compile Include="TexturePack\Animations.cs" />
|
|
<Compile Include="TexturePack\LiquidAnimations.cs" />
|
|
<Compile Include="TexturePack\Side.cs" />
|
|
<Compile Include="TexturePack\TextureCache.cs" />
|
|
<Compile Include="TexturePack\TerrainAtlas.cs" />
|
|
<Compile Include="TexturePack\TexturePack.cs" />
|
|
<Compile Include="TexturePack\ZipReader.cs" />
|
|
<Compile Include="Utils\Camera.cs" />
|
|
<Compile Include="Utils\ErrorHandler.cs" />
|
|
<Compile Include="Utils\Options.cs" />
|
|
<Compile Include="Utils\ReadOnlyStream.cs" />
|
|
<Compile Include="Utils\Respawn.cs" />
|
|
<Compile Include="Utils\StringBuffer.cs" />
|
|
<Compile Include="Utils\Utils.cs" />
|
|
<Compile Include="Utils\Utils.Math.cs" />
|
|
<Compile Include="Utils\Vector3I.cs" />
|
|
<Compile Include="..\OpenTK\DisplayDevice.cs">
|
|
<Link>OpenTK\DisplayDevice.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\INativeWindow.cs">
|
|
<Link>OpenTK\INativeWindow.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Keyboard.cs">
|
|
<Link>OpenTK\Keyboard.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Utils.cs">
|
|
<Link>OpenTK\Utils.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Graphics\ColorFormat.cs">
|
|
<Link>OpenTK\Graphics\ColorFormat.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Graphics\GraphicsMode.cs">
|
|
<Link>OpenTK\Graphics\GraphicsMode.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Graphics\IGraphicsContext.cs">
|
|
<Link>OpenTK\Graphics\IGraphicsContext.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Mouse.cs">
|
|
<Link>OpenTK\Mouse.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\Configuration.cs">
|
|
<Link>OpenTK\Platform\Configuration.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\IPlatformFactory.cs">
|
|
<Link>OpenTK\Platform\IPlatformFactory.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\AglContext.cs">
|
|
<Link>OpenTK\Platform\MacOS\AglContext.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\Application.cs">
|
|
<Link>OpenTK\Platform\MacOS\Application.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\CarbonBindings\Agl.cs">
|
|
<Link>OpenTK\Platform\MacOS\CarbonBindings\Agl.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\CarbonBindings\CarbonAPI.cs">
|
|
<Link>OpenTK\Platform\MacOS\CarbonBindings\CarbonAPI.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\CarbonBindings\API.cs">
|
|
<Link>OpenTK\Platform\MacOS\CarbonBindings\API.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\CarbonBindings\MacOSKeys.cs">
|
|
<Link>OpenTK\Platform\MacOS\CarbonBindings\MacOSKeys.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\CarbonWindow.cs">
|
|
<Link>OpenTK\Platform\MacOS\CarbonWindow.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\MacOSException.cs">
|
|
<Link>OpenTK\Platform\MacOS\MacOSException.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\MacOSKeyMap.cs">
|
|
<Link>OpenTK\Platform\MacOS\MacOSKeyMap.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\MacOS\QuartzDisplayDevice.cs">
|
|
<Link>OpenTK\Platform\MacOS\QuartzDisplayDevice.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\Windows\API.cs">
|
|
<Link>OpenTK\Platform\Windows\API.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\Windows\Wgl.cs">
|
|
<Link>OpenTK\Platform\Windows\Wgl.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\Windows\WinDisplayDevice.cs">
|
|
<Link>OpenTK\Platform\Windows\WinDisplayDevice.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\Windows\WinGLContext.cs">
|
|
<Link>OpenTK\Platform\Windows\WinGLContext.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\Windows\WinWindow.cs">
|
|
<Link>OpenTK\Platform\Windows\WinWindow.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\Windows\WinKeyMap.cs">
|
|
<Link>OpenTK\Platform\Windows\WinKeyMap.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\X11\API.cs">
|
|
<Link>OpenTK\Platform\X11\API.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\X11\Glx.cs">
|
|
<Link>OpenTK\Platform\X11\Glx.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\X11\Structs.cs">
|
|
<Link>OpenTK\Platform\X11\Structs.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\X11\X11DisplayDevice.cs">
|
|
<Link>OpenTK\Platform\X11\X11DisplayDevice.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\X11\X11GLContext.cs">
|
|
<Link>OpenTK\Platform\X11\X11GLContext.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\X11\X11Window.cs">
|
|
<Link>OpenTK\Platform\X11\X11Window.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\OpenTK\Platform\X11\X11KeyMap.cs">
|
|
<Link>OpenTK\Platform\X11\X11KeyMap.cs</Link>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\credits.txt">
|
|
<Link>credits.txt</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="..\readme.md">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
<None Include="SharpWave.dll.config">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="2D\Drawing" />
|
|
<Folder Include="2D\Screens\Overlays" />
|
|
<Folder Include="2D\Utils" />
|
|
<Folder Include="2D\Screens" />
|
|
<Folder Include="2D\Screens\Menu" />
|
|
<Folder Include="2D\Widgets" />
|
|
<Folder Include="2D\Widgets\Menu" />
|
|
<Folder Include="2D\Widgets\Chat" />
|
|
<Folder Include="Blocks" />
|
|
<Folder Include="Entities\Components" />
|
|
<Folder Include="Entities\Mobs" />
|
|
<Folder Include="Generator" />
|
|
<Folder Include="Map\Lighting" />
|
|
<Folder Include="Math\Physics" />
|
|
<Folder Include="MeshBuilder" />
|
|
<Folder Include="Network\Protocols" />
|
|
<Folder Include="Mode" />
|
|
<Folder Include="Platform" />
|
|
<Folder Include="Particles" />
|
|
<Folder Include="GraphicsAPI" />
|
|
<Folder Include="Entities" />
|
|
<Folder Include="Ionic.Zlib" />
|
|
<Folder Include="Map" />
|
|
<Folder Include="Game" />
|
|
<Folder Include="Map\Formats" />
|
|
<Folder Include="Entities\Model" />
|
|
<Folder Include="Network\Utils" />
|
|
<Folder Include="Hotkeys" />
|
|
<Folder Include="Audio" />
|
|
<Folder Include="Rendering\Env" />
|
|
<Folder Include="TexturePack" />
|
|
<Folder Include="Singleplayer" />
|
|
<Folder Include="Utils" />
|
|
<Folder Include="Math" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\InteropPatcher\InteropPatcher.csproj">
|
|
<Project>{4A4110EE-21CA-4715-AF67-0C8B7CE0642F}</Project>
|
|
<Name>InteropPatcher</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SharpWave\SharpWave.csproj">
|
|
<Project>{77EA9D1E-4995-4D05-A9C7-29173CB5DC72}</Project>
|
|
<Name>SharpWave</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Target Name="AfterBuild">
|
|
<Exec Command="$(OutputPath)InteropPatcher.exe $(OutDir)ClassicalSharp.exe" />
|
|
<!--Copy back *.dll from bin/Debug|Release to obj/Debug/Release directory-->
|
|
<Copy SourceFiles="@(MainAssembly)" DestinationFolder="$(IntermediateOutputPath)" SkipUnchangedFiles="true" />
|
|
<!-- Copy back *.pdb from bin/Debug|Release to obj/Debug/Release directory-->
|
|
<Copy SourceFiles="@(_DebugSymbolsOutputPath)" DestinationFiles="@(_DebugSymbolsIntermediatePath)" SkipUnchangedFiles="true" Condition="'$(_DebugSymbolsProduced)'=='true' and '$(SkipCopyingSymbolsToOutputDirectory)' != 'true'" />
|
|
</Target>
|
|
</Project> |