Don't print null on exit
[mono.git] / mcs / mcs / gmcs.csproj
index e840482bcfe2e5e02e83c6e8e9760b0165c7c20f..612d21a4117532f522306369e01466115bbc807a 100644 (file)
-<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
-    <ProductVersion>9.0.20404</ProductVersion>\r
+    <ProductVersion>9.0.30729</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
     <ProjectGuid>{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}</ProjectGuid>\r
     <OutputType>Exe</OutputType>\r
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
     <RootNamespace>gmcs</RootNamespace>\r
     <AssemblyName>gmcs</AssemblyName>\r
-    <FileUpgradeFlags>\r
-    </FileUpgradeFlags>\r
-    <OldToolsVersion>2.0</OldToolsVersion>\r
     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
-    <UpgradeBackupLocation>\r
-    </UpgradeBackupLocation>\r
+    <FileAlignment>512</FileAlignment>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <Optimize>false</Optimize>\r
-    <OutputPath>.\</OutputPath>\r
-    <DefineConstants>TRACE;DEBUG;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
-    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
-    <NoStdLib>false</NoStdLib>\r
-    <OutputType>Exe</OutputType>\r
-    <AssemblyName>gmcs</AssemblyName>\r
-    <RootNamespace>gmcs</RootNamespace>\r
-    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <Optimize>true</Optimize>\r
-    <OutputPath>.\</OutputPath>\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</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <OutputType>Exe</OutputType>\r
-    <AssemblyName>gmcs</AssemblyName>\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <RootNamespace>gmcs</RootNamespace>\r
-    <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
-    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\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="lambda.cs">\r
-    </Compile>\r
-    <Compile Include="gcs-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="..\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="import.cs" />\r
+    <Compile Include="lambda.cs" />\r
+    <Compile Include="cs-parser.cs" />\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="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
   <Target Name="AfterBuild">\r
   </Target>\r
   -->\r
-</Project>
+</Project>
\ No newline at end of file