From d7bbfd01d9593f090a2fe7db7e814c2bfbc7d43a Mon Sep 17 00:00:00 2001 From: Marc Riera Date: Fri, 18 Oct 2024 17:55:14 +0200 Subject: [PATCH] Change OpenbveApi location --- .gitignore | 1 + src/OpenbveFcmbTrainPlugin.csproj | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3403530..f889c0e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ artifacts/ *DS_Store *.sln.ide .vs/ +ref/ diff --git a/src/OpenbveFcmbTrainPlugin.csproj b/src/OpenbveFcmbTrainPlugin.csproj index b52c989..7fd8c69 100644 --- a/src/OpenbveFcmbTrainPlugin.csproj +++ b/src/OpenbveFcmbTrainPlugin.csproj @@ -29,7 +29,8 @@ - ..\..\..\Documents\OpenBVE\OpenBveApi.dll + ref\OpenBveApi.dll + False