修改输出路径

This commit is contained in:
ww-rm
2025-11-10 22:28:32 +08:00
parent 83d054382c
commit bc0c30e1ee
15 changed files with 45 additions and 0 deletions

View File

@@ -6,7 +6,10 @@
<Platforms>x64</Platforms>
<PlatformTarget>x64</PlatformTarget>
<TargetFramework>net8.0</TargetFramework>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<BaseOutputPath>$(SolutionDir)out</BaseOutputPath>
<OutputPath>$(BaseOutputPath)\$(Configuration)\$(PlatformTarget)</OutputPath>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
<Version>0.16.12</Version>
<OutputType>Exe</OutputType>