~a-schlapsi/nunit-3.0/linux-makefile

« back to all changes in this revision

Viewing changes to solutions/vs2008/nunitlite/nunitlite.csproj

  • Committer: Andreas Schlapsi
  • Date: 2010-01-23 23:14:05 UTC
  • mfrom: (18.1.137 work)
  • Revision ID: a.schlapsi@gmx.at-20100123231405-17deqoh18nfnbq1j
Merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
    <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
44
44
      <Link>CommonAssemblyInfo.cs</Link>
45
45
    </Compile>
 
46
    <Compile Include="..\..\..\src\framework\Api\IApplyToTest.cs">
 
47
      <Link>Api\IApplyToTest.cs</Link>
 
48
    </Compile>
 
49
    <Compile Include="..\..\..\src\framework\Api\ITest.cs">
 
50
      <Link>Api\ITest.cs</Link>
 
51
    </Compile>
 
52
    <Compile Include="..\..\..\src\framework\Api\ITestListener.cs">
 
53
      <Link>Api\ITestListener.cs</Link>
 
54
    </Compile>
 
55
    <Compile Include="..\..\..\src\framework\Api\ITestResult.cs">
 
56
      <Link>Api\ITestResult.cs</Link>
 
57
    </Compile>
 
58
    <Compile Include="..\..\..\src\framework\Api\ResultState.cs">
 
59
      <Link>Api\ResultState.cs</Link>
 
60
    </Compile>
 
61
    <Compile Include="..\..\..\src\framework\Api\RunState.cs">
 
62
      <Link>Api\RunState.cs</Link>
 
63
    </Compile>
 
64
    <Compile Include="..\..\..\src\framework\Api\TestOutput.cs">
 
65
      <Link>Api\TestOutput.cs</Link>
 
66
    </Compile>
 
67
    <Compile Include="..\..\..\src\framework\Api\TestStatus.cs">
 
68
      <Link>Api\TestStatus.cs</Link>
 
69
    </Compile>
46
70
    <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
47
71
      <Link>AssemblyInfo.cs</Link>
48
72
    </Compile>
52
76
    <Compile Include="..\..\..\src\framework\AssertionHelper.cs">
53
77
      <Link>AssertionHelper.cs</Link>
54
78
    </Compile>
 
79
    <Compile Include="..\..\..\src\framework\Attributes\CategoryAttribute.cs">
 
80
      <Link>Attributes\CategoryAttribute.cs</Link>
 
81
    </Compile>
55
82
    <Compile Include="..\..\..\src\framework\Attributes\DescriptionAttribute.cs">
56
83
      <Link>Attributes\DescriptionAttribute.cs</Link>
57
84
    </Compile>
193
220
    <Compile Include="..\..\..\src\framework\Contains.cs">
194
221
      <Link>Contains.cs</Link>
195
222
    </Compile>
 
223
    <Compile Include="..\..\..\src\framework\Env.cs">
 
224
      <Link>Env.cs</Link>
 
225
    </Compile>
196
226
    <Compile Include="..\..\..\src\framework\Exceptions\AssertionException.cs">
197
227
      <Link>Exceptions\AssertionException.cs</Link>
198
228
    </Compile>
 
229
    <Compile Include="..\..\..\src\framework\Exceptions\IgnoreException.cs">
 
230
      <Link>Exceptions\IgnoreException.cs</Link>
 
231
    </Compile>
 
232
    <Compile Include="..\..\..\src\framework\Exceptions\InconclusiveException.cs">
 
233
      <Link>Exceptions\InconclusiveException.cs</Link>
 
234
    </Compile>
 
235
    <Compile Include="..\..\..\src\framework\Exceptions\SuccessException.cs">
 
236
      <Link>Exceptions\SuccessException.cs</Link>
 
237
    </Compile>
199
238
    <Compile Include="..\..\..\src\framework\GlobalSettings.cs">
200
239
      <Link>GlobalSettings.cs</Link>
201
240
    </Compile>
205
244
    <Compile Include="..\..\..\src\framework\IExpectException.cs">
206
245
      <Link>IExpectException.cs</Link>
207
246
    </Compile>
208
 
    <Compile Include="..\..\..\src\framework\Internal\Env.cs">
209
 
      <Link>Internal\Env.cs</Link>
 
247
    <Compile Include="..\..\..\src\framework\Internal\ExpectedExceptionProcessor.cs">
 
248
      <Link>Internal\ExpectedExceptionProcessor.cs</Link>
 
249
    </Compile>
 
250
    <Compile Include="..\..\..\src\framework\Internal\InvalidTestFixtureException.cs">
 
251
      <Link>Internal\InvalidTestFixtureException.cs</Link>
 
252
    </Compile>
 
253
    <Compile Include="..\..\..\src\framework\Internal\MethodHelper.cs">
 
254
      <Link>Internal\MethodHelper.cs</Link>
 
255
    </Compile>
 
256
    <Compile Include="..\..\..\src\framework\Internal\NUnitException.cs">
 
257
      <Link>Internal\NUnitException.cs</Link>
 
258
    </Compile>
 
259
    <Compile Include="..\..\..\src\framework\Internal\ParameterizedMethodSuite.cs">
 
260
      <Link>Internal\ParameterizedMethodSuite.cs</Link>
 
261
    </Compile>
 
262
    <Compile Include="..\..\..\src\framework\Internal\Reflect.cs">
 
263
      <Link>Internal\Reflect.cs</Link>
 
264
    </Compile>
 
265
    <Compile Include="..\..\..\src\framework\Internal\Test.cs">
 
266
      <Link>Internal\Test.cs</Link>
 
267
    </Compile>
 
268
    <Compile Include="..\..\..\src\framework\Internal\TestFixture.cs">
 
269
      <Link>Internal\TestFixture.cs</Link>
 
270
    </Compile>
 
271
    <Compile Include="..\..\..\src\framework\Internal\TestListener.cs">
 
272
      <Link>Internal\TestListener.cs</Link>
 
273
    </Compile>
 
274
    <Compile Include="..\..\..\src\framework\Internal\TestMethod.cs">
 
275
      <Link>Internal\TestMethod.cs</Link>
 
276
    </Compile>
 
277
    <Compile Include="..\..\..\src\framework\Internal\TestResult.cs">
 
278
      <Link>Internal\TestResult.cs</Link>
 
279
    </Compile>
 
280
    <Compile Include="..\..\..\src\framework\Internal\TestSuite.cs">
 
281
      <Link>Internal\TestSuite.cs</Link>
210
282
    </Compile>
211
283
    <Compile Include="..\..\..\src\framework\Internal\TextMessageWriter.cs">
212
284
      <Link>Internal\TextMessageWriter.cs</Link>
213
285
    </Compile>
 
286
    <Compile Include="..\..\..\src\framework\Internal\TypeHelper.cs">
 
287
      <Link>Internal\TypeHelper.cs</Link>
 
288
    </Compile>
 
289
    <Compile Include="..\..\..\src\framework\Internal\XmlHelper.cs">
 
290
      <Link>Internal\XmlHelper.cs</Link>
 
291
    </Compile>
214
292
    <Compile Include="..\..\..\src\framework\Is.cs">
215
293
      <Link>Is.cs</Link>
216
294
    </Compile>
223
301
    <Compile Include="..\..\..\src\framework\MessageMatch.cs">
224
302
      <Link>MessageMatch.cs</Link>
225
303
    </Compile>
226
 
    <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs">
227
 
      <Link>NUnitLite\ITest.cs</Link>
228
 
    </Compile>
229
 
    <Compile Include="..\..\..\src\framework\NUnitLite\NullListener.cs">
230
 
      <Link>NUnitLite\NullListener.cs</Link>
231
 
    </Compile>
232
 
    <Compile Include="..\..\..\src\framework\NUnitLite\NUnitLiteException.cs">
233
 
      <Link>NUnitLite\NUnitLiteException.cs</Link>
234
 
    </Compile>
235
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Reflect.cs">
236
 
      <Link>NUnitLite\Reflect.cs</Link>
237
 
    </Compile>
238
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\CommandLineOptions.cs">
239
 
      <Link>NUnitLite\Runner\CommandLineOptions.cs</Link>
240
 
    </Compile>
241
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ConsoleWriter.cs">
242
 
      <Link>NUnitLite\Runner\ConsoleWriter.cs</Link>
243
 
    </Compile>
244
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\DebugWriter.cs">
245
 
      <Link>NUnitLite\Runner\DebugWriter.cs</Link>
246
 
    </Compile>
247
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\MethodHelper.cs">
248
 
      <Link>NUnitLite\Runner\MethodHelper.cs</Link>
249
 
    </Compile>
250
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ResultSummary.cs">
251
 
      <Link>NUnitLite\Runner\ResultSummary.cs</Link>
252
 
    </Compile>
253
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TcpWriter.cs">
254
 
      <Link>NUnitLite\Runner\TcpWriter.cs</Link>
255
 
    </Compile>
256
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestLoader.cs">
257
 
      <Link>NUnitLite\Runner\TestLoader.cs</Link>
258
 
    </Compile>
259
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestRunner.cs">
260
 
      <Link>NUnitLite\Runner\TestRunner.cs</Link>
261
 
    </Compile>
262
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TextUI.cs">
263
 
      <Link>NUnitLite\Runner\TextUI.cs</Link>
264
 
    </Compile>
265
 
    <Compile Include="..\..\..\src\framework\NUnitLite\StackFilter.cs">
266
 
      <Link>NUnitLite\StackFilter.cs</Link>
267
 
    </Compile>
268
 
    <Compile Include="..\..\..\src\framework\NUnitLite\TestCase.cs">
269
 
      <Link>NUnitLite\TestCase.cs</Link>
270
 
    </Compile>
271
 
    <Compile Include="..\..\..\src\framework\NUnitLite\TestListener.cs">
272
 
      <Link>NUnitLite\TestListener.cs</Link>
273
 
    </Compile>
274
 
    <Compile Include="..\..\..\src\framework\NUnitLite\TestResult.cs">
275
 
      <Link>NUnitLite\TestResult.cs</Link>
276
 
    </Compile>
277
 
    <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs">
278
 
      <Link>NUnitLite\TestSuite.cs</Link>
279
 
    </Compile>
280
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestCaseBuilder.cs">
281
 
      <Link>NUnitLite\Runner\TestCaseBuilder.cs</Link>
282
 
    </Compile>
283
 
    <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestFixtureBuilder.cs">
284
 
      <Link>NUnitLite\Runner\TestFixtureBuilder.cs</Link>
 
304
    <Compile Include="..\..\..\src\framework\Runner\CommandLineOptions.cs">
 
305
      <Link>Runner\CommandLineOptions.cs</Link>
 
306
    </Compile>
 
307
    <Compile Include="..\..\..\src\framework\Runner\ConsoleWriter.cs">
 
308
      <Link>Runner\ConsoleWriter.cs</Link>
 
309
    </Compile>
 
310
    <Compile Include="..\..\..\src\framework\Runner\DebugWriter.cs">
 
311
      <Link>Runner\DebugWriter.cs</Link>
 
312
    </Compile>
 
313
    <Compile Include="..\..\..\src\framework\Runner\ResultSummary.cs">
 
314
      <Link>Runner\ResultSummary.cs</Link>
 
315
    </Compile>
 
316
    <Compile Include="..\..\..\src\framework\Runner\TcpWriter.cs">
 
317
      <Link>Runner\TcpWriter.cs</Link>
 
318
    </Compile>
 
319
    <Compile Include="..\..\..\src\framework\Runner\TestCaseBuilder.cs">
 
320
      <Link>Runner\TestCaseBuilder.cs</Link>
 
321
    </Compile>
 
322
    <Compile Include="..\..\..\src\framework\Runner\TestFixtureBuilder.cs">
 
323
      <Link>Runner\TestFixtureBuilder.cs</Link>
 
324
    </Compile>
 
325
    <Compile Include="..\..\..\src\framework\Runner\TestLoader.cs">
 
326
      <Link>Runner\TestLoader.cs</Link>
 
327
    </Compile>
 
328
    <Compile Include="..\..\..\src\framework\Runner\TestRunner.cs">
 
329
      <Link>Runner\TestRunner.cs</Link>
 
330
    </Compile>
 
331
    <Compile Include="..\..\..\src\framework\Runner\TextUI.cs">
 
332
      <Link>Runner\TextUI.cs</Link>
285
333
    </Compile>
286
334
    <Compile Include="..\..\..\src\framework\SpecialValue.cs">
287
335
      <Link>SpecialValue.cs</Link>