2009-07-20 Jb Evain <jbevain@novell.com>
[mcs.git] / mcs / dmcs.csproj
blobe3574d27319c76f5276d9746e104460ef088ce0a
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_2_0;MS_COMPATIBLE;GMCS_SOURCE</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="dynamic.cs" />
78     <Compile Include="eval.cs" />
79     <Compile Include="lambda.cs">
80     </Compile>
81     <Compile Include="cs-parser.cs" />
82     <Compile Include="cs-tokenizer.cs">
83     </Compile>
84     <Compile Include="decl.cs">
85     </Compile>
86     <Compile Include="delegate.cs">
87     </Compile>
88     <Compile Include="doc.cs">
89     </Compile>
90     <Compile Include="driver.cs">
91     </Compile>
92     <Compile Include="ecore.cs">
93     </Compile>
94     <Compile Include="enum.cs">
95     </Compile>
96     <Compile Include="expression.cs">
97     </Compile>
98     <Compile Include="flowanalysis.cs">
99     </Compile>
100     <Compile Include="generic.cs" />
101     <Compile Include="iterators.cs">
102     </Compile>
103     <Compile Include="literal.cs">
104     </Compile>
105     <Compile Include="location.cs">
106     </Compile>
107     <Compile Include="modifiers.cs">
108     </Compile>
109     <Compile Include="namespace.cs">
110     </Compile>
111     <Compile Include="nullable.cs">
112     </Compile>
113     <Compile Include="..\tools\monop\outline.cs">
114       <Link>outline.cs</Link>
115     </Compile>
116     <Compile Include="parameter.cs">
117     </Compile>
118     <Compile Include="pending.cs">
119     </Compile>
120     <Compile Include="report.cs">
121     </Compile>
122     <Compile Include="rootcontext.cs">
123     </Compile>
124     <Compile Include="roottypes.cs">
125     </Compile>
126     <Compile Include="statement.cs">
127     </Compile>
128     <Compile Include="support.cs">
129     </Compile>
130     <Compile Include="symbolwriter.cs">
131     </Compile>
132     <Compile Include="typemanager.cs">
133     </Compile>
134     <Compile Include="linq.cs" />
135   </ItemGroup>
136   <ItemGroup>
137     <Folder Include="Properties\" />
138   </ItemGroup>
139   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
140   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
141        Other similar extension points exist, see Microsoft.Common.targets.
142   <Target Name="BeforeBuild">
143   </Target>
144   <Target Name="AfterBuild">
145   </Target>
146   -->
147 </Project>