summaryrefslogtreecommitdiff
path: root/external/rx/Ix/NET/System.Interactive.Async/System.Interactive.Async.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'external/rx/Ix/NET/System.Interactive.Async/System.Interactive.Async.csproj')
-rw-r--r--external/rx/Ix/NET/System.Interactive.Async/System.Interactive.Async.csproj7
1 files changed, 3 insertions, 4 deletions
diff --git a/external/rx/Ix/NET/System.Interactive.Async/System.Interactive.Async.csproj b/external/rx/Ix/NET/System.Interactive.Async/System.Interactive.Async.csproj
index b8143b2447..04d8508033 100644
--- a/external/rx/Ix/NET/System.Interactive.Async/System.Interactive.Async.csproj
+++ b/external/rx/Ix/NET/System.Interactive.Async/System.Interactive.Async.csproj
@@ -12,16 +12,15 @@
<AssemblyName>System.Interactive.Async</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <NoWarn>1591</NoWarn>
+ <ProductSignAssembly>true</ProductSignAssembly>
</PropertyGroup>
<Import Project="..\Common.targets" />
<PropertyGroup>
<DocumentationFile>$(OutputPath)\$(AssemblyName).XML</DocumentationFile>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'DebugPL' Or '$(Configuration)' == 'ReleasePL' ">
- <TargetFrameworkProfile>Profile1</TargetFrameworkProfile>
- </PropertyGroup>
<ItemGroup>
- <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' " />
+ <Reference Include="mscorlib" Condition=" '$(BuildPlatform)' == 'SILVERLIGHT' or '$(TargetFrameworkIdentifier)' == '.NETPortable' " />
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>