2018-12-05 16:00:00 +00:00
|
|
|
<Project>
|
|
|
|
|
2018-12-29 16:00:00 +00:00
|
|
|
<PropertyGroup Condition="'$(TargetFramework)' == 'net461' or '$(TargetFramework)' == 'netcoreapp3.1'">
|
2018-12-05 16:00:00 +00:00
|
|
|
<DefineConstants>VNEXT</DefineConstants>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-12-26 16:00:00 +00:00
|
|
|
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
|
2019-08-18 16:00:00 +00:00
|
|
|
<!-- https://docs.microsoft.com/windows/win32/wmisdk/common-information-model -->
|
2020-02-17 16:00:00 +00:00
|
|
|
<!-- https://github.com/kohsuke/winsw/issues/411 -->
|
|
|
|
<!-- <DefineConstants>$(DefineConstants);FEATURE_CIM</DefineConstants> -->
|
2018-12-26 16:00:00 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
2018-12-05 16:00:00 +00:00
|
|
|
</Project>
|