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