2010-04-06 Jb Evain <jbevain@novell.com>
[mcs.git] / mcs / gmcs.csproj
blobcdb814cf4c7b09874e3a140e1826f42091018dd8
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>gmcs</RootNamespace>
12 <AssemblyName>gmcs</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>.</OutputPath>
21 <DefineConstants>DEBUG;TRACE;NET_2_0</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <UseVSHostingProcess>false</UseVSHostingProcess>
25 </PropertyGroup>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <OutputPath>.</OutputPath>
35 </PropertyGroup>
36 <ItemGroup>
37 <Reference Include="System" />
38 <Reference Include="System.Core">
39 <RequiredTargetFramework>3.5</RequiredTargetFramework>
40 </Reference>
41 <Reference Include="System.Xml" />
42 </ItemGroup>
43 <ItemGroup>
44 <Compile Include="..\build\common\Consts.cs" />
45 <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs" />
46 <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />
47 <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />
48 <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs" />
49 <Compile Include="argument.cs" />
50 <Compile Include="AssemblyInfo.cs" />
51 <Compile Include="anonymous.cs" />
52 <Compile Include="assign.cs" />
53 <Compile Include="attribute.cs" />
54 <Compile Include="cfold.cs" />
55 <Compile Include="class.cs" />
56 <Compile Include="codegen.cs" />
57 <Compile Include="complete.cs" />
58 <Compile Include="const.cs" />
59 <Compile Include="constant.cs" />
60 <Compile Include="context.cs" />
61 <Compile Include="convert.cs" />
62 <Compile Include="dynamic.cs" />
63 <Compile Include="eval.cs" />
64 <Compile Include="import.cs" />
65 <Compile Include="lambda.cs" />
66 <Compile Include="cs-parser.cs" />
67 <Compile Include="cs-tokenizer.cs" />
68 <Compile Include="decl.cs" />
69 <Compile Include="delegate.cs" />
70 <Compile Include="doc.cs" />
71 <Compile Include="driver.cs" />
72 <Compile Include="ecore.cs" />
73 <Compile Include="enum.cs" />
74 <Compile Include="expression.cs" />
75 <Compile Include="flowanalysis.cs" />
76 <Compile Include="generic.cs" />
77 <Compile Include="iterators.cs" />
78 <Compile Include="literal.cs" />
79 <Compile Include="location.cs" />
80 <Compile Include="membercache.cs" />
81 <Compile Include="method.cs" />
82 <Compile Include="modifiers.cs" />
83 <Compile Include="namespace.cs" />
84 <Compile Include="nullable.cs" />
85 <Compile Include="..\tools\monop\outline.cs" />
86 <Compile Include="parameter.cs" />
87 <Compile Include="pending.cs" />
88 <Compile Include="property.cs" />
89 <Compile Include="report.cs" />
90 <Compile Include="rootcontext.cs" />
91 <Compile Include="roottypes.cs" />
92 <Compile Include="statement.cs" />
93 <Compile Include="support.cs" />
94 <Compile Include="symbolwriter.cs" />
95 <Compile Include="typemanager.cs" />
96 <Compile Include="linq.cs" />
97 <Compile Include="field.cs" />
98 <Compile Include="typespec.cs" />
99 </ItemGroup>
100 <ItemGroup>
101 <Folder Include="Properties\" />
102 </ItemGroup>
103 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
104 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
105 Other similar extension points exist, see Microsoft.Common.targets.
106 <Target Name="BeforeBuild">
107 </Target>
108 <Target Name="AfterBuild">
109 </Target>
111 </Project>