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;NET_4_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="context.cs" />
78 <Compile Include="dynamic.cs" />
79 <Compile Include="eval.cs" />
80 <Compile Include="lambda.cs">
82 <Compile Include="cs-parser.cs" />
83 <Compile Include="cs-tokenizer.cs">
85 <Compile Include="decl.cs">
87 <Compile Include="delegate.cs">
89 <Compile Include="doc.cs">
91 <Compile Include="driver.cs">
93 <Compile Include="ecore.cs">
95 <Compile Include="enum.cs">
97 <Compile Include="expression.cs">
99 <Compile Include="flowanalysis.cs">
101 <Compile Include="generic.cs" />
102 <Compile Include="iterators.cs">
104 <Compile Include="literal.cs">
106 <Compile Include="location.cs">
108 <Compile Include="modifiers.cs">
110 <Compile Include="namespace.cs">
112 <Compile Include="nullable.cs">
114 <Compile Include="..\tools\monop\outline.cs">
115 <Link>outline.cs</Link>
117 <Compile Include="parameter.cs">
119 <Compile Include="pending.cs">
121 <Compile Include="report.cs">
123 <Compile Include="rootcontext.cs">
125 <Compile Include="roottypes.cs">
127 <Compile Include="statement.cs">
129 <Compile Include="support.cs">
131 <Compile Include="symbolwriter.cs">
133 <Compile Include="typemanager.cs">
135 <Compile Include="linq.cs" />
138 <Folder Include="Properties\" />
140 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
142 Other similar extension points exist, see Microsoft.Common.targets.
143 <Target Name="BeforeBuild">
145 <Target Name="AfterBuild">