GenericParameter.cs: override Module properly
[mcs.git] / tools / corcompare / mono-api-info.csproj
blob87baeb22cf68a0ed3089c8b427f0c9a1a3d5d1d1
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" 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>v3.5</TargetFrameworkVersion>\r
13     <FileAlignment>512</FileAlignment>\r
14   </PropertyGroup>\r
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
16     <DebugSymbols>true</DebugSymbols>\r
17     <DebugType>full</DebugType>\r
18     <Optimize>false</Optimize>\r
19     <OutputPath>bin\Debug\</OutputPath>\r
20     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
21     <ErrorReport>prompt</ErrorReport>\r
22     <WarningLevel>4</WarningLevel>\r
23     <UseVSHostingProcess>false</UseVSHostingProcess>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="System" />\r
35     <Reference Include="System.Core">\r
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
37     </Reference>\r
38     <Reference Include="System.XML" />\r
39   </ItemGroup>\r
40   <ItemGroup>\r
41     <Compile Include="AssemblyResolver.cs" />\r
42     <Compile Include="mono-api-info.cs" />\r
43     <Compile Include="Util.cs" />\r
44     <Compile Include="WellFormedXmlWriter.cs" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <ProjectReference Include="..\..\class\Mono.Cecil\Mono.Cecil.csproj">\r
48       <Project>{D8F63DFF-5230-43E4-9AB2-DA6E721A1FAE}</Project>\r
49       <Name>Mono.Cecil-2008</Name>\r
50     </ProjectReference>\r
51   </ItemGroup>\r
52   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
53   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
54        Other similar extension points exist, see Microsoft.Common.targets.\r
55   <Target Name="BeforeBuild">\r
56   </Target>\r
57   <Target Name="AfterBuild">\r
58   </Target>\r
59   -->\r
60 </Project>