@@ -0,0 +1,6 @@
+using AutoProperties;
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+[assembly: BypassAutoPropertySettersInConstructors(true)]
@@ -12,8 +12,6 @@ using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.Serialization;
-//using PropertyChanged;
-
namespace InABox.Core
{
public class DoNotSerialize : Attribute