From 809d9d9607bb79df705e0fc2de868b9bed8057e9 Mon Sep 17 00:00:00 2001 From: pepelev Date: Wed, 24 May 2023 12:47:30 +0500 Subject: [PATCH] Add NUnit3TestAdapter to allow ide run tests easy --- cs/Chess/Chess.csproj | 2 +- cs/ControlDigit/ControlDigit.csproj | 1 + cs/Samples/Samples.csproj | 4 ++++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cs/Chess/Chess.csproj b/cs/Chess/Chess.csproj index 5cb8383f7..92990437c 100644 --- a/cs/Chess/Chess.csproj +++ b/cs/Chess/Chess.csproj @@ -15,7 +15,7 @@ - + diff --git a/cs/ControlDigit/ControlDigit.csproj b/cs/ControlDigit/ControlDigit.csproj index 428696ece..863b30396 100644 --- a/cs/ControlDigit/ControlDigit.csproj +++ b/cs/ControlDigit/ControlDigit.csproj @@ -9,6 +9,7 @@ + diff --git a/cs/Samples/Samples.csproj b/cs/Samples/Samples.csproj index dbb096688..da6cd3e3d 100644 --- a/cs/Samples/Samples.csproj +++ b/cs/Samples/Samples.csproj @@ -6,4 +6,8 @@ false + + + +