Browse Source

Changed AssemblyInfo

Kenric Nugteren 7 months ago
parent
commit
9612ddd19a
2 changed files with 6 additions and 2 deletions
  1. 6 0
      InABox.Core/AssemblyInfo.cs
  2. 0 2
      InABox.Core/BaseObject.cs

+ 6 - 0
InABox.Core/AssemblyInfo.cs

@@ -0,0 +1,6 @@
+using AutoProperties;
+using System;
+using System.Collections.Generic;
+using System.Text;
+
+[assembly: BypassAutoPropertySettersInConstructors(true)]

+ 0 - 2
InABox.Core/BaseObject.cs

@@ -12,8 +12,6 @@ using System.Reflection;
 using System.Runtime.CompilerServices;
 using System.Runtime.Serialization;
 
-//using PropertyChanged;
-
 namespace InABox.Core
 {
     public class DoNotSerialize : Attribute