Merge remote-tracking branch 'origin/XmlConverters' into XmlConverters

This commit is contained in:
Chris Cameron
2018-09-10 21:09:34 -04:00
6 changed files with 221 additions and 0 deletions

View File

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