mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
8 lines
197 B
XML
8 lines
197 B
XML
<Project>
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'net7.0-windows'">
|
|
<DefineConstants>VNEXT</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|