2017-02-13 23:08:10 +00:00
|
|
|
<Project>
|
|
|
|
<PropertyGroup>
|
|
|
|
<CLITargets Condition=" '$(CLITargets)' == '' ">Prepare;Compile;Test;Package;Publish</CLITargets>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2017-02-15 01:21:37 +00:00
|
|
|
<IncludeNuGetPackageArchive Condition=" '$(IncludeNuGetPackageArchive)' == '' ">true</IncludeNuGetPackageArchive>
|
|
|
|
<SkipBuildingInstallers Condition=" '$(SkipBuildingInstallers)' == '' ">false</SkipBuildingInstallers>
|
2017-05-05 20:29:38 +00:00
|
|
|
<UsePortableLinuxSharedFramework Condition=" '$(UsePortableLinuxSharedFramework)' == '' AND '$(OSPlatform)' == 'linux' ">true</UsePortableLinuxSharedFramework>
|
2017-04-07 23:36:23 +00:00
|
|
|
<IncludeSharedFrameworksForBackwardsCompatibilityTests Condition=" $(IncludeSharedFrameworksForBackwardsCompatibilityTests) == '' AND '$(Rid)' != 'linux-x64' ">true</IncludeSharedFrameworksForBackwardsCompatibilityTests>
|
2017-04-20 21:01:34 +00:00
|
|
|
<HighEntropyVA>true</HighEntropyVA>
|
2017-02-13 23:08:10 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
</Project>
|