mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
29 lines
1.3 KiB
XML
29 lines
1.3 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<OutputPath>..\bin\Content.Client\</OutputPath>
|
|
<OutputType Condition="'$(FullRelease)' != 'True'">Exe</OutputType>
|
|
<WarningsAsErrors>RA0032;nullable</WarningsAsErrors>
|
|
</PropertyGroup>
|
|
<Import Project="../MSBuild/Content.props" />
|
|
<ItemGroup>
|
|
<PackageReference Include="Nett" />
|
|
<PackageReference Include="JetBrains.Annotations" PrivateAssets="All" />
|
|
<PackageReference Include="SixLabors.ImageSharp" />
|
|
<PackageReference Include="Pidgin" />
|
|
<PackageReference Include="Robust.Shared.AuthLib" />
|
|
</ItemGroup>
|
|
|
|
<Import Project="..\RobustToolbox\Imports\Lidgren.props" />
|
|
<Import Project="..\RobustToolbox\Imports\Client.props" />
|
|
<Import Project="..\RobustToolbox\Imports\Shared.props" />
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
|
|
<ProjectReference Include="..\Corvax\Content.Corvax.Interfaces.Shared\Content.Corvax.Interfaces.Shared.csproj" />
|
|
<ProjectReference Include="..\Corvax\Content.Corvax.Interfaces.Client\Content.Corvax.Interfaces.Client.csproj" />
|
|
</ItemGroup>
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
|
<Import Project="..\RobustToolbox\MSBuild\XamlIL.targets" />
|
|
</Project>
|