mirror of https://github.com/winsw/winsw
14 lines
508 B
XML
14 lines
508 B
XML
<Project>
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netcoreapp3.1'">
|
|
<DefineConstants>VNEXT</DefineConstants>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
|
|
<!-- https://docs.microsoft.com/windows/win32/wmisdk/common-information-model -->
|
|
<!-- https://github.com/kohsuke/winsw/issues/411 -->
|
|
<!-- <DefineConstants>$(DefineConstants);FEATURE_CIM</DefineConstants> -->
|
|
</PropertyGroup>
|
|
|
|
</Project>
|