winsw/Directory.Build.targets

12 lines
348 B
Plaintext
Raw Normal View History

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'">
<DefineConstants>$(DefineConstants);CIM</DefineConstants>
</PropertyGroup>
2018-12-05 16:00:00 +00:00
</Project>