Merge pull request #2274 from esdrubal/udpclientreceive
[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>8.0.30703</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     <Reference Include="System.Xml" />\r
58   </ItemGroup>\r
59   <ItemGroup>\r
60     <Compile Include="AssemblyResolver.cs" />\r
61     <Compile Include="mono-api-info.cs" />\r
62     <Compile Include="Util.cs" />\r
63     <Compile Include="WellFormedXmlWriter.cs" />\r
64     <Compile Include="..\..\class\Mono.Options\Mono.Options\Options.cs">\r
65       <Link>Options.cs</Link>\r
66     </Compile>\r
67   </ItemGroup>\r
68   <ItemGroup>\r
69     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">\r
70       <Visible>False</Visible>\r
71       <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>\r
72       <Install>false</Install>\r
73     </BootstrapperPackage>\r
74     <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">\r
75       <Visible>False</Visible>\r
76       <ProductName>.NET Framework 3.5 SP1</ProductName>\r
77       <Install>true</Install>\r
78     </BootstrapperPackage>\r
79   </ItemGroup>\r
80   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
81   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
82        Other similar extension points exist, see Microsoft.Common.targets.\r
83   <Target Name="BeforeBuild">\r
84   </Target>\r
85   <Target Name="AfterBuild">\r
86   </Target>\r
87   -->\r
88   <ItemGroup>\r
89     <ProjectReference Include="..\..\..\external\cecil\Mono.Cecil.csproj">\r
90       <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>\r
91       <Name>Mono.Cecil</Name>\r
92     </ProjectReference>\r
93   </ItemGroup>\r
94 </Project>