2010-05-25 Jb Evain <jbevain@novell.com>
[mcs.git] / mcs / dmcs.csproj
blob154cad49494adcf326e4dc1314166f9204eb7ed9
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" 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>10.0.20506</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{D4A01C5B-A1B5-48F5-BB5B-D2E1BD236E56}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>dmcs</RootNamespace>
12     <AssemblyName>dmcs</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <PlatformTarget>x86</PlatformTarget>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>.\</OutputPath>
22     <DefineConstants>TRACE;DEBUG;NET_4_0;MS_COMPATIBLE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25     <UseVSHostingProcess>true</UseVSHostingProcess>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>pdbonly</DebugType>
29     <Optimize>true</Optimize>
30     <DefineConstants>TRACE;NET_2_0;MS_COMPATIBLE;GMCS_SOURCE</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34     <OutputPath>.\</OutputPath>
35   </PropertyGroup>
36   <ItemGroup>
37     <Reference Include="System" />
38     <Reference Include="System.Xml" />
39   </ItemGroup>
40   <ItemGroup>
41     <Compile Include="..\build\common\Consts.cs">
42     </Compile>
43     <Compile Include="..\class\corlib\Mono.Security.Cryptography\CryptoConvert.cs">
44       <Link>CryptoConvert.cs</Link>
45     </Compile>
46     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">
47       <Link>MonoSymbolFile.cs</Link>
48     </Compile>
49     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs">
50       <Link>MonoSymbolTable.cs</Link>
51     </Compile>
52     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolWriter.cs">
53       <Link>MonoSymbolWriter.cs</Link>
54     </Compile>
55     <Compile Include="argument.cs" />
56     <Compile Include="AssemblyInfo.cs">
57     </Compile>
58     <Compile Include="anonymous.cs">
59     </Compile>
60     <Compile Include="assign.cs">
61     </Compile>
62     <Compile Include="attribute.cs">
63     </Compile>
64     <Compile Include="cfold.cs">
65     </Compile>
66     <Compile Include="class.cs">
67     </Compile>
68     <Compile Include="codegen.cs">
69     </Compile>
70     <Compile Include="complete.cs" />
71     <Compile Include="const.cs">
72     </Compile>
73     <Compile Include="constant.cs">
74     </Compile>
75     <Compile Include="convert.cs">
76     </Compile>
77     <Compile Include="context.cs" />
78     <Compile Include="dynamic.cs" />
79     <Compile Include="eval.cs" />
80     <Compile Include="import.cs" />
81     <Compile Include="lambda.cs">
82     </Compile>
83     <Compile Include="cs-parser.cs" />
84     <Compile Include="cs-tokenizer.cs">
85     </Compile>
86     <Compile Include="decl.cs">
87     </Compile>
88     <Compile Include="delegate.cs">
89     </Compile>
90     <Compile Include="doc.cs">
91     </Compile>
92     <Compile Include="driver.cs">
93     </Compile>
94     <Compile Include="ecore.cs">
95     </Compile>
96     <Compile Include="enum.cs">
97     </Compile>
98     <Compile Include="expression.cs">
99     </Compile>
100     <Compile Include="flowanalysis.cs">
101     </Compile>
102     <Compile Include="generic.cs" />
103     <Compile Include="iterators.cs">
104     </Compile>
105     <Compile Include="literal.cs">
106     </Compile>
107     <Compile Include="location.cs">
108     </Compile>
109     <Compile Include="membercache.cs" />
110     <Compile Include="method.cs" />
111     <Compile Include="modifiers.cs">
112     </Compile>
113     <Compile Include="namespace.cs">
114     </Compile>
115     <Compile Include="nullable.cs">
116     </Compile>
117     <Compile Include="..\tools\monop\outline.cs">
118       <Link>outline.cs</Link>
119     </Compile>
120     <Compile Include="parameter.cs">
121     </Compile>
122     <Compile Include="pending.cs">
123     </Compile>
124     <Compile Include="property.cs" />
125     <Compile Include="report.cs">
126     </Compile>
127     <Compile Include="rootcontext.cs">
128     </Compile>
129     <Compile Include="roottypes.cs">
130     </Compile>
131     <Compile Include="statement.cs">
132     </Compile>
133     <Compile Include="support.cs">
134     </Compile>
135     <Compile Include="symbolwriter.cs">
136     </Compile>
137     <Compile Include="typemanager.cs">
138     </Compile>
139     <Compile Include="linq.cs" />
140     <Compile Include="field.cs" />
141     <Compile Include="typespec.cs" />
142   </ItemGroup>
143   <ItemGroup>
144     <Folder Include="Properties\" />
145   </ItemGroup>
146   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
147   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
148        Other similar extension points exist, see Microsoft.Common.targets.
149   <Target Name="BeforeBuild">
150   </Target>
151   <Target Name="AfterBuild">
152   </Target>
153   -->
154 </Project>