Browse Source

Merge pull request #10 from paulcbetts/universal-plib

Profile78 => Profile259, which is the same profile without WCF
Matthew Podwysocki 11 years ago
parent
commit
57229d2e12
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Ix.NET/Source/Common.targets
  2. 1 1
      Rx.NET/Source/Common.targets

+ 2 - 2
Ix.NET/Source/Common.targets

@@ -81,7 +81,7 @@
     <DefineConstants>$(DefineConstants);HAS_AWAIT</DefineConstants>
     <TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
+    <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
     <NoStdLib>true</NoStdLib>
     <BuildFlavor>DESKTOPCLR45</BuildFlavor>
   </PropertyGroup>
@@ -204,4 +204,4 @@
    </PropertyGroup>
  </Target>
   
-</Project>
+</Project>

+ 1 - 1
Rx.NET/Source/Common.targets

@@ -100,7 +100,7 @@
     <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_EDI;HAS_WINRT;HAS_PROGRESS;PREFER_ASYNC;HAS_AWAIT;HAS_APTCA;NO_REMOTING;NO_SERIALIZABLE;NO_THREAD;CRIPPLED_REFLECTION;PLIB;NO_CDS_COLLECTIONS;USE_TIMER_SELF_ROOT</DefineConstants>
     <TargetFrameworkIdentifier>.NETPortable</TargetFrameworkIdentifier>
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <TargetFrameworkProfile>Profile78</TargetFrameworkProfile>
+    <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
     <NoStdLib>true</NoStdLib>
   </PropertyGroup>