Flush:
[mono.git] / mcs / mcs / compiler.csproj
1 <VisualStudioProject>\r
2     <CSHARP\r
3         ProjectType = "Local"\r
4         ProductVersion = "7.0.9254"\r
5         SchemaVersion = "1.0"\r
6         ProjectGuid = "{896D1461-B76B-41C0-ABE6-ACA2BB4F7B5A}"\r
7     >\r
8         <Build>\r
9             <Settings\r
10                 ApplicationIcon = ""\r
11                 AssemblyKeyContainerName = ""\r
12                 AssemblyName = "compiler"\r
13                 AssemblyOriginatorKeyFile = ""\r
14                 DefaultClientScript = "JScript"\r
15                 DefaultHTMLPageLayout = "Grid"\r
16                 DefaultTargetSchema = "IE50"\r
17                 DelaySign = "false"\r
18                 NoStandardLibraries = "false"\r
19                 OutputType = "Exe"\r
20                 RootNamespace = "CIR"\r
21                 StartupObject = ""\r
22             >\r
23                 <Config\r
24                     Name = "Debug"\r
25                     AllowUnsafeBlocks = "false"\r
26                     BaseAddress = "285212672"\r
27                     CheckForOverflowUnderflow = "false"\r
28                     ConfigurationOverrideFile = ""\r
29                     DefineConstants = "DEBUG;TRACE"\r
30                     DocumentationFile = ""\r
31                     DebugSymbols = "true"\r
32                     FileAlignment = "4096"\r
33                     IncrementalBuild = "true"\r
34                     Optimize = "false"\r
35                     OutputPath = "bin\Debug\"\r
36                     RegisterForComInterop = "false"\r
37                     RemoveIntegerChecks = "false"\r
38                     TreatWarningsAsErrors = "false"\r
39                     WarningLevel = "4"\r
40                 />\r
41                 <Config\r
42                     Name = "Release"\r
43                     AllowUnsafeBlocks = "false"\r
44                     BaseAddress = "285212672"\r
45                     CheckForOverflowUnderflow = "false"\r
46                     ConfigurationOverrideFile = ""\r
47                     DefineConstants = "TRACE"\r
48                     DocumentationFile = ""\r
49                     DebugSymbols = "false"\r
50                     FileAlignment = "4096"\r
51                     IncrementalBuild = "true"\r
52                     Optimize = "true"\r
53                     OutputPath = "bin\Release\"\r
54                     RegisterForComInterop = "false"\r
55                     RemoveIntegerChecks = "false"\r
56                     TreatWarningsAsErrors = "false"\r
57                     WarningLevel = "4"\r
58                 />\r
59             </Settings>\r
60             <References>\r
61                 <Reference\r
62                     Name = "System"\r
63                     AssemblyName = "System"\r
64                 />\r
65                 <Reference\r
66                     Name = "System.Data"\r
67                     AssemblyName = "System.Data"\r
68                 />\r
69                 <Reference\r
70                     Name = "System.XML"\r
71                     AssemblyName = "System.Xml"\r
72                 />\r
73             </References>\r
74         </Build>\r
75         <Files>\r
76             <Include>\r
77                 <File\r
78                     RelPath = "AssemblyInfo.cs"\r
79                     SubType = "Code"\r
80                     BuildAction = "Compile"\r
81                 />\r
82                 <File\r
83                     RelPath = "assign.cs"\r
84                     SubType = "Code"\r
85                     BuildAction = "Compile"\r
86                 />\r
87                 <File\r
88                     RelPath = "attribute.cs"\r
89                     SubType = "Code"\r
90                     BuildAction = "Compile"\r
91                 />\r
92                 <File\r
93                     RelPath = "class.cs"\r
94                     SubType = "Code"\r
95                     BuildAction = "Compile"\r
96                 />\r
97                 <File\r
98                     RelPath = "codegen.cs"\r
99                     SubType = "Code"\r
100                     BuildAction = "Compile"\r
101                 />\r
102                 <File\r
103                     RelPath = "constant.cs"\r
104                     SubType = "Code"\r
105                     BuildAction = "Compile"\r
106                 />\r
107                 <File\r
108                     RelPath = "cs-parser.cs"\r
109                     SubType = "Code"\r
110                     BuildAction = "Compile"\r
111                 />\r
112                 <File\r
113                     RelPath = "cs-tokenizer.cs"\r
114                     SubType = "Code"\r
115                     BuildAction = "Compile"\r
116                 />\r
117                 <File\r
118                     RelPath = "decl.cs"\r
119                     SubType = "Code"\r
120                     BuildAction = "Compile"\r
121                 />\r
122                 <File\r
123                     RelPath = "delegate.cs"\r
124                     SubType = "Code"\r
125                     BuildAction = "Compile"\r
126                 />\r
127                 <File\r
128                     RelPath = "driver.cs"\r
129                     SubType = "Code"\r
130                     BuildAction = "Compile"\r
131                 />\r
132                 <File\r
133                     RelPath = "enum.cs"\r
134                     SubType = "Code"\r
135                     BuildAction = "Compile"\r
136                 />\r
137                 <File\r
138                     RelPath = "expression.cs"\r
139                     SubType = "Code"\r
140                     BuildAction = "Compile"\r
141                 />\r
142                 <File\r
143                     RelPath = "generator.cs"\r
144                     SubType = "Code"\r
145                     BuildAction = "Compile"\r
146                 />\r
147                 <File\r
148                     RelPath = "genericparser.cs"\r
149                     SubType = "Code"\r
150                     BuildAction = "Compile"\r
151                 />\r
152                 <File\r
153                     RelPath = "gen-treedump.cs"\r
154                     SubType = "Code"\r
155                     BuildAction = "Compile"\r
156                 />\r
157                 <File\r
158                     RelPath = "interface.cs"\r
159                     SubType = "Code"\r
160                     BuildAction = "Compile"\r
161                 />\r
162                 <File\r
163                     RelPath = "literal.cs"\r
164                     SubType = "Code"\r
165                     BuildAction = "Compile"\r
166                 />\r
167                 <File\r
168                     RelPath = "modifiers.cs"\r
169                     SubType = "Code"\r
170                     BuildAction = "Compile"\r
171                 />\r
172                 <File\r
173                     RelPath = "namespace.cs"\r
174                     SubType = "Code"\r
175                     BuildAction = "Compile"\r
176                 />\r
177                 <File\r
178                     RelPath = "parameter.cs"\r
179                     SubType = "Code"\r
180                     BuildAction = "Compile"\r
181                 />\r
182                 <File\r
183                     RelPath = "parameterCollection.cs"\r
184                     SubType = "Code"\r
185                     BuildAction = "Compile"\r
186                 />\r
187                 <File\r
188                     RelPath = "report.cs"\r
189                     SubType = "Code"\r
190                     BuildAction = "Compile"\r
191                 />\r
192                 <File\r
193                     RelPath = "rootcontext.cs"\r
194                     SubType = "Code"\r
195                     BuildAction = "Compile"\r
196                 />\r
197                 <File\r
198                     RelPath = "statement.cs"\r
199                     SubType = "Code"\r
200                     BuildAction = "Compile"\r
201                 />\r
202                 <File\r
203                     RelPath = "statementCollection.cs"\r
204                     SubType = "Code"\r
205                     BuildAction = "Compile"\r
206                 />\r
207                 <File\r
208                     RelPath = "support.cs"\r
209                     SubType = "Code"\r
210                     BuildAction = "Compile"\r
211                 />\r
212                 <File\r
213                     RelPath = "tree.cs"\r
214                     SubType = "Code"\r
215                     BuildAction = "Compile"\r
216                 />\r
217                 <File\r
218                     RelPath = "typemanager.cs"\r
219                     SubType = "Code"\r
220                     BuildAction = "Compile"\r
221                 />\r
222             </Include>\r
223         </Files>\r
224     </CSHARP>\r
225 </VisualStudioProject>\r
226 \r