From 58e21feafb379a1566cab00d8a5b3ca14f1e8ab1 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Wed, 15 Jul 2026 20:47:20 +0200 Subject: [PATCH] Add Decho.Build.props --- Decho/Decho.Build.props | 8 ++++++++ Decho/Decho.csproj | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 Decho/Decho.Build.props diff --git a/Decho/Decho.Build.props b/Decho/Decho.Build.props new file mode 100644 index 0000000..63333c5 --- /dev/null +++ b/Decho/Decho.Build.props @@ -0,0 +1,8 @@ + + + + + <_Parameter1>Decho + + + diff --git a/Decho/Decho.csproj b/Decho/Decho.csproj index 9880eda..8e95244 100644 --- a/Decho/Decho.csproj +++ b/Decho/Decho.csproj @@ -34,7 +34,9 @@ - + + DirectoryBuildPropsPath=$(MSBuildProjectDirectory)\Decho.Build.props +