[mcs] Show correct #line location for files in other than current location referenced...
[mono.git] / mcs / mcs / mcs.csproj
index e5fdb950202ac8d4ebfe84b6773fa9a2c8456eb7..3c7ae4027b61c58327cd5681d22016b6082a005c 100644 (file)
     <AppDesignerFolder>Properties</AppDesignerFolder>\r
     <RootNamespace>Mono.CSharp</RootNamespace>\r
     <AssemblyName>mcs</AssemblyName>\r
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
     <FileAlignment>512</FileAlignment>\r
     <PlatformTarget>x86</PlatformTarget>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
+    <DebugSymbols>True</DebugSymbols>\r
     <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>.\</OutputPath>\r
-    <DefineConstants>TRACE;DEBUG;NET_4_0;STATIC</DefineConstants>\r
+    <Optimize>False</Optimize>\r
+    <OutputPath>.</OutputPath>\r
+    <DefineConstants>TRACE;DEBUG;NET_4_0;STATIC;NO_SYMBOL_WRITER;NO_AUTHENTICODE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <UseVSHostingProcess>true</UseVSHostingProcess>\r
+    <UseVSHostingProcess>false</UseVSHostingProcess>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <DefineConstants>TRACE;NET_4_0;STATIC</DefineConstants>\r
+    <Optimize>True</Optimize>\r
+    <DefineConstants>TRACE;NET_4_0;STATIC;NO_SYMBOL_WRITER;NO_AUTHENTICODE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
-    <OutputPath>.\</OutputPath>\r
+    <OutputPath>.</OutputPath>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - AST|AnyCPU'">\r
+    <DebugSymbols>True</DebugSymbols>\r
+    <OutputPath>.</OutputPath>\r
+    <DefineConstants>TRACE;DEBUG;NET_4_0;STATIC;NO_SYMBOL_WRITER;NO_AUTHENTICODE;FULL_AST</DefineConstants>\r
+    <DebugType>full</DebugType>\r
+    <CodeAnalysisLogFile>mcs.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>\r
+    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>\r
+    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>\r
+    <UseVSHostingProcess>false</UseVSHostingProcess>\r
+    <ErrorReport>prompt</ErrorReport>\r
+    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>\r
+    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>\r
+    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
+    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>\r
+    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
+    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
+    <WarningLevel>4</WarningLevel>\r
+    <Optimize>False</Optimize>\r
   </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="System" />\r
@@ -40,7 +58,7 @@
   <ItemGroup>\r
     <Compile Include="..\build\common\Consts.cs">\r
     </Compile>\r
-    <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs">\r
+    <Compile Include="..\class\Mono.Security\Mono.Security.Cryptography\CryptoConvert.cs">\r
       <Link>CryptoConvert.cs</Link>\r
     </Compile>\r
     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">\r
@@ -49,8 +67,8 @@
     <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 Include="..\class\Mono.CompilerServices.SymbolWriter\SourceMethodBuilder.cs">\r
+      <Link>SourceMethodBuilder.cs</Link>\r
     </Compile>\r
     <Compile Include="argument.cs" />\r
     <Compile Include="assembly.cs" />\r
@@ -60,6 +78,7 @@
     </Compile>\r
     <Compile Include="assign.cs">\r
     </Compile>\r
+    <Compile Include="async.cs" />\r
     <Compile Include="attribute.cs">\r
     </Compile>\r
     <Compile Include="cfold.cs">\r
     <Compile Include="property.cs" />\r
     <Compile Include="reflection.cs" />\r
     <Compile Include="report.cs" />\r
-    <Compile Include="rootcontext.cs">\r
+    <Compile Include="settings.cs">\r
     </Compile>\r
-    <Compile Include="roottypes.cs">\r
+    <Compile Include="module.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="linq.cs" />\r
     <Compile Include="field.cs" />\r
     <Compile Include="typespec.cs" />\r
+    <Compile Include="visit.cs" />\r
   </ItemGroup>\r
   <ItemGroup Label="IKVM.Reflection">\r
-    <Compile Include="..\class\IKVM.Reflection\*.cs">\r
-      <Visible>false</Visible>\r
-    </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Emit\*.cs">\r
-      <Visible>false</Visible>\r
+    <Compile Include="..\..\external\ikvm\reflect\*.cs">\r
+      <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Metadata\*.cs">\r
-      <Visible>false</Visible>\r
+    <Compile Include="..\..\external\ikvm\reflect\Emit\*.cs">\r
+      <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Reader\*.cs">\r
-      <Visible>false</Visible>\r
+    <Compile Include="..\..\external\ikvm\reflect\Metadata\*.cs">\r
+      <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Writer\*.cs">\r
-      <Visible>false</Visible>\r
+    <Compile Include="..\..\external\ikvm\reflect\Reader\*.cs">\r
+      <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Impl\CryptoHack.cs">\r
-      <Visible>false</Visible>\r
+    <Compile Include="..\..\external\ikvm\reflect\Writer\*.cs">\r
+      <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Impl\ITypeOwner.cs">\r
-      <Visible>false</Visible>\r
+    <Compile Include="..\..\external\ikvm\reflect\Impl\ITypeOwner.cs">\r
+      <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Impl\SymbolSupport.cs">\r
-      <Visible>false</Visible>\r
+    <Compile Include="..\..\external\ikvm\reflect\Impl\SymbolSupport.cs">\r
+      <Visible>False</Visible>\r
     </Compile>\r
   </ItemGroup>\r
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
+       Other similar extension points exist, see Microsoft.Common.targets.\r
+  <Target Name="BeforeBuild">\r
+  </Target>\r
+  <Target Name="AfterBuild">\r
+  </Target>\r
   -->\r
 </Project>
\ No newline at end of file