Files
OldThink/Content.Shared.Database/Content.Shared.Database.csproj

9 lines
233 B
XML
Raw Normal View History

2021-11-28 14:56:53 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2021-11-28 14:56:53 +01:00
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
2021-11-28 14:56:53 +01:00
</Project>