From e8a2517985b78348ba1f711638012efd02e6c8e0 Mon Sep 17 00:00:00 2001 From: foefl Date: Wed, 25 Jun 2025 16:31:37 +0200 Subject: [PATCH] test setting of additional DLL lookup paths to fix runtime import errors on other systems --- Program.cs | 2 ++ dopt.TOM-Integration.csproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 1a94fe2..eefe3b2 100644 --- a/Program.cs +++ b/Program.cs @@ -30,6 +30,8 @@ namespace dopt.TOM.Integration if (atRuntime) dynamicBind(id, filename); else directBind(id, filename); Console.WriteLine("-----------------------------------------------------"); + var key = Console.ReadLine(); + Console.WriteLine(key); } static void directBind(string id, string filename) diff --git a/dopt.TOM-Integration.csproj b/dopt.TOM-Integration.csproj index 6a2c6c0..8dbd4b0 100644 --- a/dopt.TOM-Integration.csproj +++ b/dopt.TOM-Integration.csproj @@ -10,7 +10,7 @@ - +