2010-06-08 Jonathan Chambers <joncham@gmail.com>
[mono.git] / mcs / mcs / gmcs2.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <AssemblyName>gmcs</AssemblyName>
6     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
7     <ResponseFile>gmcs.exe.sources</ResponseFile>
8     <CodePage>65001</CodePage>
9     <OutputPath>..\class\lib\basic\</OutputPath>
10     <UseVSHostingProcess>false</UseVSHostingProcess>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'basic|AnyCPU' ">
13     <DefineConstants>BOOTSTRAP_BASIC,NET_1_1,NET_2_0</DefineConstants>
14   </PropertyGroup>
15   <ItemGroup>
16     <Compile Include="cs-parser.cs"/>
17     <Reference Include="System.dll"/>
18     <Reference Include="System.Core.dll"/>
19     <Reference Include="System.XML.dll"/>
20   </ItemGroup>
21   <Import Project="$(MSBuildProjectDirectory)\..\build\msbuild\Mono.Common.targets"/>
22   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
23   <Target Name="BeforeBuild" DependsOnTargets="SetupProject">
24     <Exec Command="..\jay\jay.exe -cvt &lt; ..\jay\skeleton.cs cs-parser.jay &gt; cs-parser.cs"/>
25   </Target>
26 </Project>