Avoid creating a temporary variable when target await expression is does not include...
[mono.git] / mcs / mcs / mcs.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>Mono.CSharp</RootNamespace>\r
12     <AssemblyName>mcs</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;STATIC;NO_SYMBOL_WRITER</DefineConstants>\r
23     <ErrorReport>prompt</ErrorReport>\r
24     <WarningLevel>4</WarningLevel>\r
25     <UseVSHostingProcess>false</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_4_0;STATIC;NO_SYMBOL_WRITER</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="async.cs" />\r
64     <Compile Include="attribute.cs">\r
65     </Compile>\r
66     <Compile Include="cfold.cs">\r
67     </Compile>\r
68     <Compile Include="class.cs">\r
69     </Compile>\r
70     <Compile Include="codegen.cs">\r
71     </Compile>\r
72     <Compile Include="complete.cs" />\r
73     <Compile Include="const.cs">\r
74     </Compile>\r
75     <Compile Include="constant.cs">\r
76     </Compile>\r
77     <Compile Include="convert.cs">\r
78     </Compile>\r
79     <Compile Include="context.cs" />\r
80     <Compile Include="dynamic.cs" />\r
81     <Compile Include="eval.cs" />\r
82     <Compile Include="ikvm.cs" />\r
83     <Compile Include="import.cs" />\r
84     <Compile Include="lambda.cs">\r
85     </Compile>\r
86     <Compile Include="cs-parser.cs" />\r
87     <Compile Include="cs-tokenizer.cs">\r
88     </Compile>\r
89     <Compile Include="decl.cs">\r
90     </Compile>\r
91     <Compile Include="delegate.cs">\r
92     </Compile>\r
93     <Compile Include="doc.cs">\r
94     </Compile>\r
95     <Compile Include="driver.cs">\r
96     </Compile>\r
97     <Compile Include="ecore.cs">\r
98     </Compile>\r
99     <Compile Include="enum.cs">\r
100     </Compile>\r
101     <Compile Include="expression.cs">\r
102     </Compile>\r
103     <Compile Include="flowanalysis.cs">\r
104     </Compile>\r
105     <Compile Include="generic.cs" />\r
106     <Compile Include="iterators.cs">\r
107     </Compile>\r
108     <Compile Include="literal.cs">\r
109     </Compile>\r
110     <Compile Include="location.cs">\r
111     </Compile>\r
112     <Compile Include="membercache.cs" />\r
113     <Compile Include="method.cs" />\r
114     <Compile Include="modifiers.cs">\r
115     </Compile>\r
116     <Compile Include="namespace.cs">\r
117     </Compile>\r
118     <Compile Include="nullable.cs" />\r
119     <Compile Include="..\tools\monop\outline.cs">\r
120       <Link>outline.cs</Link>\r
121     </Compile>\r
122     <Compile Include="parameter.cs" />\r
123     <Compile Include="pending.cs" />\r
124     <Compile Include="property.cs" />\r
125     <Compile Include="reflection.cs" />\r
126     <Compile Include="report.cs" />\r
127     <Compile Include="rootcontext.cs">\r
128     </Compile>\r
129     <Compile Include="roottypes.cs">\r
130     </Compile>\r
131     <Compile Include="statement.cs">\r
132     </Compile>\r
133     <Compile Include="support.cs">\r
134     </Compile>\r
135     <Compile Include="symbolwriter.cs">\r
136     </Compile>\r
137     <Compile Include="typemanager.cs">\r
138     </Compile>\r
139     <Compile Include="linq.cs" />\r
140     <Compile Include="field.cs" />\r
141     <Compile Include="typespec.cs" />\r
142     <Compile Include="visit.cs" />\r
143   </ItemGroup>\r
144   <ItemGroup Label="IKVM.Reflection">\r
145     <Compile Include="..\class\IKVM.Reflection\*.cs">\r
146       <Visible>false</Visible>\r
147     </Compile>\r
148     <Compile Include="..\class\IKVM.Reflection\Emit\*.cs">\r
149       <Visible>false</Visible>\r
150     </Compile>\r
151     <Compile Include="..\class\IKVM.Reflection\Metadata\*.cs">\r
152       <Visible>false</Visible>\r
153     </Compile>\r
154     <Compile Include="..\class\IKVM.Reflection\Reader\*.cs">\r
155       <Visible>false</Visible>\r
156     </Compile>\r
157     <Compile Include="..\class\IKVM.Reflection\Writer\*.cs">\r
158       <Visible>false</Visible>\r
159     </Compile>\r
160     <Compile Include="..\class\IKVM.Reflection\Impl\CryptoHack.cs">\r
161       <Visible>false</Visible>\r
162     </Compile>\r
163     <Compile Include="..\class\IKVM.Reflection\Impl\ITypeOwner.cs">\r
164       <Visible>false</Visible>\r
165     </Compile>\r
166     <Compile Include="..\class\IKVM.Reflection\Impl\SymbolSupport.cs">\r
167       <Visible>false</Visible>\r
168     </Compile>\r
169   </ItemGroup>\r
170   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
171   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
172        Other similar extension points exist, see Microsoft.Common.targets.
173   <Target Name="BeforeBuild">
174   </Target>
175   <Target Name="AfterBuild">
176   </Target>
177   -->\r
178 </Project>