codeowners update
[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>8.0.30703</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     <FileAlignment>512</FileAlignment>\r
14     <PlatformTarget>x86</PlatformTarget>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>True</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>False</Optimize>\r
20     <OutputPath>.</OutputPath>\r
21     <DefineConstants>TRACE;DEBUG;NET_4_5;STATIC;NO_SYMBOL_WRITER;NO_AUTHENTICODE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24     <UseVSHostingProcess>false</UseVSHostingProcess>\r
25     <Commandlineparameters></Commandlineparameters>\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;NO_AUTHENTICODE</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   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug - AST|AnyCPU'">\r
37     <DebugSymbols>True</DebugSymbols>\r
38     <OutputPath>.</OutputPath>\r
39     <DefineConstants>TRACE;DEBUG;NET_4_0;STATIC;NO_SYMBOL_WRITER;NO_AUTHENTICODE;FULL_AST</DefineConstants>\r
40     <DebugType>full</DebugType>\r
41     <CodeAnalysisLogFile>mcs.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>\r
42     <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>\r
43     <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>\r
44     <UseVSHostingProcess>false</UseVSHostingProcess>\r
45     <ErrorReport>prompt</ErrorReport>\r
46     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>\r
47     <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>\r
48     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
49     <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>\r
50     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
51     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
52     <WarningLevel>4</WarningLevel>\r
53     <Optimize>False</Optimize>\r
54   </PropertyGroup>\r
55   <ItemGroup>\r
56     <Reference Include="System" />\r
57     <Reference Include="System.Xml" />\r
58   </ItemGroup>\r
59   <ItemGroup>\r
60     <Compile Include="..\build\common\Consts.cs">\r
61     </Compile>\r
62     <Compile Include="..\class\Mono.Security\Mono.Security.Cryptography\CryptoConvert.cs">\r
63       <Link>CryptoConvert.cs</Link>\r
64     </Compile>\r
65     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolFile.cs">\r
66       <Link>MonoSymbolFile.cs</Link>\r
67     </Compile>\r
68     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\MonoSymbolTable.cs">\r
69       <Link>MonoSymbolTable.cs</Link>\r
70     </Compile>\r
71     <Compile Include="..\class\Mono.CompilerServices.SymbolWriter\SourceMethodBuilder.cs">\r
72       <Link>SourceMethodBuilder.cs</Link>\r
73     </Compile>\r
74     <Compile Include="argument.cs" />\r
75     <Compile Include="assembly.cs" />\r
76     <Compile Include="AssemblyInfo.cs">\r
77     </Compile>\r
78     <Compile Include="anonymous.cs">\r
79     </Compile>\r
80     <Compile Include="assign.cs">\r
81     </Compile>\r
82     <Compile Include="async.cs" />\r
83     <Compile Include="attribute.cs">\r
84     </Compile>\r
85     <Compile Include="cfold.cs">\r
86     </Compile>\r
87     <Compile Include="class.cs">\r
88     </Compile>\r
89     <Compile Include="codegen.cs">\r
90     </Compile>\r
91     <Compile Include="complete.cs" />\r
92     <Compile Include="const.cs">\r
93     </Compile>\r
94     <Compile Include="constant.cs">\r
95     </Compile>\r
96     <Compile Include="convert.cs">\r
97     </Compile>\r
98     <Compile Include="context.cs" />\r
99     <Compile Include="dynamic.cs" />\r
100     <Compile Include="eval.cs" />\r
101     <Compile Include="ikvm.cs" />\r
102     <Compile Include="import.cs" />\r
103     <Compile Include="lambda.cs">\r
104     </Compile>\r
105     <Compile Include="cs-parser.cs" />\r
106     <Compile Include="cs-tokenizer.cs">\r
107     </Compile>\r
108     <Compile Include="decl.cs">\r
109     </Compile>\r
110     <Compile Include="delegate.cs">\r
111     </Compile>\r
112     <Compile Include="doc.cs">\r
113     </Compile>\r
114     <Compile Include="driver.cs">\r
115     </Compile>\r
116     <Compile Include="ecore.cs">\r
117     </Compile>\r
118     <Compile Include="enum.cs">\r
119     </Compile>\r
120     <Compile Include="expression.cs">\r
121     </Compile>\r
122     <Compile Include="flowanalysis.cs">\r
123     </Compile>\r
124     <Compile Include="generic.cs" />\r
125     <Compile Include="iterators.cs">\r
126     </Compile>\r
127     <Compile Include="literal.cs">\r
128     </Compile>\r
129     <Compile Include="location.cs">\r
130     </Compile>\r
131     <Compile Include="membercache.cs" />\r
132     <Compile Include="method.cs" />\r
133     <Compile Include="modifiers.cs">\r
134     </Compile>\r
135     <Compile Include="namespace.cs">\r
136     </Compile>\r
137     <Compile Include="nullable.cs" />\r
138     <Compile Include="..\tools\monop\outline.cs">\r
139       <Link>outline.cs</Link>\r
140     </Compile>\r
141     <Compile Include="parameter.cs" />\r
142     <Compile Include="pending.cs" />\r
143     <Compile Include="property.cs" />\r
144     <Compile Include="reflection.cs" />\r
145     <Compile Include="report.cs" />\r
146     <Compile Include="settings.cs">\r
147     </Compile>\r
148     <Compile Include="module.cs">\r
149     </Compile>\r
150     <Compile Include="statement.cs">\r
151     </Compile>\r
152     <Compile Include="support.cs">\r
153     </Compile>\r
154     <Compile Include="typemanager.cs">\r
155     </Compile>\r
156     <Compile Include="linq.cs" />\r
157     <Compile Include="field.cs" />\r
158     <Compile Include="typespec.cs" />\r
159     <Compile Include="visit.cs" />\r
160     <Compile Include="tuples.cs" />\r
161   </ItemGroup>\r
162   <ItemGroup Label="IKVM.Reflection">\r
163     <Compile Include="..\..\external\ikvm\reflect\*.cs">\r
164       <Visible>False</Visible>\r
165     </Compile>\r
166     <Compile Include="..\..\external\ikvm\reflect\Emit\*.cs">\r
167       <Visible>False</Visible>\r
168     </Compile>\r
169     <Compile Include="..\..\external\ikvm\reflect\Metadata\*.cs">\r
170       <Visible>False</Visible>\r
171     </Compile>\r
172     <Compile Include="..\..\external\ikvm\reflect\Reader\*.cs">\r
173       <Visible>False</Visible>\r
174     </Compile>\r
175     <Compile Include="..\..\external\ikvm\reflect\Writer\*.cs">\r
176       <Visible>False</Visible>\r
177     </Compile>\r
178     <Compile Include="..\..\external\ikvm\reflect\Impl\ITypeOwner.cs">\r
179       <Visible>False</Visible>\r
180     </Compile>\r
181     <Compile Include="..\..\external\ikvm\reflect\Impl\SymbolSupport.cs">\r
182       <Visible>False</Visible>\r
183     </Compile>\r
184   </ItemGroup>\r
185   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
186   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
187        Other similar extension points exist, see Microsoft.Common.targets.\r
188   <Target Name="BeforeBuild">\r
189   </Target>\r
190   <Target Name="AfterBuild">\r
191   </Target>\r
192   -->\r
193 </Project>\r