Move to generating msbuild choose elements to get if-else selection behavior for...
[mono-project.git] / mcs / tools / nunit-lite / nunit-lite-console / nunit-lite-console.csproj
blob4886f575e27d0217b767422c3575fef4b399c3ea
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>{355976DC-15F1-4A43-BE45-A86702987446}</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>nunit-lite-console</AssemblyName>\r
18     <TargetFrameworkVersion>v2.1</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)' == 'monodroid' ">\r
27     <OutputPath>./../../../class/lib/monodroid</OutputPath>\r
28     <IntermediateOutputPath>./../../../class/obj/$(AssemblyName)-monodroid</IntermediateOutputPath>\r
29     <DefineConstants>NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MONO;MOBILE;MOBILE_LEGACY;MOBILE_DYNAMIC;MONODROID;ANDROID</DefineConstants>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Platform)' == 'monotouch' ">\r
32     <OutputPath>./../../../class/lib/monotouch</OutputPath>\r
33     <IntermediateOutputPath>./../../../class/obj/$(AssemblyName)-monotouch</IntermediateOutputPath>\r
34     <DefineConstants>NET_1_1;NET_2_0;NET_2_1;NET_3_5;NET_4_0;NET_4_5;MOBILE;MOBILE_LEGACY;MONO;MONOTOUCH;DISABLE_REMOTING;DISABLE_COM;FEATURE_INTERCEPTABLE_THREADPOOL_CALLBACK;FULL_AOT_RUNTIME</DefineConstants>\r
35   </PropertyGroup>\r
36   <!-- @ALL_PROFILE_PROPERTIES@ -->\r
37   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
38     <DebugSymbols>true</DebugSymbols>\r
39     <DebugType>full</DebugType>\r
40     <Optimize>false</Optimize>\r
41     <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->\r
42     <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>\r
43   </PropertyGroup>\r
44   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
45     <DebugType>pdbonly</DebugType>\r
46     <Optimize>true</Optimize>\r
47   </PropertyGroup>\r
48   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
49   <!-- @BUILT_SOURCES@ -->\r
50   <!--Common files-->\r
51   <ItemGroup>\r
52     <Compile Include="Console.cs" />\r
53   </ItemGroup>\r
54   <!--End of common files-->\r
55   <!-- @ALL_SOURCES@ -->\r
56   <ItemGroup>\r
57     <ProjectReference Include="../NUnitLite/nunitlite.csproj" />\r
58   </ItemGroup>\r
59   <!-- @ALL_REFERENCES@ -->\r
60   <!-- @ALL_RESOURCES@ -->\r
61 </Project>