mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +02:00
This greatly improves the LV2 host to the point where all (non-midi) plugins distributed with Ubuntu 18.04 and Fedora 30 are supported.
10 lines
255 B
XML
Executable File
10 lines
255 B
XML
Executable File
<Project>
|
|
<Import Project="..\..\..\Directory.Build.props" />
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<ConformanceMode>true</ConformanceMode>
|
|
<LanguageStandard>stdcpp14</LanguageStandard>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
</Project>
|