From cf0e0cc3eb94d7f04bcf4a4b60ffc62fd6b05942 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20G=C3=BCndo=C4=9Fdu?= <47444442+guendto@users.noreply.github.com> Date: Fri, 11 Sep 2020 20:34:40 +0300 Subject: [PATCH] csharp/premake5.lua: workspace: enable target dir --- csharp/premake5.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/premake5.lua b/csharp/premake5.lua index 80ec2e44..4ca8ef68 100644 --- a/csharp/premake5.lua +++ b/csharp/premake5.lua @@ -17,7 +17,7 @@ project "demo" kind "ConsoleApp" language "C#" - targetdir "." + targetdir "dist" clr "On" files {