fsprojects / FSharp.TypeProviders.SDK

The SDK for creating F# type providers
https://fsprojects.github.io/FSharp.TypeProviders.SDK/
MIT License
298 stars 94 forks source link

Add TypeProvider.targets to project and link via nuget #26

Closed 7sharp9 closed 10 years ago

7sharp9 commented 10 years ago

The file: https://fsharp3sample.codeplex.com/SourceControl/latest#SampleProviders/TypeProviders.targets

Should be added to the project to ensure that the correct #defines are added. Otherwise things like FX_NO_LOCAL_FILESYSTEM are never applied to providedtypes.fs.

Note the file does also need updating to the latest portable profiles 7,47,78,259.

mavnn commented 10 years ago

@7sharp9 could you give this a test when you get the chance? I don't have any PCL projects set up at the moment.