Requires https://github.com/space-wizards/space-station-14/pull/768 - [x] Play sounds - [x] SoundSchedules actually work - [x] Send sound to specific users - [x] Make existing components use SoundComponent - [x] Add ScheduledSounds from prototypes - [x] Add Play methods equivalent to those of AudioSystem. - [x] Document most code.
130 lines
6.8 KiB
XML
130 lines
6.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
|
|
<ProjectGuid>{26AEEBB3-DDE7-443A-9F43-7BC7F4ACF6B5}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Content.Shared</RootNamespace>
|
|
<AssemblyName>Content.Shared</AssemblyName>
|
|
<TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<LangVersion>7.2</LangVersion>
|
|
<CodeAnalysisRuleSet Condition="'$(ActualOS)' == 'Windows'">MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>portable</DebugType>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>portable</DebugType>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
</PropertyGroup>
|
|
<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>
|
|
<ItemGroup>
|
|
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
|
|
<PackageReference Include="YamlDotNet" Version="5.0.1" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="EntryPoint.cs" />
|
|
<Compile Include="GameObjects\Components\Damage\DamageableComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Doors\SharedDoorComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Inventory\EquipmentSlotDefinitions.cs" />
|
|
<Compile Include="GameObjects\Components\Inventory\InventoryTemplates.cs" />
|
|
<Compile Include="GameObjects\Components\Inventory\SharedInventoryComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Markers\SharedSpawnPointComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Mobs\SharedCameraRecoilComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Power\PowerShared.cs" />
|
|
<Compile Include="GameObjects\Components\Power\SharedPowerCellComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Sound\SharedSoundComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Storage\SharedStorageComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Weapons\Ranged\SharedBallisticMagazineComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Weapons\Ranged\SharedBallisticMagazineWeaponComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Weapons\Ranged\SharedRangedWeaponComponent.cs" />
|
|
<Compile Include="GameObjects\ContentNetIDs.cs" />
|
|
<Compile Include="GameObjects\EntitySystemMessages\VerbSystemMessages.cs" />
|
|
<Compile Include="GameObjects\Messages\Mob\HealthHud.cs" />
|
|
<Compile Include="GameObjects\PhysicalConstants.cs" />
|
|
<Compile Include="Interfaces\ISharedNotifyManager.cs" />
|
|
<Compile Include="GameObjects\Verb.cs" />
|
|
<Compile Include="Physics\CollisionGroup.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="GameObjects\Components\Items\SharedHandsComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Power\SharedPowerDebugTool.cs" />
|
|
<Compile Include="Maths\PhysicalConstants.cs" />
|
|
<Compile Include="GameObjects\Components\Mobs\SharedSpeciesComponent.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\engine\Lidgren.Network\Lidgren.Network.csproj">
|
|
<Project>{59250baf-0000-0000-0000-000000000000}</Project>
|
|
<Name>Lidgren.Network</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\engine\SS14.Shared.Maths\SS14.Shared.Maths.csproj">
|
|
<Project>{93f23a82-00c5-4572-964e-e7c9457726d4}</Project>
|
|
<Name>SS14.Shared.Maths</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\engine\SS14.Shared\SS14.Shared.csproj">
|
|
<Project>{0529f740-0000-0000-0000-000000000000}</Project>
|
|
<Name>SS14.Shared</Name>
|
|
</ProjectReference>
|
|
<!-- Ensure these get built first to prevent sync issues with resoure copying. -->
|
|
<ProjectReference Include="..\engine\SS14.Client\SS14.Client.csproj">
|
|
<Name>SS14.Client</Name>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
<Project>{83429BD6-6358-4B18-BE51-401DF8EA2673}</Project>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\engine\SS14.Server\SS14.Server.csproj">
|
|
<Name>SS14.Server</Name>
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
<Project>{B04AAE71-0000-0000-0000-000000000000}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<Compile Include="Input\ContentKeyFunctions.cs" />
|
|
<Compile Include="SharedGameTicker.cs" />
|
|
<Compile Include="SharedNotifyManager.cs" />
|
|
<Compile Include="Utility\ContentHelpers.cs" />
|
|
<Compile Include="GameObjects\Components\Power\SharedSmesComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Power\SharedApcComponent.cs" />
|
|
<Compile Include="GameObjects\Components\Construction\SharedConstructorComponent.cs" />
|
|
<Compile Include="Construction\ConstructionPrototype.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |