Merge pull request #555 from jack-pappas/sigaltstack-patch
[mono.git] / mcs / class / System.Runtime.Remoting / System.Runtime.Remoting-tests-net_4_5.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{7F9CCA1F-1778-4BB6-A8B6-D761429B4B8C}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,618</NoWarn>\r
11     <OutputPath>bin\Debug\System.Runtime.Remoting-tests-net_4_5</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>False</NoConfig>\r
14     <AppDesignerFolder>Properties</AppDesignerFolder>\r
15     <RootNamespace>\r
16     </RootNamespace>\r
17     <AssemblyName>System.Runtime.Remoting_test_net_4_5</AssemblyName>\r
18     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
19     <FileAlignment>512</FileAlignment>\r
20   </PropertyGroup>\r
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
22     <DebugSymbols>true</DebugSymbols>\r
23     <DebugType>full</DebugType>\r
24     <NoWarn>1699,618</NoWarn>\r
25     <Optimize>false</Optimize>\r
26     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
31     <DebugType>pdbonly</DebugType>\r
32     <NoWarn>1699,618</NoWarn>\r
33     <Optimize>true</Optimize>\r
34     <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>\r
35     <ErrorReport>prompt</ErrorReport>\r
36     <WarningLevel>4</WarningLevel>\r
37   </PropertyGroup>\r
38   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
39   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
40   is a problem to compile the Mono mscorlib.dll -->\r
41   <PropertyGroup>\r
42     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
43   </PropertyGroup>\r
44   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
45   <ItemGroup>\r
46     <Compile Include="Test\ActivationTests.cs" />\r
47     <Compile Include="Test\AsyncCalls.cs" />\r
48     <Compile Include="Test\BaseCalls.cs" />\r
49     <Compile Include="Test\CallSeq.cs" />\r
50     <Compile Include="Test\ContextHookAttribute.cs" />\r
51     <Compile Include="Test\ContextsTest.cs" />\r
52     <Compile Include="Test\CrossDomainCalls.cs" />\r
53     <Compile Include="Test\DelegateCalls.cs" />\r
54     <Compile Include="Test\GenericTest.cs" />\r
55     <Compile Include="Test\HttpBugTests.cs" />\r
56     <Compile Include="Test\HttpCalls.cs" />\r
57     <Compile Include="Test\HttpServerChannelTests.cs" />\r
58     <Compile Include="Test\IpcCalls.cs" />\r
59     <Compile Include="Test\IpcChannelTest.cs" />\r
60     <Compile Include="Test\ReflectionCalls.cs" />\r
61     <Compile Include="Test\RemotingServicesTest.cs" />\r
62     <Compile Include="Test\ServerObject.cs" />\r
63     <Compile Include="Test\SyncCalls.cs" />\r
64     <Compile Include="Test\System.Runtime.Remoting.Channels.Tcp\TcpChannelTest.cs" />\r
65     <Compile Include="Test\TcpCalls.cs" />\r
66   </ItemGroup>\r
67   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
68        Other similar extension points exist, see Microsoft.Common.targets.\r
69   <Target Name="BeforeBuild">\r
70   </Target>\r
71   <Target Name="AfterBuild">\r
72   </Target>\r
73   -->\r
74   <PropertyGroup>\r
75     <PreBuildEvent>\r
76     </PreBuildEvent>\r
77     <PostBuildEvent>\r
78       xcopy $(TargetName).* $(ProjectDir)..\lib\net_4_5\ /Y /R /D\r
79   </PostBuildEvent>\r
80   </PropertyGroup>\r
81   <ItemGroup>\r
82     <Reference Include="..\lib\net_4_5\nunit.framework.dll" />\r
83     <ProjectReference Include="..\corlib\corlib-net_4_5.csproj">\r
84       <Project>{05A7A0C2-6946-4CF5-9ED3-44AB0B428C4E}</Project>\r
85       <Name>corlib\corlib-net_4_5</Name>\r
86     </ProjectReference>\r
87     <ProjectReference Include="..\System.Runtime.Remoting\System.Runtime.Remoting-net_4_5.csproj">\r
88       <Project>{4DB64CBC-A1A0-4EF6-9AC8-EABD847E9553}</Project>\r
89       <Name>System.Runtime.Remoting\System.Runtime.Remoting-net_4_5</Name>\r
90     </ProjectReference>\r
91     <ProjectReference Include="..\System\System-net_4_5-2.csproj">\r
92       <Project>{34966210-D64D-419C-94A4-9A6093CE5882}</Project>\r
93       <Name>System\System-net_4_5-2</Name>\r
94     </ProjectReference>\r
95     <ProjectReference Include="..\System.Web\System.Web-net_4_5-1.csproj">\r
96       <Project>{A945645C-6DF3-414E-B5F1-25DC35C95136}</Project>\r
97       <Name>System.Web\System.Web-net_4_5-1</Name>\r
98     </ProjectReference>\r
99     <ProjectReference Include="..\System.XML\System.Xml-net_4_5-1.csproj">\r
100       <Project>{6374B2FC-93C6-4FD0-8CF0-8EB12F5AC71D}</Project>\r
101       <Name>System.XML\System.Xml-net_4_5-1</Name>\r
102     </ProjectReference>\r
103     <ProjectReference Include="..\System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_4_5.csproj">\r
104       <Project>{E9E47642-19D3-48A0-81C4-D51810976A70}</Project>\r
105       <Name>System.Runtime.Serialization.Formatters.Soap\System.Runtime.Serialization.Formatters.Soap-net_4_5</Name>\r
106     </ProjectReference>\r
107   </ItemGroup>\r
108   <ItemGroup>\r
109     <Folder Include="Properties\" />\r
110   </ItemGroup>\r
111 </Project>\r