System.Reactive.Windows.Threading-net_4_x.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{52C2AE83-A947-42CC-ADEF-9F54042D85D5}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <NoWarn>1699</NoWarn>
  11. <OutputPath>./../../class/lib/net_4_x</OutputPath>
  12. <IntermediateOutputPath>obj-net_4_x</IntermediateOutputPath>
  13. <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
  14. <NoStdLib>True</NoStdLib>
  15. <NoConfig>True</NoConfig>
  16. <AppDesignerFolder>Properties</AppDesignerFolder>
  17. <RootNamespace>
  18. </RootNamespace>
  19. <AssemblyName>System.Reactive.Windows.Threading</AssemblyName>
  20. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  21. <FileAlignment>512</FileAlignment>
  22. </PropertyGroup>
  23. <PropertyGroup>
  24. <SignAssembly>true</SignAssembly>
  25. <DelaySign>true</DelaySign>
  26. </PropertyGroup>
  27. <PropertyGroup>
  28. <AssemblyOriginatorKeyFile>../reactive.pub</AssemblyOriginatorKeyFile>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <NoWarn>1699</NoWarn>
  34. <Optimize>false</Optimize>
  35. <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;HAS_EDI;PREFERASYNC;PREFER_ASYNC;HAS_AWAIT;SIGNED</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugType>pdbonly</DebugType>
  41. <NoWarn>1699</NoWarn>
  42. <Optimize>true</Optimize>
  43. <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;DISABLE_CAS_USE;HAS_EDI;PREFERASYNC;PREFER_ASYNC;HAS_AWAIT;SIGNED</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
  48. Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
  49. is a problem to compile the Mono mscorlib.dll -->
  50. <PropertyGroup>
  51. <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
  52. </PropertyGroup>
  53. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  54. <ItemGroup>
  55. <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\GlobalSuppressions.cs" />
  56. <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Properties\AssemblyInfo.cs" />
  57. <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Concurrency\CoreDispatcherScheduler.cs" />
  58. <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Concurrency\DispatcherScheduler.cs" />
  59. <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Internal\Constants.cs" />
  60. <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Linq\CoreDispatcherObservable.cs" />
  61. <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Reactive\Linq\DispatcherObservable.cs" />
  62. <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.Windows.Threading\Strings_WindowsThreading.Generated.cs" />
  63. <Compile Include="Assembly\AssemblyInfo.cs" /> </ItemGroup>
  64. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  65. Other similar extension points exist, see Microsoft.Common.targets.
  66. <Target Name="BeforeBuild">
  67. </Target>
  68. <Target Name="AfterBuild">
  69. </Target>
  70. -->
  71. <PropertyGroup>
  72. <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  73. </PreBuildEvent>
  74. <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  75. </PreBuildEvent>
  76. <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
  77. </PostBuildEvent>
  78. <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
  79. </PostBuildEvent>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
  83. <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
  84. <Name>corlib-net_4_x</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="../System/System-net_4_x.csproj">
  87. <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
  88. <Name>System-net_4_x</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
  91. <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
  92. <Name>System.Core-net_4_x</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="../System.Reactive.Interfaces/System.Reactive.Interfaces-net_4_x.csproj">
  95. <Project>{0DA7868F-C598-4E45-B33C-86FBB482DB76}</Project>
  96. <Name>System.Reactive.Interfaces-net_4_x</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="../System.Reactive.Core/System.Reactive.Core-net_4_x.csproj">
  99. <Project>{52F7F1BD-9D67-494E-A53A-C291FF5424B4}</Project>
  100. <Name>System.Reactive.Core-net_4_x</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="../System.Reactive.Linq/System.Reactive.Linq-net_4_x.csproj">
  103. <Project>{EE5FC05D-135B-460A-9F0D-7F5084F4DBD7}</Project>
  104. <Name>System.Reactive.Linq-net_4_x</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="../WindowsBase/WindowsBase-net_4_x.csproj">
  107. <Project>{A8F39368-ECD9-41A5-A562-CC7C82B3CC86}</Project>
  108. <Name>WindowsBase-net_4_x</Name>
  109. </ProjectReference>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Folder Include="Properties\" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <EmbeddedResource Include="Strings_WindowsThreading.resx">
  116. <LogicalName>System.Reactive.Strings_WindowsThreading.resources</LogicalName>
  117. </EmbeddedResource>
  118. </ItemGroup>
  119. </Project>