Include TFM in output paths of main solution projects
This commit is contained in:
parent
18f8f3faa2
commit
e1bbc73871
|
@ -1,7 +1,6 @@
|
||||||
<Project>
|
<Project>
|
||||||
<Import Project="../Common.props" />
|
<Import Project="../Common.props" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
||||||
<DebugType>embedded</DebugType>
|
<DebugType>embedded</DebugType>
|
||||||
<DefineConstants>$(DefineConstants);AVI_SUPPORT</DefineConstants>
|
<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 -->
|
<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 -->
|
||||||
|
|
Loading…
Reference in New Issue