[msvc] Update csproj files (#4846)
[mono-project.git] / mcs / class / System.Reactive.PlatformServices / System.Reactive.PlatformServices-net_4_x.csproj
blob4902cfc65e862a4db20c8d601f2451e2b37e416c
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{00CF93F7-B48C-4AF7-B8D5-58DFFAD22845}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699</NoWarn>
12 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
13 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
14 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
15 <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
16 <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
17 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
18 <NoStdLib>True</NoStdLib>
20 <NoConfig>True</NoConfig>
22 <AppDesignerFolder>Properties</AppDesignerFolder>
23 <RootNamespace>
24 </RootNamespace>
25 <AssemblyName>System.Reactive.PlatformServices</AssemblyName>
26 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
27 <FileAlignment>512</FileAlignment>
28 </PropertyGroup>
29 <PropertyGroup>
30 <SignAssembly>true</SignAssembly>
31 <DelaySign>true</DelaySign>
32 </PropertyGroup>
33 <PropertyGroup>
34 <AssemblyOriginatorKeyFile>../reactive.pub</AssemblyOriginatorKeyFile>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37 <DebugSymbols>true</DebugSymbols>
38 <DebugType>full</DebugType>
39 <NoWarn>1699</NoWarn>
40 <Optimize>false</Optimize>
41 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;HAS_EDI;PREFERASYNC;PREFER_ASYNC;HAS_AWAIT;SIGNED</DefineConstants>
42 <ErrorReport>prompt</ErrorReport>
43 <WarningLevel>4</WarningLevel>
44 </PropertyGroup>
45 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46 <DebugType>pdbonly</DebugType>
47 <NoWarn>1699</NoWarn>
48 <Optimize>true</Optimize>
49 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS;HAS_EDI;PREFERASYNC;PREFER_ASYNC;HAS_AWAIT;SIGNED</DefineConstants>
50 <ErrorReport>prompt</ErrorReport>
51 <WarningLevel>4</WarningLevel>
52 </PropertyGroup>
53 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
54 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
55 is a problem to compile the Mono mscorlib.dll -->
56 <PropertyGroup>
57 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
58 </PropertyGroup>
59 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60 <ItemGroup>
61 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\GlobalSuppressions.cs" />
62 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Properties\AssemblyInfo.cs" />
63 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.cs" />
64 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Concurrency\ConcurrencyAbstractionLayerImpl.Windows.cs" />
65 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Concurrency\EventLoopScheduler.cs" />
66 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Concurrency\NewThreadScheduler.cs" />
67 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Concurrency\TaskPoolScheduler.cs" />
68 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Concurrency\Thread.Stub.cs" />
69 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Concurrency\ThreadPoolScheduler.cs" />
70 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Concurrency\ThreadPoolScheduler.Windows.cs" />
71 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\EnlightenmentProvider.cs" />
72 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Internal\ExceptionServicesImpl.cs" />
73 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Internal\HostLifecycleNotifications.Windows.cs" />
74 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Internal\HostLifecycleNotifications.WindowsPhone.cs" />
75 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Internal\PhoneShellThunks.cs" />
76 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Internal\PlatformEnlightenmentProvider.cs" />
77 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Internal\StopwatchImpl.cs" />
78 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Reactive\Internal\Stubs.cs" />
79 <Compile Include="..\..\..\external\rx\Rx\NET\Source\System.Reactive.PlatformServices\Strings_PlatformServices.Generated.cs" />
80 <Compile Include="Assembly\AssemblyInfo.cs" /> </ItemGroup>
81 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
82 Other similar extension points exist, see Microsoft.Common.targets.
83 <Target Name="BeforeBuild">
84 </Target>
85 <Target Name="AfterBuild">
86 </Target>
87 -->
88 <PropertyGroup>
89 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
91 </PreBuildEvent>
92 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
94 </PreBuildEvent>
95 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
97 </PostBuildEvent>
98 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
100 </PostBuildEvent>
101 </PropertyGroup>
102 <ItemGroup>
103 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
104 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
105 <Name>corlib-net_4_x</Name>
106 </ProjectReference>
107 <ProjectReference Include="../System/System-net_4_x.csproj">
108 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
109 <Name>System-net_4_x</Name>
110 </ProjectReference>
111 <ProjectReference Include="../System.Core/System.Core-net_4_x.csproj">
112 <Project>{359142A1-D80F-401E-AA64-7167C9317649}</Project>
113 <Name>System.Core-net_4_x</Name>
114 </ProjectReference>
115 <ProjectReference Include="../System.Reactive.Interfaces/System.Reactive.Interfaces-net_4_x.csproj">
116 <Project>{0DA7868F-C598-4E45-B33C-86FBB482DB76}</Project>
117 <Name>System.Reactive.Interfaces-net_4_x</Name>
118 </ProjectReference>
119 <ProjectReference Include="../System.Reactive.Core/System.Reactive.Core-net_4_x.csproj">
120 <Project>{52F7F1BD-9D67-494E-A53A-C291FF5424B4}</Project>
121 <Name>System.Reactive.Core-net_4_x</Name>
122 </ProjectReference>
123 <ProjectReference Include="../System.Reactive.Linq/System.Reactive.Linq-net_4_x.csproj">
124 <Project>{EE5FC05D-135B-460A-9F0D-7F5084F4DBD7}</Project>
125 <Name>System.Reactive.Linq-net_4_x</Name>
126 </ProjectReference>
127 </ItemGroup>
128 <ItemGroup>
129 <Folder Include="Properties\" />
130 </ItemGroup>
131 <ItemGroup>
132 <EmbeddedResource Include="Strings_PlatformServices.resources.prebuilt">
133 <LogicalName>System.Reactive.Strings_PlatformServices.resources</LogicalName>
134 </EmbeddedResource>
135 </ItemGroup>
136 </Project>