Ignore warnings of fields not set.

This commit is contained in:
2019-01-05 20:46:30 +00:00
parent 5b54083795
commit 75d99ac3bf
4 changed files with 4 additions and 0 deletions

View File

@@ -18,6 +18,7 @@
<Title>DiscImageChef.Filesystems</Title>
<ApplicationVersion>$(Version)</ApplicationVersion>
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<NoWarn>CS0649</NoWarn>
</PropertyGroup>
<PropertyGroup>
<NrtRevisionFormat>$(Version)-{chash:8} built by {mname} in $(Configuration){!:, modified}</NrtRevisionFormat>