mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
367 lines
21 KiB
XML
367 lines
21 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<Import Project="..\MSBuild\SS14.Properties.targets" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
|
|
<ProjectGuid>{83429BD6-6358-4B18-BE51-401DF8EA2673}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>SS14.Client</RootNamespace>
|
|
<AssemblyName>SS14.Client</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<OutputPath>..\bin\Client\</OutputPath>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<NoWarn>0649</NoWarn>
|
|
<LangVersion>7.3</LangVersion>
|
|
<Godot>true</Godot>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType Condition="'$(AppVeyor)' != 'yes'">portable</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineConstants>DEBUG;TRACE;X64</DefineConstants>
|
|
<DebugType Condition="'$(AppVeyor)' != 'yes'">portable</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DefineConstants>TRACE;RELEASE;X64</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType Condition="'$(AppVeyor)' != 'yes'">portable</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<Import Project="..\MSBuild\SS14.DefineConstants.targets" />
|
|
<ItemGroup>
|
|
<PackageReference Include="JetBrains.Annotations" Version="2018.2.1" />
|
|
<PackageReference Include="SharpZipLib" Version="1.0.0" />
|
|
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
|
|
<PackageReference Include="NJsonSchema" Version="9.10.73" />
|
|
<PackageReference Include="SixLabors.Core" Version="1.0.0-beta0007" />
|
|
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-beta0006" />
|
|
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta0006" />
|
|
<PackageReference Include="System.Memory" Version="4.5.2" />
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
|
|
<PackageReference Include="YamlDotNet" Version="5.0.1" />
|
|
<PackageReference Include="OpenTK" Version="3.0.1" />
|
|
<PackageReference Include="SharpFont" Version="4.0.1" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Net" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Net.Http" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="GodotSharp" Condition="'$(Godot)' == 'true'">
|
|
<HintPath>..\SS14.Client.Godot\.mono\assemblies\GodotSharp.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Audio\AudioStream.cs" />
|
|
<Compile Include="BaseClient.cs" />
|
|
<Compile Include="Console\ClientChatConsole.cs" />
|
|
<Compile Include="Console\ClientConsole.cs" />
|
|
<Compile Include="Console\Commands\LogCommands.cs" />
|
|
<Compile Include="Console\IClientChatConsole.cs" />
|
|
<Compile Include="Console\IClientConsole.cs" />
|
|
<Compile Include="GameController.cs" />
|
|
<Compile Include="GameController\FrameEventArgs.cs" />
|
|
<Compile Include="GameController\GameController.Godot.cs" />
|
|
<Compile Include="GameController\GameController.Standalone.cs" />
|
|
<Compile Include="GameController\GameController.Input.cs" />
|
|
<Compile Include="GameController\GameController.IoC.cs" />
|
|
<Compile Include="GameObjects\Components\Appearance\AppearanceComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Input\InputComponent.cs" />
|
|
<Compile Include="GameObjects\Components\UserInterface\ClientUserInterfaceComponent.cs" />
|
|
<Compile Include="GameObjects\EntitySystems\AppearanceSystem.cs" />
|
|
<Compile Include="GameObjects\EntitySystems\AppearanceTestSystem.cs" />
|
|
<Compile Include="GameObjects\EntitySystems\AudioSystem.cs" />
|
|
<Compile Include="GameObjects\EntitySystems\InputSystem.cs" />
|
|
<Compile Include="GameObjects\EntitySystems\SpriteSystem.cs" />
|
|
<Compile Include="GameObjects\GodotComponentFactory.cs" />
|
|
<Compile Include="GameObjects\ClientComponentFactory.cs" />
|
|
<Compile Include="GameObjects\ClientEntityManager.cs" />
|
|
<Compile Include="GameObjects\ClientEntityNetworkManager.cs" />
|
|
<Compile Include="GameObjects\Components\BoundingBox\BoundingBoxComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Collidable\CollidableComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Icon\IconComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Input\ClickableComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Light\PointLightComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Mover\PlayerInputMoverComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Occluder\OccluderComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Physics\PhysicsComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Transform\GodotTransformComponent.cs" />
|
|
<Compile Include="GameObjects\EntitySystems\EffectSystem.cs" />
|
|
<Compile Include="GameObjects\Components\Renderable\Speechbubble.cs" />
|
|
<Compile Include="GameObjects\Components\Renderable\SpriteComponent.cs" />
|
|
<Compile Include="Console\Commands\ConsoleCommands.cs" />
|
|
<Compile Include="Console\Commands\HelpCommands.cs" />
|
|
<Compile Include="Console\Commands\QuitCommand.cs" />
|
|
<Compile Include="Console\Commands\Debug.cs" />
|
|
<Compile Include="GameStates\ClientGameStateManager.cs" />
|
|
<Compile Include="Graphics\CanvasLayers.cs" />
|
|
<Compile Include="Graphics\Clyde\Clyde.Buffer.cs" />
|
|
<Compile Include="Graphics\Clyde\Clyde.cs" />
|
|
<Compile Include="Graphics\Clyde\Clyde.Pool.cs" />
|
|
<Compile Include="Graphics\Clyde\Clyde.Rendering.cs" />
|
|
<Compile Include="Graphics\Clyde\Clyde.Shader.cs" />
|
|
<Compile Include="Graphics\Clyde\Clyde.ShaderProgram.cs" />
|
|
<Compile Include="Graphics\Clyde\Clyde.Textures.cs" />
|
|
<Compile Include="Graphics\DisplayManagerGodot.cs" />
|
|
<Compile Include="Graphics\DisplayManagerHeadless.cs" />
|
|
<Compile Include="Graphics\FontManager.cs" />
|
|
<Compile Include="Graphics\IDirectionalTextureProvider.cs" />
|
|
<Compile Include="Graphics\Lighting\LightManager.Light.cs" />
|
|
<Compile Include="Graphics\Lighting\LightManager.Occluder.cs" />
|
|
<Compile Include="Graphics\Lighting\LightManager.cs" />
|
|
<Compile Include="Graphics\Lighting\LightMode\LightModeConstant.cs" />
|
|
<Compile Include="Graphics\Overlays\Overlay.cs" />
|
|
<Compile Include="Graphics\Overlays\OverlayManager.cs" />
|
|
<Compile Include="Graphics\Shaders\ShaderPrototype.cs" />
|
|
<Compile Include="Graphics\Shaders\Shader.cs" />
|
|
<Compile Include="Input\EngineContexts.cs" />
|
|
<Compile Include="Input\OpenGLInputManager.cs" />
|
|
<Compile Include="Interfaces\Console\IConsoleCommand.cs" />
|
|
<Compile Include="Interfaces\Console\IDebugConsole.cs" />
|
|
<Compile Include="Interfaces\GameObjects\Components\IClientClickableComponent.cs" />
|
|
<Compile Include="Interfaces\GameObjects\Components\IGodotTransformComponent.cs" />
|
|
<Compile Include="Interfaces\GameObjects\Components\ISpriteComponent.cs" />
|
|
<Compile Include="Interfaces\GameObjects\IClickTargetComponent.cs" />
|
|
<Compile Include="Interfaces\GameObjects\IClientEntityManager.cs" />
|
|
<Compile Include="Interfaces\GameObjects\IMoverComponent.cs" />
|
|
<Compile Include="Interfaces\GameObjects\IParticleSystemComponent.cs" />
|
|
<Compile Include="Interfaces\GameObjects\IRenderableComponent.cs" />
|
|
<Compile Include="Interfaces\GameStates\IClientGameStateManager.cs" />
|
|
<Compile Include="Interfaces\Graphics\IDisplayManagerOpenGL.cs" />
|
|
<Compile Include="Interfaces\Graphics\IFontManager.cs" />
|
|
<Compile Include="Interfaces\Graphics\Lighting\ILight.cs" />
|
|
<Compile Include="Interfaces\Graphics\Lighting\ILightManager.cs" />
|
|
<Compile Include="Interfaces\Graphics\Lighting\ILightMode.cs" />
|
|
<Compile Include="Interfaces\Graphics\Lighting\IOccluder.cs" />
|
|
<Compile Include="Interfaces\Graphics\Overlays\IOverlayManager.cs" />
|
|
<Compile Include="Interfaces\IBaseClient.cs" />
|
|
<Compile Include="Interfaces\ISceneTreeHolder.cs" />
|
|
<Compile Include="Interfaces\Map\IClientTileDefinitionManager.cs" />
|
|
<Compile Include="Placement\PlacementOverlay.cs" />
|
|
<Compile Include="Player\IPlayerManager.cs" />
|
|
<Compile Include="Player\IPlayerSession.cs" />
|
|
<Compile Include="Interfaces\State\IStateManager.cs" />
|
|
<Compile Include="Interfaces\Utility\IRand.cs" />
|
|
<Compile Include="Log\DebugConsoleLogHandler.cs" />
|
|
<Compile Include="Log\GodotLogHandler.cs" />
|
|
<Compile Include="Map\ClientTileDefinitionManager.cs" />
|
|
<Compile Include="Map\GodotMapManager.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Reflection\ClientReflectionManager.cs" />
|
|
<Compile Include="Interfaces\ResourceManagement\IResourceCache.cs" />
|
|
<Compile Include="ResourceManagement\BaseResource.cs" />
|
|
<Compile Include="ResourceManagement\ResourceCache.cs" />
|
|
<Compile Include="ResourceManagement\ResourceTypes\AudioResource.cs" />
|
|
<Compile Include="ResourceManagement\ResourceTypes\GodotAssetResource.cs" />
|
|
<Compile Include="ResourceManagement\ResourceTypes\ShaderSourceResource.cs" />
|
|
<Compile Include="ResourceManagement\ResourceTypes\FontResource.cs" />
|
|
<Compile Include="Graphics\RSI\RSI.cs" />
|
|
<Compile Include="Graphics\RSI\RSI.State.cs" />
|
|
<Compile Include="ResourceManagement\ResourceTypes\RSIResource.cs" />
|
|
<Compile Include="ResourceManagement\ResourceTypes\TextureResource.cs" />
|
|
<Compile Include="SceneTreeHolder.cs" />
|
|
<Compile Include="UserInterface\Control.Styling.cs" />
|
|
<Compile Include="UserInterface\Controls\BaseButton.cs" />
|
|
<Compile Include="UserInterface\Controls\Button.cs" />
|
|
<Compile Include="UserInterface\Controls\CheckBox.cs" />
|
|
<Compile Include="UserInterface\Controls\CheckButton.cs" />
|
|
<Compile Include="UserInterface\Controls\GridContainer.cs" />
|
|
<Compile Include="UserInterface\Controls\HScrollBar.cs" />
|
|
<Compile Include="UserInterface\Controls\MarginContainer.cs" />
|
|
<Compile Include="UserInterface\Controls\OutputPanel.cs" />
|
|
<Compile Include="UserInterface\Controls\PanelContainer.cs" />
|
|
<Compile Include="UserInterface\Controls\ProgressBar.cs" />
|
|
<Compile Include="UserInterface\Controls\Range.cs" />
|
|
<Compile Include="UserInterface\Controls\ScrollBar.cs" />
|
|
<Compile Include="UserInterface\Controls\ScrollContainer.cs" />
|
|
<Compile Include="UserInterface\Controls\SpriteView.cs" />
|
|
<Compile Include="UserInterface\Controls\TabContainer.cs" />
|
|
<Compile Include="UserInterface\Controls\VScrollBar.cs" />
|
|
<Compile Include="UserInterface\CustomControls\Chatbox.cs" />
|
|
<Compile Include="UserInterface\CustomControls\DebugTimePanel.cs" />
|
|
<Compile Include="UserInterface\Stylesheet.cs" />
|
|
<Compile Include="UserInterface\UITheme.cs" />
|
|
<Compile Include="Utility\DirExt.cs" />
|
|
<Compile Include="Utility\GodotParser.cs" />
|
|
<Compile Include="Utility\GodotPathUtility.cs" />
|
|
<Compile Include="Utility\GodotResourceCopy.cs" />
|
|
<Compile Include="Utility\ImageSharpExt.cs" />
|
|
<Compile Include="Utility\OpenTKConversions.cs" />
|
|
<Compile Include="Utility\Rand.cs" />
|
|
<Compile Include="Utility\GodotConversions.cs" />
|
|
<Compile Include="State\State.cs" />
|
|
<Compile Include="State\StateManager.cs" />
|
|
<Compile Include="State\States\MainMenu.cs" />
|
|
<Compile Include="Input\Events.cs" />
|
|
<Compile Include="Input\InputDevices.cs" />
|
|
<Compile Include="Player\LocalPlayer.cs" />
|
|
<Compile Include="Player\PlayerManager.cs" />
|
|
<Compile Include="Player\PlayerSession.cs" />
|
|
<Compile Include="Interfaces\UserInterface\IDebugMonitors.cs" />
|
|
<Compile Include="Interfaces\UserInterface\IUserInterfaceManager.cs" />
|
|
<Compile Include="UserInterface\Control.cs" />
|
|
<Compile Include="UserInterface\Control.Signals.cs" />
|
|
<Compile Include="UserInterface\Control.Input.cs" />
|
|
<Compile Include="UserInterface\UserInterfaceManager.cs" />
|
|
<Compile Include="UserInterface\Controls\Label.cs" />
|
|
<Compile Include="UserInterface\Controls\Panel.cs" />
|
|
<Compile Include="UserInterface\Controls\LineEdit.cs" />
|
|
<Compile Include="UserInterface\Controls\Popup.cs" />
|
|
<Compile Include="UserInterface\Controls\WindowDialog.cs" />
|
|
<Compile Include="UserInterface\Controls\AcceptDialog.cs" />
|
|
<Compile Include="UserInterface\Controls\RichTextLabel.cs" />
|
|
<Compile Include="UserInterface\Controls\TextureButton.cs" />
|
|
<Compile Include="UserInterface\Controls\OptionButton.cs" />
|
|
<Compile Include="UserInterface\Controls\TextureRect.cs" />
|
|
<Compile Include="UserInterface\Controls\Container.cs" />
|
|
<Compile Include="UserInterface\Controls\BoxContainer.cs" />
|
|
<Compile Include="UserInterface\Controls\VBoxContainer.cs" />
|
|
<Compile Include="UserInterface\Controls\HBoxContainer.cs" />
|
|
<Compile Include="UserInterface\CustomControls\DebugConsole.cs" />
|
|
<Compile Include="UserInterface\CustomControls\SS14Window.cs" />
|
|
<Compile Include="UserInterface\CustomControls\EscapeMenu.cs" />
|
|
<Compile Include="UserInterface\CustomControls\FPSCounter.cs" />
|
|
<Compile Include="UserInterface\CustomControls\DebugNetPanel.cs" />
|
|
<Compile Include="UserInterface\CustomControls\OptionsMenu.cs" />
|
|
<Compile Include="GameController\GameControllerProxy.cs" />
|
|
<Compile Include="Interfaces\IGameControllerProxy.cs" />
|
|
<Compile Include="Interfaces\IGameController.cs" />
|
|
<Compile Include="Interfaces\Input\IInputManager.cs" />
|
|
<Compile Include="Interfaces\Input\IKeyBinding.cs" />
|
|
<Compile Include="Input\InputManager.cs" />
|
|
<Compile Include="Input\GodotInputManager.cs" />
|
|
<Compile Include="State\States\GameScreen.cs" />
|
|
<Compile Include="Graphics\Texture.cs" />
|
|
<Compile Include="Graphics\Font.cs" />
|
|
<Compile Include="Graphics\DisplayManager.cs" />
|
|
<Compile Include="Debugging\DebugDrawing.cs" />
|
|
<Compile Include="Interfaces\Debugging\IDebugDrawing.cs" />
|
|
<Compile Include="Interfaces\Graphics\IDisplayManager.cs" />
|
|
<Compile Include="Interfaces\Graphics\ClientEye\IEyeManager.cs" />
|
|
<Compile Include="Interfaces\Graphics\ClientEye\IEye.cs" />
|
|
<Compile Include="Graphics\ClientEye\EyeManager.cs" />
|
|
<Compile Include="Graphics\ClientEye\Eye.cs" />
|
|
<Compile Include="Graphics\ClientEye\FixedEye.cs" />
|
|
<Compile Include="GameObjects\Components\Eye\EyeComponent.cs" />
|
|
<Compile Include="Placement\Modes\AlignSnapgridCenter.cs" />
|
|
<Compile Include="Placement\Modes\AlignSnapgridBorder.cs" />
|
|
<Compile Include="Placement\PlacementManager.cs" />
|
|
<Compile Include="Placement\PlacementMode.cs" />
|
|
<Compile Include="Placement\Modes\PlaceFree.cs" />
|
|
<Compile Include="Placement\Modes\PlaceNearby.cs" />
|
|
<Compile Include="Placement\Modes\AlignSimilar.cs" />
|
|
<Compile Include="Placement\Modes\AlignTileAny.cs" />
|
|
<Compile Include="Placement\Modes\AlignTileEmpty.cs" />
|
|
<Compile Include="Placement\Modes\AlignTileNonDense.cs" />
|
|
<Compile Include="Placement\Modes\AlignTileDense.cs" />
|
|
<Compile Include="Placement\Modes\AlignWall.cs" />
|
|
<Compile Include="Interfaces\Placement\IPlacementManager.cs" />
|
|
<Compile Include="UserInterface\CustomControls\EntitySpawnWindow.cs" />
|
|
<Compile Include="UserInterface\CustomControls\TileSpawnWindow.cs" />
|
|
<Compile Include="UserInterface\CustomControls\DebugMonitors.cs" />
|
|
<Compile Include="UserInterface\CustomControls\DebugCoordsPanel.cs" />
|
|
<Compile Include="Graphics\Drawing\StyleBox.cs" />
|
|
<Compile Include="Graphics\Drawing\DrawingHandle.cs" />
|
|
<Compile Include="Utility\ThreadUtility.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorAngle.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorBoolean.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorUIBox2.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorColor.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorDummy.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorGridLocalCoordinates.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorNumeric.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorReference.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorString.cs" />
|
|
<Compile Include="ViewVariables\Editors\ViewVariablesPropertyEditorVector2.cs" />
|
|
<Compile Include="ViewVariables\Instances\ViewVariablesInstanceEntity.cs" />
|
|
<Compile Include="ViewVariables\Instances\ViewVariablesInstanceObject.cs" />
|
|
<Compile Include="ViewVariables\IViewVariablesManager.cs" />
|
|
<Compile Include="ViewVariables\IViewVariablesManagerInternal.cs" />
|
|
<Compile Include="ViewVariables\Traits\ViewVariablesTraitEnumerable.cs" />
|
|
<Compile Include="ViewVariables\Traits\ViewVariablesTraitMembers.cs" />
|
|
<Compile Include="ViewVariables\ViewVariablesCommand.cs" />
|
|
<Compile Include="ViewVariables\ViewVariablesInstance.cs" />
|
|
<Compile Include="ViewVariables\ViewVariablesManager.cs" />
|
|
<Compile Include="ViewVariables\ViewVariablesPropertyControl.cs" />
|
|
<Compile Include="ViewVariables\ViewVariablesPropertyEditor.cs" />
|
|
<Compile Include="ViewVariables\ViewVariablesRemoteSession.cs" />
|
|
<Compile Include="ViewVariables\ViewVariablesTrait.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="client_config.toml">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</Content>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Lidgren.Network\Lidgren.Network.csproj">
|
|
<Project>{59250baf-0000-0000-0000-000000000000}</Project>
|
|
<Name>Lidgren.Network</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SS14.Client.Godot\SS14.Client.Godot.csproj" Condition="'$(Godot)' == 'true'">
|
|
<Project>{8af31169-49b1-4a12-b8f4-2a0674a9e7cb}</Project>
|
|
<Name>SS14.Client.Godot</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SS14.Shared.Maths\SS14.Shared.Maths.csproj">
|
|
<Project>{93f23a82-00c5-4572-964e-e7c9457726d4}</Project>
|
|
<Name>SS14.Shared.Maths</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\SS14.Shared\SS14.Shared.csproj">
|
|
<Project>{0529f740-0000-0000-0000-000000000000}</Project>
|
|
<Name>SS14.Shared</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<EmbeddedResource Include="Graphics\RSI\RSISchema.json" />
|
|
<Compile Include="GameObjects\PlayerMessages.cs" />
|
|
<Compile Include="Graphics\Shaders\Params.cs" />
|
|
<Compile Include="UserInterface\Controls\Tree.cs" />
|
|
<Compile Include="UserInterface\Controls\ItemList.cs" />
|
|
<Compile Include="Placement\PlacementHijack.cs" />
|
|
<Compile Include="Utility\SpriteSpecifierExt.cs" />
|
|
<Compile Include="Utility\FormattedMessage.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="..\MSBuild\SS14.Engine.targets" />
|
|
<Target Name="AfterBuild" DependsOnTargets="CopySS14Noise" />
|
|
</Project>
|