Include TFM in output paths of main solution projects

This commit is contained in:
YoshiRulz 2024-04-05 06:19:25 +10:00
parent 18f8f3faa2
commit e1bbc73871
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<Project>
<Import Project="../Common.props" />
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<DebugType>embedded</DebugType>
<DefineConstants>$(DefineConstants);AVI_SUPPORT</DefineConstants>
<GenerateDocumentationFile>true</GenerateDocumentationFile> <!-- it would be nice to rename these to *.api_reference.xml or something, but it seems https://github.com/dotnet/standard/issues/614 was never fixed -->