add NonSerializedPropertyAttribute

This commit is contained in:
Michael Becker 2021-01-09 22:43:03 -05:00
parent 4be7554144
commit 630e1eaf80
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -14,7 +14,8 @@
<AssemblyOriginatorKeyFile>..\..\..\Production.snk</AssemblyOriginatorKeyFile>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ReleaseVersion>4.0.2019.12</ReleaseVersion>
<ReleaseVersion>4.0.2020.01</ReleaseVersion>
<SynchReleaseVersion>false</SynchReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
@ -97,6 +98,7 @@
<Compile Include="CriteriaResult.cs" />
<Compile Include="Criterion.cs" />
<Compile Include="Selection.cs" />
<Compile Include="NonSerializedPropertyAttribute.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>