fix: add preprocessor for 2008/crestron support

This commit is contained in:
Jack Kanarish
2018-09-10 11:17:51 -04:00
parent deff0d5408
commit 2c87d8e988

View File

@@ -1,5 +1,9 @@
using System; using System;
#if SIMPLSHARP
using Crestron.SimplSharp.CrestronXml;
#else
using System.Xml; using System.Xml;
#endif
using ICD.Common.Properties; using ICD.Common.Properties;
namespace ICD.Common.Utils.Xml namespace ICD.Common.Utils.Xml