|
@@ -1,40 +1,12 @@
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
<TargetFrameworks>netstandard1.3;net45;net46;uap10.0</TargetFrameworks>
|
|
|
- <Product>System.Reactive ($(TargetFramework))</Product>
|
|
|
- <Copyright>Copyright (c) .NET Foundation and Contributors.</Copyright>
|
|
|
- <CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
|
|
|
- <MinClientVersion>2.12</MinClientVersion>
|
|
|
- <GenerateDocumentationFile Condition=" '$(Configuration)' == 'Release' ">true</GenerateDocumentationFile>
|
|
|
- <Authors>.NET Foundation and Contributors</Authors>
|
|
|
- <AssemblyOriginatorKeyFile>../../ReactiveX.snk</AssemblyOriginatorKeyFile>
|
|
|
- <SignAssembly>true</SignAssembly>
|
|
|
- <NoWarn>$(NoWarn);CS1591</NoWarn>
|
|
|
- <UseFullSemVerForNuGet>true</UseFullSemVerForNuGet>
|
|
|
+ <CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
|
|
|
<PackageTags>Rx;Reactive;Extensions;Observable;LINQ;Events</PackageTags>
|
|
|
- <PackageIconUrl>http://go.microsoft.com/fwlink/?LinkId=261274</PackageIconUrl>
|
|
|
- <PackageProjectUrl>http://go.microsoft.com/fwlink/?LinkId=261273</PackageProjectUrl>
|
|
|
- <PackageLicenseUrl>http://go.microsoft.com/fwlink/?LinkID=261272</PackageLicenseUrl>
|
|
|
- <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
|
|
|
<Description>Reactive Extensions (Rx) for .NET</Description>
|
|
|
- <DebugType>embedded</DebugType>
|
|
|
</PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
|
|
|
- <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_WINRT;PREFER_ASYNC;USE_TIMER_SELF_ROOT;HAS_TPL46;NO_REMOTING;NO_SERIALIZABLE;CRIPPLED_REFLECTION</DefineConstants>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(TargetFramework)' == 'net45'">
|
|
|
- <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_WINRT;PREFER_ASYNC;USE_TIMER_SELF_ROOT</DefineConstants>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(TargetFramework)' == 'net46'">
|
|
|
- <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_WINRT;PREFER_ASYNC;USE_TIMER_SELF_ROOT;HAS_TPL46</DefineConstants>
|
|
|
- </PropertyGroup>
|
|
|
- <PropertyGroup Condition="'$(TargetFramework)' == 'uap10.0'">
|
|
|
- <DefineConstants>$(DefineConstants);NO_EVENTARGS_CONSTRAINT;HAS_WINRT;PREFER_ASYNC;USE_TIMER_SELF_ROOT;HAS_TPL46;NO_REMOTING;NO_SERIALIZABLE;CRIPPLED_REFLECTION;NO_THREAD;WINDOWS</DefineConstants>
|
|
|
- </PropertyGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="GitVersionTask" Version="4.0.0-beta0011" PrivateAssets="all" />
|
|
|
- <PackageReference Include="MSBuild.Sdk.Extras" Version="1.0.0" PrivateAssets="All" />
|
|
|
- </ItemGroup>
|
|
|
+
|
|
|
+
|
|
|
<ItemGroup>
|
|
|
<Compile Remove="Platforms\**\*.*" />
|
|
|
<EmbeddedResource Remove="Platforms\**\*.*" />
|
|
@@ -93,5 +65,7 @@
|
|
|
<EmbeddedResource Update="Strings_PlatformServices.resx" Generator="ResXFileCodeGenerator" LastGenOutput="Strings_PlatformServices.Designer.cs" />
|
|
|
<EmbeddedResource Update="Strings_Providers.resx" Generator="ResXFileCodeGenerator" LastGenOutput="Strings_Providers.Designer.cs" />
|
|
|
</ItemGroup>
|
|
|
+
|
|
|
<Import Project="$(MSBuildSDKExtrasTargets)" Condition="Exists('$(MSBuildSDKExtrasTargets)')" />
|
|
|
+
|
|
|
</Project>
|