@@ -191,6 +191,10 @@ Some other NuGET monikers to support in the future, see http://docs.nuget.org/do
191191 <DefineConstants >$(DefineConstants);PUT_TYPE_PROVIDERS_IN_FSCORE</DefineConstants >
192192
193193 <DefineConstants >$(DefineConstants);FX_NO_STRUCTURAL_EQUALITY</DefineConstants >
194+
195+ <AssemblySearchPaths >$(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\$(TargetFrameworkProfile)</AssemblySearchPaths >
196+ <OtherFlags >$(OtherFlags) --simpleresolution -r:"$(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\$(TargetFrameworkProfile)\mscorlib.dll" -r:"$(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\$(TargetFrameworkProfile)\System.dll" -r:"$(MSBuildExtensionsPath32)\..\Reference Assemblies\Microsoft\Framework\.NETPortable\v4.0\Profile\$(TargetFrameworkProfile)\System.Core.dll"</OtherFlags >
197+
194198 </PropertyGroup >
195199
196200<!-- Target Silverlight 3.0-->