Delta-v/MSBuild/Content.props

13 lines
351 B
XML

<Project>
<!--
Content specific properties
Import *before* Robust.Properties.targets
-->
<PropertyGroup>
<LangVersion Condition="'$(LangVersion)' == ''">14</LangVersion>
<IsPackable Condition="'$(IsPackable)' == ''">false</IsPackable>
<Nullable Condition="'$(Nullable)' == ''">enable</Nullable>
</PropertyGroup>
</Project>