mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.3 KiB
29 lines
1.3 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<OutputType>Exe</OutputType> |
|
<AssemblyName>gmcs</AssemblyName> |
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
|
<ResponseFile>gmcs.exe.sources</ResponseFile> |
|
<CodePage>65001</CodePage> |
|
<OutputPath>..\class\lib\basic\</OutputPath> |
|
<UseVSHostingProcess>false</UseVSHostingProcess> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'basic|AnyCPU' "> |
|
<DefineConstants>BOOTSTRAP_BASIC,NET_1_1,NET_2_0</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0|AnyCPU' "> |
|
<DefineConstants>NET_1_1,NET_2_0</DefineConstants> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Compile Include="cs-parser.cs"/> |
|
<Reference Include="System.dll"/> |
|
<Reference Include="System.Core.dll"/> |
|
<Reference Include="System.XML.dll"/> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildProjectDirectory)\..\build\msbuild\Mono.Common.targets"/> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
|
<Target Name="BeforeBuild" DependsOnTargets="SetupProject"> |
|
<Exec Command="..\jay\jay.exe -cvt < ..\jay\skeleton.cs cs-parser.jay > cs-parser.cs"/> |
|
</Target> |
|
</Project> |