|
@@ -12,6 +12,57 @@
|
|
|
<AssemblyName>System.Interactive.Async</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
+ <ProductSignAssembly>true</ProductSignAssembly>
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL5|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release40|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug40|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug35|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release35|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL4|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseSL4|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugSL5|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugWP7|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseWP7|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugPL|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleasePL|AnyCPU'">
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release45|AnyCPU'">
|
|
|
+ <OutputPath>bin\Release45\</OutputPath>
|
|
|
+ <DefineConstants>;TRACE;DESKTOPCLR;DESKTOPCLR40;DESKTOPCLR45</DefineConstants>
|
|
|
+ <DocumentationFile>bin\Release45\System.Interactive.Async.XML</DocumentationFile>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <NoWarn>1591</NoWarn>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="..\Common.targets" />
|
|
|
<PropertyGroup>
|