2010-06-23 Marek Safar <marek.safar@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   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' ">
16     <DefineConstants>NET_1_1,NET_2_0</DefineConstants>
17   </PropertyGroup>
18   <ItemGroup>
19     <Compile Include="cs-parser.cs"/>
20     <Reference Include="System.dll"/>
21     <Reference Include="System.Core.dll"/>
22     <Reference Include="System.XML.dll"/>
23   </ItemGroup>
24   <Import Project="$(MSBuildProjectDirectory)\..\build\msbuild\Mono.Common.targets"/>
25   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
26   <Target Name="BeforeBuild" DependsOnTargets="SetupProject">
27     <Exec Command="..\jay\jay.exe -cvt &lt; ..\jay\skeleton.cs cs-parser.jay &gt; cs-parser.cs"/>
28   </Target>
29 </Project>