2010-04-29 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / mcs / gmcs.csproj
index fcac9a0f0aabe6ab49e5012d43ab513a97812454..612d21a4117532f522306369e01466115bbc807a 100644 (file)
@@ -1,4 +1,5 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
@@ -16,8 +17,8 @@
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <Optimize>false</Optimize>\r
-    <OutputPath>.\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE;NET_2_0;MS_COMPATIBLE;GMCS_SOURCE</DefineConstants>\r
+    <OutputPath>.</OutputPath>\r
+    <DefineConstants>TRACE;DEBUG;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
     <UseVSHostingProcess>false</UseVSHostingProcess>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <Optimize>true</Optimize>\r
-    <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE;GMCS_SOURCE</DefineConstants>\r
+    <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
-    <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE;GMCS_SOURCE</DefineConstants>\r
+    <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <OutputPath>.\</OutputPath>\r
+    <OutputPath>.</OutputPath>\r
   </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="System" />\r
-    <Reference Include="System.Data" />\r
+    <Reference Include="System.Core">\r
+      <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
+    </Reference>\r
     <Reference Include="System.Xml" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <Compile Include="..\build\common\Consts.cs">\r
-    </Compile>\r
-    <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs">\r
-      <Link>CryptoConvert.cs</Link>\r
-    </Compile>\r
-    <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">\r
-      <Link>MonoSymbolFile.cs</Link>\r
-    </Compile>\r
-    <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs">\r
-      <Link>MonoSymbolTable.cs</Link>\r
-    </Compile>\r
-    <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs">\r
-      <Link>MonoSymbolWriter.cs</Link>\r
-    </Compile>\r
-    <Compile Include="AssemblyInfo.cs">\r
-    </Compile>\r
-    <Compile Include="anonymous.cs">\r
-    </Compile>\r
-    <Compile Include="assign.cs">\r
-    </Compile>\r
-    <Compile Include="attribute.cs">\r
-    </Compile>\r
-    <Compile Include="cfold.cs">\r
-    </Compile>\r
-    <Compile Include="class.cs">\r
-    </Compile>\r
-    <Compile Include="codegen.cs">\r
-    </Compile>\r
-    <Compile Include="const.cs">\r
-    </Compile>\r
-    <Compile Include="constant.cs">\r
-    </Compile>\r
-    <Compile Include="convert.cs">\r
-    </Compile>\r
+    <Compile Include="..\build\common\Consts.cs" />\r
+    <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs" />\r
+    <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />\r
+    <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />\r
+    <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs" />\r
+    <Compile Include="argument.cs" />\r
+    <Compile Include="AssemblyInfo.cs" />\r
+    <Compile Include="anonymous.cs" />\r
+    <Compile Include="assign.cs" />\r
+    <Compile Include="attribute.cs" />\r
+    <Compile Include="cfold.cs" />\r
+    <Compile Include="class.cs" />\r
+    <Compile Include="codegen.cs" />\r
+    <Compile Include="complete.cs" />\r
+    <Compile Include="const.cs" />\r
+    <Compile Include="constant.cs" />\r
+    <Compile Include="context.cs" />\r
+    <Compile Include="convert.cs" />\r
+    <Compile Include="dynamic.cs" />\r
     <Compile Include="eval.cs" />\r
-    <Compile Include="lambda.cs">\r
-    </Compile>\r
+    <Compile Include="import.cs" />\r
+    <Compile Include="lambda.cs" />\r
     <Compile Include="cs-parser.cs" />\r
-    <Compile Include="cs-tokenizer.cs">\r
-    </Compile>\r
-    <Compile Include="decl.cs">\r
-    </Compile>\r
-    <Compile Include="delegate.cs">\r
-    </Compile>\r
-    <Compile Include="doc.cs">\r
-    </Compile>\r
-    <Compile Include="driver.cs">\r
-    </Compile>\r
-    <Compile Include="ecore.cs">\r
-    </Compile>\r
-    <Compile Include="enum.cs">\r
-    </Compile>\r
-    <Compile Include="expression.cs">\r
-    </Compile>\r
-    <Compile Include="flowanalysis.cs">\r
-    </Compile>\r
+    <Compile Include="cs-tokenizer.cs" />\r
+    <Compile Include="decl.cs" />\r
+    <Compile Include="delegate.cs" />\r
+    <Compile Include="doc.cs" />\r
+    <Compile Include="driver.cs" />\r
+    <Compile Include="ecore.cs" />\r
+    <Compile Include="enum.cs" />\r
+    <Compile Include="expression.cs" />\r
+    <Compile Include="flowanalysis.cs" />\r
     <Compile Include="generic.cs" />\r
-    <Compile Include="iterators.cs">\r
-    </Compile>\r
-    <Compile Include="literal.cs">\r
-    </Compile>\r
-    <Compile Include="location.cs">\r
-    </Compile>\r
-    <Compile Include="modifiers.cs">\r
-    </Compile>\r
-    <Compile Include="namespace.cs">\r
-    </Compile>\r
-    <Compile Include="nullable.cs">\r
-    </Compile>\r
-    <Compile Include="parameter.cs">\r
-    </Compile>\r
-    <Compile Include="pending.cs">\r
-    </Compile>\r
-    <Compile Include="report.cs">\r
-    </Compile>\r
-    <Compile Include="rootcontext.cs">\r
-    </Compile>\r
-    <Compile Include="roottypes.cs">\r
-    </Compile>\r
-    <Compile Include="statement.cs">\r
-    </Compile>\r
-    <Compile Include="support.cs">\r
-    </Compile>\r
-    <Compile Include="symbolwriter.cs">\r
-    </Compile>\r
-    <Compile Include="typemanager.cs">\r
-    </Compile>\r
+    <Compile Include="iterators.cs" />\r
+    <Compile Include="literal.cs" />\r
+    <Compile Include="location.cs" />\r
+    <Compile Include="membercache.cs" />\r
+    <Compile Include="method.cs" />\r
+    <Compile Include="modifiers.cs" />\r
+    <Compile Include="namespace.cs" />\r
+    <Compile Include="nullable.cs" />\r
+    <Compile Include="..\tools\monop\outline.cs" />\r
+    <Compile Include="parameter.cs" />\r
+    <Compile Include="pending.cs" />\r
+    <Compile Include="property.cs" />\r
+    <Compile Include="report.cs" />\r
+    <Compile Include="rootcontext.cs" />\r
+    <Compile Include="roottypes.cs" />\r
+    <Compile Include="statement.cs" />\r
+    <Compile Include="support.cs" />\r
+    <Compile Include="symbolwriter.cs" />\r
+    <Compile Include="typemanager.cs" />\r
     <Compile Include="linq.cs" />\r
+    <Compile Include="field.cs" />\r
+    <Compile Include="typespec.cs" />\r
+    <Compile Include="visit.cs" />\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r