mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +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;
|
||||
#if SIMPLSHARP
|
||||
using Crestron.SimplSharp.CrestronXml;
|
||||
#else
|
||||
using System.Xml;
|
||||
#endif
|
||||
using ICD.Common.Properties;
|
||||
|
||||
namespace ICD.Common.Utils.Xml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue