@@ -128,6 +128,8 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
128128 <DefineConstants >$(DefineConstants);FX_ATLEAST_35</DefineConstants >
129129 <DefineConstants >$(DefineConstants);FX_ATLEAST_LINQ</DefineConstants >
130130 <DefineConstants >$(DefineConstants);FX_NO_BIGINT</DefineConstants >
131+ <DefineConstants >$(DefineConstants);QUERIES_IN_FSLIB</DefineConstants >
132+ <DefineConstants >$(DefineConstants);PUT_TYPE_PROVIDERS_IN_FSCORE;</DefineConstants >
131133 <AssemblySearchPaths >$(FSharpSourcesRoot)\..\dependencies\mono\2.1;$(AssemblySearchPaths)</AssemblySearchPaths >
132134 </PropertyGroup >
133135
@@ -143,6 +145,8 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
143145 <DefineConstants >$(DefineConstants);FX_ATLEAST_LINQ</DefineConstants >
144146 <DefineConstants >$(DefineConstants);FX_NO_BIGINT</DefineConstants >
145147 <DefineConstants >$(DefineConstants);FX_NO_REFLECTION_EMIT</DefineConstants >
148+ <DefineConstants >$(DefineConstants);QUERIES_IN_FSLIB</DefineConstants >
149+ <DefineConstants >$(DefineConstants);PUT_TYPE_PROVIDERS_IN_FSCORE;</DefineConstants >
146150 <OtherFlags >$(OtherFlags) --simpleresolution -r:"$(FSharpSourcesRoot)\..\dependencies\mono\2.1\MonoTouch\mscorlib-runtime.dll"</OtherFlags >
147151 <AssemblySearchPaths >$(FSharpSourcesRoot)\..\dependencies\mono\2.1\MonoTouch;$(AssemblySearchPaths)</AssemblySearchPaths >
148152 </PropertyGroup >