From 4d3d06f8d18e01b7b20e59795f7ccf603ec27d58 Mon Sep 17 00:00:00 2001 From: hzhang Date: Mon, 17 Feb 2025 02:49:21 +0000 Subject: [PATCH] refactor: redesign project structures --- Package/build/Polonium.Tasks.props | 6 ------ Package/build/Polonium.Tasks.targets | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/Package/build/Polonium.Tasks.props b/Package/build/Polonium.Tasks.props index 3bb7cb2..59ad64b 100644 --- a/Package/build/Polonium.Tasks.props +++ b/Package/build/Polonium.Tasks.props @@ -8,10 +8,4 @@ TaskName="GenerateProxyNodesTask" AssemblyFile="$(CustomTasksAssembly)" /> - - - \ No newline at end of file diff --git a/Package/build/Polonium.Tasks.targets b/Package/build/Polonium.Tasks.targets index 538978c..d9e80ec 100644 --- a/Package/build/Polonium.Tasks.targets +++ b/Package/build/Polonium.Tasks.targets @@ -2,4 +2,27 @@ + + + + + + + + + + + + + + + \ No newline at end of file