using CefBridgeDataExchange.Tests.Resources; namespace CefBridgeDataExchange.Tests { #if DEBUG internal class DebugSupport { public static string ResourcePath = $@"..\..\{typeof(DebugSupport).Namespace}\Resources"; } #endif }