Merge pull request #3463 from david-mitchell/al-platform-switch
[mono.git] / mcs / class / Microsoft.Build / Test / Microsoft.Build.Test.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>8.0.30703</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{5C1BA631-5120-4930-A112-80783328B72B}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>Microsoft.Build.Test</RootNamespace>\r
12     <AssemblyName>Microsoft.Build.Test</AssemblyName>\r
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15     <TargetFrameworkProfile />\r
16   </PropertyGroup>\r
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
18     <DebugSymbols>true</DebugSymbols>\r
19     <DebugType>full</DebugType>\r
20     <Optimize>false</Optimize>\r
21     <OutputPath>bin\Debug\</OutputPath>\r
22     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
23     <ErrorReport>prompt</ErrorReport>\r
24     <WarningLevel>4</WarningLevel>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
27     <DebugType>pdbonly</DebugType>\r
28     <Optimize>true</Optimize>\r
29     <OutputPath>bin\Release\</OutputPath>\r
30     <DefineConstants>TRACE</DefineConstants>\r
31     <ErrorReport>prompt</ErrorReport>\r
32     <WarningLevel>4</WarningLevel>\r
33   </PropertyGroup>\r
34   <ItemGroup>\r
35     <Reference Include="nunit.framework">\r
36       <SpecificVersion>False</SpecificVersion>\r
37     </Reference>\r
38     <Reference Include="System" />\r
39     <Reference Include="System.Core" />\r
40     <Reference Include="System.Xml" />\r
41   </ItemGroup>\r
42   <ItemGroup>\r
43     <Compile Include="FunctionalTest.cs" />\r
44     <Compile Include="Microsoft.Build.Internal\CollectionFromEnumerableTest.cs" />\r
45   </ItemGroup>\r
46   <ItemGroup>\r
47     <Folder Include="Microsoft.Build.Construction\" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <ProjectReference Include="..\Microsoft.Build.csproj">\r
51       <Project>{B2012E7F-8F8D-4908-8045-413F2BD1022D}</Project>\r
52       <Name>Microsoft.Build</Name>\r
53     </ProjectReference>\r
54   </ItemGroup>\r
55   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
56   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
57        Other similar extension points exist, see Microsoft.Common.targets.\r
58   <Target Name="BeforeBuild">\r
59   </Target>\r
60   <Target Name="AfterBuild">\r
61   </Target>\r
62   -->\r
63 </Project>