[bcl] Add .NET 4.7 reference assemblies (#4791)
[mono.git] / mcs / mcs / mcs.csproj
index 9f9d00e4a07703ceb4c5954332894c0ea035c8d0..74a217c4eb22d0c0491626502091d0b053a243f5 100644 (file)
@@ -3,7 +3,7 @@
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProductVersion>10.0.20506</ProductVersion>\r
+    <ProductVersion>8.0.30703</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
     <ProjectGuid>{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}</ProjectGuid>\r
     <OutputType>Exe</OutputType>\r
     <DebugType>full</DebugType>\r
     <Optimize>False</Optimize>\r
     <OutputPath>.</OutputPath>\r
-    <DefineConstants>TRACE;DEBUG;NET_4_0;STATIC;NO_SYMBOL_WRITER</DefineConstants>\r
+    <DefineConstants>TRACE;DEBUG;NET_4_5;STATIC;NO_SYMBOL_WRITER;NO_AUTHENTICODE</DefineConstants>\r
     <ErrorReport>prompt</ErrorReport>\r
     <WarningLevel>4</WarningLevel>\r
     <UseVSHostingProcess>false</UseVSHostingProcess>\r
+    <Commandlineparameters></Commandlineparameters>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
     <DebugType>pdbonly</DebugType>\r
     <Optimize>True</Optimize>\r
-    <DefineConstants>TRACE;NET_4_0;STATIC;NO_SYMBOL_WRITER</DefineConstants>\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
@@ -35,7 +36,7 @@
   <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;FULL_AST</DefineConstants>\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
@@ -58,7 +59,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
     <Compile Include="visit.cs" />\r
   </ItemGroup>\r
   <ItemGroup Label="IKVM.Reflection">\r
-    <Compile Include="..\class\IKVM.Reflection\*.cs">\r
+    <Compile Include="..\..\external\ikvm\reflect\*.cs">\r
       <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Emit\*.cs">\r
+    <Compile Include="..\..\external\ikvm\reflect\Emit\*.cs">\r
       <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Metadata\*.cs">\r
+    <Compile Include="..\..\external\ikvm\reflect\Metadata\*.cs">\r
       <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Reader\*.cs">\r
+    <Compile Include="..\..\external\ikvm\reflect\Reader\*.cs">\r
       <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Writer\*.cs">\r
+    <Compile Include="..\..\external\ikvm\reflect\Writer\*.cs">\r
       <Visible>False</Visible>\r
     </Compile>\r
-    <Compile Include="..\class\IKVM.Reflection\Impl\ITypeOwner.cs">\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
+    <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
+</Project>\r