Bläddra i källkod

Changed AssemblyInfo

Kenric Nugteren 7 månader sedan
förälder
incheckning
9612ddd19a
2 ändrade filer med 6 tillägg och 2 borttagningar
  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