You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This enables the build of FSharp.Data.TypeProviders.dll via xbuild. TheWSDL functionality is disabled for nowdue toConfigurationChannelFactory not being defined on Mono.None of the functionality is likely to work on Linux or Mac because thecommand-line tools used by the type providers will not be found by theregistry searches used on Windows.
[<assembly:AssemblyFileVersion("4.0.40401.666")>]// ensure we replace any 4.0.30319.* or 4.0.31105.* versions in the GAC. These are the FileVersions for RTM VS2010 and SP1 VS2010
[<assembly:AssemblyFileVersion("4.0.40401.666")>]// ensure we replace any 4.0.30319.* or 4.0.31105.* versions in the GAC. These are the FileVersions for RTM VS2010 and SP1 VS2010
<!--This is used for compiling the run2ype provider DLL for WP7, Silverlight etc.-->
23
19
<!--This is the only file used.-->
24
20
<CompileInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Data.TypeProviders\TypeProviderRuntimeAttribute.fs"Condition="'$(TargetFramework)' == 'net20' or '$(TargetFramework)' == 'wp7' or '$(TargetFramework)'=='sl4'">
<ReferenceInclude="FSharp.Core"Condition="! $(BuildFSharpCoreDll) OR ! Exists( '$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj' )">
43
-
<Name>FSharp.Core</Name>
44
-
<AssemblyName>FSharp.Core.dll</AssemblyName>
45
-
<HintPath>$(FSharpCoreDllHintPath)</HintPath>
46
-
<Private>true</Private>
47
-
</Reference>
48
-
<ProjectReferenceInclude="$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj"Condition="$(BuildFSharpCoreDll) AND Exists( '$(FSharpSourcesRoot)\fsharp\FSharp.Core\FSharp.Core.fsproj' )">