1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>10.0.20506</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>dmcs</RootNamespace>
12 <AssemblyName>dmcs</AssemblyName>
13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <PlatformTarget>x86</PlatformTarget>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>.\</OutputPath>
22 <DefineConstants>TRACE;DEBUG;NET_2_0;MS_COMPATIBLE;GMCS_SOURCE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 <UseVSHostingProcess>true</UseVSHostingProcess>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <DebugType>pdbonly</DebugType>
29 <Optimize>true</Optimize>
30 <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE;GMCS_SOURCE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <ErrorReport>prompt</ErrorReport>
33 <WarningLevel>4</WarningLevel>
34 <OutputPath>.\</OutputPath>
37 <Reference Include="System" />
38 <Reference Include="System.Xml" />
41 <Compile Include="..\build\common\Consts.cs">
43 <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs">
44 <Link>CryptoConvert.cs</Link>
46 <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">
47 <Link>MonoSymbolFile.cs</Link>
49 <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs">
50 <Link>MonoSymbolTable.cs</Link>
52 <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs">
53 <Link>MonoSymbolWriter.cs</Link>
55 <Compile Include="argument.cs" />
56 <Compile Include="AssemblyInfo.cs">
58 <Compile Include="anonymous.cs">
60 <Compile Include="assign.cs">
62 <Compile Include="attribute.cs">
64 <Compile Include="cfold.cs">
66 <Compile Include="class.cs">
68 <Compile Include="codegen.cs">
70 <Compile Include="complete.cs" />
71 <Compile Include="const.cs">
73 <Compile Include="constant.cs">
75 <Compile Include="convert.cs">
77 <Compile Include="dynamic.cs" />
78 <Compile Include="eval.cs" />
79 <Compile Include="lambda.cs">
81 <Compile Include="cs-parser.cs" />
82 <Compile Include="cs-tokenizer.cs">
84 <Compile Include="decl.cs">
86 <Compile Include="delegate.cs">
88 <Compile Include="doc.cs">
90 <Compile Include="driver.cs">
92 <Compile Include="ecore.cs">
94 <Compile Include="enum.cs">
96 <Compile Include="expression.cs">
98 <Compile Include="flowanalysis.cs">
100 <Compile Include="generic.cs" />
101 <Compile Include="iterators.cs">
103 <Compile Include="literal.cs">
105 <Compile Include="location.cs">
107 <Compile Include="modifiers.cs">
109 <Compile Include="namespace.cs">
111 <Compile Include="nullable.cs">
113 <Compile Include="..\tools\monop\outline.cs">
114 <Link>outline.cs</Link>
116 <Compile Include="parameter.cs">
118 <Compile Include="pending.cs">
120 <Compile Include="report.cs">
122 <Compile Include="rootcontext.cs">
124 <Compile Include="roottypes.cs">
126 <Compile Include="statement.cs">
128 <Compile Include="support.cs">
130 <Compile Include="symbolwriter.cs">
132 <Compile Include="typemanager.cs">
134 <Compile Include="linq.cs" />
137 <Folder Include="Properties\" />
139 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
141 Other similar extension points exist, see Microsoft.Common.targets.
142 <Target Name="BeforeBuild">
144 <Target Name="AfterBuild">