2021-11-28 14:56:53 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2022-12-05 20:22:38 +01:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
2021-11-28 14:56:53 +01:00
|
|
|
|
2023-03-06 20:38:07 +01:00
|
|
|
<Import Project="..\RobustToolbox\MSBuild\Robust.Properties.targets" />
|
2021-11-28 14:56:53 +01:00
|
|
|
</Project>
|