mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-14 19:29:36 +01:00
11 lines
372 B
XML
11 lines
372 B
XML
<Project>
|
|
<!-- Engine-specific properties. Content should not use this file. -->
|
|
<PropertyGroup>
|
|
<TargetFramework>net10.0</TargetFramework>
|
|
<LangVersion>14</LangVersion>
|
|
<Nullable>enable</Nullable>
|
|
<WarningsAsErrors>nullable</WarningsAsErrors>
|
|
</PropertyGroup>
|
|
<Import Project="Robust.Engine.Version.props" />
|
|
</Project>
|