mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-13 20:47:24 +00:00
fix: add preprocessor for 2008/crestron support
This commit is contained in:
parent
deff0d5408
commit
2c87d8e988
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue