1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion=
"3.5">
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>
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;MS_COMPATIBLE
</DefineConstants>
22 <ErrorReport>prompt
</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 <UseVSHostingProcess>false
</UseVSHostingProcess>
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;GMCS_SOURCE
</DefineConstants>
32 <ErrorReport>prompt
</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <OutputPath>.
</OutputPath>
37 <Reference Include=
"System" />
38 <Reference Include=
"System.Data" />
39 <Reference Include=
"System.Xml" />
42 <Compile Include=
"..\build\common\Consts.cs" />
43 <Compile Include=
"..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs" />
44 <Compile Include=
"..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />
45 <Compile Include=
"..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />
46 <Compile Include=
"..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs" />
47 <Compile Include=
"argument.cs" />
48 <Compile Include=
"AssemblyInfo.cs" />
49 <Compile Include=
"anonymous.cs" />
50 <Compile Include=
"assign.cs" />
51 <Compile Include=
"attribute.cs" />
52 <Compile Include=
"cfold.cs" />
53 <Compile Include=
"class.cs" />
54 <Compile Include=
"codegen.cs" />
55 <Compile Include=
"complete.cs" />
56 <Compile Include=
"const.cs" />
57 <Compile Include=
"constant.cs" />
58 <Compile Include=
"context.cs" />
59 <Compile Include=
"convert.cs" />
60 <Compile Include=
"dynamic.cs" />
61 <Compile Include=
"eval.cs" />
62 <Compile Include=
"lambda.cs" />
63 <Compile Include=
"cs-parser.cs" />
64 <Compile Include=
"cs-tokenizer.cs" />
65 <Compile Include=
"decl.cs" />
66 <Compile Include=
"delegate.cs" />
67 <Compile Include=
"doc.cs" />
68 <Compile Include=
"driver.cs" />
69 <Compile Include=
"ecore.cs" />
70 <Compile Include=
"enum.cs" />
71 <Compile Include=
"expression.cs" />
72 <Compile Include=
"flowanalysis.cs" />
73 <Compile Include=
"generic.cs" />
74 <Compile Include=
"iterators.cs" />
75 <Compile Include=
"literal.cs" />
76 <Compile Include=
"location.cs" />
77 <Compile Include=
"modifiers.cs" />
78 <Compile Include=
"namespace.cs" />
79 <Compile Include=
"nullable.cs" />
80 <Compile Include=
"..\tools\monop\outline.cs" />
81 <Compile Include=
"parameter.cs" />
82 <Compile Include=
"pending.cs" />
83 <Compile Include=
"report.cs" />
84 <Compile Include=
"rootcontext.cs" />
85 <Compile Include=
"roottypes.cs" />
86 <Compile Include=
"statement.cs" />
87 <Compile Include=
"support.cs" />
88 <Compile Include=
"symbolwriter.cs" />
89 <Compile Include=
"typemanager.cs" />
90 <Compile Include=
"linq.cs" />
93 <Folder Include=
"Properties\" />
95 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSharp.targets" />
96 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
97 Other similar extension points exist, see Microsoft.Common.targets.
98 <Target Name="BeforeBuild">
100 <Target Name="AfterBuild">