From 6b9268d2d88c81c18f2cc21e343d321989dad99c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 9 Jan 2026 21:30:49 +0800 Subject: Set up project structure and CLI integration --- Directory.Build.props | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Directory.Build.props (limited to 'Directory.Build.props') diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..40fe69a --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,19 @@ + + + $(MSBuildThisFileDirectory).Temp\$(MSBuildProjectName)\ + $(BaseOutputPath)$(Configuration)\ + + $(MSBuildThisFileDirectory).Temp\obj\$(MSBuildProjectName)\ + $(BaseIntermediateOutputPath)$(Configuration)\ + + $(BaseOutputPath)\ + $(BaseIntermediateOutputPath)\ + + -- cgit