From 61f593a565658ddfd954e5b41adbaa3e09302f3c Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Mon, 2 Oct 2017 09:38:21 -0400 Subject: [PATCH] Fixing simplsharp build --- ICD.Common.Utils/Extensions/AssemblyExtensions.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ICD.Common.Utils/Extensions/AssemblyExtensions.cs b/ICD.Common.Utils/Extensions/AssemblyExtensions.cs index 9c7aea1..2d7d486 100644 --- a/ICD.Common.Utils/Extensions/AssemblyExtensions.cs +++ b/ICD.Common.Utils/Extensions/AssemblyExtensions.cs @@ -30,7 +30,9 @@ namespace ICD.Common.Utils.Extensions if (path == null) { +#if STANDARD path = extends.Location; +#endif } else {