Files
2024-09-27 19:07:08 +00:00

9 lines
271 B
XML

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<DefaultItemExcludes>$(DefaultItemExcludes);snapshots/**/*</DefaultItemExcludes>
</PropertyGroup>
</Project>