Added tests for Task.WhenAll w/ empty list
[mono.git] / mcs / tools / corcompare / mono-api-info.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>{6446D5E1-8F4E-4692-8EF3-B1D4CA290ECF}</ProjectGuid>\r
9     <OutputType>Exe</OutputType>\r
10     <RootNamespace>mono_api_info</RootNamespace>\r
11     <AssemblyName>mono-api-info</AssemblyName>\r
12     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
13     <FileAlignment>512</FileAlignment>\r
14     <FileUpgradeFlags>\r
15     </FileUpgradeFlags>\r
16     <UpgradeBackupLocation>\r
17     </UpgradeBackupLocation>\r
18     <OldToolsVersion>3.5</OldToolsVersion>\r
19     <PublishUrl>publish\</PublishUrl>\r
20     <Install>true</Install>\r
21     <InstallFrom>Disk</InstallFrom>\r
22     <UpdateEnabled>false</UpdateEnabled>\r
23     <UpdateMode>Foreground</UpdateMode>\r
24     <UpdateInterval>7</UpdateInterval>\r
25     <UpdateIntervalUnits>Days</UpdateIntervalUnits>\r
26     <UpdatePeriodically>false</UpdatePeriodically>\r
27     <UpdateRequired>false</UpdateRequired>\r
28     <MapFileExtensions>true</MapFileExtensions>\r
29     <ApplicationRevision>0</ApplicationRevision>\r
30     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\r
31     <IsWebBootstrapper>false</IsWebBootstrapper>\r
32     <UseApplicationTrust>false</UseApplicationTrust>\r
33     <BootstrapperEnabled>true</BootstrapperEnabled>\r
34     <TargetFrameworkProfile />\r
35   </PropertyGroup>\r
36   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
37     <DebugSymbols>true</DebugSymbols>\r
38     <DebugType>full</DebugType>\r
39     <Optimize>false</Optimize>\r
40     <OutputPath>bin\Debug\</OutputPath>\r
41     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
42     <ErrorReport>prompt</ErrorReport>\r
43     <WarningLevel>4</WarningLevel>\r
44     <UseVSHostingProcess>false</UseVSHostingProcess>\r
45   </PropertyGroup>\r
46   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
47     <DebugType>pdbonly</DebugType>\r
48     <Optimize>true</Optimize>\r
49     <OutputPath>bin\Release\</OutputPath>\r
50     <DefineConstants>TRACE</DefineConstants>\r
51     <ErrorReport>prompt</ErrorReport>\r
52     <WarningLevel>4</WarningLevel>\r
53   </PropertyGroup>\r
54   <ItemGroup>\r
55     <Reference Include="System" />\r
56     <Reference Include="System.Core">\r
57       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
58     </Reference>\r
59     <Reference Include="System.XML" />\r
60   </ItemGroup>\r
61   <ItemGroup>\r
62     <Compile Include="AssemblyResolver.cs" />\r
63     <Compile Include="mono-api-info.cs" />\r
64     <Compile Include="Util.cs" />\r
65     <Compile Include="WellFormedXmlWriter.cs" />\r
66   </ItemGroup>\r
67   <ItemGroup>\r
68     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
69       <Visible>False</Visible>\r
70       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
71       <Install>false</Install>\r
72     </BootstrapperPackage>\r
73     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
74       <Visible>False</Visible>\r
75       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
76       <Install>true</Install>\r
77     </BootstrapperPackage>\r
78   </ItemGroup>\r
79   <ItemGroup>\r
80     <ProjectReference Include="..\..\..\external\cecil\Mono.Cecil.csproj">\r
81       <Project>{d68133bd-1e63-496e-9ede-4fbdbf77b486}</Project>\r
82       <Name>Mono.Cecil</Name>\r
83     </ProjectReference>\r
84   </ItemGroup>\r
85   <ItemGroup>\r
86     <None Include="app.config" />\r
87   </ItemGroup>\r
88   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
89   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
90        Other similar extension points exist, see Microsoft.Common.targets.\r
91   <Target Name="BeforeBuild">\r
92   </Target>\r
93   <Target Name="AfterBuild">\r
94   </Target>\r
95   -->\r
96 </Project>