1<VisualStudioProject>
2    <CSHARP
3        ProjectType = "Local"
4        ProductVersion = "7.10.3077"
5        SchemaVersion = "2.0"
6        ProjectGuid = "{83DD7E12-A705-4DBA-9D71-09C8973D9382}"
7    >
8        <Build>
9            <Settings
10                ApplicationIcon = ""
11                AssemblyKeyContainerName = ""
12                AssemblyName = "nunit.framework"
13                AssemblyOriginatorKeyFile = ""
14                DefaultClientScript = "JScript"
15                DefaultHTMLPageLayout = "Grid"
16                DefaultTargetSchema = "IE50"
17                DelaySign = "false"
18                OutputType = "Library"
19                PreBuildEvent = ""
20                PostBuildEvent = ""
21                RootNamespace = "NUnit.Framework"
22                RunPostBuildEvent = "OnBuildSuccess"
23                StartupObject = ""
24            >
25                <Config
26                    Name = "Debug"
27                    AllowUnsafeBlocks = "false"
28                    BaseAddress = "285212672"
29                    CheckForOverflowUnderflow = "false"
30                    ConfigurationOverrideFile = ""
31                    DefineConstants = "DEBUG;TRACE"
32                    DocumentationFile = "bin\Debug\nunit.framework.xml"
33                    DebugSymbols = "true"
34                    FileAlignment = "4096"
35                    IncrementalBuild = "true"
36                    NoStdLib = "false"
37                    NoWarn = ""
38                    Optimize = "false"
39                    OutputPath = "bin\Debug\"
40                    RegisterForComInterop = "false"
41                    RemoveIntegerChecks = "false"
42                    TreatWarningsAsErrors = "false"
43                    WarningLevel = "4"
44                />
45                <Config
46                    Name = "Release"
47                    AllowUnsafeBlocks = "false"
48                    BaseAddress = "285212672"
49                    CheckForOverflowUnderflow = "false"
50                    ConfigurationOverrideFile = ""
51                    DefineConstants = "TRACE"
52                    DocumentationFile = "bin\Release\nunit.framework.xml"
53                    DebugSymbols = "false"
54                    FileAlignment = "4096"
55                    IncrementalBuild = "false"
56                    NoStdLib = "false"
57                    NoWarn = ""
58                    Optimize = "true"
59                    OutputPath = "bin\Release\"
60                    RegisterForComInterop = "false"
61                    RemoveIntegerChecks = "false"
62                    TreatWarningsAsErrors = "false"
63                    WarningLevel = "4"
64                />
65            </Settings>
66            <References>
67                <Reference
68                    Name = "System"
69                    AssemblyName = "System"
70                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
71                />
72                <Reference
73                    Name = "System.Data"
74                    AssemblyName = "System.Data"
75                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
76                />
77                <Reference
78                    Name = "System.XML"
79                    AssemblyName = "System.Xml"
80                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
81                />
82            </References>
83        </Build>
84        <Files>
85            <Include>
86                <File
87                    RelPath = "AbstractAsserter.cs"
88                    SubType = "Code"
89                    BuildAction = "Compile"
90                />
91                <File
92                    RelPath = "AssemblyInfo.cs"
93                    SubType = "Code"
94                    BuildAction = "Compile"
95                />
96                <File
97                    RelPath = "Assert.cs"
98                    SubType = "Code"
99                    BuildAction = "Compile"
100                />
101                <File
102                    RelPath = "Assertion.cs"
103                    SubType = "Code"
104                    BuildAction = "Compile"
105                />
106                <File
107                    RelPath = "AssertionException.cs"
108                    SubType = "Code"
109                    BuildAction = "Compile"
110                />
111                <File
112                    RelPath = "AssertionFailureMessage.cs"
113                    SubType = "Code"
114                    BuildAction = "Compile"
115                />
116                <File
117                    RelPath = "AssertionHelper.cs"
118                    SubType = "Code"
119                    BuildAction = "Compile"
120                />
121                <File
122                    RelPath = "CategoryAttribute.cs"
123                    SubType = "Code"
124                    BuildAction = "Compile"
125                />
126                <File
127                    RelPath = "CollectionAssert.cs"
128                    SubType = "Code"
129                    BuildAction = "Compile"
130                />
131                <File
132                    RelPath = "CommonAssemblyInfo.cs"
133                    Link = "..\..\CommonAssemblyInfo.cs"
134                    SubType = "Code"
135                    BuildAction = "Compile"
136                />
137                <File
138                    RelPath = "DescriptionAttribute.cs"
139                    SubType = "Code"
140                    BuildAction = "Compile"
141                />
142                <File
143                    RelPath = "ExpectedExceptionAttribute.cs"
144                    SubType = "Code"
145                    BuildAction = "Compile"
146                />
147                <File
148                    RelPath = "ExplicitAttribute.cs"
149                    SubType = "Code"
150                    BuildAction = "Compile"
151                />
152                <File
153                    RelPath = "FileAssert.cs"
154                    SubType = "Code"
155                    BuildAction = "Compile"
156                />
157                <File
158                    RelPath = "IAsserter.cs"
159                    SubType = "Code"
160                    BuildAction = "Compile"
161                />
162                <File
163                    RelPath = "IExpectException.cs"
164                    SubType = "Code"
165                    BuildAction = "Compile"
166                />
167                <File
168                    RelPath = "IgnoreAttribute.cs"
169                    SubType = "Code"
170                    BuildAction = "Compile"
171                />
172                <File
173                    RelPath = "IgnoreException.cs"
174                    SubType = "Code"
175                    BuildAction = "Compile"
176                />
177                <File
178                    RelPath = "IncludeExcludeAttributes.cs"
179                    SubType = "Code"
180                    BuildAction = "Compile"
181                />
182                <File
183                    RelPath = "MessageWriter.cs"
184                    SubType = "Code"
185                    BuildAction = "Compile"
186                />
187                <File
188                    RelPath = "MsgUtils.cs"
189                    SubType = "Code"
190                    BuildAction = "Compile"
191                />
192                <File
193                    RelPath = "OldTestCase.cs"
194                    SubType = "Code"
195                    BuildAction = "Compile"
196                />
197                <File
198                    RelPath = "PropertyAttribute.cs"
199                    SubType = "Code"
200                    BuildAction = "Compile"
201                />
202                <File
203                    RelPath = "SetCultureAttribute.cs"
204                    SubType = "Code"
205                    BuildAction = "Compile"
206                />
207                <File
208                    RelPath = "GlobalSettings.cs"
209                    SubType = "Code"
210                    BuildAction = "Compile"
211                />
212                <File
213                    RelPath = "SetUpAttribute.cs"
214                    SubType = "Code"
215                    BuildAction = "Compile"
216                />
217                <File
218                    RelPath = "SetUpFixtureAttribute.cs"
219                    SubType = "Code"
220                    BuildAction = "Compile"
221                />
222                <File
223                    RelPath = "StringAssert.cs"
224                    SubType = "Code"
225                    BuildAction = "Compile"
226                />
227                <File
228                    RelPath = "SuiteAttribute.cs"
229                    SubType = "Code"
230                    BuildAction = "Compile"
231                />
232                <File
233                    RelPath = "TearDownAttribute.cs"
234                    SubType = "Code"
235                    BuildAction = "Compile"
236                />
237                <File
238                    RelPath = "TestAttribute.cs"
239                    SubType = "Code"
240                    BuildAction = "Compile"
241                />
242                <File
243                    RelPath = "TestFixtureAttribute.cs"
244                    SubType = "Code"
245                    BuildAction = "Compile"
246                />
247                <File
248                    RelPath = "TestFixtureSetUpAttribute.cs"
249                    SubType = "Code"
250                    BuildAction = "Compile"
251                />
252                <File
253                    RelPath = "TestFixtureTearDownAttribute.cs"
254                    SubType = "Code"
255                    BuildAction = "Compile"
256                />
257                <File
258                    RelPath = "TextMessageWriter.cs"
259                    SubType = "Code"
260                    BuildAction = "Compile"
261                />
262                <File
263                    RelPath = "Constraints\BinaryOperations.cs"
264                    SubType = "Code"
265                    BuildAction = "Compile"
266                />
267                <File
268                    RelPath = "Constraints\CollectionConstraints.cs"
269                    SubType = "Code"
270                    BuildAction = "Compile"
271                />
272                <File
273                    RelPath = "Constraints\ComparisonConstraints.cs"
274                    SubType = "Code"
275                    BuildAction = "Compile"
276                />
277                <File
278                    RelPath = "Constraints\Constraint.cs"
279                    SubType = "Code"
280                    BuildAction = "Compile"
281                />
282                <File
283                    RelPath = "Constraints\ConstraintBuilder.cs"
284                    SubType = "Code"
285                    BuildAction = "Compile"
286                />
287                <File
288                    RelPath = "Constraints\ContainsConstraint.cs"
289                    SubType = "Code"
290                    BuildAction = "Compile"
291                />
292                <File
293                    RelPath = "Constraints\EmptyConstraint.cs"
294                    SubType = "Code"
295                    BuildAction = "Compile"
296                />
297                <File
298                    RelPath = "Constraints\EqualConstraint.cs"
299                    SubType = "Code"
300                    BuildAction = "Compile"
301                />
302                <File
303                    RelPath = "Constraints\Numerics.cs"
304                    SubType = "Code"
305                    BuildAction = "Compile"
306                />
307                <File
308                    RelPath = "Constraints\PrefixConstraints.cs"
309                    SubType = "Code"
310                    BuildAction = "Compile"
311                />
312                <File
313                    RelPath = "Constraints\PropertyConstraint.cs"
314                    SubType = "Code"
315                    BuildAction = "Compile"
316                />
317                <File
318                    RelPath = "Constraints\SameAsConstraint.cs"
319                    SubType = "Code"
320                    BuildAction = "Compile"
321                />
322                <File
323                    RelPath = "Constraints\StringConstraints.cs"
324                    SubType = "Code"
325                    BuildAction = "Compile"
326                />
327                <File
328                    RelPath = "Constraints\TypeConstraints.cs"
329                    SubType = "Code"
330                    BuildAction = "Compile"
331                />
332                <File
333                    RelPath = "SyntaxHelpers\Has.cs"
334                    SubType = "Code"
335                    BuildAction = "Compile"
336                />
337                <File
338                    RelPath = "SyntaxHelpers\Is.cs"
339                    SubType = "Code"
340                    BuildAction = "Compile"
341                />
342                <File
343                    RelPath = "SyntaxHelpers\List.cs"
344                    SubType = "Code"
345                    BuildAction = "Compile"
346                />
347                <File
348                    RelPath = "SyntaxHelpers\ListMapper.cs"
349                    SubType = "Code"
350                    BuildAction = "Compile"
351                />
352                <File
353                    RelPath = "SyntaxHelpers\Text.cs"
354                    SubType = "Code"
355                    BuildAction = "Compile"
356                />
357            </Include>
358        </Files>
359    </CSHARP>
360</VisualStudioProject>
361
362