2009-02-19 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / tools / xbuild / xbuild.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{89938F1A-C851-41D5-96D2-C329E00887B6}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>xbuild</RootNamespace>
11     <AssemblyName>xbuild</AssemblyName>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14     <DebugSymbols>true</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>false</Optimize>
17     <OutputPath>bin\Debug\</OutputPath>
18     <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants>
19     <ErrorReport>prompt</ErrorReport>
20     <WarningLevel>4</WarningLevel>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMS|AnyCPU' ">
23     <DebugSymbols>true</DebugSymbols>
24     <DebugType>full</DebugType>
25     <Optimize>false</Optimize>
26     <OutputPath>bin\Debug\</OutputPath>
27     <DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants>
28     <ErrorReport>prompt</ErrorReport>
29     <WarningLevel>4</WarningLevel>
30   </PropertyGroup>
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32     <DebugType>pdbonly</DebugType>
33     <Optimize>true</Optimize>
34     <OutputPath>bin\Release\</OutputPath>
35     <DefineConstants>TRACE;NET_2_0</DefineConstants>
36     <ErrorReport>prompt</ErrorReport>
37     <WarningLevel>4</WarningLevel>
38   </PropertyGroup>
39   <ItemGroup>
40     <Reference Include="Microsoft.Build.Framework" />
41     <Reference Include="Microsoft.Build.Utilities" />
42     <Reference Include="System" />
43     <Reference Include="System.Data" />
44     <Reference Include="System.Xml" />
45   </ItemGroup>
46   <ItemGroup>
47     <Compile Include="..\..\build\common\Consts.cs" />
48     <Compile Include="..\..\class\Microsoft.Build.Framework\Mono.XBuild.Framework/AssemblyLoadInfo.cs" />
49     <Compile Include="AssemblyInfo.cs" />
50     <Compile Include="CommandLineException.cs" />
51     <Compile Include="ErrorUtilities.cs" />
52     <Compile Include="LoggerInfo.cs" />
53     <Compile Include="Main.cs" />
54     <Compile Include="Parameters.cs" />
55     <Compile Include="SolutionParser.cs" />
56   </ItemGroup>
57   <ItemGroup Condition=" '$(Configuration)' == 'DebugMS' ">
58     <Reference Include="Microsoft.Build.Engine" />
59   </ItemGroup>
60   <ItemGroup Condition=" '$(Configuration)' != 'DebugMS' ">
61     <ProjectReference Include="..\..\class\Microsoft.Build.Engine\Microsoft.Build.Engine.csproj">
62       <Project>{49CC9B64-E28A-4818-97F9-301E14B383B9}</Project>
63       <Name>Microsoft.Build.Engine</Name>
64     </ProjectReference>
65   </ItemGroup>
66   <ItemGroup>
67     <Folder Include="Properties\" />
68   </ItemGroup>
69   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
70   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
71        Other similar extension points exist, see Microsoft.Common.targets.
72   <Target Name="BeforeBuild">
73   </Target>
74   <Target Name="AfterBuild">
75   </Target>
76   -->
77 </Project>