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