DebugSupport.cs 189 B

1234567891011
  1. namespace Cbdx.Tests
  2. {
  3. #if DEBUG
  4. internal class DebugSupport
  5. {
  6. public static string ResourcePath = $@"..\..\{typeof(DebugSupport).Namespace}\Resources";
  7. }
  8. #endif
  9. }