2017-08-04 14:24:01 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-04-07 15:31:38 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
2017-08-04 14:24:01 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2018-04-19 20:15:36 +02:00
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
|
2017-08-04 14:24:01 +02:00
|
|
|
|
<ProjectGuid>{B38DBBD0-04C2-4D1A-84E2-B3446F6ADF2A}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>Content.Server</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Content.Server</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
2018-04-07 15:31:38 +02:00
|
|
|
|
<ContentAssemblyTarget>..\engine\bin\Server\Resources\Assemblies\</ContentAssemblyTarget>
|
2017-09-23 00:35:08 +02:00
|
|
|
|
<OutputPath>..\bin\Content.Server\</OutputPath>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2018-04-07 15:31:38 +02:00
|
|
|
|
<CodeAnalysisRuleSet Condition="'$(ActualOS)' == 'Windows'">MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2017-08-04 14:24:01 +02:00
|
|
|
|
</PropertyGroup>
|
2017-08-04 23:09:42 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
2017-08-04 14:24:01 +02:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2018-04-07 15:31:38 +02:00
|
|
|
|
<DebugType>portable</DebugType>
|
2017-08-04 23:09:42 +02:00
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2017-08-04 14:24:01 +02:00
|
|
|
|
</PropertyGroup>
|
2017-08-04 23:09:42 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
2018-04-07 15:31:38 +02:00
|
|
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
2017-08-04 23:09:42 +02:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
2017-09-23 00:35:08 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2018-04-07 15:31:38 +02:00
|
|
|
|
<DebugType>portable</DebugType>
|
2017-09-23 00:35:08 +02:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
2018-04-07 15:31:38 +02:00
|
|
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
2017-09-23 00:35:08 +02:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2017-08-04 14:24:01 +02:00
|
|
|
|
</PropertyGroup>
|
2018-04-07 15:31:38 +02:00
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<DebugType>portable</DebugType>
|
|
|
|
|
|
</PropertyGroup>
|
2017-08-04 14:24:01 +02:00
|
|
|
|
<ItemGroup>
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<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" />
|
2018-04-12 23:56:43 +02:00
|
|
|
|
<Reference Include="YamlDotNet, Version=4.3.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
|
<HintPath>$(SolutionDir)packages\YamlDotNet.4.3.1\lib\net45\YamlDotNet.dll</HintPath>
|
2018-02-06 19:34:36 -08:00
|
|
|
|
</Reference>
|
2018-08-02 08:29:55 +02:00
|
|
|
|
<Reference Include="System.ValueTuple">
|
|
|
|
|
|
<HintPath>$(SolutionDir)packages\System.ValueTuple.4.4.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
|
|
|
|
|
|
</Reference>
|
2017-08-04 14:24:01 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2018-03-15 12:41:31 -07:00
|
|
|
|
<Compile Include="AI\AimShootLifeProcessor.cs" />
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<Compile Include="EntryPoint.cs" />
|
2017-10-22 23:48:01 +02:00
|
|
|
|
<Compile Include="GameObjects\Components\Doors\ServerDoorComponent.cs" />
|
2018-08-28 08:39:20 -07:00
|
|
|
|
<Compile Include="GameObjects\Components\Interactable\HandheldLightComponent.cs" />
|
2018-02-06 19:03:36 -06:00
|
|
|
|
<Compile Include="GameObjects\Components\Interactable\Tools\BaseTool.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Interactable\Tools\CrowbarComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Interactable\Tools\MultitoolComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Interactable\Tools\ScrewdriverComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Interactable\Tools\WelderComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Interactable\Tools\WirecutterComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Interactable\Tools\WrenchComponent.cs" />
|
2018-04-25 06:42:35 -05:00
|
|
|
|
<Compile Include="GameObjects\Components\Items\Clothing\ClothingComponent.cs" />
|
2018-04-22 06:11:38 -05:00
|
|
|
|
<Compile Include="GameObjects\Components\Items\Storage\StoreableComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Items\Storage\ServerStorageComponent.cs" />
|
2018-04-25 06:42:35 -05:00
|
|
|
|
<Compile Include="GameObjects\Components\Items\Storage\ItemComponent.cs" />
|
2018-08-21 00:59:04 +02:00
|
|
|
|
<Compile Include="GameObjects\Components\Mobs\MindComponent.cs" />
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<Compile Include="GameObjects\Components\Power\PowerStorageComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Power\PowerGeneratorComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Power\PowerDevice.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Power\Powernet.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Power\PowerNodeComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Power\PowerProviderComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Power\PowerTransferComponent.cs" />
|
2018-04-05 17:32:51 -05:00
|
|
|
|
<Compile Include="GameObjects\Components\Projectiles\ProjectileComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Weapon\Melee\MeleeWeaponComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Weapon\Ranged\Hitscan\HitscanWeaponComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Weapon\Ranged\Projectile\ProjectileWeapon.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Weapon\Ranged\RangedWeapon.cs" />
|
2018-04-25 06:42:35 -05:00
|
|
|
|
<Compile Include="GameObjects\ContainerSlot.cs" />
|
2018-05-09 09:34:26 -05:00
|
|
|
|
<Compile Include="GameObjects\EntitySystems\Click\ExamineSystem.cs" />
|
2018-05-01 02:52:37 -05:00
|
|
|
|
<Compile Include="GameObjects\EntitySystems\Click\InteractionSystem.cs" />
|
2018-07-26 14:26:19 -07:00
|
|
|
|
<Compile Include="GameObjects\EntitySystems\DoorSystem.cs" />
|
2018-08-18 15:28:02 -07:00
|
|
|
|
<Compile Include="GameObjects\EntitySystems\HandsSystem.cs" />
|
2018-07-26 14:26:19 -07:00
|
|
|
|
<Compile Include="GameObjects\EntitySystems\PowerApcSystem.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\EntitySystems\PowerSmesSystem.cs" />
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<Compile Include="GameObjects\EntitySystems\PowerSystem.cs" />
|
2018-07-26 14:26:19 -07:00
|
|
|
|
<Compile Include="GameObjects\EntitySystems\WelderSystem.cs" />
|
2018-08-18 15:28:02 -07:00
|
|
|
|
<Compile Include="GameObjects\EntitySystems\TemperatureSystem.cs" />
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<Compile Include="Interfaces\GameObjects\Components\Items\IHandsComponent.cs" />
|
2018-04-25 06:42:35 -05:00
|
|
|
|
<Compile Include="GameObjects\Components\GUI\ServerHandsComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\GUI\InventoryComponent.cs" />
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<Compile Include="GameObjects\Components\Damage\DamageableComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Damage\DestructibleComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Damage\ResistanceSet.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Temperature\TemperatureComponent.cs" />
|
|
|
|
|
|
<Compile Include="Interfaces\GameObjects\IOnDamageBehavior.cs" />
|
2018-08-21 00:59:04 +02:00
|
|
|
|
<Compile Include="Mobs\Commands.cs" />
|
|
|
|
|
|
<Compile Include="Mobs\Mind.cs" />
|
|
|
|
|
|
<Compile Include="Mobs\Role.cs" />
|
|
|
|
|
|
<Compile Include="Mobs\Roles\Traitor.cs" />
|
2018-03-15 12:41:31 -07:00
|
|
|
|
<Compile Include="Placement\SpawnHelpers.cs" />
|
2018-08-21 00:59:04 +02:00
|
|
|
|
<Compile Include="Players\PlayerData.cs" />
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2017-10-07 15:15:29 +02:00
|
|
|
|
<Compile Include="Interfaces\GameObjects\Components\Temperature\ITemperatureComponent.cs" />
|
|
|
|
|
|
<Compile Include="Interfaces\GameObjects\Components\Damage\IDamageableComponent.cs" />
|
2018-05-27 16:44:50 +02:00
|
|
|
|
<Compile Include="GameObjects\Components\Power\PoweredLightComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Power\PowerDebugTool.cs" />
|
2017-08-04 14:24:01 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj">
|
|
|
|
|
|
<Project>{26aeebb3-dde7-443a-9f43-7bc7f4acf6b5}</Project>
|
|
|
|
|
|
<Name>Content.Shared</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\engine\Lidgren.Network\Lidgren.Network.csproj">
|
|
|
|
|
|
<Project>{59250baf-0000-0000-0000-000000000000}</Project>
|
|
|
|
|
|
<Name>Lidgren.Network</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\engine\SS14.Server\SS14.Server.csproj">
|
|
|
|
|
|
<Project>{b04aae71-0000-0000-0000-000000000000}</Project>
|
|
|
|
|
|
<Name>SS14.Server</Name>
|
|
|
|
|
|
</ProjectReference>
|
2018-08-27 01:23:42 -07:00
|
|
|
|
<ProjectReference Include="..\engine\SS14.Shared.Maths\SS14.Shared.Maths.csproj">
|
|
|
|
|
|
<Project>{93f23a82-00c5-4572-964e-e7c9457726d4}</Project>
|
|
|
|
|
|
<Name>SS14.Shared.Maths</Name>
|
|
|
|
|
|
</ProjectReference>
|
2017-08-04 14:24:01 +02:00
|
|
|
|
<ProjectReference Include="..\engine\SS14.Shared\SS14.Shared.csproj">
|
|
|
|
|
|
<Project>{0529f740-0000-0000-0000-000000000000}</Project>
|
|
|
|
|
|
<Name>SS14.Shared</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
<Import Project="..\SS14.Content.targets" />
|
|
|
|
|
|
<Target Name="AfterBuild" DependsOnTargets="CopyContentAssemblies" />
|
2017-08-07 00:31:11 +02:00
|
|
|
|
<ItemGroup>
|
2018-02-03 22:35:42 -06:00
|
|
|
|
<ContentAssemblies Include="$(OutputPath)Content.Server.dll" />
|
|
|
|
|
|
<ContentAssemblies Include="$(OutputPath)Content.Shared.dll" />
|
|
|
|
|
|
<ContentAssemblies Include="$(OutputPath)Content.Server.pdb" Condition="'$(Configuration)' == 'Debug'" />
|
|
|
|
|
|
<ContentAssemblies Include="$(OutputPath)Content.Shared.pdb" Condition="'$(Configuration)' == 'Debug'" />
|
2017-08-07 00:31:11 +02:00
|
|
|
|
</ItemGroup>
|
2018-02-06 19:34:36 -08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="app.config" />
|
|
|
|
|
|
<None Include="packages.config" />
|
2018-07-17 11:39:55 +02:00
|
|
|
|
<Compile Include="GameObjects\Components\Power\SmesComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Power\ApcComponent.cs" />
|
2018-07-27 17:11:58 +02:00
|
|
|
|
<Compile Include="Materials\Material.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Materials\MaterialComponent.cs" />
|
2018-08-02 08:29:55 +02:00
|
|
|
|
<Compile Include="GameObjects\Components\Stack\StackComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Construction\ConstructorComponent.cs" />
|
|
|
|
|
|
<Compile Include="GameObjects\Components\Construction\ConstructionComponent.cs" />
|
2018-02-06 19:34:36 -08:00
|
|
|
|
</ItemGroup>
|
2018-08-21 00:59:04 +02:00
|
|
|
|
<ItemGroup />
|
2018-07-17 11:39:55 +02:00
|
|
|
|
</Project>
|