1 <Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <ProjectType>Local</ProjectType>
\r
4 <ProductVersion>9.0.20706</ProductVersion>
\r
5 <SchemaVersion>2.0</SchemaVersion>
\r
6 <ProjectGuid>{896D1461-B76B-41C0-ABE6-ACA2BB4F7B5A}</ProjectGuid>
\r
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
11 <AssemblyKeyContainerName>
\r
12 </AssemblyKeyContainerName>
\r
13 <AssemblyName>mcs</AssemblyName>
\r
14 <AssemblyOriginatorKeyFile>
\r
15 </AssemblyOriginatorKeyFile>
\r
16 <DefaultClientScript>JScript</DefaultClientScript>
\r
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
\r
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
\r
19 <DelaySign>false</DelaySign>
\r
20 <OutputType>Exe</OutputType>
\r
21 <RootNamespace>CIR</RootNamespace>
\r
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
\r
27 <OldToolsVersion>0.0</OldToolsVersion>
\r
28 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
\r
29 <UpgradeBackupLocation>
\r
30 </UpgradeBackupLocation>
\r
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
33 <OutputPath>.\</OutputPath>
\r
34 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
35 <BaseAddress>285212672</BaseAddress>
\r
36 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
37 <ConfigurationOverrideFile>
\r
38 </ConfigurationOverrideFile>
\r
39 <DefineConstants>TRACE;DEBUG;NET_1_1</DefineConstants>
\r
41 </DocumentationFile>
\r
42 <DebugSymbols>true</DebugSymbols>
\r
43 <FileAlignment>4096</FileAlignment>
\r
44 <NoStdLib>false</NoStdLib>
\r
47 <Optimize>false</Optimize>
\r
48 <RegisterForComInterop>false</RegisterForComInterop>
\r
49 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
50 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
\r
51 <WarningLevel>4</WarningLevel>
\r
52 <DebugType>full</DebugType>
\r
53 <ErrorReport>prompt</ErrorReport>
\r
55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
56 <OutputPath>.\</OutputPath>
\r
57 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
\r
58 <BaseAddress>285212672</BaseAddress>
\r
59 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
\r
60 <ConfigurationOverrideFile>
\r
61 </ConfigurationOverrideFile>
\r
62 <DefineConstants>TRACE;NET_1_1</DefineConstants>
\r
64 </DocumentationFile>
\r
65 <DebugSymbols>false</DebugSymbols>
\r
66 <FileAlignment>4096</FileAlignment>
\r
67 <NoStdLib>false</NoStdLib>
\r
70 <Optimize>true</Optimize>
\r
71 <RegisterForComInterop>false</RegisterForComInterop>
\r
72 <RemoveIntegerChecks>false</RemoveIntegerChecks>
\r
73 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
\r
74 <WarningLevel>4</WarningLevel>
\r
75 <DebugType>none</DebugType>
\r
76 <ErrorReport>prompt</ErrorReport>
\r
79 <Reference Include="System">
\r
82 <Reference Include="System.Xml">
\r
83 <Name>System.XML</Name>
\r
87 <Compile Include="..\build\common\Consts.cs">
\r
88 <Link>Consts.cs</Link>
\r
89 <SubType>Code</SubType>
\r
91 <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs">
\r
92 <Link>CryptoConvert.cs</Link>
\r
93 <SubType>Code</SubType>
\r
95 <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">
\r
96 <Link>MonoSymbolFile.cs</Link>
\r
97 <SubType>Code</SubType>
\r
99 <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs">
\r
100 <Link>MonoSymbolTable.cs</Link>
\r
101 <SubType>Code</SubType>
\r
103 <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs">
\r
104 <Link>MonoSymbolWriter.cs</Link>
\r
105 <SubType>Code</SubType>
\r
107 <Compile Include="..\tools\monop\outline.cs">
\r
108 <Link>outline.cs</Link>
\r
109 <SubType>Code</SubType>
\r
111 <Compile Include="anonymous.cs">
\r
112 <SubType>Code</SubType>
\r
114 <Compile Include="AssemblyInfo.cs">
\r
115 <SubType>Code</SubType>
\r
117 <Compile Include="assign.cs">
\r
118 <SubType>Code</SubType>
\r
120 <Compile Include="attribute.cs">
\r
121 <SubType>Code</SubType>
\r
123 <Compile Include="cfold.cs">
\r
124 <SubType>Code</SubType>
\r
126 <Compile Include="class.cs">
\r
127 <SubType>Code</SubType>
\r
129 <Compile Include="codegen.cs">
\r
130 <SubType>Code</SubType>
\r
132 <Compile Include="const.cs">
\r
133 <SubType>Code</SubType>
\r
135 <Compile Include="constant.cs">
\r
136 <SubType>Code</SubType>
\r
138 <Compile Include="convert.cs">
\r
139 <SubType>Code</SubType>
\r
141 <Compile Include="cs-parser.cs">
\r
142 <SubType>Code</SubType>
\r
144 <Compile Include="cs-tokenizer.cs">
\r
145 <SubType>Code</SubType>
\r
147 <Compile Include="decl.cs">
\r
148 <SubType>Code</SubType>
\r
150 <Compile Include="delegate.cs">
\r
151 <SubType>Code</SubType>
\r
153 <Compile Include="doc.cs">
\r
154 <SubType>Code</SubType>
\r
156 <Compile Include="driver.cs">
\r
157 <SubType>Code</SubType>
\r
159 <Compile Include="ecore.cs">
\r
160 <SubType>Code</SubType>
\r
162 <Compile Include="enum.cs">
\r
163 <SubType>Code</SubType>
\r
165 <Compile Include="expression.cs">
\r
166 <SubType>Code</SubType>
\r
168 <Compile Include="flowanalysis.cs">
\r
169 <SubType>Code</SubType>
\r
171 <Compile Include="generic-mcs.cs">
\r
172 <SubType>Code</SubType>
\r
174 <Compile Include="iterators.cs">
\r
175 <SubType>Code</SubType>
\r
177 <Compile Include="lambda.cs">
\r
178 <SubType>Code</SubType>
\r
180 <Compile Include="linq.cs">
\r
181 <SubType>Code</SubType>
\r
183 <Compile Include="literal.cs">
\r
184 <SubType>Code</SubType>
\r
186 <Compile Include="location.cs">
\r
187 <SubType>Code</SubType>
\r
189 <Compile Include="modifiers.cs">
\r
190 <SubType>Code</SubType>
\r
192 <Compile Include="namespace.cs">
\r
193 <SubType>Code</SubType>
\r
195 <Compile Include="nullable.cs">
\r
196 <SubType>Code</SubType>
\r
198 <Compile Include="parameter.cs">
\r
199 <SubType>Code</SubType>
\r
201 <Compile Include="pending.cs">
\r
202 <SubType>Code</SubType>
\r
204 <Compile Include="report.cs">
\r
205 <SubType>Code</SubType>
\r
207 <Compile Include="rootcontext.cs">
\r
208 <SubType>Code</SubType>
\r
210 <Compile Include="roottypes.cs">
\r
211 <SubType>Code</SubType>
\r
213 <Compile Include="statement.cs">
\r
214 <SubType>Code</SubType>
\r
216 <Compile Include="support.cs">
\r
217 <SubType>Code</SubType>
\r
219 <Compile Include="symbolwriter.cs">
\r
220 <SubType>Code</SubType>
\r
222 <Compile Include="typemanager.cs">
\r
223 <SubType>Code</SubType>
\r
225 <WebReferences Include="Web References\" />
\r
227 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r