2010-05-19 Jb Evain <jbevain@novell.com>
[mcs.git] / tools / csharp / csharp.csproj
blob4bfce6a159c7c721c2cf72b7f1f9c8afefdd0d01
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.30729</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{0831DD4E-B428-4D6C-90B1-2206DBD4F92E}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>csharp</RootNamespace>
12     <AssemblyName>csharp</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>TRACE;DEBUG;ON_DOTNET</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30     <DefineConstants>TRACE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="System" />
36     <Reference Include="System.Core">
37       <RequiredTargetFramework>3.5</RequiredTargetFramework>
38     </Reference>
39   </ItemGroup>
40   <ItemGroup>
41     <Compile Include="..\..\class\corlib\Mono\DataConverter.cs">
42       <Link>DataConverter.cs</Link>
43     </Compile>
44     <Compile Include="getline.cs" />
45     <Compile Include="repl.cs" />
46   </ItemGroup>
47   <ItemGroup>
48     <ProjectReference Include="..\..\class\Mono.CSharp\Mono.CSharp.csproj">
49       <Project>{817CE046-07E8-409D-84BF-A6EA4F2879DE}</Project>
50       <Name>Mono.CSharp</Name>
51     </ProjectReference>
52   </ItemGroup>
53   <ItemGroup>
54     <Folder Include="Properties\" />
55   </ItemGroup>
56   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
57   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
58        Other similar extension points exist, see Microsoft.Common.targets.
59   <Target Name="BeforeBuild">
60   </Target>
61   <Target Name="AfterBuild">
62   </Target>
63   -->
64 </Project>