Optimized constructor readonly access has to be inside same declarting type
[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</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_4_0;STATIC</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="ikvm.cs" />\r
82     <Compile Include="import.cs" />\r
83     <Compile Include="lambda.cs">\r
84     </Compile>\r
85     <Compile Include="cs-parser.cs" />\r
86     <Compile Include="cs-tokenizer.cs">\r
87     </Compile>\r
88     <Compile Include="decl.cs">\r
89     </Compile>\r
90     <Compile Include="delegate.cs">\r
91     </Compile>\r
92     <Compile Include="doc.cs">\r
93     </Compile>\r
94     <Compile Include="driver.cs">\r
95     </Compile>\r
96     <Compile Include="ecore.cs">\r
97     </Compile>\r
98     <Compile Include="enum.cs">\r
99     </Compile>\r
100     <Compile Include="expression.cs">\r
101     </Compile>\r
102     <Compile Include="flowanalysis.cs">\r
103     </Compile>\r
104     <Compile Include="generic.cs" />\r
105     <Compile Include="iterators.cs">\r
106     </Compile>\r
107     <Compile Include="literal.cs">\r
108     </Compile>\r
109     <Compile Include="location.cs">\r
110     </Compile>\r
111     <Compile Include="membercache.cs" />\r
112     <Compile Include="method.cs" />\r
113     <Compile Include="modifiers.cs">\r
114     </Compile>\r
115     <Compile Include="namespace.cs">\r
116     </Compile>\r
117     <Compile Include="nullable.cs" />\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 Include="pending.cs" />\r
123     <Compile Include="property.cs" />\r
124     <Compile Include="reflection.cs" />\r
125     <Compile Include="report.cs" />\r
126     <Compile Include="rootcontext.cs">\r
127     </Compile>\r
128     <Compile Include="roottypes.cs">\r
129     </Compile>\r
130     <Compile Include="statement.cs">\r
131     </Compile>\r
132     <Compile Include="support.cs">\r
133     </Compile>\r
134     <Compile Include="symbolwriter.cs">\r
135     </Compile>\r
136     <Compile Include="typemanager.cs">\r
137     </Compile>\r
138     <Compile Include="linq.cs" />\r
139     <Compile Include="field.cs" />\r
140     <Compile Include="typespec.cs" />\r
141   </ItemGroup>\r
142   <ItemGroup Label="IKVM.Reflection">\r
143     <Compile Include="..\class\IKVM.Reflection\*.cs">\r
144       <Visible>false</Visible>\r
145     </Compile>\r
146     <Compile Include="..\class\IKVM.Reflection\Emit\*.cs">\r
147       <Visible>false</Visible>\r
148     </Compile>\r
149     <Compile Include="..\class\IKVM.Reflection\Metadata\*.cs">\r
150       <Visible>false</Visible>\r
151     </Compile>\r
152     <Compile Include="..\class\IKVM.Reflection\Reader\*.cs">\r
153       <Visible>false</Visible>\r
154     </Compile>\r
155     <Compile Include="..\class\IKVM.Reflection\Writer\*.cs">\r
156       <Visible>false</Visible>\r
157     </Compile>\r
158     <Compile Include="..\class\IKVM.Reflection\Impl\CryptoHack.cs">\r
159       <Visible>false</Visible>\r
160     </Compile>\r
161     <Compile Include="..\class\IKVM.Reflection\Impl\ITypeOwner.cs">\r
162       <Visible>false</Visible>\r
163     </Compile>\r
164     <Compile Include="..\class\IKVM.Reflection\Impl\SymbolSupport.cs">\r
165       <Visible>false</Visible>\r
166     </Compile>\r
167   </ItemGroup>\r
168   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
169   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
170        Other similar extension points exist, see Microsoft.Common.targets.
171   <Target Name="BeforeBuild">
172   </Target>
173   <Target Name="AfterBuild">
174   </Target>
175   -->\r
176 </Project>