[corlib] Allow DM with an extra param to have the first one bound to null. Fixes...
[mono-project.git] / mcs / tools / nunitreport / nunitreport.csproj
blobda21605853f3d3376fc3939e2ecea89553602b64
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->\r
3 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
4   <PropertyGroup>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>\r
7     <ProjectGuid>{2A7EFBAA-297D-4133-BCB2-FE0E1BF46CCA}</ProjectGuid>\r
8     <OutputType>Exe</OutputType>\r
9     <NoWarn>1699</NoWarn>\r
10     <LangVersion>latest</LangVersion>\r
11     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>\r
12     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>\r
13     <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>\r
14     <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>\r
15     <NoStdLib>False</NoStdLib>\r
16     <NoConfig>True</NoConfig>\r
17     <AssemblyName>nunitreport</AssemblyName>\r
18     <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>\r
19   </PropertyGroup>\r
20   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
21   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
22   is a problem to compile the Mono mscorlib.dll -->\r
23   <PropertyGroup>\r
24     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">\r
27     <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>\r
28     <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>\r
29     <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>\r
30   </PropertyGroup>\r
31   <!-- @ALL_PROFILE_PROPERTIES@ -->\r
32   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
33     <DebugSymbols>true</DebugSymbols>\r
34     <DebugType>full</DebugType>\r
35     <Optimize>false</Optimize>\r
36     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->\r
37     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>\r
38   </PropertyGroup>\r
39   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
40     <DebugType>pdbonly</DebugType>\r
41     <Optimize>true</Optimize>\r
42   </PropertyGroup>\r
43   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
44   <!-- @COMMON_SOURCES@ -->\r
45   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">\r
46     <Compile Include="FailedTest.cs" />\r
47     <Compile Include="NUnitReport.cs" />\r
48   </ItemGroup>\r
49   <!-- @ALL_SOURCES@ -->\r
50   <!-- @COMMON_PROJECT_REFERENCES@ -->\r
51   <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">\r
52     <ProjectReference Include="../../class/System.XML/System.Xml.csproj" />\r
53   </ItemGroup>\r
54   <!-- @ALL_REFERENCES@ -->\r
55   <!-- @ALL_RESOURCES@ -->\r
56 </Project>