Don't print null on exit
[mono.git] / mcs / mcs / gmcs.csproj
index 0d52c95662065142748e26beef6a5ef64fd9c63b..612d21a4117532f522306369e01466115bbc807a 100644 (file)
@@ -18,7 +18,7 @@
     <DebugType>full</DebugType>\r
     <Optimize>false</Optimize>\r
     <OutputPath>.</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
+    <DefineConstants>TRACE;DEBUG;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
     <UseVSHostingProcess>false</UseVSHostingProcess>\r
@@ -28,7 +28,7 @@
     <Optimize>true</Optimize>\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
@@ -61,6 +61,7 @@
     <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="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
@@ -91,6 +95,8 @@
     <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>\r
+</Project>
\ No newline at end of file