From aea9059e1693a5be6ca36dc7076e0292a400c0f3 Mon Sep 17 00:00:00 2001 From: hzhang Date: Tue, 11 Feb 2025 01:10:40 +0000 Subject: [PATCH] add: Script Templates for global classes --- Package/build/Polonium.targets | 43 +++++++++++++++++++++++++++++++++- Polonium.csproj | 20 ++++++++++++---- 2 files changed, 57 insertions(+), 6 deletions(-) diff --git a/Package/build/Polonium.targets b/Package/build/Polonium.targets index 786223e..f390f69 100644 --- a/Package/build/Polonium.targets +++ b/Package/build/Polonium.targets @@ -1,12 +1,19 @@ + + $(ProjectDir)script_templates/ + $(PoloniumTemplateTargetPath).polonium.manifest + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Polonium.csproj b/Polonium.csproj index eaf3c9a..d78ccb7 100644 --- a/Polonium.csproj +++ b/Polonium.csproj @@ -8,17 +8,18 @@ false Polonium true - 0.0.164 + 0.0.167-d Hangman - - + + @@ -33,10 +34,19 @@ Pack="true" PackagePath="build\GlobalClasses" /> + - - + + + + + +