2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / mcs / gmcs.csproj
blob612d21a4117532f522306369e01466115bbc807a
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}</ProjectGuid>\r
9     <OutputType>Exe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>gmcs</RootNamespace>\r
12     <AssemblyName>gmcs</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>.</OutputPath>\r
21     <DefineConstants>TRACE;DEBUG;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24     <UseVSHostingProcess>false</UseVSHostingProcess>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
27     <DebugType>pdbonly</DebugType>\r
28     <Optimize>true</Optimize>\r
29     <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE</DefineConstants>\r
32     <ErrorReport>prompt</ErrorReport>\r
33     <WarningLevel>4</WarningLevel>\r
34     <OutputPath>.</OutputPath>\r
35   </PropertyGroup>\r
36   <ItemGroup>\r
37     <Reference Include="System" />\r
38     <Reference Include="System.Core">\r
39       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
40     </Reference>\r
41     <Reference Include="System.Xml" />\r
42   </ItemGroup>\r
43   <ItemGroup>\r
44     <Compile Include="..\build\common\Consts.cs" />\r
45     <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs" />\r
46     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs" />\r
47     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs" />\r
48     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs" />\r
49     <Compile Include="argument.cs" />\r
50     <Compile Include="AssemblyInfo.cs" />\r
51     <Compile Include="anonymous.cs" />\r
52     <Compile Include="assign.cs" />\r
53     <Compile Include="attribute.cs" />\r
54     <Compile Include="cfold.cs" />\r
55     <Compile Include="class.cs" />\r
56     <Compile Include="codegen.cs" />\r
57     <Compile Include="complete.cs" />\r
58     <Compile Include="const.cs" />\r
59     <Compile Include="constant.cs" />\r
60     <Compile Include="context.cs" />\r
61     <Compile Include="convert.cs" />\r
62     <Compile Include="dynamic.cs" />\r
63     <Compile Include="eval.cs" />\r
64     <Compile Include="import.cs" />\r
65     <Compile Include="lambda.cs" />\r
66     <Compile Include="cs-parser.cs" />\r
67     <Compile Include="cs-tokenizer.cs" />\r
68     <Compile Include="decl.cs" />\r
69     <Compile Include="delegate.cs" />\r
70     <Compile Include="doc.cs" />\r
71     <Compile Include="driver.cs" />\r
72     <Compile Include="ecore.cs" />\r
73     <Compile Include="enum.cs" />\r
74     <Compile Include="expression.cs" />\r
75     <Compile Include="flowanalysis.cs" />\r
76     <Compile Include="generic.cs" />\r
77     <Compile Include="iterators.cs" />\r
78     <Compile Include="literal.cs" />\r
79     <Compile Include="location.cs" />\r
80     <Compile Include="membercache.cs" />\r
81     <Compile Include="method.cs" />\r
82     <Compile Include="modifiers.cs" />\r
83     <Compile Include="namespace.cs" />\r
84     <Compile Include="nullable.cs" />\r
85     <Compile Include="..\tools\monop\outline.cs" />\r
86     <Compile Include="parameter.cs" />\r
87     <Compile Include="pending.cs" />\r
88     <Compile Include="property.cs" />\r
89     <Compile Include="report.cs" />\r
90     <Compile Include="rootcontext.cs" />\r
91     <Compile Include="roottypes.cs" />\r
92     <Compile Include="statement.cs" />\r
93     <Compile Include="support.cs" />\r
94     <Compile Include="symbolwriter.cs" />\r
95     <Compile Include="typemanager.cs" />\r
96     <Compile Include="linq.cs" />\r
97     <Compile Include="field.cs" />\r
98     <Compile Include="typespec.cs" />\r
99     <Compile Include="visit.cs" />\r
100   </ItemGroup>\r
101   <ItemGroup>\r
102     <Folder Include="Properties\" />\r
103   </ItemGroup>\r
104   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
105   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
106        Other similar extension points exist, see Microsoft.Common.targets.\r
107   <Target Name="BeforeBuild">\r
108   </Target>\r
109   <Target Name="AfterBuild">\r
110   </Target>\r
111   -->\r
112 </Project>