From e969416832a53391eda07054ac9d563dd370e894 Mon Sep 17 00:00:00 2001 From: Liparakis Date: Sat, 16 May 2026 15:24:21 +0300 Subject: [PATCH 1/3] feat: Update build copy task to use multiple paths --- SSMP/SSMP.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SSMP/SSMP.csproj b/SSMP/SSMP.csproj index e4a736e0..17f14e7b 100644 --- a/SSMP/SSMP.csproj +++ b/SSMP/SSMP.csproj @@ -66,8 +66,9 @@ + - + From 2f749519cf3bf4377a327fbb79cbf9cd66ba53d8 Mon Sep 17 00:00:00 2001 From: Liparakis Date: Tue, 19 May 2026 02:08:16 +0300 Subject: [PATCH 2/3] chore: Small naming correction --- SSMP/SSMP.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SSMP/SSMP.csproj b/SSMP/SSMP.csproj index 17f14e7b..83ef910b 100644 --- a/SSMP/SSMP.csproj +++ b/SSMP/SSMP.csproj @@ -61,12 +61,12 @@ - + - + From 0bfee8c10b412159cda2bd309827a41da0470482 Mon Sep 17 00:00:00 2001 From: Extremelyd1 <10898310+Extremelyd1@users.noreply.github.com> Date: Fri, 22 May 2026 21:30:29 +0200 Subject: [PATCH 3/3] Rework MSBuild configuration for multiple output paths --- .gitignore | 2 +- SSMP/LocalBuildProperties_example.props | 8 ++++++++ SSMP/SSMP.csproj | 12 ++++++------ 3 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 SSMP/LocalBuildProperties_example.props diff --git a/.gitignore b/.gitignore index f11af6b0..a3db2751 100644 --- a/.gitignore +++ b/.gitignore @@ -420,4 +420,4 @@ InitTestScene*.unity .idea/ */lib/ */Lib/ -SilksongPath.props \ No newline at end of file +LocalBuildProperties.props diff --git a/SSMP/LocalBuildProperties_example.props b/SSMP/LocalBuildProperties_example.props new file mode 100644 index 00000000..15fae165 --- /dev/null +++ b/SSMP/LocalBuildProperties_example.props @@ -0,0 +1,8 @@ + + + + + + + diff --git a/SSMP/SSMP.csproj b/SSMP/SSMP.csproj index 83ef910b..de9fadc4 100644 --- a/SSMP/SSMP.csproj +++ b/SSMP/SSMP.csproj @@ -1,10 +1,11 @@ - + netstandard2.1 @@ -61,14 +62,13 @@ - + - - +