dotnet / netcorecli-fsc

[DEPRECATED] F# and .NET Core SDK working together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add back implicit configuration and target framework defines

enricosada opened this issue · comments

By default:

  • a configuration like debug add DEBUG define
  • a target framework like netcoreapp1.0 add NETCOREAPP1_0 define

Only the configuration defines can be disabled with $(DisableImplicitConfigurationDefines) property set to true

done with #77 by @neoeinstein