Files
RobustToolbox/SS14.Client/SS14.Client.csproj
Pieter-Jan Briers b9ece2888b Repo cleanup (#310)
* Reduce build size by removing redundant files.

22 MB of the build output was OpenTK.xml, the doc file for it.
This commit removes a lot of files like PDB files from the build output
on Release, cutting build size down to 13 MB.

Also deleted a ton of dead third party files in Third-Party, and the two
spare copies of CSFML...

* Remove more dead files.

* Even more!

* Generic repo cleanup. Removing dead files all over.

What the hell was filesystemeditor.exe supposed to be?
2017-08-08 12:47:31 +02:00

382 lines
19 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
<PropertyGroup>
<ProjectType>Local</ProjectType>
<ProductVersion>12.0.31101.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0C31DFDF-0000-0000-0000-000000000000}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ApplicationIcon>ss14.ico</ApplicationIcon>
<AssemblyKeyContainerName>
</AssemblyKeyContainerName>
<AssemblyName>SS14.Client</AssemblyName>
<DefaultClientScript>JScript</DefaultClientScript>
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
<DefaultTargetSchema>IE50</DefaultTargetSchema>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<OutputType>Exe</OutputType>
<AppDesignerFolder>
</AppDesignerFolder>
<RootNamespace>SS14.Client</RootNamespace>
<StartupObject>
</StartupObject>
<StartArguments>
</StartArguments>
<FileUpgradeFlags>
</FileUpgradeFlags>
<TargetFrameworkProfile />
<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>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<NoWarn>0649</NoWarn>
<AllowedReferenceRelatedFileExtensions>.pdb;.dll.config</AllowedReferenceRelatedFileExtensions>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>True</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>False</Optimize>
<OutputPath>$(SolutionDir)bin\Client\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<PlatformTarget>x86</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<BaseAddress>285212672</BaseAddress>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<ConfigurationOverrideFile>
</ConfigurationOverrideFile>
<DefineConstants>TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugSymbols>False</DebugSymbols>
<FileAlignment>4096</FileAlignment>
<Optimize>True</Optimize>
<OutputPath>$(SolutionDir)bin\Client\</OutputPath>
<RegisterForComInterop>False</RegisterForComInterop>
<RemoveIntegerChecks>False</RemoveIntegerChecks>
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
<WarningLevel>4</WarningLevel>
<NoStdLib>False</NoStdLib>
<PlatformTarget>x86</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<AllowedReferenceRelatedFileExtensions>.dll.config</AllowedReferenceRelatedFileExtensions>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Diagnostics.Runtime, Version=0.8.31.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\Microsoft.Diagnostics.Runtime.0.8.31-beta\lib\net40\Microsoft.Diagnostics.Runtime.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NetSerializer, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\NetSerializer.4.1.0\lib\net45\NetSerializer.dll</HintPath>
</Reference>
<Reference Include="OpenTK, Version=3.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\OpenTK.3.0.0-pre\lib\net20\OpenTK.dll</HintPath>
</Reference>
<Reference Include="sfmlnet-graphics-2">
<Name>sfmlnet-graphics-2</Name>
<HintPath>..\Third-Party\sfmlnet-graphics-2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="sfmlnet-system-2">
<Name>sfmlnet-system-2</Name>
<HintPath>..\Third-Party\sfmlnet-system-2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="sfmlnet-window-2">
<Name>sfmlnet-window-2</Name>
<HintPath>..\Third-Party\sfmlnet-window-2.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System">
<Name>System</Name>
<Private>False</Private>
</Reference>
<Reference Include="System.Core">
<Name>System.Core</Name>
<Private>False</Private>
</Reference>
<Reference Include="System.Drawing">
<Name>System.Drawing</Name>
<Private>False</Private>
</Reference>
<Reference Include="System.Windows.Forms">
<Name>System.Windows.Forms</Name>
<Private>False</Private>
</Reference>
<Reference Include="System.Xml">
<Name>System.Xml</Name>
<Private>False</Private>
</Reference>
<Reference Include="System.Xml.Linq">
<Name>System.Xml.Linq</Name>
<Private>False</Private>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>$(SolutionDir)packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System.ServiceModel">
<Name>System.ServiceModel</Name>
<Private>False</Private>
</Reference>
<Reference Include="Microsoft.CSharp">
<Name>Microsoft.CSharp</Name>
<Private>False</Private>
</Reference>
<Reference Include="YamlDotNet">
<HintPath>$(SolutionDir)packages\YamlDotNet.4.2.1\lib\net35\YamlDotNet.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lidgren.Network\Lidgren.Network.csproj">
<Name>Lidgren.Network</Name>
<Project>{59250BAF-0000-0000-0000-000000000000}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
<ProjectReference Include="..\SS14.Client.Graphics\SS14.Client.Graphics.csproj">
<Project>{302b877e-0000-0000-0000-000000000000}</Project>
<Name>SS14.Client.Graphics</Name>
</ProjectReference>
<ProjectReference Include="..\SS14.Shared\SS14.Shared.csproj">
<Name>SS14.Shared</Name>
<Project>{0529F740-0000-0000-0000-000000000000}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
<Private>True</Private>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="GameController.cs" />
<Compile Include="GameObjects\Components\ClientComponent.cs" />
<Compile Include="Interfaces\GameObjects\IClientEntityManager.cs" />
<Compile Include="Interfaces\IGameController.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Content Include="ss14.ico" />
<None Include="app.config">
</None>
<Content Include="KeyBindings.xml">
<SubType>Code</SubType>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Resources\EngineContentPack.zip">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\Resources\ResourcePack.zip">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Content Include="client_config.toml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="$(SolutionDir)packages\OpenTK.3.0.0-pre\content\OpenTK.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<None Include="packages.config" />
<Compile Include="GameObjects\AnimatedSprite.cs" />
<Compile Include="GameObjects\Components\ClickableComponent.cs" />
<Compile Include="GameObjects\Components\Collidable\CollidableComponent.cs" />
<Compile Include="GameObjects\Components\Collidable\TriggerableComponent.cs" />
<Compile Include="GameObjects\Components\Collider\ColliderComponent.cs" />
<Compile Include="GameObjects\Components\Direction\DirectionComponent.cs" />
<Compile Include="GameObjects\Components\Hitbox\HitboxComponent.cs" />
<Compile Include="GameObjects\Components\Icon\IconComponent.cs" />
<Compile Include="GameObjects\Components\Input\ContextMenuComponent.cs" />
<Compile Include="GameObjects\Components\Light\PointLightComponent.cs" />
<Compile Include="GameObjects\Components\Mover\PlayerInputMoverComponent.cs" />
<Compile Include="GameObjects\Components\Mover\BasicMoverComponent.cs" />
<Compile Include="GameObjects\Components\Mover\SlaveMoverComponent.cs" />
<Compile Include="GameObjects\Components\Physics\PhysicsComponent.cs" />
<Compile Include="GameObjects\Components\Renderable\AnimatedSpriteComponent.cs" />
<Compile Include="GameObjects\Components\Renderable\ParticleSystem.cs" />
<Compile Include="GameObjects\Components\Renderable\ParticleSystemComponent.cs" />
<Compile Include="GameObjects\Components\Renderable\Speechbubble.cs" />
<Compile Include="GameObjects\Components\Renderable\WearableAnimatedSpriteComponent.cs" />
<Compile Include="GameObjects\Components\Renderable\ItemSpriteComponent.cs" />
<Compile Include="GameObjects\Components\Renderable\MobSpriteComponent.cs" />
<Compile Include="GameObjects\Components\Renderable\SpriteComponent.cs" />
<Compile Include="GameObjects\Components\Transform\TransformComponent.cs" />
<Compile Include="GameObjects\Components\Velocity\VelocityComponent.cs" />
<Compile Include="GameObjects\ContextMenuEntry.cs" />
<Compile Include="GameObjects\EntitySystems\ParticleSystem.cs" />
<Compile Include="GameObjects\EntitySystems\InputSystem.cs" />
<Compile Include="GameObjects\EntitySystems\TransformSystem.cs" />
<Compile Include="GameObjects\ClientEntityManager.cs" />
<Compile Include="GameObjects\ClientEntityNetworkManager.cs" />
<Compile Include="GameObjects\ClientComponentFactory.cs" />
<Compile Include="GameObjects\Components\Input\KeyBindingInputComponent.cs" />
<Compile Include="GameObjects\EntitySystems\PhysicsSystem.cs" />
<Compile Include="Reflection\ClientReflectionManager.cs" />
<Compile Include="ResourceManagement\BaseResource.cs" />
<Compile Include="ResourceManagement\FontResource.cs" />
<Compile Include="ResourceManagement\SpriteResource.cs" />
<Compile Include="ResourceManagement\TextureResource.cs" />
<Compile Include="Utility\Rand.cs" />
<Compile Include="Collision\CollisionManager.cs" />
<Compile Include="Console\ConsoleCommands.cs" />
<Compile Include="Console\HelpCommands.cs" />
<Compile Include="Console\ParticleCommands.cs" />
<Compile Include="Console\QuitCommand.cs" />
<Compile Include="Console\Debug.cs" />
<Compile Include="GameStates\GameStateManager.cs" />
<Compile Include="Helpers\GaussianBlur.cs" />
<Compile Include="Helpers\InterpolationPacket.cs" />
<Compile Include="Helpers\StarScroller.cs" />
<Compile Include="Helpers\Utilities.cs" />
<Compile Include="Input\KeyBindingManager.cs" />
<Compile Include="Interfaces\Collision\ICollidable.cs" />
<Compile Include="Interfaces\Collision\ICollider.cs" />
<Compile Include="Interfaces\Collision\ICollisionManager.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\IClientTransformComponent.cs" />
<Compile Include="Interfaces\GameObjects\IMoverComponent.cs" />
<Compile Include="Interfaces\GameObjects\ISpriteRenderableComponent.cs" />
<Compile Include="Interfaces\GameObjects\IParticleSystemComponent.cs" />
<Compile Include="Interfaces\GameObjects\IRenderableComponent.cs" />
<Compile Include="Interfaces\GameObjects\IClickTargetComponent.cs" />
<Compile Include="Interfaces\GameObjects\ISpriteComponent.cs" />
<Compile Include="Interfaces\GameStates\IGameStateManager.cs" />
<Compile Include="Interfaces\Input\IKeyBindingManager.cs" />
<Compile Include="Interfaces\Lighting\ILight.cs" />
<Compile Include="Interfaces\Lighting\ILightArea.cs" />
<Compile Include="Interfaces\Lighting\ILightManager.cs" />
<Compile Include="Interfaces\Lighting\LightMode.cs" />
<Compile Include="Interfaces\Map\Chunk.cs" />
<Compile Include="Interfaces\Map\IMapManager.cs" />
<Compile Include="Interfaces\Map\ITileCollection.cs" />
<Compile Include="Interfaces\Map\ITileDefinition.cs" />
<Compile Include="Interfaces\Map\ITileDefinitionManager.cs" />
<Compile Include="Interfaces\Map\Tile.cs" />
<Compile Include="Interfaces\Map\TileRef.cs" />
<Compile Include="Interfaces\Network\INetworkGrapher.cs" />
<Compile Include="Interfaces\Placement\IPlacementManager.cs" />
<Compile Include="Interfaces\Player\IPlayerManager.cs" />
<Compile Include="Interfaces\Resource\IResourceCache.cs" />
<Compile Include="Interfaces\State\IState.cs" />
<Compile Include="Interfaces\State\IStateManager.cs" />
<Compile Include="Interfaces\UserInterface\IDragDropInfo.cs" />
<Compile Include="Interfaces\UserInterface\IGuiComponent.cs" />
<Compile Include="Interfaces\UserInterface\IUserInterfaceManager.cs" />
<Compile Include="Interfaces\Utility\IRand.cs" />
<Compile Include="Lighting\Light.cs" />
<Compile Include="Lighting\LightArea.cs" />
<Compile Include="Lighting\LightManager.cs" />
<Compile Include="Lighting\QuadRenderer.cs" />
<Compile Include="Lighting\ShadowMapResolver.cs" />
<Compile Include="Lighting\ShadowmapSize.cs" />
<Compile Include="Lighting\LightModes\Flicker.cs" />
<Compile Include="Map\HardcodedTileDefinitions.cs" />
<Compile Include="Map\MapManager.cs" />
<Compile Include="Map\TileDefinition.cs" />
<Compile Include="Map\TileDefinitionManager.cs" />
<Compile Include="Network\NetworkGrapher.cs" />
<Compile Include="Placement\PlacementManager.cs" />
<Compile Include="Placement\PlacementMode.cs" />
<Compile Include="Placement\Modes\AlignFree.cs" />
<Compile Include="Placement\Modes\AlignNone.cs" />
<Compile Include="Placement\Modes\AlignSimilar.cs" />
<Compile Include="Placement\Modes\AlignTileAny.cs" />
<Compile Include="Placement\Modes\AlignTileEmpty.cs" />
<Compile Include="Placement\Modes\AlignTileNonSolid.cs" />
<Compile Include="Placement\Modes\AlignTileSolid.cs" />
<Compile Include="Placement\Modes\AlignWall.cs" />
<Compile Include="Player\PlayerManager.cs" />
<Compile Include="Player\PostProcessing\BlurPostProcessingEffect.cs" />
<Compile Include="Player\PostProcessing\DeathPostProcessingEffect.cs" />
<Compile Include="Player\PostProcessing\PostProcessingEffect.cs" />
<Compile Include="ResourceManagement\ResourceCache.cs" />
<Compile Include="State\State.cs" />
<Compile Include="State\StateManager.cs" />
<Compile Include="State\States\GameScreen.cs" />
<Compile Include="State\States\LobbyMenu.cs" />
<Compile Include="State\States\MainMenu.cs" />
<Compile Include="State\States\OptionsMenu.cs" />
<Compile Include="UserInterface\DragDropInfo.cs" />
<Compile Include="UserInterface\UserInterfaceManager.cs" />
<Compile Include="UserInterface\Components\Button.cs" />
<Compile Include="UserInterface\Components\Chatbox.cs" />
<Compile Include="UserInterface\Components\Checkbox.cs" />
<Compile Include="UserInterface\Components\ContextMenu.cs" />
<Compile Include="UserInterface\Components\DebugConsole.cs" />
<Compile Include="UserInterface\Components\DisconnectedScreenBlocker.cs" />
<Compile Include="UserInterface\Components\EntitySpawnPanel.cs" />
<Compile Include="UserInterface\Components\EntitySpawnSelectButton.cs" />
<Compile Include="UserInterface\Components\ExamineWindow.cs" />
<Compile Include="UserInterface\Components\FloatingDeco.cs" />
<Compile Include="UserInterface\Components\GuiComponent.cs" />
<Compile Include="UserInterface\Components\ImageButton.cs" />
<Compile Include="UserInterface\Components\Label.cs" />
<Compile Include="UserInterface\Components\Listbox.cs" />
<Compile Include="UserInterface\Components\MenuWindow.cs" />
<Compile Include="UserInterface\Components\ProgressBar.cs" />
<Compile Include="UserInterface\Components\PropEditWindow.cs" />
<Compile Include="UserInterface\Components\ScrollableContainer.cs" />
<Compile Include="UserInterface\Components\Scrollbar.cs" />
<Compile Include="UserInterface\Components\Showcase.cs" />
<Compile Include="UserInterface\Components\SimpleImage.cs" />
<Compile Include="UserInterface\Components\TemplateGuiComponent.cs" />
<Compile Include="UserInterface\Components\Textbox.cs" />
<Compile Include="UserInterface\Components\TileSpawnPanel.cs" />
<Compile Include="UserInterface\Components\TimerBar.cs" />
<Compile Include="UserInterface\Components\Window.cs" />
<Compile Include="UserInterface\LobbyState\LobbyShowcase.cs" />
<Compile Include="UserInterface\LobbyState\PlayerLstTab.cs" />
<Compile Include="UserInterface\LobbyState\TabContainer.cs" />
<Compile Include="UserInterface\LobbyState\TabbedMenu.cs" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<DefineConstants Condition="Exists('Microsoft.VisualStudio.DebuggerVisualizers.dll') ">$(DefineConstants);VS_DEBUGGERVISUALIZERS_EXISTS</DefineConstants>
</PropertyGroup>
</Project>