Merge lp:~charlie.poole/nunit-3.0/nunitlite into lp:~nunit-core/nunit-3.0/trunk-before-upgrade

Proposed by Charlie Poole
Status: Merged
Approved by: Charlie Poole
Approved revision: 49
Merged at revision: not available
Proposed branch: lp:~charlie.poole/nunit-3.0/nunitlite
Merge into: lp:~nunit-core/nunit-3.0/trunk-before-upgrade
Diff against target: None lines
To merge this branch: bzr merge lp:~charlie.poole/nunit-3.0/nunitlite
Reviewer Review Type Date Requested Status
Andreas Schlapsi Approve
Review via email: mp+11814@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Charlie Poole (charlie.poole) wrote :

This is the complete merge of all blueprints related to NUnitLite and milestone 2.9.2.

It's unfortunately rather large in scope so it may be just as easy to download the full branch as to look at the diffs.

Once we are past the initial framework design changes merges should get smaller.

Revision history for this message
Andreas Schlapsi (a-schlapsi) wrote :

The solution for VS2008 references projects (nunitlite_CF.tests, NUnitLiteTests) which cannot be found after branching. The project for the NUnitLite runner does not exist in the solution.

review: Needs Fixing
Revision history for this message
Charlie Poole (charlie.poole) wrote :

Strange! They were in the code I pushed. I'll try to figure
out what happened.

Charlie

> -----Original Message-----
> From: <email address hidden> [mailto:<email address hidden>] On
> Behalf Of Andreas Schlapsi
> Sent: Tuesday, September 15, 2009 4:34 PM
> To: Charlie Poole
> Subject: Re: [Merge] lp:~charlie.poole/nunit-3.0/nunitlite
> into lp:nunit-3.0
>
> Review: Needs Fixing
> The solution for VS2008 references projects
> (nunitlite_CF.tests, NUnitLiteTests) which cannot be found
> after branching. The project for the NUnitLite runner does
> not exist in the solution.
> --
> https://code.launchpad.net/~charlie.poole/nunit-3.0/nunitlite/
> +merge/11814
> You are the owner of lp:~charlie.poole/nunit-3.0/nunitlite.
>

47. By Charlie Poole

Added projects left out by mistake

Revision history for this message
Charlie Poole (charlie.poole) wrote :

I fixed this. It was a case of too aggressive entries
in the .bzrignore file.

Charlie

> -----Original Message-----
> From: <email address hidden> [mailto:<email address hidden>] On
> Behalf Of Andreas Schlapsi
> Sent: Tuesday, September 15, 2009 4:34 PM
> To: Charlie Poole
> Subject: Re: [Merge] lp:~charlie.poole/nunit-3.0/nunitlite
> into lp:nunit-3.0
>
> Review: Needs Fixing
> The solution for VS2008 references projects
> (nunitlite_CF.tests, NUnitLiteTests) which cannot be found
> after branching. The project for the NUnitLite runner does
> not exist in the solution.
> --
> https://code.launchpad.net/~charlie.poole/nunit-3.0/nunitlite/
> +merge/11814
> You are the owner of lp:~charlie.poole/nunit-3.0/nunitlite.
>

48. By Charlie Poole

Remove NUnitLiteTests from solution.

49. By Charlie Poole

Change comment in generated code

Revision history for this message
Andreas Schlapsi (a-schlapsi) wrote :

Running the tests on OpenSUSE (Mono 2.0) results in 16 failures:

  * 13 in the test fixtures SamePathTest_Windows and SamePathOrUnderTest_Windows
  * 3 in SamePathOrUnderTest_Linux: SucceedsWithGoodValues with following test data:
    - \folder1\file.tmp
    - \folder1\folder2
    - \folder1\folder2\folder3

Is there a way to avoid running the Windows tests on Linux?

review: Needs Fixing
Revision history for this message
Charlie Poole (charlie.poole) wrote :

I've been hoping to get the merge done before moving on to Linux.

Is this a new issue? That is, are these errors that trunk does not
have? If I'm not creating new errors, my tendency is to go ahead
and do the merge.

Charlie

> -----Original Message-----
> From: <email address hidden> [mailto:<email address hidden>] On
> Behalf Of Andreas Schlapsi
> Sent: Thursday, September 17, 2009 1:52 PM
> To: Charlie Poole
> Subject: Re: [Merge] lp:~charlie.poole/nunit-3.0/nunitlite
> into lp:nunit-3.0
>
> Review: Needs Fixing
> Running the tests on OpenSUSE (Mono 2.0) results in 16 failures:
>
> * 13 in the test fixtures SamePathTest_Windows and
> SamePathOrUnderTest_Windows
> * 3 in SamePathOrUnderTest_Linux: SucceedsWithGoodValues
> with following test data:
> - \folder1\file.tmp
> - \folder1\folder2
> - \folder1\folder2\folder3
>
> Is there a way to avoid running the Windows tests on Linux?
>
> --
> https://code.launchpad.net/~charlie.poole/nunit-3.0/nunitlite/
> +merge/11814
> You are the owner of lp:~charlie.poole/nunit-3.0/nunitlite.
>

Revision history for this message
Charlie Poole (charlie.poole) wrote :

I should mention that the path tests are intended to work on
both Windows and Linux, so it's probably worthwhile figuring
out why they don't work. Surprise is bad. Assuming the same
problem already exists in the trunk, I'd like to get the
trunk updated and then deal with this issue.

Charlie

> -----Original Message-----
> From: <email address hidden> [mailto:<email address hidden>] On
> Behalf Of Andreas Schlapsi
> Sent: Thursday, September 17, 2009 1:52 PM
> To: Charlie Poole
> Subject: Re: [Merge] lp:~charlie.poole/nunit-3.0/nunitlite
> into lp:nunit-3.0
>
> Review: Needs Fixing
> Running the tests on OpenSUSE (Mono 2.0) results in 16 failures:
>
> * 13 in the test fixtures SamePathTest_Windows and
> SamePathOrUnderTest_Windows
> * 3 in SamePathOrUnderTest_Linux: SucceedsWithGoodValues
> with following test data:
> - \folder1\file.tmp
> - \folder1\folder2
> - \folder1\folder2\folder3
>
> Is there a way to avoid running the Windows tests on Linux?
>
> --
> https://code.launchpad.net/~charlie.poole/nunit-3.0/nunitlite/
> +merge/11814
> You are the owner of lp:~charlie.poole/nunit-3.0/nunitlite.
>

Revision history for this message
Andreas Schlapsi (a-schlapsi) wrote :

The problem appears also in trunk. We should fix this there.

> I should mention that the path tests are intended to work on
> both Windows and Linux, so it's probably worthwhile figuring
> out why they don't work. Surprise is bad. Assuming the same
> problem already exists in the trunk, I'd like to get the
> trunk updated and then deal with this issue.
>
> Charlie
>
> > -----Original Message-----
> > From: <email address hidden> [mailto:<email address hidden>] On
> > Behalf Of Andreas Schlapsi
> > Sent: Thursday, September 17, 2009 1:52 PM
> > To: Charlie Poole
> > Subject: Re: [Merge] lp:~charlie.poole/nunit-3.0/nunitlite
> > into lp:nunit-3.0
> >
> > Review: Needs Fixing
> > Running the tests on OpenSUSE (Mono 2.0) results in 16 failures:
> >
> > * 13 in the test fixtures SamePathTest_Windows and
> > SamePathOrUnderTest_Windows
> > * 3 in SamePathOrUnderTest_Linux: SucceedsWithGoodValues
> > with following test data:
> > - \folder1\file.tmp
> > - \folder1\folder2
> > - \folder1\folder2\folder3
> >
> > Is there a way to avoid running the Windows tests on Linux?
> >
> > --
> > https://code.launchpad.net/~charlie.poole/nunit-3.0/nunitlite/
> > +merge/11814
> > You are the owner of lp:~charlie.poole/nunit-3.0/nunitlite.
> >

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2009-08-24 20:40:58 +0000
3+++ .bzrignore 2009-09-06 20:54:07 +0000
4@@ -1,15 +1,12 @@
5-build
6-obj
7-Constraints
8-Syntax
9-*.suo
10-solutions/vs2008/bin
11-solutions/vs2005/bin
12-GeneratedAssemblyInfo.cs
13-nunit.framework.xml
14-*.user
15-*.db
16-bin
17-package
18-StyleCop.Cache
19-*.StyleCop
20+build
21+obj
22+*.suo
23+solutions/**/*
24+GeneratedAssemblyInfo.cs
25+nunit.framework.xml
26+*.user
27+*.db
28+bin
29+package
30+StyleCop.Cache
31+*.StyleCop
32
33=== modified file 'install/NUnit.Framework.Installer/NUnit.Framework.Installer.wixproj'
34--- install/NUnit.Framework.Installer/NUnit.Framework.Installer.wixproj 2009-08-22 19:30:31 +0000
35+++ install/NUnit.Framework.Installer/NUnit.Framework.Installer.wixproj 2009-09-15 17:40:49 +0000
36@@ -5,7 +5,7 @@
37 <ProductVersion>3.0</ProductVersion>
38 <ProjectGuid>{b4f15755-c6ef-4864-a58e-e6384cfa73ba}</ProjectGuid>
39 <SchemaVersion>2.0</SchemaVersion>
40- <OutputName>nunit.framework-2.9.1</OutputName>
41+ <OutputName>nunit.framework-2.9.2</OutputName>
42 <OutputType>Package</OutputType>
43 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>
44 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>
45@@ -13,7 +13,7 @@
46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
47 <OutputPath>bin\$(Configuration)\</OutputPath>
48 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
49- <DefineConstants>ProductVersion=2.9.1;NominalVersion=2.9.1;InstallImage=..\..\package\NUnit-2.9.1</DefineConstants>
50+ <DefineConstants>ProductVersion=2.9.2;NominalVersion=2.9.2;InstallImage=..\..\package\NUnit-2.9.2</DefineConstants>
51 <WixVariables>
52 </WixVariables>
53 </PropertyGroup>
54
55=== modified file 'nunit.build'
56--- nunit.build 2009-08-27 04:03:09 +0000
57+++ nunit.build 2009-09-15 17:41:09 +0000
58@@ -6,13 +6,30 @@
59 * This script is used to build the NUnit Framework for any supported *
60 * runtime that is installed on the system. If you are unsure about which *
61 * runtimes are avaiable use the list-runtimes or dump-settings target. *
62-* *
63-* At least one of the supported runtimes and sdk must be installed. To *
64-* run the test coverage target, NCover is required. In order to build *
65-* the msi, WiX 3.0 and the WiX tasks for NAnt are required and you must *
66-* be running on Windows. *
67-* *
68-* The script requires the NAnt 0.86 beta 1 release or a later version. *
69+* At least one of the supported runtimes and sdk must be installed. *
70+* *
71+* Dependencies: *
72+* *
73+* The script requires the NAnt 0.86 beta 1 release or a later version. *
74+* *
75+* To build the windows installer, you must be running on Windows. *
76+* WiX 3.0 and the WiX tasks for NAnt are required. For a standard WiX *
77+* install, the script should be able to find WiX automatically. If *
78+* this doesn't work, you should set the environment variable WIX *
79+* or the poperty 'wix.dir' to the path where WiX is installed. *
80+* *
81+* Although NUnitLite tests may be run standalone, tests of the full *
82+* framework must be executed under NUnit 2.5.2. Set the property *
83+* 'nunit.dir' to the path where NUnit is installed. Later releases *
84+* will be self-testing and will eliminate the need for NUnit 2.5.2. *
85+* *
86+* PartCover is required in addition to NUnit 2.5.2 in order to run *
87+* the 'test-coverage' target. Set the property 'partcover.dir to the *
88+* directory path where Partcover is installed. *
89+* *
90+* NOTE: You may set any of the properties mentioned above either at the *
91+* command line using the NANT -D option or by creating a file called *
92+* 'local.settings.include' and using property elements. *
93 **************************************************************************
94 </description>
95
96@@ -24,12 +41,12 @@
97 <property name="project.name" value="NUnit"/>
98
99 <!-- NUnit Package Version - Three digits -->
100- <property name="package.version" value="2.9.1"/>
101+ <property name="package.version" value="2.9.2"/>
102
103 <!-- Nominal version used for install directory and program
104 files menu. Normally the same as the package version,
105 but may differ when we are in alpha or beta. -->
106- <property name="nominal.version" value="2.9.1" />
107+ <property name="nominal.version" value="2.9.2" />
108
109 <!-- Package Configuration (Release, Alpha, Beta, etc.) -->
110 <property name="package.configuration" value=""/>
111@@ -43,7 +60,7 @@
112 The first .NET and Mono frameworks found are the
113 respective net and mono defaults. -->
114 <property name="supported.frameworks"
115- value="net-2.0,net-1.1,net-1.0,mono-2.0,mono-1.0"/>
116+ value="net-2.0,net-1.1,net-1.0,mono-2.0,mono-1.0,netcf-1.0,netcf-2.0"/>
117
118 <!-- Packages we normally create -->
119 <!--<property name="standard.packages" value="std,mono" />-->
120@@ -83,6 +100,12 @@
121 <target name="net-2.0" depends="set-net-2.0-runtime-config"
122 description="Set runtime to .NET 2.0 for commands that follow"/>
123
124+ <target name="netcf-1.0" depends="set-netcf-1.0-runtime-config"
125+ description="Set runtime to CF 1.0 for commands that follow"/>
126+
127+ <target name="netcf-2.0" depends="set-netcf-2.0-runtime-config"
128+ description="Set runtime to CF 2.0 for commands that follow"/>
129+
130 <target name="mono" depends="set-default-mono-runtime-config"
131 description="Set runtime to default Mono version"/>
132
133@@ -145,27 +168,9 @@
134 <!-- *** Targets that perform builds *** -->
135 <!-- ***************************************************************** -->
136
137- <target name="all" depends="build-framework,build-tests"
138- description="Build all targets using current runtime and config"/>
139-
140- <target name="build" depends="build-framework,build-tests"
141- description="Build all targets using current runtime and config"/>
142-
143- <target name="build-framework" depends="gen-syntax, make-build-dir">
144-
145- <nant target="build" buildfile="src/framework/nunit.framework.build"/>
146-
147- </target>
148-
149- <target name="build-tests" depends="build-framework">
150-
151- <nant target="build" buildfile="src/tests/nunit.framework.tests.build"/>
152-
153- </target>
154-
155- <!-- Build current config for all available runtimes -->
156- <target name="build-all-runtimes"
157- description="Build current config for all available runtimes">
158+ <target name="build-all"
159+ description="Build everything, for all supported runtimes">
160+
161
162 <foreach item="String" delim=","
163 property="framework" in="${installed.frameworks}">
164@@ -177,6 +182,31 @@
165
166 </target>
167
168+ <target name="build"
169+ description="Build everything, for current runtime and config">
170+
171+ <call target="nunit" unless="${runtime.platform=='netcf'}"/>
172+ <call target="nunitlite"/>
173+
174+ </target>
175+
176+ <target name="nunit" depends="gen-syntax, make-build-dir">
177+
178+ <fail if="${runtime.platform=='netcf'}"
179+ message="The full NUnit framework may not be built for netcf"/>
180+
181+ <nant target="nunit" buildfile="src/framework/nunit.framework.build"/>
182+ <nant target="nunit" buildfile="src/tests/nunit.framework.tests.build"/>
183+
184+ </target>
185+
186+ <target name="nunitlite" depends="gen-syntax,make-build-dir">
187+
188+ <nant target="nunitlite" buildfile="src/framework/nunit.framework.build"/>
189+ <nant target="nunitlite" buildfile="src/tests/nunit.framework.tests.build"/>
190+
191+ </target>
192+
193 <!-- ***************************************************************** -->
194 <!-- *** Targets for running tests *** -->
195 <!-- ***************************************************************** -->
196@@ -184,6 +214,13 @@
197 <target name="test" depends="build,run-test"
198 description="Build and run tests for selected config and runtime"/>
199
200+ <target name="run-test">
201+
202+ <call target="nunit-test" unless="${runtime.platform=='netcf'}"/>
203+ <call target="nunitlite-test"/>
204+
205+ </target>
206+
207 <target name="init-test" depends="set-build-dir">
208
209 <fail unless="${property::exists('nunit.dir')}">
210@@ -213,11 +250,10 @@
211
212 </target>
213
214- <target name="run-test" depends="init-test">
215+ <target name="nunit-test" depends="init-test">
216
217 <echo message="*"/>
218- <echo message="* Testing ${runtime.config} ${build.config} build"/>
219- <echo message="* Running under ${nant.settings.currentframework}"/>
220+ <echo message="* Testing the nunit.framework ${runtime.config} ${build.config} build"/>
221 <echo message="*"/>
222
223 <!-- We use exec rather than the nunit2 task because we are testing
224@@ -231,6 +267,18 @@
225
226 </target>
227
228+ <target name="nunitlite-test" depends="init-test">
229+
230+ <echo message="*"/>
231+ <echo message="* Testing the NUnitLite ${runtime.config} ${build.config} build"/>
232+ <echo message="*"/>
233+
234+ <exec basedir="${current.build.dir}"
235+ program="nunitlite.tests.exe"
236+ managed="strict" />
237+
238+ </target>
239+
240 <target name="test-coverage" depends="build,init-test"
241 description="Run tests under PartCover to get coverage results">
242
243@@ -268,66 +316,6 @@
244
245 </target>
246
247- <target name="test-each-runtime" depends="build"
248- description="Run tests for the current build under each runtime">
249-
250- <foreach item="String" delim=","
251- property="framework" in="${supported.test.platforms}">
252-
253- <if test="${framework::exists( framework )}">
254- <property name="nant.settings.currentframework"
255- value="${framework}" />
256- <call target="run-test" failonerror="false" />
257- </if>
258-
259- </foreach>
260-
261- <property name="nant.settings.currentframework" value="${runtime.config}" />
262-
263- <echo message="*" />
264- <echo message="* Restored runtime to ${nant.settings.currentframework}" />
265- <echo message="*" />
266-
267- </target>
268-
269-<!--
270- <target name="test-under-net-1.0">
271- <if test="${framework::exists('net-1.0')}">
272- <property name="nant.settings.currentframework" value="net-1.0"/>
273- <call target="run-test"/>
274- <property name="nant.settings.currentframework" value="${runtime.config}" />
275- </if>
276- </target>
277-
278- <target name="test-all-under-each"
279- description="Build all runtimes and test the builds under each runtime.">
280-
281- <call target="set-release-build-config"/>
282-
283- <foreach item="String" delim=","
284- property="framework" in="${installed.frameworks}">
285-
286- <call target="set-${framework}-runtime-config"/>
287- <call target="test-each-runtime" failonerror="false"/>
288-
289- </foreach>
290-
291- </target>
292--->
293-
294- <target name="nunit2-test" depends="build"
295- description="Run tests for a build using the nunit2 task">
296-
297- <echo message="*"/>
298- <echo message="* Starting ${runtime.config} ${build.config} test run"/>
299- <echo message="*"/>
300-
301- <nunit2>
302- <formatter type="Plain"/>
303- <test assemblyname="${current.build.dir}/nunit.framework.tests.dll"/>
304- </nunit2>
305- </target>
306-
307 <target name="gui-test" depends="build,init-test"
308 description="Run tests for a build using gui runner">
309
310@@ -452,8 +440,8 @@
311 <fail message="MSI can only be built on the Win32 platform"
312 unless="${platform::is-win32()}"/>
313
314- <fail message="MSI can only be built for a Win32 runtime"
315- unless="${build.win32}"/>
316+ <!--<fail message="MSI can only be built for a Microsoft runtime"
317+ unless="${runtime.platform=='net'}"/>-->
318
319 <fail unless="${property::exists('wix.dir')}">
320 Unable to locate your WiX installation. Installing WiX normally sets
321@@ -586,8 +574,10 @@
322 <copy todir="${package.bin.dir}/${runtime.config}">
323 <fileset basedir="${current.build.dir}">
324 <include name="*.dll"/>
325+ <include name="*.exe"/>
326 <include name="*.pdb"/>
327 <include name="nunit.framework.xml"/>
328+ <include name="nunitlite.xml"/>
329 </fileset>
330 </copy>
331
332
333=== modified file 'nunit.common.include'
334--- nunit.common.include 2009-08-21 19:49:56 +0000
335+++ nunit.common.include 2009-09-15 17:41:09 +0000
336@@ -190,11 +190,7 @@
337 <property name="runtime.config" value="net-1.0"/>
338 <property name="runtime.defines" value="MSNET,NET_1_0"/>
339 <property name="runtime.testproj" value="NUnitTests.v1.nunit"/>
340- <property name="build.mono" value="false"/>
341- <property name="build.win32" value="true"/>
342 <property name="nant.settings.currentframework" value="net-1.0"/>
343- <property name="supported.test.platforms"
344- value="net-1.0,net-1.1,net-2.0,mono-1.0,mono-2.0"/>
345 </target>
346
347 <target name="set-net-1.1-runtime-config">
348@@ -205,12 +201,7 @@
349 <property name="runtime.version" value="1.1"/>
350 <property name="runtime.config" value="net-1.1"/>
351 <property name="runtime.defines" value="MSNET,NET_1_1"/>
352- <property name="runtime.testproj" value="NUnitTests.v1.nunit"/>
353- <property name="build.mono" value="false"/>
354- <property name="build.win32" value="true"/>
355 <property name="nant.settings.currentframework" value="net-1.1"/>
356- <property name="supported.test.platforms"
357- value="net-1.0,net-1.1,net-2.0,mono-1.0,mono-2.0"/>
358 </target>
359
360 <target name="set-net-2.0-runtime-config">
361@@ -221,11 +212,7 @@
362 <property name="runtime.version" value="2.0"/>
363 <property name="runtime.config" value="net-2.0"/>
364 <property name="runtime.defines" value="MSNET,NET_2_0"/>
365- <property name="runtime.testproj" value="NUnitTests.v2.nunit"/>
366- <property name="build.mono" value="false"/>
367- <property name="build.win32" value="true"/>
368 <property name="nant.settings.currentframework" value="net-2.0"/>
369- <property name="supported.test.platforms" value="net-2.0,mono-2.0"/>
370 </target>
371
372 <!--
373@@ -237,11 +224,7 @@
374 <property name="runtime.version" value="3.0"/>
375 <property name="runtime.config" value="net-3.0"/>
376 <property name="runtime.defines" value="MSNET,NET_3_0"/>
377- <property name="runtime.testproj" value="NUnitTests.v2.nunit"/>
378- <property name="build.mono" value="false"/>
379- <property name="build.win32" value="true"/>
380 <property name="nant.settings.currentframework" value="net-3.0"/>
381- <property name="supported.test.platforms" value="net-2.0,mono-2.0"/>
382 </target>
383
384 <target name="set-net-3.5-runtime-config">
385@@ -252,14 +235,32 @@
386 <property name="runtime.version" value="3.5"/>
387 <property name="runtime.config" value="net-3.5"/>
388 <property name="runtime.defines" value="MSNET,NET_3_5"/>
389- <property name="runtime.testproj" value="NUnitTests.v2.nunit"/>
390- <property name="build.mono" value="false"/>
391- <property name="build.win32" value="true"/>
392 <property name="nant.settings.currentframework" value="net-3.5"/>
393- <property name="supported.test.platforms" value="net-2.0,mono-2.0"/>
394 </target>
395 -->
396
397+ <target name="set-netcf-1.0-runtime-config">
398+ <fail unless="${framework::exists('netcf-1.0') and framework::sdk-exists('netcf-1.0')}"
399+ message="The NETCF 1.0 SDK is not configured or not installed"/>
400+
401+ <property name="runtime.platform" value="netcf"/>
402+ <property name="runtime.version" value="1.0"/>
403+ <property name="runtime.config" value="netcf-1.0"/>
404+ <property name="runtime.defines" value="NETCF,NETCF_1_0"/>
405+ <property name="nant.settings.currentframework" value="netcf-1.0"/>
406+ </target>
407+
408+ <target name="set-netcf-2.0-runtime-config">
409+ <fail unless="${framework::exists('netcf-2.0') and framework::sdk-exists('netcf-2.0')}"
410+ message="The NETCF 2.0 SDK is not configured or not installed"/>
411+
412+ <property name="runtime.platform" value="netcf"/>
413+ <property name="runtime.version" value="2.0"/>
414+ <property name="runtime.config" value="netcf-2.0"/>
415+ <property name="runtime.defines" value="NETCF,NETCF_2_0"/>
416+ <property name="nant.settings.currentframework" value="netcf-2.0"/>
417+ </target>
418+
419 <target name="set-mono-1.0-runtime-config">
420 <fail unless="${framework::exists('mono-1.0') and framework::sdk-exists('mono-1.0')}"
421 message="The Mono 1.0 SDK is not configured or not installed"/>
422@@ -269,11 +270,7 @@
423 <property name="runtime.config" value="mono-1.0"/>
424 <property name="runtime.defines" value="MONO,NET_1_1"/>
425 <property name="runtime.testproj" value="NUnitTests.v1.nunit"/>
426- <property name="build.mono" value="true"/>
427- <property name="build.win32" value="false"/>
428 <property name="nant.settings.currentframework" value="mono-1.0"/>
429- <property name="supported.test.platforms"
430- value="mono-1.0,mono-2.0,net-1.0,net-1.1,net-2.0"/>
431 </target>
432
433 <target name="set-mono-2.0-runtime-config">
434@@ -284,11 +281,8 @@
435 <property name="runtime.version" value="2.0"/>
436 <property name="runtime.config" value="mono-2.0"/>
437 <property name="runtime.defines" value="MONO,NET_2_0"/>
438- <property name="build.mono" value="true"/>
439 <property name="runtime.testproj" value="NUnitTests.v2.nunit"/>
440- <property name="build.win32" value="false"/>
441 <property name="nant.settings.currentframework" value="mono-2.0"/>
442- <property name="supported.test.platforms" value="mono-2.0,net-2.0"/>
443 </target>
444
445 <!-- ***************************************************************** -->
446@@ -305,7 +299,7 @@
447
448 <target name="set-std-package-config">
449 <property name="package.config" value="std"/>
450- <property name="package.runtimes" value="net-1.1+net-2.0"/>
451+ <property name="package.runtimes" value="net-1.1+net-2.0+netcf-1.0+netcf-2.0"/>
452 <property name="create.msi" value="true"/>
453 </target>
454
455@@ -379,9 +373,6 @@
456 <echo> Build Dir: ${current.build.dir}</echo>
457 <echo> Defines: ${build.defines}</echo>
458 <echo></echo>
459- <echo>Test Platforms for Current Build</echo>
460- <echo> Supported: ${supported.test.platforms}</echo>
461- <echo></echo>
462 <echo>Packaging</echo>
463 <echo> Name: ${package.name}</echo>
464 <echo> Version: ${package.version}</echo>
465
466=== modified file 'solutions/vs2005/NUnitFramework.sln'
467--- solutions/vs2005/NUnitFramework.sln 2009-07-16 19:37:36 +0000
468+++ solutions/vs2005/NUnitFramework.sln 2009-09-08 05:53:41 +0000
469@@ -5,6 +5,14 @@
470 EndProject
471 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework", "framework\nunit.framework.csproj", "{816F2E66-2A25-4513-B5FA-8ECB4A5647CD}"
472 EndProject
473+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite", "nunitlite\nunitlite.csproj", "{83A1B699-7177-4C00-BAAC-83A82571DC23}"
474+EndProject
475+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.tests", "nunitlite.tests\nunitlite.tests.csproj", "{0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}"
476+EndProject
477+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite_CF", "nunitlite_CF\nunitlite_CF.csproj", "{00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}"
478+EndProject
479+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite_CF.tests", "nunitlite_CF.tests\nunitlite_CF.tests.csproj", "{7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}"
480+EndProject
481 Global
482 GlobalSection(SolutionConfigurationPlatforms) = preSolution
483 Debug|Any CPU = Debug|Any CPU
484@@ -19,6 +27,24 @@
485 {816F2E66-2A25-4513-B5FA-8ECB4A5647CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
486 {816F2E66-2A25-4513-B5FA-8ECB4A5647CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
487 {816F2E66-2A25-4513-B5FA-8ECB4A5647CD}.Release|Any CPU.Build.0 = Release|Any CPU
488+ {83A1B699-7177-4C00-BAAC-83A82571DC23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
489+ {83A1B699-7177-4C00-BAAC-83A82571DC23}.Debug|Any CPU.Build.0 = Debug|Any CPU
490+ {83A1B699-7177-4C00-BAAC-83A82571DC23}.Release|Any CPU.ActiveCfg = Release|Any CPU
491+ {83A1B699-7177-4C00-BAAC-83A82571DC23}.Release|Any CPU.Build.0 = Release|Any CPU
492+ {0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
493+ {0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}.Debug|Any CPU.Build.0 = Debug|Any CPU
494+ {0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}.Release|Any CPU.ActiveCfg = Release|Any CPU
495+ {0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}.Release|Any CPU.Build.0 = Release|Any CPU
496+ {00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
497+ {00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
498+ {00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
499+ {00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}.Release|Any CPU.Build.0 = Release|Any CPU
500+ {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
501+ {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
502+ {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
503+ {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
504+ {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Release|Any CPU.Build.0 = Release|Any CPU
505+ {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Release|Any CPU.Deploy.0 = Release|Any CPU
506 EndGlobalSection
507 GlobalSection(SolutionProperties) = preSolution
508 HideSolutionNode = FALSE
509
510=== modified file 'solutions/vs2005/framework/nunit.framework.csproj'
511--- solutions/vs2005/framework/nunit.framework.csproj 2009-08-23 04:14:27 +0000
512+++ solutions/vs2005/framework/nunit.framework.csproj 2009-09-11 21:12:38 +0000
513@@ -7,12 +7,11 @@
514 <SchemaVersion>2.0</SchemaVersion>
515 <ProjectGuid>{816F2E66-2A25-4513-B5FA-8ECB4A5647CD}</ProjectGuid>
516 <OutputType>Library</OutputType>
517- <AppDesignerFolder>Properties</AppDesignerFolder>
518 <RootNamespace>nunit.framework</RootNamespace>
519 <AssemblyName>nunit.framework</AssemblyName>
520 <StartupObject>
521 </StartupObject>
522- <SignAssembly>false</SignAssembly>
523+ <SignAssembly>true</SignAssembly>
524 <AssemblyOriginatorKeyFile>nunit.snk</AssemblyOriginatorKeyFile>
525 </PropertyGroup>
526 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
527@@ -49,281 +48,287 @@
528 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
529 <Link>AssemblyInfo.cs</Link>
530 </Compile>
531- <Compile Include="..\..\..\src\framework\Assert.cs">
532- <Link>Assert.cs</Link>
533- </Compile>
534- <Compile Include="..\..\..\src\framework\AssertionException.cs">
535- <Link>AssertionException.cs</Link>
536- </Compile>
537- <Compile Include="..\..\..\src\framework\AssertionHelper.cs">
538- <Link>AssertionHelper.cs</Link>
539- </Compile>
540- <Compile Include="..\..\..\src\framework\Assume.cs">
541- <Link>Assume.cs</Link>
542- </Compile>
543- <Compile Include="..\..\..\src\framework\CategoryAttribute.cs">
544- <Link>CategoryAttribute.cs</Link>
545- </Compile>
546- <Compile Include="..\..\..\src\framework\CollectionAssert.cs">
547- <Link>CollectionAssert.cs</Link>
548- </Compile>
549- <Compile Include="..\..\..\src\framework\Constraints\AttributeConstraints.cs">
550- <Link>Constraints\AttributeConstraints.cs</Link>
551- </Compile>
552- <Compile Include="..\..\..\src\framework\Constraints\BasicConstraints.cs">
553- <Link>Constraints\BasicConstraints.cs</Link>
554- </Compile>
555- <Compile Include="..\..\..\src\framework\Constraints\BinaryOperations.cs">
556- <Link>Constraints\BinaryOperations.cs</Link>
557- </Compile>
558- <Compile Include="..\..\..\src\framework\Constraints\CollectionConstraints.cs">
559- <Link>Constraints\CollectionConstraints.cs</Link>
560- </Compile>
561- <Compile Include="..\..\..\src\framework\Constraints\ComparisonAdapter.cs">
562- <Link>Constraints\ComparisonAdapter.cs</Link>
563- </Compile>
564- <Compile Include="..\..\..\src\framework\Constraints\ComparisonConstraints.cs">
565- <Link>Constraints\ComparisonConstraints.cs</Link>
566- </Compile>
567- <Compile Include="..\..\..\src\framework\Constraints\Constraint.cs">
568- <Link>Constraints\Constraint.cs</Link>
569- </Compile>
570- <Compile Include="..\..\..\src\framework\Constraints\ConstraintBuilder.cs">
571- <Link>Constraints\ConstraintBuilder.cs</Link>
572- </Compile>
573- <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpression.cs">
574- <Link>Constraints\ConstraintExpression.cs</Link>
575- </Compile>
576- <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpressionBase.cs">
577- <Link>Constraints\ConstraintExpressionBase.cs</Link>
578- </Compile>
579- <Compile Include="..\..\..\src\framework\Constraints\ConstraintFactory.cs">
580- <Link>Constraints\ConstraintFactory.cs</Link>
581- </Compile>
582- <Compile Include="..\..\..\src\framework\Constraints\ConstraintOperators.cs">
583- <Link>Constraints\ConstraintOperators.cs</Link>
584- </Compile>
585- <Compile Include="..\..\..\src\framework\Constraints\ContainsConstraint.cs">
586- <Link>Constraints\ContainsConstraint.cs</Link>
587- </Compile>
588- <Compile Include="..\..\..\src\framework\Constraints\DelayedConstraint.cs">
589- <Link>Constraints\DelayedConstraint.cs</Link>
590- </Compile>
591- <Compile Include="..\..\..\src\framework\Constraints\DirectoryConstraints.cs">
592- <Link>Constraints\DirectoryConstraints.cs</Link>
593- </Compile>
594- <Compile Include="..\..\..\src\framework\Constraints\EmptyConstraint.cs">
595- <Link>Constraints\EmptyConstraint.cs</Link>
596- </Compile>
597- <Compile Include="..\..\..\src\framework\Constraints\EqualConstraint.cs">
598- <Link>Constraints\EqualConstraint.cs</Link>
599- </Compile>
600- <Compile Include="..\..\..\src\framework\Constraints\EqualityAdapter.cs">
601- <Link>Constraints\EqualityAdapter.cs</Link>
602- </Compile>
603- <Compile Include="..\..\..\src\framework\Constraints\FloatingPointNumerics.cs">
604- <Link>Constraints\FloatingPointNumerics.cs</Link>
605- </Compile>
606- <Compile Include="..\..\..\src\framework\Constraints\IResolveConstraint.cs">
607- <Link>Constraints\IResolveConstraint.cs</Link>
608- </Compile>
609- <Compile Include="..\..\..\src\framework\Constraints\MessageWriter.cs">
610- <Link>Constraints\MessageWriter.cs</Link>
611- </Compile>
612- <Compile Include="..\..\..\src\framework\Constraints\MsgUtils.cs">
613- <Link>Constraints\MsgUtils.cs</Link>
614- </Compile>
615- <Compile Include="..\..\..\src\framework\Constraints\Numerics.cs">
616- <Link>Constraints\Numerics.cs</Link>
617- </Compile>
618- <Compile Include="..\..\..\src\framework\Constraints\NUnitComparer.cs">
619- <Link>Constraints\NUnitComparer.cs</Link>
620- </Compile>
621- <Compile Include="..\..\..\src\framework\Constraints\NUnitEqualityComparer.cs">
622- <Link>Constraints\NUnitEqualityComparer.cs</Link>
623- </Compile>
624- <Compile Include="..\..\..\src\framework\Constraints\PathConstraints.cs">
625- <Link>Constraints\PathConstraints.cs</Link>
626- </Compile>
627- <Compile Include="..\..\..\src\framework\Constraints\PredicateConstraint.cs">
628- <Link>Constraints\PredicateConstraint.cs</Link>
629- </Compile>
630- <Compile Include="..\..\..\src\framework\Constraints\PrefixConstraints.cs">
631- <Link>Constraints\PrefixConstraints.cs</Link>
632- </Compile>
633- <Compile Include="..\..\..\src\framework\Constraints\PropertyConstraint.cs">
634- <Link>Constraints\PropertyConstraint.cs</Link>
635- </Compile>
636- <Compile Include="..\..\..\src\framework\Constraints\RangeConstraint.cs">
637- <Link>Constraints\RangeConstraint.cs</Link>
638- </Compile>
639- <Compile Include="..\..\..\src\framework\Constraints\ResolvableConstraintExpression.cs">
640- <Link>Constraints\ResolvableConstraintExpression.cs</Link>
641- </Compile>
642- <Compile Include="..\..\..\src\framework\Constraints\SameAsConstraint.cs">
643- <Link>Constraints\SameAsConstraint.cs</Link>
644- </Compile>
645- <Compile Include="..\..\..\src\framework\Constraints\SerializableConstraints.cs">
646- <Link>Constraints\SerializableConstraints.cs</Link>
647- </Compile>
648- <Compile Include="..\..\..\src\framework\Constraints\StringConstraints.cs">
649- <Link>Constraints\StringConstraints.cs</Link>
650- </Compile>
651- <Compile Include="..\..\..\src\framework\Constraints\ThrowsConstraint.cs">
652- <Link>Constraints\ThrowsConstraint.cs</Link>
653- </Compile>
654- <Compile Include="..\..\..\src\framework\Constraints\Tolerance.cs">
655- <Link>Constraints\Tolerance.cs</Link>
656- </Compile>
657- <Compile Include="..\..\..\src\framework\Constraints\TypeConstraints.cs">
658- <Link>Constraints\TypeConstraints.cs</Link>
659- </Compile>
660- <Compile Include="..\..\..\src\framework\DatapointAttributes.cs">
661- <Link>DatapointAttributes.cs</Link>
662- </Compile>
663- <Compile Include="..\..\..\src\framework\DescriptionAttribute.cs">
664- <Link>DescriptionAttribute.cs</Link>
665- </Compile>
666- <Compile Include="..\..\..\src\framework\DirectoryAssert.cs">
667- <Link>DirectoryAssert.cs</Link>
668- </Compile>
669- <Compile Include="..\..\..\src\framework\ExpectedExceptionAttribute.cs">
670- <Link>ExpectedExceptionAttribute.cs</Link>
671- </Compile>
672- <Compile Include="..\..\..\src\framework\ExplicitAttribute.cs">
673- <Link>ExplicitAttribute.cs</Link>
674- </Compile>
675- <Compile Include="..\..\..\src\framework\FileAssert.cs">
676- <Link>FileAssert.cs</Link>
677- </Compile>
678- <Compile Include="..\..\..\src\framework\GlobalSettings.cs">
679- <Link>GlobalSettings.cs</Link>
680- </Compile>
681- <Compile Include="..\..\..\src\framework\Has.cs">
682- <Link>Has.cs</Link>
683- </Compile>
684- <Compile Include="..\..\..\src\framework\IExpectException.cs">
685- <Link>IExpectException.cs</Link>
686- </Compile>
687- <Compile Include="..\..\..\src\framework\IgnoreAttribute.cs">
688- <Link>IgnoreAttribute.cs</Link>
689- </Compile>
690- <Compile Include="..\..\..\src\framework\IgnoreException.cs">
691- <Link>IgnoreException.cs</Link>
692- </Compile>
693- <Compile Include="..\..\..\src\framework\IncludeExcludeAttributes.cs">
694- <Link>IncludeExcludeAttributes.cs</Link>
695- </Compile>
696- <Compile Include="..\..\..\src\framework\InconclusiveException.cs">
697- <Link>InconclusiveException.cs</Link>
698- </Compile>
699- <Compile Include="..\..\..\src\framework\Is.cs">
700- <Link>Is.cs</Link>
701- </Compile>
702- <Compile Include="..\..\..\src\framework\ITestCaseData.cs">
703- <Link>ITestCaseData.cs</Link>
704- </Compile>
705- <Compile Include="..\..\..\src\framework\Iz.cs">
706- <Link>Iz.cs</Link>
707- </Compile>
708- <Compile Include="..\..\..\src\framework\JoinTypeAttributes.cs">
709- <Link>JoinTypeAttributes.cs</Link>
710- </Compile>
711- <Compile Include="..\..\..\src\framework\List.cs">
712- <Link>List.cs</Link>
713- </Compile>
714- <Compile Include="..\..\..\src\framework\ListMapper.cs">
715- <Link>ListMapper.cs</Link>
716- </Compile>
717- <Compile Include="..\..\..\src\framework\MaxTimeAttribute.cs">
718- <Link>MaxTimeAttribute.cs</Link>
719- </Compile>
720- <Compile Include="..\..\..\src\framework\PropertyAttribute.cs">
721- <Link>PropertyAttribute.cs</Link>
722- </Compile>
723- <Compile Include="..\..\..\src\framework\RandomAttribute.cs">
724- <Link>RandomAttribute.cs</Link>
725- </Compile>
726- <Compile Include="..\..\..\src\framework\Randomizer.cs">
727- <Link>Randomizer.cs</Link>
728- </Compile>
729- <Compile Include="..\..\..\src\framework\RangeAttribute.cs">
730- <Link>RangeAttribute.cs</Link>
731- </Compile>
732- <Compile Include="..\..\..\src\framework\RepeatAttribute.cs">
733- <Link>RepeatAttribute.cs</Link>
734- </Compile>
735- <Compile Include="..\..\..\src\framework\RequiredAddinAttribute.cs">
736- <Link>RequiredAddinAttribute.cs</Link>
737- </Compile>
738- <Compile Include="..\..\..\src\framework\SetCultureAttribute.cs">
739- <Link>SetCultureAttribute.cs</Link>
740- </Compile>
741- <Compile Include="..\..\..\src\framework\SetUICultureAttribute.cs">
742- <Link>SetUICultureAttribute.cs</Link>
743- </Compile>
744- <Compile Include="..\..\..\src\framework\SetUpAttribute.cs">
745- <Link>SetUpAttribute.cs</Link>
746- </Compile>
747- <Compile Include="..\..\..\src\framework\SetUpFixtureAttribute.cs">
748- <Link>SetUpFixtureAttribute.cs</Link>
749- </Compile>
750- <Compile Include="..\..\..\src\framework\SpecialValue.cs">
751- <Link>SpecialValue.cs</Link>
752- </Compile>
753- <Compile Include="..\..\..\src\framework\StringAssert.cs">
754- <Link>StringAssert.cs</Link>
755- </Compile>
756- <Compile Include="..\..\..\src\framework\SuccessException.cs">
757- <Link>SuccessException.cs</Link>
758- </Compile>
759- <Compile Include="..\..\..\src\framework\SuiteAttribute.cs">
760- <Link>SuiteAttribute.cs</Link>
761- </Compile>
762- <Compile Include="..\..\..\src\framework\TearDownAttribute.cs">
763- <Link>TearDownAttribute.cs</Link>
764- </Compile>
765- <Compile Include="..\..\..\src\framework\TestAttribute.cs">
766- <Link>TestAttribute.cs</Link>
767- </Compile>
768- <Compile Include="..\..\..\src\framework\TestCaseAttribute.cs">
769- <Link>TestCaseAttribute.cs</Link>
770- </Compile>
771- <Compile Include="..\..\..\src\framework\TestCaseData.cs">
772- <Link>TestCaseData.cs</Link>
773- </Compile>
774- <Compile Include="..\..\..\src\framework\TestCaseSourceAttribute.cs">
775- <Link>TestCaseSourceAttribute.cs</Link>
776- </Compile>
777- <Compile Include="..\..\..\src\framework\TestFixtureAttribute.cs">
778- <Link>TestFixtureAttribute.cs</Link>
779- </Compile>
780- <Compile Include="..\..\..\src\framework\TestFixtureSetUpAttribute.cs">
781- <Link>TestFixtureSetUpAttribute.cs</Link>
782- </Compile>
783- <Compile Include="..\..\..\src\framework\TestFixtureTearDownAttribute.cs">
784- <Link>TestFixtureTearDownAttribute.cs</Link>
785- </Compile>
786- <Compile Include="..\..\..\src\framework\Text.cs">
787- <Link>Text.cs</Link>
788- </Compile>
789- <Compile Include="..\..\..\src\framework\TextMessageWriter.cs">
790- <Link>TextMessageWriter.cs</Link>
791- </Compile>
792- <Compile Include="..\..\..\src\framework\TheoryAttribute.cs">
793- <Link>TheoryAttribute.cs</Link>
794- </Compile>
795- <Compile Include="..\..\..\src\framework\ThreadingAttributes.cs">
796- <Link>ThreadingAttributes.cs</Link>
797- </Compile>
798- <Compile Include="..\..\..\src\framework\Throws.cs">
799- <Link>Throws.cs</Link>
800- </Compile>
801- <Compile Include="..\..\..\src\framework\ValuesAttribute.cs">
802- <Link>ValuesAttribute.cs</Link>
803- </Compile>
804- <Compile Include="..\..\..\src\framework\ValueSourceAttribute.cs">
805- <Link>ValueSourceAttribute.cs</Link>
806+ <Compile Include="..\..\..\src\framework\Env.cs">
807+ <Link>Env.cs</Link>
808+ </Compile>
809+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Assume.cs">
810+ <Link>NUnit\Framework\Assume.cs</Link>
811+ </Compile>
812+ <Compile Include="..\..\..\src\framework\NUnit\Framework\CategoryAttribute.cs">
813+ <Link>NUnit\Framework\CategoryAttribute.cs</Link>
814+ </Compile>
815+ <Compile Include="..\..\..\src\framework\NUnit\Framework\CollectionAssert.cs">
816+ <Link>NUnit\Framework\CollectionAssert.cs</Link>
817+ </Compile>
818+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DelayedConstraint.cs">
819+ <Link>NUnit\Framework\Constraints\DelayedConstraint.cs</Link>
820+ </Compile>
821+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DirectoryConstraints.cs">
822+ <Link>NUnit\Framework\Constraints\DirectoryConstraints.cs</Link>
823+ </Compile>
824+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\PredicateConstraint.cs">
825+ <Link>NUnit\Framework\Constraints\PredicateConstraint.cs</Link>
826+ </Compile>
827+ <Compile Include="..\..\..\src\framework\NUnit\Framework\DatapointAttributes.cs">
828+ <Link>NUnit\Framework\DatapointAttributes.cs</Link>
829+ </Compile>
830+ <Compile Include="..\..\..\src\framework\NUnit\Framework\DirectoryAssert.cs">
831+ <Link>NUnit\Framework\DirectoryAssert.cs</Link>
832+ </Compile>
833+ <Compile Include="..\..\..\src\framework\NUnit\Framework\ExplicitAttribute.cs">
834+ <Link>NUnit\Framework\ExplicitAttribute.cs</Link>
835+ </Compile>
836+ <Compile Include="..\..\..\src\framework\NUnit\Framework\FileAssert.cs">
837+ <Link>NUnit\Framework\FileAssert.cs</Link>
838+ </Compile>
839+ <Compile Include="..\..\..\src\framework\NUnit\Framework\IgnoreException.cs">
840+ <Link>NUnit\Framework\IgnoreException.cs</Link>
841+ </Compile>
842+ <Compile Include="..\..\..\src\framework\NUnit\Framework\IncludeExcludeAttributes.cs">
843+ <Link>NUnit\Framework\IncludeExcludeAttributes.cs</Link>
844+ </Compile>
845+ <Compile Include="..\..\..\src\framework\NUnit\Framework\InconclusiveException.cs">
846+ <Link>NUnit\Framework\InconclusiveException.cs</Link>
847+ </Compile>
848+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Iz.cs">
849+ <Link>NUnit\Framework\Iz.cs</Link>
850+ </Compile>
851+ <Compile Include="..\..\..\src\framework\NUnit\Framework\JoinTypeAttributes.cs">
852+ <Link>NUnit\Framework\JoinTypeAttributes.cs</Link>
853+ </Compile>
854+ <Compile Include="..\..\..\src\framework\NUnit\Framework\List.cs">
855+ <Link>NUnit\Framework\List.cs</Link>
856+ </Compile>
857+ <Compile Include="..\..\..\src\framework\NUnit\Framework\MaxTimeAttribute.cs">
858+ <Link>NUnit\Framework\MaxTimeAttribute.cs</Link>
859+ </Compile>
860+ <Compile Include="..\..\..\src\framework\NUnit\Framework\RandomAttribute.cs">
861+ <Link>NUnit\Framework\RandomAttribute.cs</Link>
862+ </Compile>
863+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Randomizer.cs">
864+ <Link>NUnit\Framework\Randomizer.cs</Link>
865+ </Compile>
866+ <Compile Include="..\..\..\src\framework\NUnit\Framework\RangeAttribute.cs">
867+ <Link>NUnit\Framework\RangeAttribute.cs</Link>
868+ </Compile>
869+ <Compile Include="..\..\..\src\framework\NUnit\Framework\RepeatAttribute.cs">
870+ <Link>NUnit\Framework\RepeatAttribute.cs</Link>
871+ </Compile>
872+ <Compile Include="..\..\..\src\framework\NUnit\Framework\RequiredAddinAttribute.cs">
873+ <Link>NUnit\Framework\RequiredAddinAttribute.cs</Link>
874+ </Compile>
875+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SetCultureAttribute.cs">
876+ <Link>NUnit\Framework\SetCultureAttribute.cs</Link>
877+ </Compile>
878+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUICultureAttribute.cs">
879+ <Link>NUnit\Framework\SetUICultureAttribute.cs</Link>
880+ </Compile>
881+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUpFixtureAttribute.cs">
882+ <Link>NUnit\Framework\SetUpFixtureAttribute.cs</Link>
883+ </Compile>
884+ <Compile Include="..\..\..\src\framework\NUnit\Framework\StringAssert.cs">
885+ <Link>NUnit\Framework\StringAssert.cs</Link>
886+ </Compile>
887+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SuccessException.cs">
888+ <Link>NUnit\Framework\SuccessException.cs</Link>
889+ </Compile>
890+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SuiteAttribute.cs">
891+ <Link>NUnit\Framework\SuiteAttribute.cs</Link>
892+ </Compile>
893+ <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureSetUpAttribute.cs">
894+ <Link>NUnit\Framework\TestFixtureSetUpAttribute.cs</Link>
895+ </Compile>
896+ <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureTearDownAttribute.cs">
897+ <Link>NUnit\Framework\TestFixtureTearDownAttribute.cs</Link>
898+ </Compile>
899+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Text.cs">
900+ <Link>NUnit\Framework\Text.cs</Link>
901+ </Compile>
902+ <Compile Include="..\..\..\src\framework\NUnit\Framework\TheoryAttribute.cs">
903+ <Link>NUnit\Framework\TheoryAttribute.cs</Link>
904+ </Compile>
905+ <Compile Include="..\..\..\src\framework\NUnit\Framework\ThreadingAttributes.cs">
906+ <Link>NUnit\Framework\ThreadingAttributes.cs</Link>
907+ </Compile>
908+ <Compile Include="..\..\..\src\framework\NUnit\Framework\ValuesAttribute.cs">
909+ <Link>NUnit\Framework\ValuesAttribute.cs</Link>
910+ </Compile>
911+ <Compile Include="..\..\..\src\framework\NUnit\Framework\ValueSourceAttribute.cs">
912+ <Link>NUnit\Framework\ValueSourceAttribute.cs</Link>
913+ </Compile>
914+ <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
915+ <Link>Shared\Framework\Assert.cs</Link>
916+ </Compile>
917+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
918+ <Link>Shared\Framework\AssertionException.cs</Link>
919+ </Compile>
920+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
921+ <Link>Shared\Framework\AssertionHelper.cs</Link>
922+ </Compile>
923+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
924+ <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
925+ </Compile>
926+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
927+ <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
928+ </Compile>
929+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
930+ <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
931+ </Compile>
932+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
933+ <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
934+ </Compile>
935+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
936+ <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
937+ </Compile>
938+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
939+ <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
940+ </Compile>
941+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
942+ <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
943+ </Compile>
944+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
945+ <Link>Shared\Framework\Constraints\Constraint.cs</Link>
946+ </Compile>
947+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
948+ <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
949+ </Compile>
950+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
951+ <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
952+ </Compile>
953+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
954+ <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
955+ </Compile>
956+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
957+ <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
958+ </Compile>
959+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
960+ <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
961+ </Compile>
962+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
963+ <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
964+ </Compile>
965+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
966+ <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
967+ </Compile>
968+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
969+ <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
970+ </Compile>
971+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
972+ <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
973+ </Compile>
974+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
975+ <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
976+ </Compile>
977+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
978+ <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
979+ </Compile>
980+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
981+ <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
982+ </Compile>
983+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
984+ <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
985+ </Compile>
986+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
987+ <Link>Shared\Framework\Constraints\Numerics.cs</Link>
988+ </Compile>
989+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
990+ <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
991+ </Compile>
992+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
993+ <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
994+ </Compile>
995+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
996+ <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
997+ </Compile>
998+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
999+ <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
1000+ </Compile>
1001+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
1002+ <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
1003+ </Compile>
1004+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
1005+ <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
1006+ </Compile>
1007+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
1008+ <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
1009+ </Compile>
1010+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
1011+ <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
1012+ </Compile>
1013+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
1014+ <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
1015+ </Compile>
1016+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
1017+ <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
1018+ </Compile>
1019+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
1020+ <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
1021+ </Compile>
1022+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
1023+ <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
1024+ </Compile>
1025+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
1026+ <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
1027+ </Compile>
1028+ <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
1029+ <Link>Shared\Framework\DescriptionAttribute.cs</Link>
1030+ </Compile>
1031+ <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
1032+ <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
1033+ </Compile>
1034+ <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
1035+ <Link>Shared\Framework\GlobalSettings.cs</Link>
1036+ </Compile>
1037+ <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
1038+ <Link>Shared\Framework\Has.cs</Link>
1039+ </Compile>
1040+ <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
1041+ <Link>Shared\Framework\IExpectException.cs</Link>
1042+ </Compile>
1043+ <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
1044+ <Link>Shared\Framework\IgnoreAttribute.cs</Link>
1045+ </Compile>
1046+ <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
1047+ <Link>Shared\Framework\Is.cs</Link>
1048+ </Compile>
1049+ <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
1050+ <Link>Shared\Framework\ITestCaseData.cs</Link>
1051+ </Compile>
1052+ <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
1053+ <Link>Shared\Framework\ListMapper.cs</Link>
1054+ </Compile>
1055+ <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
1056+ <Link>Shared\Framework\PropertyAttribute.cs</Link>
1057+ </Compile>
1058+ <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
1059+ <Link>Shared\Framework\SetUpAttribute.cs</Link>
1060+ </Compile>
1061+ <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
1062+ <Link>Shared\Framework\SpecialValue.cs</Link>
1063+ </Compile>
1064+ <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
1065+ <Link>Shared\Framework\TearDownAttribute.cs</Link>
1066+ </Compile>
1067+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
1068+ <Link>Shared\Framework\TestAttribute.cs</Link>
1069+ </Compile>
1070+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
1071+ <Link>Shared\Framework\TestCaseAttribute.cs</Link>
1072+ </Compile>
1073+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
1074+ <Link>Shared\Framework\TestCaseData.cs</Link>
1075+ </Compile>
1076+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
1077+ <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
1078+ </Compile>
1079+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
1080+ <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
1081+ </Compile>
1082+ <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
1083+ <Link>Shared\Framework\TextMessageWriter.cs</Link>
1084+ </Compile>
1085+ <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
1086+ <Link>Shared\Framework\Throws.cs</Link>
1087 </Compile>
1088 </ItemGroup>
1089 <ItemGroup>
1090@@ -333,4 +338,9 @@
1091 <ItemGroup>
1092 <None Include="nunit.snk" />
1093 </ItemGroup>
1094+ <ItemGroup>
1095+ <Content Include="..\..\..\src\framework\SyntaxElements.txt">
1096+ <Link>SyntaxElements.txt</Link>
1097+ </Content>
1098+ </ItemGroup>
1099 </Project>
1100\ No newline at end of file
1101
1102=== added directory 'solutions/vs2005/nunitlite'
1103=== added directory 'solutions/vs2005/nunitlite.tests'
1104=== added file 'solutions/vs2005/nunitlite.tests/nunitlite.tests.csproj'
1105--- solutions/vs2005/nunitlite.tests/nunitlite.tests.csproj 1970-01-01 00:00:00 +0000
1106+++ solutions/vs2005/nunitlite.tests/nunitlite.tests.csproj 2009-09-11 21:12:38 +0000
1107@@ -0,0 +1,206 @@
1108+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1109+ <PropertyGroup>
1110+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1111+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1112+ <ProductVersion>8.0.50727</ProductVersion>
1113+ <SchemaVersion>2.0</SchemaVersion>
1114+ <ProjectGuid>{0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}</ProjectGuid>
1115+ <OutputType>Exe</OutputType>
1116+ <RootNamespace>nunitlite.tests</RootNamespace>
1117+ <AssemblyName>nunitlite.tests</AssemblyName>
1118+ </PropertyGroup>
1119+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1120+ <DebugSymbols>true</DebugSymbols>
1121+ <DebugType>full</DebugType>
1122+ <Optimize>false</Optimize>
1123+ <OutputPath>..\bin\Debug\</OutputPath>
1124+ <DefineConstants>TRACE;DEBUG;NET_2_0;NUNITLITE</DefineConstants>
1125+ <ErrorReport>prompt</ErrorReport>
1126+ <WarningLevel>4</WarningLevel>
1127+ </PropertyGroup>
1128+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1129+ <DebugType>pdbonly</DebugType>
1130+ <Optimize>true</Optimize>
1131+ <OutputPath>..\bin\Release\</OutputPath>
1132+ <DefineConstants>TRACE;NET_2_0;NUNITLITE</DefineConstants>
1133+ <ErrorReport>prompt</ErrorReport>
1134+ <WarningLevel>4</WarningLevel>
1135+ </PropertyGroup>
1136+ <ItemGroup>
1137+ <Reference Include="System" />
1138+ <Reference Include="System.Data" />
1139+ <Reference Include="System.Drawing" />
1140+ <Reference Include="System.Xml" />
1141+ </ItemGroup>
1142+ <ItemGroup>
1143+ <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
1144+ <Link>CommonAssemblyInfo.cs</Link>
1145+ </Compile>
1146+ <Compile Include="..\..\..\src\tests\Program.cs">
1147+ <Link>Program.cs</Link>
1148+ </Compile>
1149+ <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
1150+ <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
1151+ </Compile>
1152+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
1153+ <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
1154+ </Compile>
1155+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
1156+ <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
1157+ </Compile>
1158+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
1159+ <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
1160+ </Compile>
1161+ <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
1162+ <Link>Shared\Framework\CollectionAdapter.cs</Link>
1163+ </Compile>
1164+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
1165+ <Link>Shared\Framework\Constraints\AndTest.cs</Link>
1166+ </Compile>
1167+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
1168+ <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
1169+ </Compile>
1170+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
1171+ <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
1172+ </Compile>
1173+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
1174+ <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
1175+ </Compile>
1176+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
1177+ <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
1178+ </Compile>
1179+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
1180+ <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
1181+ </Compile>
1182+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
1183+ <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
1184+ </Compile>
1185+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
1186+ <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
1187+ </Compile>
1188+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
1189+ <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
1190+ </Compile>
1191+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
1192+ <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
1193+ </Compile>
1194+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
1195+ <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
1196+ </Compile>
1197+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
1198+ <Link>Shared\Framework\Constraints\NotTest.cs</Link>
1199+ </Compile>
1200+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
1201+ <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
1202+ </Compile>
1203+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
1204+ <Link>Shared\Framework\Constraints\OrTest.cs</Link>
1205+ </Compile>
1206+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
1207+ <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
1208+ </Compile>
1209+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
1210+ <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
1211+ </Compile>
1212+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
1213+ <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
1214+ </Compile>
1215+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
1216+ <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
1217+ </Compile>
1218+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
1219+ <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
1220+ </Compile>
1221+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
1222+ <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
1223+ </Compile>
1224+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
1225+ <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link>
1226+ </Compile>
1227+ <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
1228+ <Link>Shared\Framework\MessageChecker.cs</Link>
1229+ </Compile>
1230+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
1231+ <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
1232+ </Compile>
1233+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
1234+ <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
1235+ </Compile>
1236+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
1237+ <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
1238+ </Compile>
1239+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
1240+ <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
1241+ </Compile>
1242+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
1243+ <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
1244+ </Compile>
1245+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
1246+ <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
1247+ </Compile>
1248+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
1249+ <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
1250+ </Compile>
1251+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
1252+ <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
1253+ </Compile>
1254+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
1255+ <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
1256+ </Compile>
1257+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
1258+ <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
1259+ </Compile>
1260+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
1261+ <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
1262+ </Compile>
1263+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
1264+ <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
1265+ </Compile>
1266+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
1267+ <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
1268+ </Compile>
1269+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
1270+ <Link>Shared\Framework\TestComparer.cs</Link>
1271+ </Compile>
1272+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
1273+ <Link>Shared\Framework\TestDelegates.cs</Link>
1274+ </Compile>
1275+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
1276+ <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
1277+ </Compile>
1278+ <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
1279+ <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
1280+ </Compile>
1281+ </ItemGroup>
1282+ <ItemGroup>
1283+ <Content Include="..\..\..\src\tests\TestImage1.jpg">
1284+ <Link>TestImage1.jpg</Link>
1285+ </Content>
1286+ <Content Include="..\..\..\src\tests\TestImage2.jpg">
1287+ <Link>TestImage2.jpg</Link>
1288+ </Content>
1289+ <Content Include="..\..\..\src\tests\TestText1.txt">
1290+ <Link>TestText1.txt</Link>
1291+ </Content>
1292+ <Content Include="..\..\..\src\tests\TestText2.txt">
1293+ <Link>TestText2.txt</Link>
1294+ </Content>
1295+ </ItemGroup>
1296+ <ItemGroup>
1297+ <ProjectReference Include="..\nunitlite\nunitlite.csproj">
1298+ <Project>{83A1B699-7177-4C00-BAAC-83A82571DC23}</Project>
1299+ <Name>nunitlite</Name>
1300+ </ProjectReference>
1301+ </ItemGroup>
1302+ <ItemGroup>
1303+ <Folder Include="Properties\" />
1304+ </ItemGroup>
1305+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1306+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1307+ Other similar extension points exist, see Microsoft.Common.targets.
1308+ <Target Name="BeforeBuild">
1309+ </Target>
1310+ <Target Name="AfterBuild">
1311+ </Target>
1312+ -->
1313+</Project>
1314\ No newline at end of file
1315
1316=== added directory 'solutions/vs2005/nunitlite/NUnitLite'
1317=== added directory 'solutions/vs2005/nunitlite/NUnitLite/Runner'
1318=== added file 'solutions/vs2005/nunitlite/nunit.snk'
1319Binary files solutions/vs2005/nunitlite/nunit.snk 1970-01-01 00:00:00 +0000 and solutions/vs2005/nunitlite/nunit.snk 2009-09-06 16:12:27 +0000 differ
1320=== added file 'solutions/vs2005/nunitlite/nunitlite.csproj'
1321--- solutions/vs2005/nunitlite/nunitlite.csproj 1970-01-01 00:00:00 +0000
1322+++ solutions/vs2005/nunitlite/nunitlite.csproj 2009-09-11 21:12:38 +0000
1323@@ -0,0 +1,302 @@
1324+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1325+ <PropertyGroup>
1326+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1327+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1328+ <ProductVersion>8.0.50727</ProductVersion>
1329+ <SchemaVersion>2.0</SchemaVersion>
1330+ <ProjectGuid>{83A1B699-7177-4C00-BAAC-83A82571DC23}</ProjectGuid>
1331+ <OutputType>Library</OutputType>
1332+ <RootNamespace>nunitlite</RootNamespace>
1333+ <AssemblyName>nunitlite</AssemblyName>
1334+ <SignAssembly>true</SignAssembly>
1335+ <AssemblyOriginatorKeyFile>nunit.snk</AssemblyOriginatorKeyFile>
1336+ </PropertyGroup>
1337+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1338+ <DebugSymbols>true</DebugSymbols>
1339+ <DebugType>full</DebugType>
1340+ <Optimize>false</Optimize>
1341+ <OutputPath>..\bin\Debug\</OutputPath>
1342+ <DefineConstants>TRACE;DEBUG;NET_2_0;NUNITLITE</DefineConstants>
1343+ <ErrorReport>prompt</ErrorReport>
1344+ <WarningLevel>4</WarningLevel>
1345+ <DocumentationFile>..\bin\Debug\nunitlite.XML</DocumentationFile>
1346+ </PropertyGroup>
1347+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1348+ <DebugType>pdbonly</DebugType>
1349+ <Optimize>true</Optimize>
1350+ <OutputPath>..\bin\Release\</OutputPath>
1351+ <DefineConstants>TRACE;NET_2_0;NUNITLITE</DefineConstants>
1352+ <ErrorReport>prompt</ErrorReport>
1353+ <WarningLevel>4</WarningLevel>
1354+ <DocumentationFile>..\bin\Release\nunitlite.XML</DocumentationFile>
1355+ </PropertyGroup>
1356+ <ItemGroup>
1357+ <Reference Include="System" />
1358+ <Reference Include="System.Data" />
1359+ <Reference Include="System.Xml" />
1360+ </ItemGroup>
1361+ <ItemGroup>
1362+ <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
1363+ <Link>CommonAssemblyInfo.cs</Link>
1364+ </Compile>
1365+ <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
1366+ <Link>AssemblyInfo.cs</Link>
1367+ </Compile>
1368+ <Compile Include="..\..\..\src\framework\Env.cs">
1369+ <Link>Env.cs</Link>
1370+ </Compile>
1371+ <Compile Include="..\..\..\src\framework\NUnitLite\Framework\Contains.cs">
1372+ <Link>NUnitLite\Framework\Contains.cs</Link>
1373+ </Compile>
1374+ <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs">
1375+ <Link>NUnitLite\ITest.cs</Link>
1376+ </Compile>
1377+ <Compile Include="..\..\..\src\framework\NUnitLite\NullListener.cs">
1378+ <Link>NUnitLite\NullListener.cs</Link>
1379+ </Compile>
1380+ <Compile Include="..\..\..\src\framework\NUnitLite\NUnitLiteException.cs">
1381+ <Link>NUnitLite\NUnitLiteException.cs</Link>
1382+ </Compile>
1383+ <Compile Include="..\..\..\src\framework\NUnitLite\Reflect.cs">
1384+ <Link>NUnitLite\Reflect.cs</Link>
1385+ </Compile>
1386+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\CommandLineOptions.cs">
1387+ <Link>NUnitLite\Runner\CommandLineOptions.cs</Link>
1388+ </Compile>
1389+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ConsoleWriter.cs">
1390+ <Link>NUnitLite\Runner\ConsoleWriter.cs</Link>
1391+ </Compile>
1392+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\DebugWriter.cs">
1393+ <Link>NUnitLite\Runner\DebugWriter.cs</Link>
1394+ </Compile>
1395+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ResultSummary.cs">
1396+ <Link>NUnitLite\Runner\ResultSummary.cs</Link>
1397+ </Compile>
1398+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TcpWriter.cs">
1399+ <Link>NUnitLite\Runner\TcpWriter.cs</Link>
1400+ </Compile>
1401+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestCaseBuilder.cs">
1402+ <Link>NUnitLite\Runner\TestCaseBuilder.cs</Link>
1403+ </Compile>
1404+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestFixtureBuilder.cs">
1405+ <Link>NUnitLite\Runner\TestFixtureBuilder.cs</Link>
1406+ </Compile>
1407+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestLoader.cs">
1408+ <Link>NUnitLite\Runner\TestLoader.cs</Link>
1409+ </Compile>
1410+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestRunner.cs">
1411+ <Link>NUnitLite\Runner\TestRunner.cs</Link>
1412+ </Compile>
1413+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TextUI.cs">
1414+ <Link>NUnitLite\Runner\TextUI.cs</Link>
1415+ </Compile>
1416+ <Compile Include="..\..\..\src\framework\NUnitLite\StackFilter.cs">
1417+ <Link>NUnitLite\StackFilter.cs</Link>
1418+ </Compile>
1419+ <Compile Include="..\..\..\src\framework\NUnitLite\TestCase.cs">
1420+ <Link>NUnitLite\TestCase.cs</Link>
1421+ </Compile>
1422+ <Compile Include="..\..\..\src\framework\NUnitLite\TestListener.cs">
1423+ <Link>NUnitLite\TestListener.cs</Link>
1424+ </Compile>
1425+ <Compile Include="..\..\..\src\framework\NUnitLite\TestResult.cs">
1426+ <Link>NUnitLite\TestResult.cs</Link>
1427+ </Compile>
1428+ <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs">
1429+ <Link>NUnitLite\TestSuite.cs</Link>
1430+ </Compile>
1431+ <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
1432+ <Link>Shared\Framework\Assert.cs</Link>
1433+ </Compile>
1434+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
1435+ <Link>Shared\Framework\AssertionException.cs</Link>
1436+ </Compile>
1437+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
1438+ <Link>Shared\Framework\AssertionHelper.cs</Link>
1439+ </Compile>
1440+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
1441+ <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
1442+ </Compile>
1443+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
1444+ <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
1445+ </Compile>
1446+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
1447+ <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
1448+ </Compile>
1449+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
1450+ <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
1451+ </Compile>
1452+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
1453+ <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
1454+ </Compile>
1455+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
1456+ <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
1457+ </Compile>
1458+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
1459+ <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
1460+ </Compile>
1461+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
1462+ <Link>Shared\Framework\Constraints\Constraint.cs</Link>
1463+ </Compile>
1464+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
1465+ <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
1466+ </Compile>
1467+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
1468+ <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
1469+ </Compile>
1470+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
1471+ <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
1472+ </Compile>
1473+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
1474+ <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
1475+ </Compile>
1476+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
1477+ <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
1478+ </Compile>
1479+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
1480+ <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
1481+ </Compile>
1482+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
1483+ <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
1484+ </Compile>
1485+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
1486+ <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
1487+ </Compile>
1488+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
1489+ <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
1490+ </Compile>
1491+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
1492+ <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
1493+ </Compile>
1494+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
1495+ <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
1496+ </Compile>
1497+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
1498+ <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
1499+ </Compile>
1500+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
1501+ <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
1502+ </Compile>
1503+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
1504+ <Link>Shared\Framework\Constraints\Numerics.cs</Link>
1505+ </Compile>
1506+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
1507+ <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
1508+ </Compile>
1509+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
1510+ <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
1511+ </Compile>
1512+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
1513+ <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
1514+ </Compile>
1515+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
1516+ <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
1517+ </Compile>
1518+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
1519+ <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
1520+ </Compile>
1521+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
1522+ <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
1523+ </Compile>
1524+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
1525+ <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
1526+ </Compile>
1527+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
1528+ <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
1529+ </Compile>
1530+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
1531+ <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
1532+ </Compile>
1533+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
1534+ <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
1535+ </Compile>
1536+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
1537+ <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
1538+ </Compile>
1539+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
1540+ <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
1541+ </Compile>
1542+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
1543+ <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
1544+ </Compile>
1545+ <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
1546+ <Link>Shared\Framework\DescriptionAttribute.cs</Link>
1547+ </Compile>
1548+ <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
1549+ <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
1550+ </Compile>
1551+ <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
1552+ <Link>Shared\Framework\GlobalSettings.cs</Link>
1553+ </Compile>
1554+ <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
1555+ <Link>Shared\Framework\Has.cs</Link>
1556+ </Compile>
1557+ <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
1558+ <Link>Shared\Framework\IExpectException.cs</Link>
1559+ </Compile>
1560+ <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
1561+ <Link>Shared\Framework\IgnoreAttribute.cs</Link>
1562+ </Compile>
1563+ <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
1564+ <Link>Shared\Framework\Is.cs</Link>
1565+ </Compile>
1566+ <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
1567+ <Link>Shared\Framework\ITestCaseData.cs</Link>
1568+ </Compile>
1569+ <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
1570+ <Link>Shared\Framework\ListMapper.cs</Link>
1571+ </Compile>
1572+ <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
1573+ <Link>Shared\Framework\PropertyAttribute.cs</Link>
1574+ </Compile>
1575+ <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
1576+ <Link>Shared\Framework\SetUpAttribute.cs</Link>
1577+ </Compile>
1578+ <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
1579+ <Link>Shared\Framework\SpecialValue.cs</Link>
1580+ </Compile>
1581+ <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
1582+ <Link>Shared\Framework\TearDownAttribute.cs</Link>
1583+ </Compile>
1584+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
1585+ <Link>Shared\Framework\TestAttribute.cs</Link>
1586+ </Compile>
1587+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
1588+ <Link>Shared\Framework\TestCaseAttribute.cs</Link>
1589+ </Compile>
1590+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
1591+ <Link>Shared\Framework\TestCaseData.cs</Link>
1592+ </Compile>
1593+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
1594+ <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
1595+ </Compile>
1596+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
1597+ <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
1598+ </Compile>
1599+ <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
1600+ <Link>Shared\Framework\TextMessageWriter.cs</Link>
1601+ </Compile>
1602+ <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
1603+ <Link>Shared\Framework\Throws.cs</Link>
1604+ </Compile>
1605+ </ItemGroup>
1606+ <ItemGroup>
1607+ <Content Include="..\..\..\src\framework\SyntaxElements.txt">
1608+ <Link>SyntaxElements.txt</Link>
1609+ </Content>
1610+ </ItemGroup>
1611+ <ItemGroup>
1612+ <None Include="nunit.snk" />
1613+ </ItemGroup>
1614+ <ItemGroup>
1615+ <Folder Include="Properties\" />
1616+ </ItemGroup>
1617+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
1618+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1619+ Other similar extension points exist, see Microsoft.Common.targets.
1620+ <Target Name="BeforeBuild">
1621+ </Target>
1622+ <Target Name="AfterBuild">
1623+ </Target>
1624+ -->
1625+</Project>
1626\ No newline at end of file
1627
1628=== added directory 'solutions/vs2005/nunitlite_CF'
1629=== added directory 'solutions/vs2005/nunitlite_CF.tests'
1630=== added file 'solutions/vs2005/nunitlite_CF.tests/nunitlite_CF.tests.csproj'
1631--- solutions/vs2005/nunitlite_CF.tests/nunitlite_CF.tests.csproj 1970-01-01 00:00:00 +0000
1632+++ solutions/vs2005/nunitlite_CF.tests/nunitlite_CF.tests.csproj 2009-09-11 21:12:38 +0000
1633@@ -0,0 +1,231 @@
1634+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1635+ <PropertyGroup>
1636+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1637+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1638+ <ProductVersion>8.0.50727</ProductVersion>
1639+ <SchemaVersion>2.0</SchemaVersion>
1640+ <ProjectGuid>{7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}</ProjectGuid>
1641+ <OutputType>Exe</OutputType>
1642+ <RootNamespace>nunitlite_CF.tests</RootNamespace>
1643+ <AssemblyName>nunitlite_CF.tests</AssemblyName>
1644+ <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1645+ <PlatformFamilyName>WindowsCE</PlatformFamilyName>
1646+ <PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
1647+ <OSVersion>5.0</OSVersion>
1648+ <DeployDirSuffix>nunitlite_CF.tests</DeployDirSuffix>
1649+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
1650+ <FormFactorID>
1651+ </FormFactorID>
1652+ </PropertyGroup>
1653+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1654+ <DebugSymbols>true</DebugSymbols>
1655+ <DebugType>full</DebugType>
1656+ <Optimize>false</Optimize>
1657+ <OutputPath>bin\Debug\</OutputPath>
1658+ <DefineConstants>TRACE;DEBUG;WindowsCE;NETCF;NUNITLITE</DefineConstants>
1659+ <NoStdLib>true</NoStdLib>
1660+ <NoConfig>true</NoConfig>
1661+ <ErrorReport>prompt</ErrorReport>
1662+ <FileAlignment>512</FileAlignment>
1663+ <WarningLevel>4</WarningLevel>
1664+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1665+ </PropertyGroup>
1666+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1667+ <DebugType>pdbonly</DebugType>
1668+ <Optimize>true</Optimize>
1669+ <OutputPath>bin\Release\</OutputPath>
1670+ <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
1671+ <NoStdLib>true</NoStdLib>
1672+ <NoConfig>true</NoConfig>
1673+ <ErrorReport>prompt</ErrorReport>
1674+ <FileAlignment>512</FileAlignment>
1675+ <WarningLevel>4</WarningLevel>
1676+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1677+ </PropertyGroup>
1678+ <ItemGroup>
1679+ <Reference Include="mscorlib" />
1680+ <Reference Include="System" />
1681+ <Reference Include="System.Data" />
1682+ <Reference Include="System.Drawing" />
1683+ <Reference Include="System.Xml" />
1684+ </ItemGroup>
1685+ <ItemGroup>
1686+ <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
1687+ <Link>CommonAssemblyInfo.cs</Link>
1688+ </Compile>
1689+ <Compile Include="..\..\..\src\tests\Program.cs">
1690+ <Link>Program.cs</Link>
1691+ </Compile>
1692+ <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
1693+ <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
1694+ </Compile>
1695+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
1696+ <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
1697+ </Compile>
1698+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
1699+ <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
1700+ </Compile>
1701+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
1702+ <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
1703+ </Compile>
1704+ <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
1705+ <Link>Shared\Framework\CollectionAdapter.cs</Link>
1706+ </Compile>
1707+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
1708+ <Link>Shared\Framework\Constraints\AndTest.cs</Link>
1709+ </Compile>
1710+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
1711+ <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
1712+ </Compile>
1713+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
1714+ <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
1715+ </Compile>
1716+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
1717+ <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
1718+ </Compile>
1719+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
1720+ <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
1721+ </Compile>
1722+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
1723+ <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
1724+ </Compile>
1725+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
1726+ <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
1727+ </Compile>
1728+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
1729+ <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
1730+ </Compile>
1731+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
1732+ <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
1733+ </Compile>
1734+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
1735+ <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
1736+ </Compile>
1737+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
1738+ <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
1739+ </Compile>
1740+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
1741+ <Link>Shared\Framework\Constraints\NotTest.cs</Link>
1742+ </Compile>
1743+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
1744+ <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
1745+ </Compile>
1746+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
1747+ <Link>Shared\Framework\Constraints\OrTest.cs</Link>
1748+ </Compile>
1749+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
1750+ <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
1751+ </Compile>
1752+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
1753+ <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
1754+ </Compile>
1755+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
1756+ <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
1757+ </Compile>
1758+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
1759+ <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
1760+ </Compile>
1761+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
1762+ <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
1763+ </Compile>
1764+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
1765+ <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
1766+ </Compile>
1767+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
1768+ <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link>
1769+ </Compile>
1770+ <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
1771+ <Link>Shared\Framework\MessageChecker.cs</Link>
1772+ </Compile>
1773+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
1774+ <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
1775+ </Compile>
1776+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
1777+ <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
1778+ </Compile>
1779+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
1780+ <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
1781+ </Compile>
1782+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
1783+ <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
1784+ </Compile>
1785+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
1786+ <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
1787+ </Compile>
1788+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
1789+ <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
1790+ </Compile>
1791+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
1792+ <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
1793+ </Compile>
1794+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
1795+ <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
1796+ </Compile>
1797+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
1798+ <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
1799+ </Compile>
1800+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
1801+ <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
1802+ </Compile>
1803+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
1804+ <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
1805+ </Compile>
1806+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
1807+ <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
1808+ </Compile>
1809+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
1810+ <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
1811+ </Compile>
1812+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
1813+ <Link>Shared\Framework\TestComparer.cs</Link>
1814+ </Compile>
1815+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
1816+ <Link>Shared\Framework\TestDelegates.cs</Link>
1817+ </Compile>
1818+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
1819+ <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
1820+ </Compile>
1821+ <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
1822+ <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
1823+ </Compile>
1824+ </ItemGroup>
1825+ <ItemGroup>
1826+ <Content Include="..\..\..\src\tests\TestImage1.jpg">
1827+ <Link>TestImage1.jpg</Link>
1828+ </Content>
1829+ <Content Include="..\..\..\src\tests\TestImage2.jpg">
1830+ <Link>TestImage2.jpg</Link>
1831+ </Content>
1832+ <Content Include="..\..\..\src\tests\TestText1.txt">
1833+ <Link>TestText1.txt</Link>
1834+ </Content>
1835+ <Content Include="..\..\..\src\tests\TestText2.txt">
1836+ <Link>TestText2.txt</Link>
1837+ </Content>
1838+ </ItemGroup>
1839+ <ItemGroup>
1840+ <ProjectReference Include="..\nunitlite_CF\nunitlite_CF.csproj">
1841+ <Project>{00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}</Project>
1842+ <Name>nunitlite_CF</Name>
1843+ </ProjectReference>
1844+ </ItemGroup>
1845+ <ItemGroup>
1846+ <Folder Include="Properties\" />
1847+ </ItemGroup>
1848+ <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
1849+ <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
1850+ <ProjectExtensions>
1851+ <VisualStudio>
1852+ <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
1853+ <HostingProcess disable="1" />
1854+ </FlavorProperties>
1855+ </VisualStudio>
1856+ </ProjectExtensions>
1857+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
1858+ Other similar extension points exist, see Microsoft.Common.targets.
1859+ <Target Name="BeforeBuild">
1860+ </Target>
1861+ <Target Name="AfterBuild">
1862+ </Target>
1863+ -->
1864+</Project>
1865\ No newline at end of file
1866
1867=== added file 'solutions/vs2005/nunitlite_CF/nunitlite_CF.csproj'
1868--- solutions/vs2005/nunitlite_CF/nunitlite_CF.csproj 1970-01-01 00:00:00 +0000
1869+++ solutions/vs2005/nunitlite_CF/nunitlite_CF.csproj 2009-09-08 05:53:41 +0000
1870@@ -0,0 +1,319 @@
1871+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1872+ <PropertyGroup>
1873+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
1874+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
1875+ <ProductVersion>8.0.50727</ProductVersion>
1876+ <SchemaVersion>2.0</SchemaVersion>
1877+ <ProjectGuid>{00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}</ProjectGuid>
1878+ <OutputType>Library</OutputType>
1879+ <RootNamespace>NUnitLite</RootNamespace>
1880+ <AssemblyName>nunitlite</AssemblyName>
1881+ <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1882+ <PlatformFamilyName>PocketPC</PlatformFamilyName>
1883+ <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
1884+ <OSVersion>4.20</OSVersion>
1885+ <DeployDirSuffix>nunitlite_CF</DeployDirSuffix>
1886+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
1887+ <FormFactorID>
1888+ </FormFactorID>
1889+ </PropertyGroup>
1890+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1891+ <DebugSymbols>true</DebugSymbols>
1892+ <DebugType>full</DebugType>
1893+ <Optimize>false</Optimize>
1894+ <OutputPath>bin\Debug\</OutputPath>
1895+ <DefineConstants>TRACE;DEBUG;PocketPC;NETCF;NUNITLITE</DefineConstants>
1896+ <NoStdLib>true</NoStdLib>
1897+ <NoConfig>true</NoConfig>
1898+ <ErrorReport>prompt</ErrorReport>
1899+ <FileAlignment>512</FileAlignment>
1900+ <WarningLevel>4</WarningLevel>
1901+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1902+ </PropertyGroup>
1903+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
1904+ <DebugType>pdbonly</DebugType>
1905+ <Optimize>true</Optimize>
1906+ <OutputPath>bin\Release\</OutputPath>
1907+ <DefineConstants>TRACE;PocketPC;NETCF;NUNITLITE</DefineConstants>
1908+ <NoStdLib>true</NoStdLib>
1909+ <NoConfig>true</NoConfig>
1910+ <ErrorReport>prompt</ErrorReport>
1911+ <FileAlignment>512</FileAlignment>
1912+ <WarningLevel>4</WarningLevel>
1913+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
1914+ </PropertyGroup>
1915+ <ItemGroup>
1916+ <Reference Include="mscorlib" />
1917+ <Reference Include="System" />
1918+ <Reference Include="System.Xml" />
1919+ </ItemGroup>
1920+ <ItemGroup>
1921+ <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
1922+ <Link>CommonAssemblyInfo.cs</Link>
1923+ </Compile>
1924+ <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
1925+ <Link>AssemblyInfo.cs</Link>
1926+ </Compile>
1927+ <Compile Include="..\..\..\src\framework\Env.cs">
1928+ <Link>Env.cs</Link>
1929+ </Compile>
1930+ <Compile Include="..\..\..\src\framework\NUnitLite\Framework\Contains.cs">
1931+ <Link>NUnitLite\Framework\Contains.cs</Link>
1932+ </Compile>
1933+ <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs">
1934+ <Link>NUnitLite\ITest.cs</Link>
1935+ </Compile>
1936+ <Compile Include="..\..\..\src\framework\NUnitLite\NullListener.cs">
1937+ <Link>NUnitLite\NullListener.cs</Link>
1938+ </Compile>
1939+ <Compile Include="..\..\..\src\framework\NUnitLite\NUnitLiteException.cs">
1940+ <Link>NUnitLite\NUnitLiteException.cs</Link>
1941+ </Compile>
1942+ <Compile Include="..\..\..\src\framework\NUnitLite\Reflect.cs">
1943+ <Link>NUnitLite\Reflect.cs</Link>
1944+ </Compile>
1945+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\CommandLineOptions.cs">
1946+ <Link>NUnitLite\Runner\CommandLineOptions.cs</Link>
1947+ </Compile>
1948+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ConsoleWriter.cs">
1949+ <Link>NUnitLite\Runner\ConsoleWriter.cs</Link>
1950+ </Compile>
1951+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\DebugWriter.cs">
1952+ <Link>NUnitLite\Runner\DebugWriter.cs</Link>
1953+ </Compile>
1954+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ResultSummary.cs">
1955+ <Link>NUnitLite\Runner\ResultSummary.cs</Link>
1956+ </Compile>
1957+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TcpWriter.cs">
1958+ <Link>NUnitLite\Runner\TcpWriter.cs</Link>
1959+ </Compile>
1960+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestCaseBuilder.cs">
1961+ <Link>NUnitLite\Runner\TestCaseBuilder.cs</Link>
1962+ </Compile>
1963+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestFixtureBuilder.cs">
1964+ <Link>NUnitLite\Runner\TestFixtureBuilder.cs</Link>
1965+ </Compile>
1966+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestLoader.cs">
1967+ <Link>NUnitLite\Runner\TestLoader.cs</Link>
1968+ </Compile>
1969+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestRunner.cs">
1970+ <Link>NUnitLite\Runner\TestRunner.cs</Link>
1971+ </Compile>
1972+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TextUI.cs">
1973+ <Link>NUnitLite\Runner\TextUI.cs</Link>
1974+ </Compile>
1975+ <Compile Include="..\..\..\src\framework\NUnitLite\StackFilter.cs">
1976+ <Link>NUnitLite\StackFilter.cs</Link>
1977+ </Compile>
1978+ <Compile Include="..\..\..\src\framework\NUnitLite\TestCase.cs">
1979+ <Link>NUnitLite\TestCase.cs</Link>
1980+ </Compile>
1981+ <Compile Include="..\..\..\src\framework\NUnitLite\TestListener.cs">
1982+ <Link>NUnitLite\TestListener.cs</Link>
1983+ </Compile>
1984+ <Compile Include="..\..\..\src\framework\NUnitLite\TestResult.cs">
1985+ <Link>NUnitLite\TestResult.cs</Link>
1986+ </Compile>
1987+ <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs">
1988+ <Link>NUnitLite\TestSuite.cs</Link>
1989+ </Compile>
1990+ <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
1991+ <Link>Shared\Framework\Assert.cs</Link>
1992+ </Compile>
1993+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
1994+ <Link>Shared\Framework\AssertionException.cs</Link>
1995+ </Compile>
1996+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
1997+ <Link>Shared\Framework\AssertionHelper.cs</Link>
1998+ </Compile>
1999+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
2000+ <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
2001+ </Compile>
2002+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
2003+ <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
2004+ </Compile>
2005+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
2006+ <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
2007+ </Compile>
2008+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
2009+ <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
2010+ </Compile>
2011+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
2012+ <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
2013+ </Compile>
2014+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
2015+ <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
2016+ </Compile>
2017+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
2018+ <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
2019+ </Compile>
2020+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
2021+ <Link>Shared\Framework\Constraints\Constraint.cs</Link>
2022+ </Compile>
2023+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
2024+ <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
2025+ </Compile>
2026+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
2027+ <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
2028+ </Compile>
2029+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
2030+ <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
2031+ </Compile>
2032+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
2033+ <Link>Shared\Framework\Constra nts\ConstraintFactory.cs</Link>
2034+ </Compile>
2035+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
2036+ <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
2037+ </Compile>
2038+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
2039+ <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
2040+ </Compile>
2041+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
2042+ <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
2043+ </Compile>
2044+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
2045+ <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
2046+ </Compile>
2047+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
2048+ <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
2049+ </Compile>
2050+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
2051+ <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
2052+ </Compile>
2053+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
2054+ <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
2055+ </Compile>
2056+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
2057+ <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
2058+ </Compile>
2059+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
2060+ <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
2061+ </Compile>
2062+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
2063+ <Link>Shared\Framework\Constraints\Numerics.cs</Link>
2064+ </Compile>
2065+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
2066+ <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
2067+ </Compile>
2068+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
2069+ <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
2070+ </Compile>
2071+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
2072+ <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
2073+ </Compile>
2074+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
2075+ <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
2076+ </Compile>
2077+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
2078+ <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
2079+ </Compile>
2080+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
2081+ <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
2082+ </Compile>
2083+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
2084+ <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
2085+ </Compile>
2086+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
2087+ <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
2088+ </Compile>
2089+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
2090+ <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
2091+ </Compile>
2092+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
2093+ <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
2094+ </Compile>
2095+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
2096+ <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
2097+ </Compile>
2098+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
2099+ <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
2100+ </Compile>
2101+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
2102+ <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
2103+ </Compile>
2104+ <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
2105+ <Link>Shared\Framework\DescriptionAttribute.cs</Link>
2106+ </Compile>
2107+ <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
2108+ <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
2109+ </Compile>
2110+ <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
2111+ <Link>Shared\Framework\GlobalSettings.cs</Link>
2112+ </Compile>
2113+ <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
2114+ <Link>Shared\Framework\Has.cs</Link>
2115+ </Compile>
2116+ <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
2117+ <Link>Shared\Framework\IExpectException.cs</Link>
2118+ </Compile>
2119+ <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
2120+ <Link>Shared\Framework\IgnoreAttribute.cs</Link>
2121+ </Compile>
2122+ <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
2123+ <Link>Shared\Framework\Is.cs</Link>
2124+ </Compile>
2125+ <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
2126+ <Link>Shared\Framework\ITestCaseData.cs</Link>
2127+ </Compile>
2128+ <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
2129+ <Link>Shared\Framework\ListMapper.cs</Link>
2130+ </Compile>
2131+ <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
2132+ <Link>Shared\Framework\PropertyAttribute.cs</Link>
2133+ </Compile>
2134+ <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
2135+ <Link>Shared\Framework\SetUpAttribute.cs</Link>
2136+ </Compile>
2137+ <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
2138+ <Link>Shared\Framework\SpecialValue.cs</Link>
2139+ </Compile>
2140+ <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
2141+ <Link>Shared\Framework\TearDownAttribute.cs</Link>
2142+ </Compile>
2143+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
2144+ <Link>Shared\Framework\TestAttribute.cs</Link>
2145+ </Compile>
2146+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
2147+ <Link>Shared\Framework\TestCaseAttribute.cs</Link>
2148+ </Compile>
2149+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
2150+ <Link>Shared\Framework\TestCaseData.cs</Link>
2151+ </Compile>
2152+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
2153+ <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
2154+ </Compile>
2155+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
2156+ <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
2157+ </Compile>
2158+ <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
2159+ <Link>Shared\Framework\TextMessageWriter.cs</Link>
2160+ </Compile>
2161+ <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
2162+ <Link>Shared\Framework\Throws.cs</Link>
2163+ </Compile>
2164+ </ItemGroup>
2165+ <ItemGroup>
2166+ <Content Include="..\..\..\src\framework\SyntaxElements.txt">
2167+ <Link>SyntaxElements.txt</Link>
2168+ </Content>
2169+ </ItemGroup>
2170+ <ItemGroup>
2171+ <Folder Include="Properties\" />
2172+ </ItemGroup>
2173+ <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
2174+ <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
2175+ <ProjectExtensions>
2176+ <VisualStudio>
2177+ <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
2178+ <HostingProcess disable="1" />
2179+ </FlavorProperties>
2180+ </VisualStudio>
2181+ </ProjectExtensions>
2182+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
2183+ Other similar extension points exist, see Microsoft.Common.targets.
2184+ <Target Name="BeforeBuild">
2185+ </Target>
2186+ <Target Name="AfterBuild">
2187+ </Target>
2188+ -->
2189+</Project>
2190\ No newline at end of file
2191
2192=== modified file 'solutions/vs2005/tests/nunit.framework.tests.csproj'
2193--- solutions/vs2005/tests/nunit.framework.tests.csproj 2009-07-16 19:37:36 +0000
2194+++ solutions/vs2005/tests/nunit.framework.tests.csproj 2009-09-11 21:12:38 +0000
2195@@ -7,7 +7,6 @@
2196 <SchemaVersion>2.0</SchemaVersion>
2197 <ProjectGuid>{F6410C35-1348-46EA-BB1C-D8866C31458E}</ProjectGuid>
2198 <OutputType>Library</OutputType>
2199- <AppDesignerFolder>Properties</AppDesignerFolder>
2200 <RootNamespace>NUnit.Framework.Tests</RootNamespace>
2201 <AssemblyName>nunit.framework.tests</AssemblyName>
2202 <StartupObject>
2203@@ -42,206 +41,215 @@
2204 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
2205 <Link>CommonAssemblyInfo.cs</Link>
2206 </Compile>
2207- <Compile Include="..\..\..\src\tests\ArrayEqualsFailureMessageFixture.cs">
2208- <Link>ArrayEqualsFailureMessageFixture.cs</Link>
2209- </Compile>
2210- <Compile Include="..\..\..\src\tests\ArrayEqualsFixture.cs">
2211- <Link>ArrayEqualsFixture.cs</Link>
2212- </Compile>
2213- <Compile Include="..\..\..\src\tests\ArrayNotEqualFixture.cs">
2214- <Link>ArrayNotEqualFixture.cs</Link>
2215- </Compile>
2216- <Compile Include="..\..\..\src\tests\AssertThrowsTests.cs">
2217- <Link>AssertThrowsTests.cs</Link>
2218- </Compile>
2219- <Compile Include="..\..\..\src\tests\AssumeThatTests.cs">
2220- <Link>AssumeThatTests.cs</Link>
2221- </Compile>
2222- <Compile Include="..\..\..\src\tests\CollectionAdapter.cs">
2223- <Link>CollectionAdapter.cs</Link>
2224- </Compile>
2225- <Compile Include="..\..\..\src\tests\CollectionAssertTest.cs">
2226- <Link>CollectionAssertTest.cs</Link>
2227- </Compile>
2228- <Compile Include="..\..\..\src\tests\ConditionAssertTests.cs">
2229- <Link>ConditionAssertTests.cs</Link>
2230- </Compile>
2231- <Compile Include="..\..\..\src\tests\Constraints\AfterConstraintTests.cs">
2232- <Link>Constraints\AfterConstraintTests.cs</Link>
2233- </Compile>
2234- <Compile Include="..\..\..\src\tests\Constraints\AndTest.cs">
2235- <Link>Constraints\AndTest.cs</Link>
2236- </Compile>
2237- <Compile Include="..\..\..\src\tests\Constraints\BasicConstraintTests.cs">
2238- <Link>Constraints\BasicConstraintTests.cs</Link>
2239- </Compile>
2240- <Compile Include="..\..\..\src\tests\Constraints\CollectionConstraintTests.cs">
2241- <Link>Constraints\CollectionConstraintTests.cs</Link>
2242- </Compile>
2243- <Compile Include="..\..\..\src\tests\Constraints\ComparerTests.cs">
2244- <Link>Constraints\ComparerTests.cs</Link>
2245- </Compile>
2246- <Compile Include="..\..\..\src\tests\Constraints\ComparisonConstraintTests.cs">
2247- <Link>Constraints\ComparisonConstraintTests.cs</Link>
2248- </Compile>
2249- <Compile Include="..\..\..\src\tests\Constraints\ConstraintTestBase.cs">
2250- <Link>Constraints\ConstraintTestBase.cs</Link>
2251- </Compile>
2252- <Compile Include="..\..\..\src\tests\Constraints\EmptyConstraintTest.cs">
2253- <Link>Constraints\EmptyConstraintTest.cs</Link>
2254- </Compile>
2255- <Compile Include="..\..\..\src\tests\Constraints\EqualTest.cs">
2256- <Link>Constraints\EqualTest.cs</Link>
2257- </Compile>
2258- <Compile Include="..\..\..\src\tests\Constraints\FloatingPointNumericsTest.cs">
2259- <Link>Constraints\FloatingPointNumericsTest.cs</Link>
2260- </Compile>
2261- <Compile Include="..\..\..\src\tests\Constraints\MsgUtilTests.cs">
2262- <Link>Constraints\MsgUtilTests.cs</Link>
2263- </Compile>
2264- <Compile Include="..\..\..\src\tests\Constraints\NotTest.cs">
2265- <Link>Constraints\NotTest.cs</Link>
2266- </Compile>
2267- <Compile Include="..\..\..\src\tests\Constraints\NumericsTest.cs">
2268- <Link>Constraints\NumericsTest.cs</Link>
2269- </Compile>
2270- <Compile Include="..\..\..\src\tests\Constraints\OrTest.cs">
2271- <Link>Constraints\OrTest.cs</Link>
2272- </Compile>
2273- <Compile Include="..\..\..\src\tests\Constraints\PathConstraintTests.cs">
2274- <Link>Constraints\PathConstraintTests.cs</Link>
2275- </Compile>
2276- <Compile Include="..\..\..\src\tests\Constraints\PropertyTests.cs">
2277- <Link>Constraints\PropertyTests.cs</Link>
2278- </Compile>
2279- <Compile Include="..\..\..\src\tests\Constraints\SameAsTest.cs">
2280- <Link>Constraints\SameAsTest.cs</Link>
2281- </Compile>
2282- <Compile Include="..\..\..\src\tests\Constraints\SerializableConstraintTest.cs">
2283- <Link>Constraints\SerializableConstraintTest.cs</Link>
2284- </Compile>
2285- <Compile Include="..\..\..\src\tests\Constraints\StringConstraintTests.cs">
2286- <Link>Constraints\StringConstraintTests.cs</Link>
2287- </Compile>
2288- <Compile Include="..\..\..\src\tests\Constraints\ThrowsConstraintTests.cs">
2289- <Link>Constraints\ThrowsConstraintTests.cs</Link>
2290- </Compile>
2291- <Compile Include="..\..\..\src\tests\Constraints\TypeConstraintTests.cs">
2292- <Link>Constraints\TypeConstraintTests.cs</Link>
2293- </Compile>
2294- <Compile Include="..\..\..\src\tests\DirectoryAssertTests.cs">
2295- <Link>DirectoryAssertTests.cs</Link>
2296- </Compile>
2297- <Compile Include="..\..\..\src\tests\EqualsFixture.cs">
2298- <Link>EqualsFixture.cs</Link>
2299- </Compile>
2300- <Compile Include="..\..\..\src\tests\FileAssertTests.cs">
2301- <Link>FileAssertTests.cs</Link>
2302- </Compile>
2303- <Compile Include="..\..\..\src\tests\GreaterEqualFixture.cs">
2304- <Link>GreaterEqualFixture.cs</Link>
2305- </Compile>
2306- <Compile Include="..\..\..\src\tests\GreaterFixture.cs">
2307- <Link>GreaterFixture.cs</Link>
2308- </Compile>
2309- <Compile Include="..\..\..\src\tests\LessEqualFixture.cs">
2310- <Link>LessEqualFixture.cs</Link>
2311- </Compile>
2312- <Compile Include="..\..\..\src\tests\LessFixture.cs">
2313- <Link>LessFixture.cs</Link>
2314- </Compile>
2315- <Compile Include="..\..\..\src\tests\ListContentsTests.cs">
2316- <Link>ListContentsTests.cs</Link>
2317- </Compile>
2318- <Compile Include="..\..\..\src\tests\MessageChecker.cs">
2319- <Link>MessageChecker.cs</Link>
2320- </Compile>
2321- <Compile Include="..\..\..\src\tests\NotEqualFixture.cs">
2322- <Link>NotEqualFixture.cs</Link>
2323- </Compile>
2324- <Compile Include="..\..\..\src\tests\NotSameFixture.cs">
2325- <Link>NotSameFixture.cs</Link>
2326- </Compile>
2327- <Compile Include="..\..\..\src\tests\NullableTypesTests.cs">
2328- <Link>NullableTypesTests.cs</Link>
2329- </Compile>
2330- <Compile Include="..\..\..\src\tests\RandomizerTests.cs">
2331- <Link>RandomizerTests.cs</Link>
2332- </Compile>
2333- <Compile Include="..\..\..\src\tests\RangeTests.cs">
2334- <Link>RangeTests.cs</Link>
2335- </Compile>
2336- <Compile Include="..\..\..\src\tests\SameFixture.cs">
2337- <Link>SameFixture.cs</Link>
2338- </Compile>
2339- <Compile Include="..\..\..\src\tests\StringAssertTests.cs">
2340- <Link>StringAssertTests.cs</Link>
2341- </Compile>
2342- <Compile Include="..\..\..\src\tests\Syntax\AfterTests.cs">
2343- <Link>Syntax\AfterTests.cs</Link>
2344- </Compile>
2345- <Compile Include="..\..\..\src\tests\Syntax\ArbitraryConstraintMatching.cs">
2346- <Link>Syntax\ArbitraryConstraintMatching.cs</Link>
2347- </Compile>
2348- <Compile Include="..\..\..\src\tests\Syntax\CollectionTests.cs">
2349- <Link>Syntax\CollectionTests.cs</Link>
2350- </Compile>
2351- <Compile Include="..\..\..\src\tests\Syntax\ComparisonTests.cs">
2352- <Link>Syntax\ComparisonTests.cs</Link>
2353- </Compile>
2354- <Compile Include="..\..\..\src\tests\Syntax\EqualityTests.cs">
2355- <Link>Syntax\EqualityTests.cs</Link>
2356- </Compile>
2357- <Compile Include="..\..\..\src\tests\Syntax\InvalidCodeTests.cs">
2358- <Link>Syntax\InvalidCodeTests.cs</Link>
2359- </Compile>
2360- <Compile Include="..\..\..\src\tests\Syntax\OperatorOverrides.cs">
2361- <Link>Syntax\OperatorOverrides.cs</Link>
2362- </Compile>
2363- <Compile Include="..\..\..\src\tests\Syntax\OperatorTests.cs">
2364- <Link>Syntax\OperatorTests.cs</Link>
2365- </Compile>
2366- <Compile Include="..\..\..\src\tests\Syntax\PathConstraintTests.cs">
2367- <Link>Syntax\PathConstraintTests.cs</Link>
2368- </Compile>
2369- <Compile Include="..\..\..\src\tests\Syntax\PropertyTests.cs">
2370- <Link>Syntax\PropertyTests.cs</Link>
2371- </Compile>
2372- <Compile Include="..\..\..\src\tests\Syntax\SerializableConstraints.cs">
2373- <Link>Syntax\SerializableConstraints.cs</Link>
2374- </Compile>
2375- <Compile Include="..\..\..\src\tests\Syntax\SimpleConstraints.cs">
2376- <Link>Syntax\SimpleConstraints.cs</Link>
2377- </Compile>
2378- <Compile Include="..\..\..\src\tests\Syntax\StringConstraints.cs">
2379- <Link>Syntax\StringConstraints.cs</Link>
2380- </Compile>
2381- <Compile Include="..\..\..\src\tests\Syntax\SyntaxTest.cs">
2382- <Link>Syntax\SyntaxTest.cs</Link>
2383- </Compile>
2384- <Compile Include="..\..\..\src\tests\Syntax\TestCompiler.cs">
2385- <Link>Syntax\TestCompiler.cs</Link>
2386- </Compile>
2387- <Compile Include="..\..\..\src\tests\Syntax\ThrowsTests.cs">
2388- <Link>Syntax\ThrowsTests.cs</Link>
2389- </Compile>
2390- <Compile Include="..\..\..\src\tests\Syntax\TypeConstraints.cs">
2391- <Link>Syntax\TypeConstraints.cs</Link>
2392- </Compile>
2393- <Compile Include="..\..\..\src\tests\TestDelegates.cs">
2394- <Link>TestDelegates.cs</Link>
2395- </Compile>
2396- <Compile Include="..\..\..\src\tests\TestFixtureAttributeTests.cs">
2397- <Link>TestFixtureAttributeTests.cs</Link>
2398- </Compile>
2399- <Compile Include="..\..\..\src\tests\TextMessageWriterTests.cs">
2400- <Link>TextMessageWriterTests.cs</Link>
2401- </Compile>
2402- <Compile Include="..\..\..\src\tests\TypeAssertTest.cs">
2403- <Link>TypeAssertTest.cs</Link>
2404- </Compile>
2405- <Compile Include="..\..\..\src\tests\ValuesAttributeTests.cs">
2406- <Link>ValuesAttributeTests.cs</Link>
2407+ <Compile Include="..\..\..\src\tests\NUnit\Framework\AssertThrowsTests.cs">
2408+ <Link>NUnit\Framework\AssertThrowsTests.cs</Link>
2409+ </Compile>
2410+ <Compile Include="..\..\..\src\tests\NUnit\Framework\AssumeThatTests.cs">
2411+ <Link>NUnit\Framework\AssumeThatTests.cs</Link>
2412+ </Compile>
2413+ <Compile Include="..\..\..\src\tests\NUnit\Framework\CollectionAssertTest.cs">
2414+ <Link>NUnit\Framework\CollectionAssertTest.cs</Link>
2415+ </Compile>
2416+ <Compile Include="..\..\..\src\tests\NUnit\Framework\ConditionAssertTests.cs">
2417+ <Link>NUnit\Framework\ConditionAssertTests.cs</Link>
2418+ </Compile>
2419+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Constraints\AfterConstraintTests.cs">
2420+ <Link>NUnit\Framework\Constraints\AfterConstraintTests.cs</Link>
2421+ </Compile>
2422+ <Compile Include="..\..\..\src\tests\NUnit\Framework\DirectoryAssertTests.cs">
2423+ <Link>NUnit\Framework\DirectoryAssertTests.cs</Link>
2424+ </Compile>
2425+ <Compile Include="..\..\..\src\tests\NUnit\Framework\EqualsFixture.cs">
2426+ <Link>NUnit\Framework\EqualsFixture.cs</Link>
2427+ </Compile>
2428+ <Compile Include="..\..\..\src\tests\NUnit\Framework\FileAssertTests.cs">
2429+ <Link>NUnit\Framework\FileAssertTests.cs</Link>
2430+ </Compile>
2431+ <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterEqualFixture.cs">
2432+ <Link>NUnit\Framework\GreaterEqualFixture.cs</Link>
2433+ </Compile>
2434+ <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterFixture.cs">
2435+ <Link>NUnit\Framework\GreaterFixture.cs</Link>
2436+ </Compile>
2437+ <Compile Include="..\..\..\src\tests\NUnit\Framework\LessEqualFixture.cs">
2438+ <Link>NUnit\Framework\LessEqualFixture.cs</Link>
2439+ </Compile>
2440+ <Compile Include="..\..\..\src\tests\NUnit\Framework\LessFixture.cs">
2441+ <Link>NUnit\Framework\LessFixture.cs</Link>
2442+ </Compile>
2443+ <Compile Include="..\..\..\src\tests\NUnit\Framework\ListContentsTests.cs">
2444+ <Link>NUnit\Framework\ListContentsTests.cs</Link>
2445+ </Compile>
2446+ <Compile Include="..\..\..\src\tests\NUnit\Framework\NotEqualFixture.cs">
2447+ <Link>NUnit\Framework\NotEqualFixture.cs</Link>
2448+ </Compile>
2449+ <Compile Include="..\..\..\src\tests\NUnit\Framework\NotSameFixture.cs">
2450+ <Link>NUnit\Framework\NotSameFixture.cs</Link>
2451+ </Compile>
2452+ <Compile Include="..\..\..\src\tests\NUnit\Framework\NullableTypesTests.cs">
2453+ <Link>NUnit\Framework\NullableTypesTests.cs</Link>
2454+ </Compile>
2455+ <Compile Include="..\..\..\src\tests\NUnit\Framework\RandomizerTests.cs">
2456+ <Link>NUnit\Framework\RandomizerTests.cs</Link>
2457+ </Compile>
2458+ <Compile Include="..\..\..\src\tests\NUnit\Framework\RangeTests.cs">
2459+ <Link>NUnit\Framework\RangeTests.cs</Link>
2460+ </Compile>
2461+ <Compile Include="..\..\..\src\tests\NUnit\Framework\SameFixture.cs">
2462+ <Link>NUnit\Framework\SameFixture.cs</Link>
2463+ </Compile>
2464+ <Compile Include="..\..\..\src\tests\NUnit\Framework\StringAssertTests.cs">
2465+ <Link>NUnit\Framework\StringAssertTests.cs</Link>
2466+ </Compile>
2467+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\AfterTests.cs">
2468+ <Link>NUnit\Framework\Syntax\AfterTests.cs</Link>
2469+ </Compile>
2470+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs">
2471+ <Link>NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs</Link>
2472+ </Compile>
2473+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\InvalidCodeTests.cs">
2474+ <Link>NUnit\Framework\Syntax\InvalidCodeTests.cs</Link>
2475+ </Compile>
2476+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\TestCompiler.cs">
2477+ <Link>NUnit\Framework\Syntax\TestCompiler.cs</Link>
2478+ </Compile>
2479+ <Compile Include="..\..\..\src\tests\NUnit\Framework\TypeAssertTest.cs">
2480+ <Link>NUnit\Framework\TypeAssertTest.cs</Link>
2481+ </Compile>
2482+ <Compile Include="..\..\..\src\tests\NUnit\Framework\ValuesAttributeTests.cs">
2483+ <Link>NUnit\Framework\ValuesAttributeTests.cs</Link>
2484+ </Compile>
2485+ <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
2486+ <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
2487+ </Compile>
2488+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
2489+ <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
2490+ </Compile>
2491+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
2492+ <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
2493+ </Compile>
2494+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
2495+ <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
2496+ </Compile>
2497+ <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
2498+ <Link>Shared\Framework\CollectionAdapter.cs</Link>
2499+ </Compile>
2500+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
2501+ <Link>Shared\Framework\Constraints\AndTest.cs</Link>
2502+ </Compile>
2503+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
2504+ <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
2505+ </Compile>
2506+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
2507+ <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
2508+ </Compile>
2509+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
2510+ <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
2511+ </Compile>
2512+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
2513+ <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
2514+ </Compile>
2515+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
2516+ <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
2517+ </Compile>
2518+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
2519+ <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
2520+ </Compile>
2521+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
2522+ <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
2523+ </Compile>
2524+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
2525+ <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
2526+ </Compile>
2527+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
2528+ <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
2529+ </Compile>
2530+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
2531+ <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
2532+ </Compile>
2533+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
2534+ <Link>Shared\Framework\Constraints\NotTest.cs</Link>
2535+ </Compile>
2536+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
2537+ <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
2538+ </Compile>
2539+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
2540+ <Link>Shared\Framework\Constraints\OrTest.cs</Link>
2541+ </Compile>
2542+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
2543+ <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
2544+ </Compile>
2545+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
2546+ <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
2547+ </Compile>
2548+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
2549+ <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
2550+ </Compile>
2551+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
2552+ <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
2553+ </Compile>
2554+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
2555+ <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
2556+ </Compile>
2557+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
2558+ <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
2559+ </Compile>
2560+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
2561+ <Link>Shared\Framework\Constraints\XmlSeriazliableTest.cs</Link>
2562+ </Compile>
2563+ <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
2564+ <Link>Shared\Framework\MessageChecker.cs</Link>
2565+ </Compile>
2566+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
2567+ <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
2568+ </Compile>
2569+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
2570+ <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
2571+ </Compile>
2572+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
2573+ <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
2574+ </Compile>
2575+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
2576+ <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
2577+ </Compile>
2578+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
2579+ <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
2580+ </Compile>
2581+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
2582+ <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
2583+ </Compile>
2584+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
2585+ <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
2586+ </Compile>
2587+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
2588+ <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
2589+ </Compile>
2590+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
2591+ <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
2592+ </Compile>
2593+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
2594+ <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
2595+ </Compile>
2596+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
2597+ <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
2598+ </Compile>
2599+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
2600+ <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
2601+ </Compile>
2602+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
2603+ <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
2604+ </Compile>
2605+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
2606+ <Link>Shared\Framework\TestComparer.cs</Link>
2607+ </Compile>
2608+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
2609+ <Link>Shared\Framework\TestDelegates.cs</Link>
2610+ </Compile>
2611+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
2612+ <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
2613+ </Compile>
2614+ <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
2615+ <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
2616 </Compile>
2617 </ItemGroup>
2618 <ItemGroup>
2619
2620=== modified file 'solutions/vs2008/NUnitFramework.sln'
2621--- solutions/vs2008/NUnitFramework.sln 2009-07-16 19:37:36 +0000
2622+++ solutions/vs2008/NUnitFramework.sln 2009-09-08 05:53:41 +0000
2623@@ -5,6 +5,16 @@
2624 EndProject
2625 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework.tests", "tests\nunit.framework.tests.csproj", "{EA9871E3-9972-4476-821E-3961C28125E8}"
2626 EndProject
2627+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite", "nunitlite\nunitlite.csproj", "{0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}"
2628+EndProject
2629+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.tests", "nunitlite.tests\nunitlite.tests.csproj", "{0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}"
2630+EndProject
2631+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnitLiteTests", "NUnitLiteTests\NUnitLiteTests.csproj", "{F57C72F6-080C-45ED-813A-92158FC09221}"
2632+EndProject
2633+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite_CF.tests", "nunitlite_CF.tests\nunitlite_CF.tests.csproj", "{B9EE77F7-FCC2-468A-86D0-518CCFAB2843}"
2634+EndProject
2635+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite_CF", "nunitlite_CF\nunitlite_CF.csproj", "{463FC406-30E1-496E-9222-65DDE413CC84}"
2636+EndProject
2637 Global
2638 GlobalSection(SolutionConfigurationPlatforms) = preSolution
2639 Debug|Any CPU = Debug|Any CPU
2640@@ -19,6 +29,28 @@
2641 {EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
2642 {EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
2643 {EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.Build.0 = Release|Any CPU
2644+ {0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2645+ {0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
2646+ {0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
2647+ {0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}.Release|Any CPU.Build.0 = Release|Any CPU
2648+ {0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2649+ {0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
2650+ {0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
2651+ {0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}.Release|Any CPU.Build.0 = Release|Any CPU
2652+ {F57C72F6-080C-45ED-813A-92158FC09221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2653+ {F57C72F6-080C-45ED-813A-92158FC09221}.Debug|Any CPU.Build.0 = Debug|Any CPU
2654+ {F57C72F6-080C-45ED-813A-92158FC09221}.Release|Any CPU.ActiveCfg = Release|Any CPU
2655+ {F57C72F6-080C-45ED-813A-92158FC09221}.Release|Any CPU.Build.0 = Release|Any CPU
2656+ {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2657+ {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Debug|Any CPU.Build.0 = Debug|Any CPU
2658+ {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
2659+ {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Release|Any CPU.ActiveCfg = Release|Any CPU
2660+ {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Release|Any CPU.Build.0 = Release|Any CPU
2661+ {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Release|Any CPU.Deploy.0 = Release|Any CPU
2662+ {463FC406-30E1-496E-9222-65DDE413CC84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2663+ {463FC406-30E1-496E-9222-65DDE413CC84}.Debug|Any CPU.Build.0 = Debug|Any CPU
2664+ {463FC406-30E1-496E-9222-65DDE413CC84}.Release|Any CPU.ActiveCfg = Release|Any CPU
2665+ {463FC406-30E1-496E-9222-65DDE413CC84}.Release|Any CPU.Build.0 = Release|Any CPU
2666 EndGlobalSection
2667 GlobalSection(SolutionProperties) = preSolution
2668 HideSolutionNode = FALSE
2669
2670=== modified file 'solutions/vs2008/framework/nunit.framework.csproj'
2671--- solutions/vs2008/framework/nunit.framework.csproj 2009-09-01 22:35:53 +0000
2672+++ solutions/vs2008/framework/nunit.framework.csproj 2009-09-08 05:53:41 +0000
2673@@ -8,7 +8,7 @@
2674 <ProjectGuid>{12B66B03-90F1-4992-BD33-BDF3C69AE49E}</ProjectGuid>
2675 <OutputType>Library</OutputType>
2676 <AppDesignerFolder>Properties</AppDesignerFolder>
2677- <RootNamespace>NUnit.Framework</RootNamespace>
2678+ <RootNamespace>NUnit</RootNamespace>
2679 <AssemblyName>nunit.framework</AssemblyName>
2680 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
2681 <FileAlignment>512</FileAlignment>
2682@@ -57,281 +57,287 @@
2683 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
2684 <Link>AssemblyInfo.cs</Link>
2685 </Compile>
2686- <Compile Include="..\..\..\src\framework\Assert.cs">
2687- <Link>Assert.cs</Link>
2688- </Compile>
2689- <Compile Include="..\..\..\src\framework\AssertionException.cs">
2690- <Link>AssertionException.cs</Link>
2691- </Compile>
2692- <Compile Include="..\..\..\src\framework\AssertionHelper.cs">
2693- <Link>AssertionHelper.cs</Link>
2694- </Compile>
2695- <Compile Include="..\..\..\src\framework\Assume.cs">
2696- <Link>Assume.cs</Link>
2697- </Compile>
2698- <Compile Include="..\..\..\src\framework\CategoryAttribute.cs">
2699- <Link>CategoryAttribute.cs</Link>
2700- </Compile>
2701- <Compile Include="..\..\..\src\framework\CollectionAssert.cs">
2702- <Link>CollectionAssert.cs</Link>
2703- </Compile>
2704- <Compile Include="..\..\..\src\framework\Constraints\AttributeConstraints.cs">
2705- <Link>Constraints\AttributeConstraints.cs</Link>
2706- </Compile>
2707- <Compile Include="..\..\..\src\framework\Constraints\BasicConstraints.cs">
2708- <Link>Constraints\BasicConstraints.cs</Link>
2709- </Compile>
2710- <Compile Include="..\..\..\src\framework\Constraints\BinaryOperations.cs">
2711- <Link>Constraints\BinaryOperations.cs</Link>
2712- </Compile>
2713- <Compile Include="..\..\..\src\framework\Constraints\CollectionConstraints.cs">
2714- <Link>Constraints\CollectionConstraints.cs</Link>
2715- </Compile>
2716- <Compile Include="..\..\..\src\framework\Constraints\ComparisonAdapter.cs">
2717- <Link>Constraints\ComparisonAdapter.cs</Link>
2718- </Compile>
2719- <Compile Include="..\..\..\src\framework\Constraints\ComparisonConstraints.cs">
2720- <Link>Constraints\ComparisonConstraints.cs</Link>
2721- </Compile>
2722- <Compile Include="..\..\..\src\framework\Constraints\Constraint.cs">
2723- <Link>Constraints\Constraint.cs</Link>
2724- </Compile>
2725- <Compile Include="..\..\..\src\framework\Constraints\ConstraintBuilder.cs">
2726- <Link>Constraints\ConstraintBuilder.cs</Link>
2727- </Compile>
2728- <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpression.cs">
2729- <Link>Constraints\ConstraintExpression.cs</Link>
2730- </Compile>
2731- <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpressionBase.cs">
2732- <Link>Constraints\ConstraintExpressionBase.cs</Link>
2733- </Compile>
2734- <Compile Include="..\..\..\src\framework\Constraints\ConstraintFactory.cs">
2735- <Link>Constraints\ConstraintFactory.cs</Link>
2736- </Compile>
2737- <Compile Include="..\..\..\src\framework\Constraints\ConstraintOperators.cs">
2738- <Link>Constraints\ConstraintOperators.cs</Link>
2739- </Compile>
2740- <Compile Include="..\..\..\src\framework\Constraints\ContainsConstraint.cs">
2741- <Link>Constraints\ContainsConstraint.cs</Link>
2742- </Compile>
2743- <Compile Include="..\..\..\src\framework\Constraints\DelayedConstraint.cs">
2744- <Link>Constraints\DelayedConstraint.cs</Link>
2745- </Compile>
2746- <Compile Include="..\..\..\src\framework\Constraints\DirectoryConstraints.cs">
2747- <Link>Constraints\DirectoryConstraints.cs</Link>
2748- </Compile>
2749- <Compile Include="..\..\..\src\framework\Constraints\EmptyConstraint.cs">
2750- <Link>Constraints\EmptyConstraint.cs</Link>
2751- </Compile>
2752- <Compile Include="..\..\..\src\framework\Constraints\EqualConstraint.cs">
2753- <Link>Constraints\EqualConstraint.cs</Link>
2754- </Compile>
2755- <Compile Include="..\..\..\src\framework\Constraints\EqualityAdapter.cs">
2756- <Link>Constraints\EqualityAdapter.cs</Link>
2757- </Compile>
2758- <Compile Include="..\..\..\src\framework\Constraints\FloatingPointNumerics.cs">
2759- <Link>Constraints\FloatingPointNumerics.cs</Link>
2760- </Compile>
2761- <Compile Include="..\..\..\src\framework\Constraints\IResolveConstraint.cs">
2762- <Link>Constraints\IResolveConstraint.cs</Link>
2763- </Compile>
2764- <Compile Include="..\..\..\src\framework\Constraints\MessageWriter.cs">
2765- <Link>Constraints\MessageWriter.cs</Link>
2766- </Compile>
2767- <Compile Include="..\..\..\src\framework\Constraints\MsgUtils.cs">
2768- <Link>Constraints\MsgUtils.cs</Link>
2769- </Compile>
2770- <Compile Include="..\..\..\src\framework\Constraints\Numerics.cs">
2771- <Link>Constraints\Numerics.cs</Link>
2772- </Compile>
2773- <Compile Include="..\..\..\src\framework\Constraints\NUnitComparer.cs">
2774- <Link>Constraints\NUnitComparer.cs</Link>
2775- </Compile>
2776- <Compile Include="..\..\..\src\framework\Constraints\NUnitEqualityComparer.cs">
2777- <Link>Constraints\NUnitEqualityComparer.cs</Link>
2778- </Compile>
2779- <Compile Include="..\..\..\src\framework\Constraints\PathConstraints.cs">
2780- <Link>Constraints\PathConstraints.cs</Link>
2781- </Compile>
2782- <Compile Include="..\..\..\src\framework\Constraints\PredicateConstraint.cs">
2783- <Link>Constraints\PredicateConstraint.cs</Link>
2784- </Compile>
2785- <Compile Include="..\..\..\src\framework\Constraints\PrefixConstraints.cs">
2786- <Link>Constraints\PrefixConstraints.cs</Link>
2787- </Compile>
2788- <Compile Include="..\..\..\src\framework\Constraints\PropertyConstraint.cs">
2789- <Link>Constraints\PropertyConstraint.cs</Link>
2790- </Compile>
2791- <Compile Include="..\..\..\src\framework\Constraints\RangeConstraint.cs">
2792- <Link>Constraints\RangeConstraint.cs</Link>
2793- </Compile>
2794- <Compile Include="..\..\..\src\framework\Constraints\ResolvableConstraintExpression.cs">
2795- <Link>Constraints\ResolvableConstraintExpression.cs</Link>
2796- </Compile>
2797- <Compile Include="..\..\..\src\framework\Constraints\SameAsConstraint.cs">
2798- <Link>Constraints\SameAsConstraint.cs</Link>
2799- </Compile>
2800- <Compile Include="..\..\..\src\framework\Constraints\SerializableConstraints.cs">
2801- <Link>Constraints\SerializableConstraints.cs</Link>
2802- </Compile>
2803- <Compile Include="..\..\..\src\framework\Constraints\StringConstraints.cs">
2804- <Link>Constraints\StringConstraints.cs</Link>
2805- </Compile>
2806- <Compile Include="..\..\..\src\framework\Constraints\ThrowsConstraint.cs">
2807- <Link>Constraints\ThrowsConstraint.cs</Link>
2808- </Compile>
2809- <Compile Include="..\..\..\src\framework\Constraints\Tolerance.cs">
2810- <Link>Constraints\Tolerance.cs</Link>
2811- </Compile>
2812- <Compile Include="..\..\..\src\framework\Constraints\TypeConstraints.cs">
2813- <Link>Constraints\TypeConstraints.cs</Link>
2814- </Compile>
2815- <Compile Include="..\..\..\src\framework\DatapointAttributes.cs">
2816- <Link>DatapointAttributes.cs</Link>
2817- </Compile>
2818- <Compile Include="..\..\..\src\framework\DescriptionAttribute.cs">
2819- <Link>DescriptionAttribute.cs</Link>
2820- </Compile>
2821- <Compile Include="..\..\..\src\framework\DirectoryAssert.cs">
2822- <Link>DirectoryAssert.cs</Link>
2823- </Compile>
2824- <Compile Include="..\..\..\src\framework\ExpectedExceptionAttribute.cs">
2825- <Link>ExpectedExceptionAttribute.cs</Link>
2826- </Compile>
2827- <Compile Include="..\..\..\src\framework\ExplicitAttribute.cs">
2828- <Link>ExplicitAttribute.cs</Link>
2829- </Compile>
2830- <Compile Include="..\..\..\src\framework\FileAssert.cs">
2831- <Link>FileAssert.cs</Link>
2832- </Compile>
2833- <Compile Include="..\..\..\src\framework\GlobalSettings.cs">
2834- <Link>GlobalSettings.cs</Link>
2835- </Compile>
2836- <Compile Include="..\..\..\src\framework\Has.cs">
2837- <Link>Has.cs</Link>
2838- </Compile>
2839- <Compile Include="..\..\..\src\framework\IExpectException.cs">
2840- <Link>IExpectException.cs</Link>
2841- </Compile>
2842- <Compile Include="..\..\..\src\framework\IgnoreAttribute.cs">
2843- <Link>IgnoreAttribute.cs</Link>
2844- </Compile>
2845- <Compile Include="..\..\..\src\framework\IgnoreException.cs">
2846- <Link>IgnoreException.cs</Link>
2847- </Compile>
2848- <Compile Include="..\..\..\src\framework\IncludeExcludeAttributes.cs">
2849- <Link>IncludeExcludeAttributes.cs</Link>
2850- </Compile>
2851- <Compile Include="..\..\..\src\framework\InconclusiveException.cs">
2852- <Link>InconclusiveException.cs</Link>
2853- </Compile>
2854- <Compile Include="..\..\..\src\framework\Is.cs">
2855- <Link>Is.cs</Link>
2856- </Compile>
2857- <Compile Include="..\..\..\src\framework\ITestCaseData.cs">
2858- <Link>ITestCaseData.cs</Link>
2859- </Compile>
2860- <Compile Include="..\..\..\src\framework\Iz.cs">
2861- <Link>Iz.cs</Link>
2862- </Compile>
2863- <Compile Include="..\..\..\src\framework\JoinTypeAttributes.cs">
2864- <Link>JoinTypeAttributes.cs</Link>
2865- </Compile>
2866- <Compile Include="..\..\..\src\framework\List.cs">
2867- <Link>List.cs</Link>
2868- </Compile>
2869- <Compile Include="..\..\..\src\framework\ListMapper.cs">
2870- <Link>ListMapper.cs</Link>
2871- </Compile>
2872- <Compile Include="..\..\..\src\framework\MaxTimeAttribute.cs">
2873- <Link>MaxTimeAttribute.cs</Link>
2874- </Compile>
2875- <Compile Include="..\..\..\src\framework\PropertyAttribute.cs">
2876- <Link>PropertyAttribute.cs</Link>
2877- </Compile>
2878- <Compile Include="..\..\..\src\framework\RandomAttribute.cs">
2879- <Link>RandomAttribute.cs</Link>
2880- </Compile>
2881- <Compile Include="..\..\..\src\framework\Randomizer.cs">
2882- <Link>Randomizer.cs</Link>
2883- </Compile>
2884- <Compile Include="..\..\..\src\framework\RangeAttribute.cs">
2885- <Link>RangeAttribute.cs</Link>
2886- </Compile>
2887- <Compile Include="..\..\..\src\framework\RepeatAttribute.cs">
2888- <Link>RepeatAttribute.cs</Link>
2889- </Compile>
2890- <Compile Include="..\..\..\src\framework\RequiredAddinAttribute.cs">
2891- <Link>RequiredAddinAttribute.cs</Link>
2892- </Compile>
2893- <Compile Include="..\..\..\src\framework\SetCultureAttribute.cs">
2894- <Link>SetCultureAttribute.cs</Link>
2895- </Compile>
2896- <Compile Include="..\..\..\src\framework\SetUICultureAttribute.cs">
2897- <Link>SetUICultureAttribute.cs</Link>
2898- </Compile>
2899- <Compile Include="..\..\..\src\framework\SetUpAttribute.cs">
2900- <Link>SetUpAttribute.cs</Link>
2901- </Compile>
2902- <Compile Include="..\..\..\src\framework\SetUpFixtureAttribute.cs">
2903- <Link>SetUpFixtureAttribute.cs</Link>
2904- </Compile>
2905- <Compile Include="..\..\..\src\framework\SpecialValue.cs">
2906- <Link>SpecialValue.cs</Link>
2907- </Compile>
2908- <Compile Include="..\..\..\src\framework\StringAssert.cs">
2909- <Link>StringAssert.cs</Link>
2910- </Compile>
2911- <Compile Include="..\..\..\src\framework\SuccessException.cs">
2912- <Link>SuccessException.cs</Link>
2913- </Compile>
2914- <Compile Include="..\..\..\src\framework\SuiteAttribute.cs">
2915- <Link>SuiteAttribute.cs</Link>
2916- </Compile>
2917- <Compile Include="..\..\..\src\framework\TearDownAttribute.cs">
2918- <Link>TearDownAttribute.cs</Link>
2919- </Compile>
2920- <Compile Include="..\..\..\src\framework\TestAttribute.cs">
2921- <Link>TestAttribute.cs</Link>
2922- </Compile>
2923- <Compile Include="..\..\..\src\framework\TestCaseAttribute.cs">
2924- <Link>TestCaseAttribute.cs</Link>
2925- </Compile>
2926- <Compile Include="..\..\..\src\framework\TestCaseData.cs">
2927- <Link>TestCaseData.cs</Link>
2928- </Compile>
2929- <Compile Include="..\..\..\src\framework\TestCaseSourceAttribute.cs">
2930- <Link>TestCaseSourceAttribute.cs</Link>
2931- </Compile>
2932- <Compile Include="..\..\..\src\framework\TestFixtureAttribute.cs">
2933- <Link>TestFixtureAttribute.cs</Link>
2934- </Compile>
2935- <Compile Include="..\..\..\src\framework\TestFixtureSetUpAttribute.cs">
2936- <Link>TestFixtureSetUpAttribute.cs</Link>
2937- </Compile>
2938- <Compile Include="..\..\..\src\framework\TestFixtureTearDownAttribute.cs">
2939- <Link>TestFixtureTearDownAttribute.cs</Link>
2940- </Compile>
2941- <Compile Include="..\..\..\src\framework\Text.cs">
2942- <Link>Text.cs</Link>
2943- </Compile>
2944- <Compile Include="..\..\..\src\framework\TextMessageWriter.cs">
2945- <Link>TextMessageWriter.cs</Link>
2946- </Compile>
2947- <Compile Include="..\..\..\src\framework\TheoryAttribute.cs">
2948- <Link>TheoryAttribute.cs</Link>
2949- </Compile>
2950- <Compile Include="..\..\..\src\framework\ThreadingAttributes.cs">
2951- <Link>ThreadingAttributes.cs</Link>
2952- </Compile>
2953- <Compile Include="..\..\..\src\framework\Throws.cs">
2954- <Link>Throws.cs</Link>
2955- </Compile>
2956- <Compile Include="..\..\..\src\framework\ValuesAttribute.cs">
2957- <Link>ValuesAttribute.cs</Link>
2958- </Compile>
2959- <Compile Include="..\..\..\src\framework\ValueSourceAttribute.cs">
2960- <Link>ValueSourceAttribute.cs</Link>
2961+ <Compile Include="..\..\..\src\framework\Env.cs">
2962+ <Link>Env.cs</Link>
2963+ </Compile>
2964+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Assume.cs">
2965+ <Link>NUnit\Framework\Assume.cs</Link>
2966+ </Compile>
2967+ <Compile Include="..\..\..\src\framework\NUnit\Framework\CategoryAttribute.cs">
2968+ <Link>NUnit\Framework\CategoryAttribute.cs</Link>
2969+ </Compile>
2970+ <Compile Include="..\..\..\src\framework\NUnit\Framework\CollectionAssert.cs">
2971+ <Link>NUnit\Framework\CollectionAssert.cs</Link>
2972+ </Compile>
2973+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DelayedConstraint.cs">
2974+ <Link>NUnit\Framework\Constraints\DelayedConstraint.cs</Link>
2975+ </Compile>
2976+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DirectoryConstraints.cs">
2977+ <Link>NUnit\Framework\Constraints\DirectoryConstraints.cs</Link>
2978+ </Compile>
2979+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\PredicateConstraint.cs">
2980+ <Link>NUnit\Framework\Constraints\PredicateConstraint.cs</Link>
2981+ </Compile>
2982+ <Compile Include="..\..\..\src\framework\NUnit\Framework\DatapointAttributes.cs">
2983+ <Link>NUnit\Framework\DatapointAttributes.cs</Link>
2984+ </Compile>
2985+ <Compile Include="..\..\..\src\framework\NUnit\Framework\DirectoryAssert.cs">
2986+ <Link>NUnit\Framework\DirectoryAssert.cs</Link>
2987+ </Compile>
2988+ <Compile Include="..\..\..\src\framework\NUnit\Framework\ExplicitAttribute.cs">
2989+ <Link>NUnit\Framework\ExplicitAttribute.cs</Link>
2990+ </Compile>
2991+ <Compile Include="..\..\..\src\framework\NUnit\Framework\FileAssert.cs">
2992+ <Link>NUnit\Framework\FileAssert.cs</Link>
2993+ </Compile>
2994+ <Compile Include="..\..\..\src\framework\NUnit\Framework\IgnoreException.cs">
2995+ <Link>NUnit\Framework\IgnoreException.cs</Link>
2996+ </Compile>
2997+ <Compile Include="..\..\..\src\framework\NUnit\Framework\IncludeExcludeAttributes.cs">
2998+ <Link>NUnit\Framework\IncludeExcludeAttributes.cs</Link>
2999+ </Compile>
3000+ <Compile Include="..\..\..\src\framework\NUnit\Framework\InconclusiveException.cs">
3001+ <Link>NUnit\Framework\InconclusiveException.cs</Link>
3002+ </Compile>
3003+ <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
3004+ <Link>Shared\Framework\ITestCaseData.cs</Link>
3005+ </Compile>
3006+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Iz.cs">
3007+ <Link>NUnit\Framework\Iz.cs</Link>
3008+ </Compile>
3009+ <Compile Include="..\..\..\src\framework\NUnit\Framework\JoinTypeAttributes.cs">
3010+ <Link>NUnit\Framework\JoinTypeAttributes.cs</Link>
3011+ </Compile>
3012+ <Compile Include="..\..\..\src\framework\NUnit\Framework\List.cs">
3013+ <Link>NUnit\Framework\List.cs</Link>
3014+ </Compile>
3015+ <Compile Include="..\..\..\src\framework\NUnit\Framework\MaxTimeAttribute.cs">
3016+ <Link>NUnit\Framework\MaxTimeAttribute.cs</Link>
3017+ </Compile>
3018+ <Compile Include="..\..\..\src\framework\NUnit\Framework\RandomAttribute.cs">
3019+ <Link>NUnit\Framework\RandomAttribute.cs</Link>
3020+ </Compile>
3021+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Randomizer.cs">
3022+ <Link>NUnit\Framework\Randomizer.cs</Link>
3023+ </Compile>
3024+ <Compile Include="..\..\..\src\framework\NUnit\Framework\RangeAttribute.cs">
3025+ <Link>NUnit\Framework\RangeAttribute.cs</Link>
3026+ </Compile>
3027+ <Compile Include="..\..\..\src\framework\NUnit\Framework\RepeatAttribute.cs">
3028+ <Link>NUnit\Framework\RepeatAttribute.cs</Link>
3029+ </Compile>
3030+ <Compile Include="..\..\..\src\framework\NUnit\Framework\RequiredAddinAttribute.cs">
3031+ <Link>NUnit\Framework\RequiredAddinAttribute.cs</Link>
3032+ </Compile>
3033+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SetCultureAttribute.cs">
3034+ <Link>NUnit\Framework\SetCultureAttribute.cs</Link>
3035+ </Compile>
3036+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUICultureAttribute.cs">
3037+ <Link>NUnit\Framework\SetUICultureAttribute.cs</Link>
3038+ </Compile>
3039+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUpFixtureAttribute.cs">
3040+ <Link>NUnit\Framework\SetUpFixtureAttribute.cs</Link>
3041+ </Compile>
3042+ <Compile Include="..\..\..\src\framework\NUnit\Framework\StringAssert.cs">
3043+ <Link>NUnit\Framework\StringAssert.cs</Link>
3044+ </Compile>
3045+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SuccessException.cs">
3046+ <Link>NUnit\Framework\SuccessException.cs</Link>
3047+ </Compile>
3048+ <Compile Include="..\..\..\src\framework\NUnit\Framework\SuiteAttribute.cs">
3049+ <Link>NUnit\Framework\SuiteAttribute.cs</Link>
3050+ </Compile>
3051+ <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureSetUpAttribute.cs">
3052+ <Link>NUnit\Framework\TestFixtureSetUpAttribute.cs</Link>
3053+ </Compile>
3054+ <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureTearDownAttribute.cs">
3055+ <Link>NUnit\Framework\TestFixtureTearDownAttribute.cs</Link>
3056+ </Compile>
3057+ <Compile Include="..\..\..\src\framework\NUnit\Framework\Text.cs">
3058+ <Link>NUnit\Framework\Text.cs</Link>
3059+ </Compile>
3060+ <Compile Include="..\..\..\src\framework\NUnit\Framework\TheoryAttribute.cs">
3061+ <Link>NUnit\Framework\TheoryAttribute.cs</Link>
3062+ </Compile>
3063+ <Compile Include="..\..\..\src\framework\NUnit\Framework\ThreadingAttributes.cs">
3064+ <Link>NUnit\Framework\ThreadingAttributes.cs</Link>
3065+ </Compile>
3066+ <Compile Include="..\..\..\src\framework\NUnit\Framework\ValuesAttribute.cs">
3067+ <Link>NUnit\Framework\ValuesAttribute.cs</Link>
3068+ </Compile>
3069+ <Compile Include="..\..\..\src\framework\NUnit\Framework\ValueSourceAttribute.cs">
3070+ <Link>NUnit\Framework\ValueSourceAttribute.cs</Link>
3071+ </Compile>
3072+ <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
3073+ <Link>Shared\Framework\Assert.cs</Link>
3074+ </Compile>
3075+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
3076+ <Link>Shared\Framework\AssertionException.cs</Link>
3077+ </Compile>
3078+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
3079+ <Link>Shared\Framework\AssertionHelper.cs</Link>
3080+ </Compile>
3081+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
3082+ <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
3083+ </Compile>
3084+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
3085+ <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
3086+ </Compile>
3087+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
3088+ <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
3089+ </Compile>
3090+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
3091+ <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
3092+ </Compile>
3093+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
3094+ <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
3095+ </Compile>
3096+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
3097+ <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
3098+ </Compile>
3099+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
3100+ <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
3101+ </Compile>
3102+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
3103+ <Link>Shared\Framework\Constraints\Constraint.cs</Link>
3104+ </Compile>
3105+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
3106+ <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
3107+ </Compile>
3108+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
3109+ <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
3110+ </Compile>
3111+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
3112+ <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
3113+ </Compile>
3114+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
3115+ <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
3116+ </Compile>
3117+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
3118+ <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
3119+ </Compile>
3120+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
3121+ <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
3122+ </Compile>
3123+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
3124+ <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
3125+ </Compile>
3126+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
3127+ <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
3128+ </Compile>
3129+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
3130+ <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
3131+ </Compile>
3132+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
3133+ <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
3134+ </Compile>
3135+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
3136+ <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
3137+ </Compile>
3138+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
3139+ <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
3140+ </Compile>
3141+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
3142+ <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
3143+ </Compile>
3144+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
3145+ <Link>Shared\Framework\Constraints\Numerics.cs</Link>
3146+ </Compile>
3147+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
3148+ <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
3149+ </Compile>
3150+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
3151+ <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
3152+ </Compile>
3153+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
3154+ <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
3155+ </Compile>
3156+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
3157+ <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
3158+ </Compile>
3159+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
3160+ <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
3161+ </Compile>
3162+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
3163+ <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
3164+ </Compile>
3165+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
3166+ <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
3167+ </Compile>
3168+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
3169+ <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
3170+ </Compile>
3171+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
3172+ <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
3173+ </Compile>
3174+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
3175+ <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
3176+ </Compile>
3177+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
3178+ <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
3179+ </Compile>
3180+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
3181+ <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
3182+ </Compile>
3183+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
3184+ <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
3185+ </Compile>
3186+ <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
3187+ <Link>Shared\Framework\DescriptionAttribute.cs</Link>
3188+ </Compile>
3189+ <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
3190+ <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
3191+ </Compile>
3192+ <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
3193+ <Link>Shared\Framework\GlobalSettings.cs</Link>
3194+ </Compile>
3195+ <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
3196+ <Link>Shared\Framework\Has.cs</Link>
3197+ </Compile>
3198+ <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
3199+ <Link>Shared\Framework\IExpectException.cs</Link>
3200+ </Compile>
3201+ <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
3202+ <Link>Shared\Framework\IgnoreAttribute.cs</Link>
3203+ </Compile>
3204+ <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
3205+ <Link>Shared\Framework\Is.cs</Link>
3206+ </Compile>
3207+ <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
3208+ <Link>Shared\Framework\ListMapper.cs</Link>
3209+ </Compile>
3210+ <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
3211+ <Link>Shared\Framework\PropertyAttribute.cs</Link>
3212+ </Compile>
3213+ <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
3214+ <Link>Shared\Framework\SetUpAttribute.cs</Link>
3215+ </Compile>
3216+ <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
3217+ <Link>Shared\Framework\SpecialValue.cs</Link>
3218+ </Compile>
3219+ <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
3220+ <Link>Shared\Framework\TearDownAttribute.cs</Link>
3221+ </Compile>
3222+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
3223+ <Link>Shared\Framework\TestAttribute.cs</Link>
3224+ </Compile>
3225+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
3226+ <Link>Shared\Framework\TestCaseAttribute.cs</Link>
3227+ </Compile>
3228+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
3229+ <Link>Shared\Framework\TestCaseData.cs</Link>
3230+ </Compile>
3231+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
3232+ <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
3233+ </Compile>
3234+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
3235+ <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
3236+ </Compile>
3237+ <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
3238+ <Link>Shared\Framework\TextMessageWriter.cs</Link>
3239+ </Compile>
3240+ <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
3241+ <Link>Shared\Framework\Throws.cs</Link>
3242 </Compile>
3243 </ItemGroup>
3244 <ItemGroup>
3245@@ -339,6 +345,8 @@
3246 <Reference Include="System.XML" />
3247 </ItemGroup>
3248 <ItemGroup>
3249- <Content Include="XMLFile1.xml" />
3250+ <Content Include="..\..\..\src\framework\SyntaxElements.txt">
3251+ <Link>SyntaxElements.txt</Link>
3252+ </Content>
3253 </ItemGroup>
3254 </Project>
3255\ No newline at end of file
3256
3257=== added directory 'solutions/vs2008/nunitlite'
3258=== added directory 'solutions/vs2008/nunitlite.tests'
3259=== added file 'solutions/vs2008/nunitlite.tests/nunitlite.tests.csproj'
3260--- solutions/vs2008/nunitlite.tests/nunitlite.tests.csproj 1970-01-01 00:00:00 +0000
3261+++ solutions/vs2008/nunitlite.tests/nunitlite.tests.csproj 2009-09-11 21:12:38 +0000
3262@@ -0,0 +1,217 @@
3263+<?xml version="1.0" encoding="utf-8"?>
3264+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3265+ <PropertyGroup>
3266+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3267+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3268+ <ProductVersion>9.0.30729</ProductVersion>
3269+ <SchemaVersion>2.0</SchemaVersion>
3270+ <ProjectGuid>{0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}</ProjectGuid>
3271+ <OutputType>Exe</OutputType>
3272+ <AppDesignerFolder>Properties</AppDesignerFolder>
3273+ <RootNamespace>NUnit.Framework.Tests</RootNamespace>
3274+ <AssemblyName>nunitlite.tests</AssemblyName>
3275+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
3276+ <FileAlignment>512</FileAlignment>
3277+ <TargetFrameworkSubset>
3278+ </TargetFrameworkSubset>
3279+ <StartupObject>
3280+ </StartupObject>
3281+ </PropertyGroup>
3282+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3283+ <DebugSymbols>true</DebugSymbols>
3284+ <DebugType>full</DebugType>
3285+ <Optimize>false</Optimize>
3286+ <OutputPath>..\bin\Debug\</OutputPath>
3287+ <DefineConstants>TRACE;DEBUG;NET_2_0;CSHARP_3_0;NUNITLITE</DefineConstants>
3288+ <ErrorReport>prompt</ErrorReport>
3289+ <WarningLevel>4</WarningLevel>
3290+ <DocumentationFile>
3291+ </DocumentationFile>
3292+ </PropertyGroup>
3293+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3294+ <DebugType>pdbonly</DebugType>
3295+ <Optimize>true</Optimize>
3296+ <OutputPath>..\bin\Release\</OutputPath>
3297+ <DefineConstants>TRACE;NET_2_0;CSHARP_3_0;NUNITLITE</DefineConstants>
3298+ <ErrorReport>prompt</ErrorReport>
3299+ <WarningLevel>4</WarningLevel>
3300+ <DocumentationFile>..\bin\Release\nunitlite.tests.XML</DocumentationFile>
3301+ </PropertyGroup>
3302+ <ItemGroup>
3303+ <Reference Include="System" />
3304+ <Reference Include="System.Data" />
3305+ <Reference Include="System.Drawing" />
3306+ <Reference Include="System.Xml" />
3307+ </ItemGroup>
3308+ <ItemGroup>
3309+ <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
3310+ <Link>CommonAssemblyInfo.cs</Link>
3311+ </Compile>
3312+ <Compile Include="..\..\..\src\tests\Program.cs">
3313+ <Link>Program.cs</Link>
3314+ </Compile>
3315+ <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
3316+ <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
3317+ </Compile>
3318+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
3319+ <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
3320+ </Compile>
3321+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
3322+ <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
3323+ </Compile>
3324+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
3325+ <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
3326+ </Compile>
3327+ <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
3328+ <Link>Shared\Framework\CollectionAdapter.cs</Link>
3329+ </Compile>
3330+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
3331+ <Link>Shared\Framework\Constraints\AndTest.cs</Link>
3332+ </Compile>
3333+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
3334+ <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
3335+ </Compile>
3336+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
3337+ <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
3338+ </Compile>
3339+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
3340+ <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
3341+ </Compile>
3342+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
3343+ <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
3344+ </Compile>
3345+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
3346+ <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
3347+ </Compile>
3348+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
3349+ <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
3350+ </Compile>
3351+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
3352+ <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
3353+ </Compile>
3354+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
3355+ <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
3356+ </Compile>
3357+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
3358+ <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
3359+ </Compile>
3360+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
3361+ <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
3362+ </Compile>
3363+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
3364+ <Link>Shared\Framework\Constraints\NotTest.cs</Link>
3365+ </Compile>
3366+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
3367+ <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
3368+ </Compile>
3369+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
3370+ <Link>Shared\Framework\Constraints\OrTest.cs</Link>
3371+ </Compile>
3372+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
3373+ <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
3374+ </Compile>
3375+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
3376+ <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
3377+ </Compile>
3378+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
3379+ <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
3380+ </Compile>
3381+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
3382+ <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
3383+ </Compile>
3384+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
3385+ <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
3386+ </Compile>
3387+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
3388+ <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
3389+ </Compile>
3390+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
3391+ <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link>
3392+ </Compile>
3393+ <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
3394+ <Link>Shared\Framework\MessageChecker.cs</Link>
3395+ </Compile>
3396+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
3397+ <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
3398+ </Compile>
3399+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
3400+ <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
3401+ </Compile>
3402+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
3403+ <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
3404+ </Compile>
3405+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
3406+ <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
3407+ </Compile>
3408+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
3409+ <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
3410+ </Compile>
3411+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
3412+ <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
3413+ </Compile>
3414+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
3415+ <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
3416+ </Compile>
3417+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
3418+ <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
3419+ </Compile>
3420+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
3421+ <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
3422+ </Compile>
3423+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
3424+ <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
3425+ </Compile>
3426+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
3427+ <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
3428+ </Compile>
3429+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
3430+ <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
3431+ </Compile>
3432+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
3433+ <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
3434+ </Compile>
3435+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
3436+ <Link>Shared\Framework\TestComparer.cs</Link>
3437+ </Compile>
3438+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
3439+ <Link>Shared\Framework\TestDelegates.cs</Link>
3440+ </Compile>
3441+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
3442+ <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
3443+ </Compile>
3444+ <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
3445+ <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
3446+ </Compile>
3447+ </ItemGroup>
3448+ <ItemGroup>
3449+ <Content Include="..\..\..\src\tests\TestImage1.jpg">
3450+ <Link>TestImage1.jpg</Link>
3451+ </Content>
3452+ <Content Include="..\..\..\src\tests\TestImage2.jpg">
3453+ <Link>TestImage2.jpg</Link>
3454+ </Content>
3455+ <Content Include="..\..\..\src\tests\TestText1.txt">
3456+ <Link>TestText1.txt</Link>
3457+ </Content>
3458+ <Content Include="..\..\..\src\tests\TestText2.txt">
3459+ <Link>TestText2.txt</Link>
3460+ </Content>
3461+ </ItemGroup>
3462+ <ItemGroup>
3463+ <ProjectReference Include="..\nunitlite\nunitlite.csproj">
3464+ <Project>{0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}</Project>
3465+ <Name>nunitlite</Name>
3466+ </ProjectReference>
3467+ </ItemGroup>
3468+ <ItemGroup>
3469+ <Folder Include="Properties\" />
3470+ </ItemGroup>
3471+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
3472+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
3473+ Other similar extension points exist, see Microsoft.Common.targets.
3474+ <Target Name="BeforeBuild">
3475+ </Target>
3476+ <Target Name="AfterBuild">
3477+ </Target>
3478+ -->
3479+</Project>
3480\ No newline at end of file
3481
3482=== added directory 'solutions/vs2008/nunitlite/NUnitLite'
3483=== added directory 'solutions/vs2008/nunitlite/NUnitLite/Runner'
3484=== added file 'solutions/vs2008/nunitlite/nunit.snk'
3485Binary files solutions/vs2008/nunitlite/nunit.snk 1970-01-01 00:00:00 +0000 and solutions/vs2008/nunitlite/nunit.snk 2009-09-03 18:11:10 +0000 differ
3486=== added file 'solutions/vs2008/nunitlite/nunitlite.csproj'
3487--- solutions/vs2008/nunitlite/nunitlite.csproj 1970-01-01 00:00:00 +0000
3488+++ solutions/vs2008/nunitlite/nunitlite.csproj 2009-09-08 05:53:41 +0000
3489@@ -0,0 +1,306 @@
3490+<?xml version="1.0" encoding="utf-8"?>
3491+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3492+ <PropertyGroup>
3493+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3494+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3495+ <ProductVersion>9.0.30729</ProductVersion>
3496+ <SchemaVersion>2.0</SchemaVersion>
3497+ <ProjectGuid>{0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}</ProjectGuid>
3498+ <OutputType>Library</OutputType>
3499+ <AppDesignerFolder>Properties</AppDesignerFolder>
3500+ <RootNamespace>NUnit</RootNamespace>
3501+ <AssemblyName>nunitlite</AssemblyName>
3502+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
3503+ <FileAlignment>512</FileAlignment>
3504+ <TargetFrameworkSubset>
3505+ </TargetFrameworkSubset>
3506+ </PropertyGroup>
3507+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3508+ <DebugSymbols>true</DebugSymbols>
3509+ <DebugType>full</DebugType>
3510+ <Optimize>false</Optimize>
3511+ <OutputPath>..\bin\Debug\</OutputPath>
3512+ <DefineConstants>TRACE;DEBUG;NET_2_0;CSHARP_3_0;NUNITLITE</DefineConstants>
3513+ <ErrorReport>prompt</ErrorReport>
3514+ <WarningLevel>4</WarningLevel>
3515+ <DocumentationFile>..\bin\Debug\nunitlite.XML</DocumentationFile>
3516+ </PropertyGroup>
3517+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3518+ <DebugType>pdbonly</DebugType>
3519+ <Optimize>true</Optimize>
3520+ <OutputPath>..\bin\Release\</OutputPath>
3521+ <DefineConstants>TRACE;NET_2_0;CSHARP_3_0;NUNITLITE</DefineConstants>
3522+ <ErrorReport>prompt</ErrorReport>
3523+ <WarningLevel>4</WarningLevel>
3524+ <DocumentationFile>..\bin\Release\nunitlite.XML</DocumentationFile>
3525+ </PropertyGroup>
3526+ <ItemGroup>
3527+ <Reference Include="System" />
3528+ <Reference Include="System.Data" />
3529+ <Reference Include="System.Xml" />
3530+ </ItemGroup>
3531+ <ItemGroup>
3532+ <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
3533+ <Link>CommonAssemblyInfo.cs</Link>
3534+ </Compile>
3535+ <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
3536+ <Link>AssemblyInfo.cs</Link>
3537+ </Compile>
3538+ <Compile Include="..\..\..\src\framework\Env.cs">
3539+ <Link>Env.cs</Link>
3540+ </Compile>
3541+ <Compile Include="..\..\..\src\framework\NUnitLite\Framework\Contains.cs">
3542+ <Link>NUnitLite\Framework\Contains.cs</Link>
3543+ </Compile>
3544+ <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs">
3545+ <Link>NUnitLite\ITest.cs</Link>
3546+ </Compile>
3547+ <Compile Include="..\..\..\src\framework\NUnitLite\NullListener.cs">
3548+ <Link>NUnitLite\NullListener.cs</Link>
3549+ </Compile>
3550+ <Compile Include="..\..\..\src\framework\NUnitLite\NUnitLiteException.cs">
3551+ <Link>NUnitLite\NUnitLiteException.cs</Link>
3552+ </Compile>
3553+ <Compile Include="..\..\..\src\framework\NUnitLite\Reflect.cs">
3554+ <Link>NUnitLite\Reflect.cs</Link>
3555+ </Compile>
3556+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\CommandLineOptions.cs">
3557+ <Link>NUnitLite\Runner\CommandLineOptions.cs</Link>
3558+ </Compile>
3559+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ConsoleWriter.cs">
3560+ <Link>NUnitLite\Runner\ConsoleWriter.cs</Link>
3561+ </Compile>
3562+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\DebugWriter.cs">
3563+ <Link>NUnitLite\Runner\DebugWriter.cs</Link>
3564+ </Compile>
3565+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ResultSummary.cs">
3566+ <Link>NUnitLite\Runner\ResultSummary.cs</Link>
3567+ </Compile>
3568+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TcpWriter.cs">
3569+ <Link>NUnitLite\Runner\TcpWriter.cs</Link>
3570+ </Compile>
3571+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestLoader.cs">
3572+ <Link>NUnitLite\Runner\TestLoader.cs</Link>
3573+ </Compile>
3574+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestRunner.cs">
3575+ <Link>NUnitLite\Runner\TestRunner.cs</Link>
3576+ </Compile>
3577+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TextUI.cs">
3578+ <Link>NUnitLite\Runner\TextUI.cs</Link>
3579+ </Compile>
3580+ <Compile Include="..\..\..\src\framework\NUnitLite\StackFilter.cs">
3581+ <Link>NUnitLite\StackFilter.cs</Link>
3582+ </Compile>
3583+ <Compile Include="..\..\..\src\framework\NUnitLite\TestCase.cs">
3584+ <Link>NUnitLite\TestCase.cs</Link>
3585+ </Compile>
3586+ <Compile Include="..\..\..\src\framework\NUnitLite\TestListener.cs">
3587+ <Link>NUnitLite\TestListener.cs</Link>
3588+ </Compile>
3589+ <Compile Include="..\..\..\src\framework\NUnitLite\TestResult.cs">
3590+ <Link>NUnitLite\TestResult.cs</Link>
3591+ </Compile>
3592+ <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs">
3593+ <Link>NUnitLite\TestSuite.cs</Link>
3594+ </Compile>
3595+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestCaseBuilder.cs">
3596+ <Link>NUnitLite\Runner\TestCaseBuilder.cs</Link>
3597+ </Compile>
3598+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestFixtureBuilder.cs">
3599+ <Link>NUnitLite\Runner\TestFixtureBuilder.cs</Link>
3600+ </Compile>
3601+ <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
3602+ <Link>Shared\Framework\Assert.cs</Link>
3603+ </Compile>
3604+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
3605+ <Link>Shared\Framework\AssertionException.cs</Link>
3606+ </Compile>
3607+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
3608+ <Link>Shared\Framework\AssertionHelper.cs</Link>
3609+ </Compile>
3610+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
3611+ <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
3612+ </Compile>
3613+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
3614+ <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
3615+ </Compile>
3616+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
3617+ <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
3618+ </Compile>
3619+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
3620+ <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
3621+ </Compile>
3622+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
3623+ <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
3624+ </Compile>
3625+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
3626+ <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
3627+ </Compile>
3628+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
3629+ <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
3630+ </Compile>
3631+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
3632+ <Link>Shared\Framework\Constraints\Constraint.cs</Link>
3633+ </Compile>
3634+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
3635+ <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
3636+ </Compile>
3637+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
3638+ <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
3639+ </Compile>
3640+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
3641+ <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
3642+ </Compile>
3643+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
3644+ <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
3645+ </Compile>
3646+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
3647+ <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
3648+ </Compile>
3649+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
3650+ <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
3651+ </Compile>
3652+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
3653+ <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
3654+ </Compile>
3655+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
3656+ <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
3657+ </Compile>
3658+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
3659+ <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
3660+ </Compile>
3661+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
3662+ <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
3663+ </Compile>
3664+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
3665+ <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
3666+ </Compile>
3667+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
3668+ <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
3669+ </Compile>
3670+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
3671+ <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
3672+ </Compile>
3673+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
3674+ <Link>Shared\Framework\Constraints\Numerics.cs</Link>
3675+ </Compile>
3676+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
3677+ <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
3678+ </Compile>
3679+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
3680+ <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
3681+ </Compile>
3682+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
3683+ <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
3684+ </Compile>
3685+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
3686+ <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
3687+ </Compile>
3688+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
3689+ <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
3690+ </Compile>
3691+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
3692+ <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
3693+ </Compile>
3694+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
3695+ <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
3696+ </Compile>
3697+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
3698+ <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
3699+ </Compile>
3700+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
3701+ <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
3702+ </Compile>
3703+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
3704+ <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
3705+ </Compile>
3706+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
3707+ <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
3708+ </Compile>
3709+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
3710+ <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
3711+ </Compile>
3712+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
3713+ <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
3714+ </Compile>
3715+ <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
3716+ <Link>Shared\Framework\DescriptionAttribute.cs</Link>
3717+ </Compile>
3718+ <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
3719+ <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
3720+ </Compile>
3721+ <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
3722+ <Link>Shared\Framework\GlobalSettings.cs</Link>
3723+ </Compile>
3724+ <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
3725+ <Link>Shared\Framework\Has.cs</Link>
3726+ </Compile>
3727+ <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
3728+ <Link>Shared\Framework\IExpectException.cs</Link>
3729+ </Compile>
3730+ <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
3731+ <Link>Shared\Framework\IgnoreAttribute.cs</Link>
3732+ </Compile>
3733+ <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
3734+ <Link>Shared\Framework\Is.cs</Link>
3735+ </Compile>
3736+ <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
3737+ <Link>Shared\Framework\ITestCaseData.cs</Link>
3738+ </Compile>
3739+ <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
3740+ <Link>Shared\Framework\ListMapper.cs</Link>
3741+ </Compile>
3742+ <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
3743+ <Link>Shared\Framework\PropertyAttribute.cs</Link>
3744+ </Compile>
3745+ <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
3746+ <Link>Shared\Framework\SetUpAttribute.cs</Link>
3747+ </Compile>
3748+ <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
3749+ <Link>Shared\Framework\SpecialValue.cs</Link>
3750+ </Compile>
3751+ <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
3752+ <Link>Shared\Framework\TearDownAttribute.cs</Link>
3753+ </Compile>
3754+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
3755+ <Link>Shared\Framework\TestAttribute.cs</Link>
3756+ </Compile>
3757+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
3758+ <Link>Shared\Framework\TestCaseAttribute.cs</Link>
3759+ </Compile>
3760+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
3761+ <Link>Shared\Framework\TestCaseData.cs</Link>
3762+ </Compile>
3763+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
3764+ <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
3765+ </Compile>
3766+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
3767+ <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
3768+ </Compile>
3769+ <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
3770+ <Link>Shared\Framework\TextMessageWriter.cs</Link>
3771+ </Compile>
3772+ <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
3773+ <Link>Shared\Framework\Throws.cs</Link>
3774+ </Compile>
3775+ </ItemGroup>
3776+ <ItemGroup>
3777+ <None Include="nunit.snk" />
3778+ </ItemGroup>
3779+ <ItemGroup>
3780+ <Content Include="..\..\..\src\framework\SyntaxElements.txt">
3781+ <Link>SyntaxElements.txt</Link>
3782+ </Content>
3783+ </ItemGroup>
3784+ <ItemGroup>
3785+ <Folder Include="Properties\" />
3786+ </ItemGroup>
3787+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
3788+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
3789+ Other similar extension points exist, see Microsoft.Common.targets.
3790+ <Target Name="BeforeBuild">
3791+ </Target>
3792+ <Target Name="AfterBuild">
3793+ </Target>
3794+ -->
3795+</Project>
3796\ No newline at end of file
3797
3798=== added directory 'solutions/vs2008/nunitlite_CF'
3799=== added file 'solutions/vs2008/nunitlite_CF/nunitlite_CF.csproj'
3800--- solutions/vs2008/nunitlite_CF/nunitlite_CF.csproj 1970-01-01 00:00:00 +0000
3801+++ solutions/vs2008/nunitlite_CF/nunitlite_CF.csproj 2009-09-08 05:53:41 +0000
3802@@ -0,0 +1,323 @@
3803+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3804+ <PropertyGroup>
3805+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
3806+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
3807+ <ProductVersion>9.0.30729</ProductVersion>
3808+ <SchemaVersion>2.0</SchemaVersion>
3809+ <ProjectGuid>{463FC406-30E1-496E-9222-65DDE413CC84}</ProjectGuid>
3810+ <OutputType>Library</OutputType>
3811+ <AppDesignerFolder>Properties</AppDesignerFolder>
3812+ <RootNamespace>NUnitLite</RootNamespace>
3813+ <AssemblyName>nunitlite_CF</AssemblyName>
3814+ <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
3815+ <PlatformFamilyName>PocketPC</PlatformFamilyName>
3816+ <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
3817+ <OSVersion>4.20</OSVersion>
3818+ <DeployDirSuffix>nuntlite_CF</DeployDirSuffix>
3819+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
3820+ <NativePlatformName>Pocket PC 2003</NativePlatformName>
3821+ <FormFactorID>
3822+ </FormFactorID>
3823+ </PropertyGroup>
3824+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3825+ <DebugSymbols>true</DebugSymbols>
3826+ <DebugType>full</DebugType>
3827+ <Optimize>false</Optimize>
3828+ <OutputPath>bin\Debug\</OutputPath>
3829+ <DefineConstants>TRACE;DEBUG;PocketPC;NETCF;NUNITLITE</DefineConstants>
3830+ <NoStdLib>true</NoStdLib>
3831+ <NoConfig>true</NoConfig>
3832+ <ErrorReport>prompt</ErrorReport>
3833+ <FileAlignment>512</FileAlignment>
3834+ <WarningLevel>4</WarningLevel>
3835+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
3836+ <DocumentationFile>bin\Debug\nunitlite_CF.xml</DocumentationFile>
3837+ </PropertyGroup>
3838+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3839+ <DebugType>pdbonly</DebugType>
3840+ <Optimize>true</Optimize>
3841+ <OutputPath>bin\Release\</OutputPath>
3842+ <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
3843+ <NoStdLib>true</NoStdLib>
3844+ <NoConfig>true</NoConfig>
3845+ <ErrorReport>prompt</ErrorReport>
3846+ <FileAlignment>512</FileAlignment>
3847+ <WarningLevel>4</WarningLevel>
3848+ <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
3849+ <DocumentationFile>bin\Release\nunitlite_CF.xml</DocumentationFile>
3850+ </PropertyGroup>
3851+ <ItemGroup>
3852+ <Reference Include="mscorlib" />
3853+ <Reference Include="System" />
3854+ <Reference Include="System.Data" />
3855+ <Reference Include="System.Xml" />
3856+ </ItemGroup>
3857+ <ItemGroup>
3858+ <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
3859+ <Link>CommonAssemblyInfo.cs</Link>
3860+ </Compile>
3861+ <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
3862+ <Link>AssemblyInfo.cs</Link>
3863+ </Compile>
3864+ <Compile Include="..\..\..\src\framework\Env.cs">
3865+ <Link>Env.cs</Link>
3866+ </Compile>
3867+ <Compile Include="..\..\..\src\framework\NUnitLite\Framework\Contains.cs">
3868+ <Link>NUnitLite\Framework\Contains.cs</Link>
3869+ </Compile>
3870+ <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs">
3871+ <Link>NUnitLite\ITest.cs</Link>
3872+ </Compile>
3873+ <Compile Include="..\..\..\src\framework\NUnitLite\NullListener.cs">
3874+ <Link>NUnitLite\NullListener.cs</Link>
3875+ </Compile>
3876+ <Compile Include="..\..\..\src\framework\NUnitLite\NUnitLiteException.cs">
3877+ <Link>NUnitLite\NUnitLiteException.cs</Link>
3878+ </Compile>
3879+ <Compile Include="..\..\..\src\framework\NUnitLite\Reflect.cs">
3880+ <Link>NUnitLite\Reflect.cs</Link>
3881+ </Compile>
3882+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\CommandLineOptions.cs">
3883+ <Link>NUnitLite\Runner\CommandLineOptions.cs</Link>
3884+ </Compile>
3885+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ConsoleWriter.cs">
3886+ <Link>NUnitLite\Runner\ConsoleWriter.cs</Link>
3887+ </Compile>
3888+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\DebugWriter.cs">
3889+ <Link>NUnitLite\Runner\DebugWriter.cs</Link>
3890+ </Compile>
3891+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ResultSummary.cs">
3892+ <Link>NUnitLite\Runner\ResultSummary.cs</Link>
3893+ </Compile>
3894+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TcpWriter.cs">
3895+ <Link>NUnitLite\Runner\TcpWriter.cs</Link>
3896+ </Compile>
3897+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestCaseBuilder.cs">
3898+ <Link>NUnitLite\Runner\TestCaseBuilder.cs</Link>
3899+ </Compile>
3900+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestFixtureBuilder.cs">
3901+ <Link>NUnitLite\Runner\TestFixtureBuilder.cs</Link>
3902+ </Compile>
3903+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestLoader.cs">
3904+ <Link>NUnitLite\Runner\TestLoader.cs</Link>
3905+ </Compile>
3906+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestRunner.cs">
3907+ <Link>NUnitLite\Runner\TestRunner.cs</Link>
3908+ </Compile>
3909+ <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TextUI.cs">
3910+ <Link>NUnitLite\Runner\TextUI.cs</Link>
3911+ </Compile>
3912+ <Compile Include="..\..\..\src\framework\NUnitLite\StackFilter.cs">
3913+ <Link>NUnitLite\StackFilter.cs</Link>
3914+ </Compile>
3915+ <Compile Include="..\..\..\src\framework\NUnitLite\TestCase.cs">
3916+ <Link>NUnitLite\TestCase.cs</Link>
3917+ </Compile>
3918+ <Compile Include="..\..\..\src\framework\NUnitLite\TestListener.cs">
3919+ <Link>NUnitLite\TestListener.cs</Link>
3920+ </Compile>
3921+ <Compile Include="..\..\..\src\framework\NUnitLite\TestResult.cs">
3922+ <Link>NUnitLite\TestResult.cs</Link>
3923+ </Compile>
3924+ <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs">
3925+ <Link>NUnitLite\TestSuite.cs</Link>
3926+ </Compile>
3927+ <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
3928+ <Link>Shared\Framework\Assert.cs</Link>
3929+ </Compile>
3930+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
3931+ <Link>Shared\Framework\AssertionException.cs</Link>
3932+ </Compile>
3933+ <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
3934+ <Link>Shared\Framework\AssertionHelper.cs</Link>
3935+ </Compile>
3936+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
3937+ <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
3938+ </Compile>
3939+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
3940+ <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
3941+ </Compile>
3942+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
3943+ <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
3944+ </Compile>
3945+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
3946+ <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
3947+ </Compile>
3948+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
3949+ <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
3950+ </Compile>
3951+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
3952+ <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
3953+ </Compile>
3954+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
3955+ <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
3956+ </Compile>
3957+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
3958+ <Link>Shared\Framework\Constraints\Constraint.cs</Link>
3959+ </Compile>
3960+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
3961+ <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
3962+ </Compile>
3963+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
3964+ <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
3965+ </Compile>
3966+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
3967+ <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
3968+ </Compile>
3969+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
3970+ <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
3971+ </Compile>
3972+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
3973+ <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
3974+ </Compile>
3975+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
3976+ <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
3977+ </Compile>
3978+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
3979+ <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
3980+ </Compile>
3981+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
3982+ <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
3983+ </Compile>
3984+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
3985+ <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
3986+ </Compile>
3987+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
3988+ <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
3989+ </Compile>
3990+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
3991+ <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
3992+ </Compile>
3993+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
3994+ <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
3995+ </Compile>
3996+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
3997+ <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
3998+ </Compile>
3999+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
4000+ <Link>Shared\Framework\Constraints\Numerics.cs</Link>
4001+ </Compile>
4002+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
4003+ <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
4004+ </Compile>
4005+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
4006+ <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
4007+ </Compile>
4008+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
4009+ <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
4010+ </Compile>
4011+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
4012+ <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
4013+ </Compile>
4014+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
4015+ <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
4016+ </Compile>
4017+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
4018+ <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
4019+ </Compile>
4020+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
4021+ <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
4022+ </Compile>
4023+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
4024+ <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
4025+ </Compile>
4026+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
4027+ <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
4028+ </Compile>
4029+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
4030+ <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
4031+ </Compile>
4032+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
4033+ <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
4034+ </Compile>
4035+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
4036+ <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
4037+ </Compile>
4038+ <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
4039+ <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
4040+ </Compile>
4041+ <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
4042+ <Link>Shared\Framework\DescriptionAttribute.cs</Link>
4043+ </Compile>
4044+ <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
4045+ <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
4046+ </Compile>
4047+ <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
4048+ <Link>Shared\Framework\GlobalSettings.cs</Link>
4049+ </Compile>
4050+ <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
4051+ <Link>Shared\Framework\Has.cs</Link>
4052+ </Compile>
4053+ <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
4054+ <Link>Shared\Framework\IExpectException.cs</Link>
4055+ </Compile>
4056+ <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
4057+ <Link>Shared\Framework\IgnoreAttribute.cs</Link>
4058+ </Compile>
4059+ <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
4060+ <Link>Shared\Framework\Is.cs</Link>
4061+ </Compile>
4062+ <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
4063+ <Link>Shared\Framework\ITestCaseData.cs</Link>
4064+ </Compile>
4065+ <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
4066+ <Link>Shared\Framework\ListMapper.cs</Link>
4067+ </Compile>
4068+ <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
4069+ <Link>Shared\Framework\PropertyAttribute.cs</Link>
4070+ </Compile>
4071+ <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
4072+ <Link>Shared\Framework\SetUpAttribute.cs</Link>
4073+ </Compile>
4074+ <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
4075+ <Link>Shared\Framework\SpecialValue.cs</Link>
4076+ </Compile>
4077+ <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
4078+ <Link>Shared\Framework\TearDownAttribute.cs</Link>
4079+ </Compile>
4080+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
4081+ <Link>Shared\Framework\TestAttribute.cs</Link>
4082+ </Compile>
4083+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
4084+ <Link>Shared\Framework\TestCaseAttribute.cs</Link>
4085+ </Compile>
4086+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
4087+ <Link>Shared\Framework\TestCaseData.cs</Link>
4088+ </Compile>
4089+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
4090+ <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
4091+ </Compile>
4092+ <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
4093+ <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
4094+ </Compile>
4095+ <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
4096+ <Link>Shared\Framework\TextMessageWriter.cs</Link>
4097+ </Compile>
4098+ <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
4099+ <Link>Shared\Framework\Throws.cs</Link>
4100+ </Compile>
4101+ </ItemGroup>
4102+ <ItemGroup>
4103+ <Content Include="..\..\..\src\framework\SyntaxElements.txt">
4104+ <Link>SyntaxElements.txt</Link>
4105+ </Content>
4106+ </ItemGroup>
4107+ <ItemGroup>
4108+ <Folder Include="Properties\" />
4109+ </ItemGroup>
4110+ <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
4111+ <ProjectExtensions>
4112+ <VisualStudio>
4113+ <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
4114+ <HostingProcess disable="1" />
4115+ </FlavorProperties>
4116+ </VisualStudio>
4117+ </ProjectExtensions>
4118+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
4119+ Other similar extension points exist, see Microsoft.Common.targets.
4120+ <Target Name="BeforeBuild">
4121+ </Target>
4122+ <Target Name="AfterBuild">
4123+ </Target>
4124+ -->
4125+</Project>
4126\ No newline at end of file
4127
4128=== modified file 'solutions/vs2008/tests/nunit.framework.tests.csproj'
4129--- solutions/vs2008/tests/nunit.framework.tests.csproj 2009-09-01 22:35:53 +0000
4130+++ solutions/vs2008/tests/nunit.framework.tests.csproj 2009-09-11 21:12:38 +0000
4131@@ -56,206 +56,215 @@
4132 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
4133 <Link>CommonAssemblyInfo.cs</Link>
4134 </Compile>
4135- <Compile Include="..\..\..\src\tests\ArrayEqualsFailureMessageFixture.cs">
4136- <Link>ArrayEqualsFailureMessageFixture.cs</Link>
4137- </Compile>
4138- <Compile Include="..\..\..\src\tests\ArrayEqualsFixture.cs">
4139- <Link>ArrayEqualsFixture.cs</Link>
4140- </Compile>
4141- <Compile Include="..\..\..\src\tests\ArrayNotEqualFixture.cs">
4142- <Link>ArrayNotEqualFixture.cs</Link>
4143- </Compile>
4144- <Compile Include="..\..\..\src\tests\AssertThrowsTests.cs">
4145- <Link>AssertThrowsTests.cs</Link>
4146- </Compile>
4147- <Compile Include="..\..\..\src\tests\AssumeThatTests.cs">
4148- <Link>AssumeThatTests.cs</Link>
4149- </Compile>
4150- <Compile Include="..\..\..\src\tests\CollectionAdapter.cs">
4151- <Link>CollectionAdapter.cs</Link>
4152- </Compile>
4153- <Compile Include="..\..\..\src\tests\CollectionAssertTest.cs">
4154- <Link>CollectionAssertTest.cs</Link>
4155- </Compile>
4156- <Compile Include="..\..\..\src\tests\ConditionAssertTests.cs">
4157- <Link>ConditionAssertTests.cs</Link>
4158- </Compile>
4159- <Compile Include="..\..\..\src\tests\Constraints\AfterConstraintTests.cs">
4160- <Link>Constraints\AfterConstraintTests.cs</Link>
4161- </Compile>
4162- <Compile Include="..\..\..\src\tests\Constraints\AndTest.cs">
4163- <Link>Constraints\AndTest.cs</Link>
4164- </Compile>
4165- <Compile Include="..\..\..\src\tests\Constraints\BasicConstraintTests.cs">
4166- <Link>Constraints\BasicConstraintTests.cs</Link>
4167- </Compile>
4168- <Compile Include="..\..\..\src\tests\Constraints\CollectionConstraintTests.cs">
4169- <Link>Constraints\CollectionConstraintTests.cs</Link>
4170- </Compile>
4171- <Compile Include="..\..\..\src\tests\Constraints\ComparerTests.cs">
4172- <Link>Constraints\ComparerTests.cs</Link>
4173- </Compile>
4174- <Compile Include="..\..\..\src\tests\Constraints\ComparisonConstraintTests.cs">
4175- <Link>Constraints\ComparisonConstraintTests.cs</Link>
4176- </Compile>
4177- <Compile Include="..\..\..\src\tests\Constraints\ConstraintTestBase.cs">
4178- <Link>Constraints\ConstraintTestBase.cs</Link>
4179- </Compile>
4180- <Compile Include="..\..\..\src\tests\Constraints\EmptyConstraintTest.cs">
4181- <Link>Constraints\EmptyConstraintTest.cs</Link>
4182- </Compile>
4183- <Compile Include="..\..\..\src\tests\Constraints\EqualTest.cs">
4184- <Link>Constraints\EqualTest.cs</Link>
4185- </Compile>
4186- <Compile Include="..\..\..\src\tests\Constraints\FloatingPointNumericsTest.cs">
4187- <Link>Constraints\FloatingPointNumericsTest.cs</Link>
4188- </Compile>
4189- <Compile Include="..\..\..\src\tests\Constraints\MsgUtilTests.cs">
4190- <Link>Constraints\MsgUtilTests.cs</Link>
4191- </Compile>
4192- <Compile Include="..\..\..\src\tests\Constraints\NotTest.cs">
4193- <Link>Constraints\NotTest.cs</Link>
4194- </Compile>
4195- <Compile Include="..\..\..\src\tests\Constraints\NumericsTest.cs">
4196- <Link>Constraints\NumericsTest.cs</Link>
4197- </Compile>
4198- <Compile Include="..\..\..\src\tests\Constraints\OrTest.cs">
4199- <Link>Constraints\OrTest.cs</Link>
4200- </Compile>
4201- <Compile Include="..\..\..\src\tests\Constraints\PathConstraintTests.cs">
4202- <Link>Constraints\PathConstraintTests.cs</Link>
4203- </Compile>
4204- <Compile Include="..\..\..\src\tests\Constraints\PropertyTests.cs">
4205- <Link>Constraints\PropertyTests.cs</Link>
4206- </Compile>
4207- <Compile Include="..\..\..\src\tests\Constraints\SameAsTest.cs">
4208- <Link>Constraints\SameAsTest.cs</Link>
4209- </Compile>
4210- <Compile Include="..\..\..\src\tests\Constraints\SerializableConstraintTest.cs">
4211- <Link>Constraints\SerializableConstraintTest.cs</Link>
4212- </Compile>
4213- <Compile Include="..\..\..\src\tests\Constraints\StringConstraintTests.cs">
4214- <Link>Constraints\StringConstraintTests.cs</Link>
4215- </Compile>
4216- <Compile Include="..\..\..\src\tests\Constraints\ThrowsConstraintTests.cs">
4217- <Link>Constraints\ThrowsConstraintTests.cs</Link>
4218- </Compile>
4219- <Compile Include="..\..\..\src\tests\Constraints\TypeConstraintTests.cs">
4220- <Link>Constraints\TypeConstraintTests.cs</Link>
4221- </Compile>
4222- <Compile Include="..\..\..\src\tests\DirectoryAssertTests.cs">
4223- <Link>DirectoryAssertTests.cs</Link>
4224- </Compile>
4225- <Compile Include="..\..\..\src\tests\EqualsFixture.cs">
4226- <Link>EqualsFixture.cs</Link>
4227- </Compile>
4228- <Compile Include="..\..\..\src\tests\FileAssertTests.cs">
4229- <Link>FileAssertTests.cs</Link>
4230- </Compile>
4231- <Compile Include="..\..\..\src\tests\GreaterEqualFixture.cs">
4232- <Link>GreaterEqualFixture.cs</Link>
4233- </Compile>
4234- <Compile Include="..\..\..\src\tests\GreaterFixture.cs">
4235- <Link>GreaterFixture.cs</Link>
4236- </Compile>
4237- <Compile Include="..\..\..\src\tests\LessEqualFixture.cs">
4238- <Link>LessEqualFixture.cs</Link>
4239- </Compile>
4240- <Compile Include="..\..\..\src\tests\LessFixture.cs">
4241- <Link>LessFixture.cs</Link>
4242- </Compile>
4243- <Compile Include="..\..\..\src\tests\ListContentsTests.cs">
4244- <Link>ListContentsTests.cs</Link>
4245- </Compile>
4246- <Compile Include="..\..\..\src\tests\MessageChecker.cs">
4247- <Link>MessageChecker.cs</Link>
4248- </Compile>
4249- <Compile Include="..\..\..\src\tests\NotEqualFixture.cs">
4250- <Link>NotEqualFixture.cs</Link>
4251- </Compile>
4252- <Compile Include="..\..\..\src\tests\NotSameFixture.cs">
4253- <Link>NotSameFixture.cs</Link>
4254- </Compile>
4255- <Compile Include="..\..\..\src\tests\NullableTypesTests.cs">
4256- <Link>NullableTypesTests.cs</Link>
4257- </Compile>
4258- <Compile Include="..\..\..\src\tests\RandomizerTests.cs">
4259- <Link>RandomizerTests.cs</Link>
4260- </Compile>
4261- <Compile Include="..\..\..\src\tests\RangeTests.cs">
4262- <Link>RangeTests.cs</Link>
4263- </Compile>
4264- <Compile Include="..\..\..\src\tests\SameFixture.cs">
4265- <Link>SameFixture.cs</Link>
4266- </Compile>
4267- <Compile Include="..\..\..\src\tests\StringAssertTests.cs">
4268- <Link>StringAssertTests.cs</Link>
4269- </Compile>
4270- <Compile Include="..\..\..\src\tests\Syntax\AfterTests.cs">
4271- <Link>Syntax\AfterTests.cs</Link>
4272- </Compile>
4273- <Compile Include="..\..\..\src\tests\Syntax\ArbitraryConstraintMatching.cs">
4274- <Link>Syntax\ArbitraryConstraintMatching.cs</Link>
4275- </Compile>
4276- <Compile Include="..\..\..\src\tests\Syntax\CollectionTests.cs">
4277- <Link>Syntax\CollectionTests.cs</Link>
4278- </Compile>
4279- <Compile Include="..\..\..\src\tests\Syntax\ComparisonTests.cs">
4280- <Link>Syntax\ComparisonTests.cs</Link>
4281- </Compile>
4282- <Compile Include="..\..\..\src\tests\Syntax\EqualityTests.cs">
4283- <Link>Syntax\EqualityTests.cs</Link>
4284- </Compile>
4285- <Compile Include="..\..\..\src\tests\Syntax\InvalidCodeTests.cs">
4286- <Link>Syntax\InvalidCodeTests.cs</Link>
4287- </Compile>
4288- <Compile Include="..\..\..\src\tests\Syntax\OperatorOverrides.cs">
4289- <Link>Syntax\OperatorOverrides.cs</Link>
4290- </Compile>
4291- <Compile Include="..\..\..\src\tests\Syntax\OperatorTests.cs">
4292- <Link>Syntax\OperatorTests.cs</Link>
4293- </Compile>
4294- <Compile Include="..\..\..\src\tests\Syntax\PathConstraintTests.cs">
4295- <Link>Syntax\PathConstraintTests.cs</Link>
4296- </Compile>
4297- <Compile Include="..\..\..\src\tests\Syntax\PropertyTests.cs">
4298- <Link>Syntax\PropertyTests.cs</Link>
4299- </Compile>
4300- <Compile Include="..\..\..\src\tests\Syntax\SerializableConstraints.cs">
4301- <Link>Syntax\SerializableConstraints.cs</Link>
4302- </Compile>
4303- <Compile Include="..\..\..\src\tests\Syntax\SimpleConstraints.cs">
4304- <Link>Syntax\SimpleConstraints.cs</Link>
4305- </Compile>
4306- <Compile Include="..\..\..\src\tests\Syntax\StringConstraints.cs">
4307- <Link>Syntax\StringConstraints.cs</Link>
4308- </Compile>
4309- <Compile Include="..\..\..\src\tests\Syntax\SyntaxTest.cs">
4310- <Link>Syntax\SyntaxTest.cs</Link>
4311- </Compile>
4312- <Compile Include="..\..\..\src\tests\Syntax\TestCompiler.cs">
4313- <Link>Syntax\TestCompiler.cs</Link>
4314- </Compile>
4315- <Compile Include="..\..\..\src\tests\Syntax\ThrowsTests.cs">
4316- <Link>Syntax\ThrowsTests.cs</Link>
4317- </Compile>
4318- <Compile Include="..\..\..\src\tests\Syntax\TypeConstraints.cs">
4319- <Link>Syntax\TypeConstraints.cs</Link>
4320- </Compile>
4321- <Compile Include="..\..\..\src\tests\TestDelegates.cs">
4322- <Link>TestDelegates.cs</Link>
4323- </Compile>
4324- <Compile Include="..\..\..\src\tests\TestFixtureAttributeTests.cs">
4325- <Link>TestFixtureAttributeTests.cs</Link>
4326- </Compile>
4327- <Compile Include="..\..\..\src\tests\TextMessageWriterTests.cs">
4328- <Link>TextMessageWriterTests.cs</Link>
4329- </Compile>
4330- <Compile Include="..\..\..\src\tests\TypeAssertTest.cs">
4331- <Link>TypeAssertTest.cs</Link>
4332- </Compile>
4333- <Compile Include="..\..\..\src\tests\ValuesAttributeTests.cs">
4334- <Link>ValuesAttributeTests.cs</Link>
4335+ <Compile Include="..\..\..\src\tests\NUnit\Framework\AssertThrowsTests.cs">
4336+ <Link>NUnit\Framework\AssertThrowsTests.cs</Link>
4337+ </Compile>
4338+ <Compile Include="..\..\..\src\tests\NUnit\Framework\AssumeThatTests.cs">
4339+ <Link>NUnit\Framework\AssumeThatTests.cs</Link>
4340+ </Compile>
4341+ <Compile Include="..\..\..\src\tests\NUnit\Framework\CollectionAssertTest.cs">
4342+ <Link>NUnit\Framework\CollectionAssertTest.cs</Link>
4343+ </Compile>
4344+ <Compile Include="..\..\..\src\tests\NUnit\Framework\ConditionAssertTests.cs">
4345+ <Link>NUnit\Framework\ConditionAssertTests.cs</Link>
4346+ </Compile>
4347+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Constraints\AfterConstraintTests.cs">
4348+ <Link>NUnit\Framework\Constraints\AfterConstraintTests.cs</Link>
4349+ </Compile>
4350+ <Compile Include="..\..\..\src\tests\NUnit\Framework\DirectoryAssertTests.cs">
4351+ <Link>NUnit\Framework\DirectoryAssertTests.cs</Link>
4352+ </Compile>
4353+ <Compile Include="..\..\..\src\tests\NUnit\Framework\EqualsFixture.cs">
4354+ <Link>NUnit\Framework\EqualsFixture.cs</Link>
4355+ </Compile>
4356+ <Compile Include="..\..\..\src\tests\NUnit\Framework\FileAssertTests.cs">
4357+ <Link>NUnit\Framework\FileAssertTests.cs</Link>
4358+ </Compile>
4359+ <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterEqualFixture.cs">
4360+ <Link>NUnit\Framework\GreaterEqualFixture.cs</Link>
4361+ </Compile>
4362+ <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterFixture.cs">
4363+ <Link>NUnit\Framework\GreaterFixture.cs</Link>
4364+ </Compile>
4365+ <Compile Include="..\..\..\src\tests\NUnit\Framework\LessEqualFixture.cs">
4366+ <Link>NUnit\Framework\LessEqualFixture.cs</Link>
4367+ </Compile>
4368+ <Compile Include="..\..\..\src\tests\NUnit\Framework\LessFixture.cs">
4369+ <Link>NUnit\Framework\LessFixture.cs</Link>
4370+ </Compile>
4371+ <Compile Include="..\..\..\src\tests\NUnit\Framework\ListContentsTests.cs">
4372+ <Link>NUnit\Framework\ListContentsTests.cs</Link>
4373+ </Compile>
4374+ <Compile Include="..\..\..\src\tests\NUnit\Framework\NotEqualFixture.cs">
4375+ <Link>NUnit\Framework\NotEqualFixture.cs</Link>
4376+ </Compile>
4377+ <Compile Include="..\..\..\src\tests\NUnit\Framework\NotSameFixture.cs">
4378+ <Link>NUnit\Framework\NotSameFixture.cs</Link>
4379+ </Compile>
4380+ <Compile Include="..\..\..\src\tests\NUnit\Framework\NullableTypesTests.cs">
4381+ <Link>NUnit\Framework\NullableTypesTests.cs</Link>
4382+ </Compile>
4383+ <Compile Include="..\..\..\src\tests\NUnit\Framework\RandomizerTests.cs">
4384+ <Link>NUnit\Framework\RandomizerTests.cs</Link>
4385+ </Compile>
4386+ <Compile Include="..\..\..\src\tests\NUnit\Framework\RangeTests.cs">
4387+ <Link>NUnit\Framework\RangeTests.cs</Link>
4388+ </Compile>
4389+ <Compile Include="..\..\..\src\tests\NUnit\Framework\SameFixture.cs">
4390+ <Link>NUnit\Framework\SameFixture.cs</Link>
4391+ </Compile>
4392+ <Compile Include="..\..\..\src\tests\NUnit\Framework\StringAssertTests.cs">
4393+ <Link>NUnit\Framework\StringAssertTests.cs</Link>
4394+ </Compile>
4395+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\AfterTests.cs">
4396+ <Link>NUnit\Framework\Syntax\AfterTests.cs</Link>
4397+ </Compile>
4398+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs">
4399+ <Link>NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs</Link>
4400+ </Compile>
4401+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\InvalidCodeTests.cs">
4402+ <Link>NUnit\Framework\Syntax\InvalidCodeTests.cs</Link>
4403+ </Compile>
4404+ <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\TestCompiler.cs">
4405+ <Link>NUnit\Framework\Syntax\TestCompiler.cs</Link>
4406+ </Compile>
4407+ <Compile Include="..\..\..\src\tests\NUnit\Framework\TypeAssertTest.cs">
4408+ <Link>NUnit\Framework\TypeAssertTest.cs</Link>
4409+ </Compile>
4410+ <Compile Include="..\..\..\src\tests\NUnit\Framework\ValuesAttributeTests.cs">
4411+ <Link>NUnit\Framework\ValuesAttributeTests.cs</Link>
4412+ </Compile>
4413+ <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
4414+ <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
4415+ </Compile>
4416+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
4417+ <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
4418+ </Compile>
4419+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
4420+ <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
4421+ </Compile>
4422+ <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
4423+ <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
4424+ </Compile>
4425+ <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
4426+ <Link>Shared\Framework\CollectionAdapter.cs</Link>
4427+ </Compile>
4428+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
4429+ <Link>Shared\Framework\Constraints\AndTest.cs</Link>
4430+ </Compile>
4431+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
4432+ <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
4433+ </Compile>
4434+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
4435+ <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
4436+ </Compile>
4437+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
4438+ <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
4439+ </Compile>
4440+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
4441+ <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
4442+ </Compile>
4443+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
4444+ <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
4445+ </Compile>
4446+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
4447+ <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
4448+ </Compile>
4449+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
4450+ <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
4451+ </Compile>
4452+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
4453+ <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
4454+ </Compile>
4455+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
4456+ <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
4457+ </Compile>
4458+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
4459+ <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
4460+ </Compile>
4461+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
4462+ <Link>Shared\Framework\Constraints\NotTest.cs</Link>
4463+ </Compile>
4464+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
4465+ <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
4466+ </Compile>
4467+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
4468+ <Link>Shared\Framework\Constraints\OrTest.cs</Link>
4469+ </Compile>
4470+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
4471+ <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
4472+ </Compile>
4473+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
4474+ <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
4475+ </Compile>
4476+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
4477+ <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
4478+ </Compile>
4479+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
4480+ <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
4481+ </Compile>
4482+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
4483+ <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
4484+ </Compile>
4485+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
4486+ <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
4487+ </Compile>
4488+ <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
4489+ <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link>
4490+ </Compile>
4491+ <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
4492+ <Link>Shared\Framework\MessageChecker.cs</Link>
4493+ </Compile>
4494+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
4495+ <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
4496+ </Compile>
4497+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
4498+ <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
4499+ </Compile>
4500+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
4501+ <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
4502+ </Compile>
4503+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
4504+ <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
4505+ </Compile>
4506+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
4507+ <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
4508+ </Compile>
4509+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
4510+ <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
4511+ </Compile>
4512+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
4513+ <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
4514+ </Compile>
4515+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
4516+ <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
4517+ </Compile>
4518+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
4519+ <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
4520+ </Compile>
4521+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
4522+ <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
4523+ </Compile>
4524+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
4525+ <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
4526+ </Compile>
4527+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
4528+ <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
4529+ </Compile>
4530+ <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
4531+ <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
4532+ </Compile>
4533+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
4534+ <Link>Shared\Framework\TestComparer.cs</Link>
4535+ </Compile>
4536+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
4537+ <Link>Shared\Framework\TestDelegates.cs</Link>
4538+ </Compile>
4539+ <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
4540+ <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
4541+ </Compile>
4542+ <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
4543+ <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
4544 </Compile>
4545 </ItemGroup>
4546 <ItemGroup>
4547
4548=== modified file 'src/CommonAssemblyInfo.cs'
4549--- src/CommonAssemblyInfo.cs 2009-08-11 21:52:42 +0000
4550+++ src/CommonAssemblyInfo.cs 2009-09-11 21:19:56 +0000
4551@@ -44,5 +44,5 @@
4552 // You can specify all the values or you can default the Revision and Build Numbers
4553 // by using the '*' as shown below:
4554 //
4555-[assembly: AssemblyVersion("2.9.1")]
4556-[assembly: AssemblyInformationalVersion("2.9.1")]
4557+[assembly: AssemblyVersion("2.9.2")]
4558+[assembly: AssemblyInformationalVersion("2.9.2")]
4559
4560=== modified file 'src/framework/AssemblyInfo.cs'
4561--- src/framework/AssemblyInfo.cs 2009-08-11 21:52:42 +0000
4562+++ src/framework/AssemblyInfo.cs 2009-09-11 21:12:38 +0000
4563@@ -30,7 +30,8 @@
4564
4565 [assembly: CLSCompliant(true)]
4566
4567-// We sign this way in order to compile on .NET 1.x
4568+#if NET_1_0 || NET_1_1
4569 [assembly: AssemblyDelaySign(false)]
4570-[assembly: AssemblyKeyFile("../../nunit.snk")]
4571+[assembly: AssemblyKeyFile("../../../../nunit.snk")]
4572 [assembly: AssemblyKeyName("")]
4573+#endif
4574\ No newline at end of file
4575
4576=== removed directory 'src/framework/Constraints'
4577=== removed file 'src/framework/Constraints/SerializableConstraints.cs'
4578--- src/framework/Constraints/SerializableConstraints.cs 2009-07-16 20:05:38 +0000
4579+++ src/framework/Constraints/SerializableConstraints.cs 1970-01-01 00:00:00 +0000
4580@@ -1,187 +0,0 @@
4581-// ***********************************************************************
4582-// Copyright (c) 2008 Charlie Poole
4583-//
4584-// Permission is hereby granted, free of charge, to any person obtaining
4585-// a copy of this software and associated documentation files (the
4586-// "Software"), to deal in the Software without restriction, including
4587-// without limitation the rights to use, copy, modify, merge, publish,
4588-// distribute, sublicense, and/or sell copies of the Software, and to
4589-// permit persons to whom the Software is furnished to do so, subject to
4590-// the following conditions:
4591-//
4592-// The above copyright notice and this permission notice shall be
4593-// included in all copies or substantial portions of the Software.
4594-//
4595-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4596-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4597-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4598-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
4599-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4600-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4601-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4602-// ***********************************************************************
4603-
4604-using System;
4605-using System.IO;
4606-#if !NETCF
4607-using System.Runtime.Serialization;
4608-using System.Runtime.Serialization.Formatters.Binary;
4609-#endif
4610-using System.Xml.Serialization;
4611-
4612-namespace NUnit.Framework.Constraints
4613-{
4614-#if !NETCF
4615- #region BinarySerializableConstraint
4616-
4617- /// <summary>
4618- /// BinarySerializableConstraint tests whether
4619- /// an object is serializable in binary format.
4620- /// </summary>
4621- public class BinarySerializableConstraint : Constraint
4622- {
4623- readonly BinaryFormatter serializer = new BinaryFormatter();
4624-
4625- /// <summary>
4626- /// Test whether the constraint is satisfied by a given value
4627- /// </summary>
4628- /// <param name="actual">The value to be tested</param>
4629- /// <returns>True for success, false for failure</returns>
4630- public override bool Matches(object actual)
4631- {
4632- this.actual = actual;
4633-
4634- if(actual == null)
4635- throw new ArgumentException();
4636-
4637- MemoryStream stream = new MemoryStream();
4638-
4639- try
4640- {
4641- serializer.Serialize(stream, actual);
4642-
4643- stream.Seek(0, SeekOrigin.Begin);
4644-
4645- object value = serializer.Deserialize(stream);
4646-
4647- return value != null;
4648- }
4649- catch (SerializationException)
4650- {
4651- return false;
4652- }
4653- }
4654-
4655- /// <summary>
4656- /// Write the constraint description to a MessageWriter
4657- /// </summary>
4658- /// <param name="writer">The writer on which the description is displayed</param>
4659- public override void WriteDescriptionTo(MessageWriter writer)
4660- {
4661- writer.Write("binary serializable");
4662- }
4663-
4664- /// <summary>
4665- /// Write the actual value for a failing constraint test to a
4666- /// MessageWriter. The default implementation simply writes
4667- /// the raw value of actual, leaving it to the writer to
4668- /// perform any formatting.
4669- /// </summary>
4670- /// <param name="writer">The writer on which the actual value is displayed</param>
4671- public override void WriteActualValueTo(MessageWriter writer)
4672- {
4673- writer.Write("<{0}>", actual.GetType().Name);
4674- }
4675-
4676- /// <summary>
4677- /// Returns the string representation
4678- /// </summary>
4679- public override string ToString()
4680- {
4681- return "<binaryserializable>";
4682- }
4683- }
4684-
4685- #endregion
4686-#endif
4687-
4688-#if !NETCF_1_0
4689- #region XmlSerializableConstraint
4690-
4691- /// <summary>
4692- /// BinarySerializableConstraint tests whether
4693- /// an object is serializable in binary format.
4694- /// </summary>
4695- public class XmlSerializableConstraint : Constraint
4696- {
4697- private XmlSerializer serializer;
4698-
4699- /// <summary>
4700- /// Test whether the constraint is satisfied by a given value
4701- /// </summary>
4702- /// <param name="actual">The value to be tested</param>
4703- /// <returns>True for success, false for failure</returns>
4704- public override bool Matches(object actual)
4705- {
4706- this.actual = actual;
4707-
4708- if(actual == null)
4709- throw new ArgumentException();
4710-
4711- MemoryStream stream = new MemoryStream();
4712-
4713- try
4714- {
4715- serializer = new XmlSerializer(actual.GetType());
4716-
4717- serializer.Serialize(stream, actual);
4718-
4719- stream.Seek(0, SeekOrigin.Begin);
4720-
4721- object value = serializer.Deserialize(stream);
4722-
4723- return value != null;
4724- }
4725- catch (NotSupportedException)
4726- {
4727- return false;
4728- }
4729- catch (InvalidOperationException)
4730- {
4731- return false;
4732- }
4733- }
4734-
4735- /// <summary>
4736- /// Write the constraint description to a MessageWriter
4737- /// </summary>
4738- /// <param name="writer">The writer on which the description is displayed</param>
4739- public override void WriteDescriptionTo(MessageWriter writer)
4740- {
4741- writer.Write("xml serializable");
4742- }
4743-
4744- /// <summary>
4745- /// Write the actual value for a failing constraint test to a
4746- /// MessageWriter. The default implementation simply writes
4747- /// the raw value of actual, leaving it to the writer to
4748- /// perform any formatting.
4749- /// </summary>
4750- /// <param name="writer">The writer on which the actual value is displayed</param>
4751- public override void WriteActualValueTo(MessageWriter writer)
4752- {
4753- writer.Write("<{0}>", actual.GetType().Name);
4754- }
4755-
4756- /// <summary>
4757- /// Returns the string representation of this constraint
4758- /// </summary>
4759- public override string ToString()
4760- {
4761- return "<xmlserializable>";
4762- }
4763- }
4764-
4765- #endregion
4766-#endif
4767-}
4768
4769=== added file 'src/framework/Env.cs'
4770--- src/framework/Env.cs 1970-01-01 00:00:00 +0000
4771+++ src/framework/Env.cs 2009-09-12 03:41:51 +0000
4772@@ -0,0 +1,56 @@
4773+// ***********************************************************************
4774+// Copyright (c) 2007 Charlie Poole
4775+//
4776+// Permission is hereby granted, free of charge, to any person obtaining
4777+// a copy of this software and associated documentation files (the
4778+// "Software"), to deal in the Software without restriction, including
4779+// without limitation the rights to use, copy, modify, merge, publish,
4780+// distribute, sublicense, and/or sell copies of the Software, and to
4781+// permit persons to whom the Software is furnished to do so, subject to
4782+// the following conditions:
4783+//
4784+// The above copyright notice and this permission notice shall be
4785+// included in all copies or substantial portions of the Software.
4786+//
4787+// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4788+// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4789+// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4790+// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
4791+// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4792+// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4793+// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4794+// ***********************************************************************
4795+
4796+using System;
4797+using System.Text;
4798+
4799+namespace NUnitLite
4800+{
4801+ /// <summary>
4802+ /// Env is a static class that provides some of the features of
4803+ /// System.Environment that are not available under all runtimes
4804+ /// </summary>
4805+ public class Env
4806+ {
4807+ // Define NewLine to be used for this system
4808+ // NOTE: Since this is done at compile time for .NET CF,
4809+ // these binaries are not yet currently portable.
4810+ /// <summary>
4811+ /// The newline sequence in the current environmemt.
4812+ /// </summary>
4813+#if PocketPC || WindowsCE || NETCF
4814+ public static readonly string NewLine = "\r\n";
4815+#else
4816+ public static readonly string NewLine = Environment.NewLine;
4817+#endif
4818+
4819+ /// <summary>
4820+ /// Path to the 'My Documents' folder
4821+ /// </summary>
4822+#if NETCF_1_0
4823+ public static string DocumentFolder = @"\My Documents";
4824+#else
4825+ public static string DocumentFolder = Environment.GetFolderPath(Environment.SpecialFolder.Personal);
4826+#endif
4827+ }
4828+}
4829
4830=== removed file 'src/framework/ITestCaseData.cs'
4831--- src/framework/ITestCaseData.cs 2009-08-23 02:46:52 +0000
4832+++ src/framework/ITestCaseData.cs 1970-01-01 00:00:00 +0000
4833@@ -1,84 +0,0 @@
4834-// ***********************************************************************
4835-// Copyright (c) 2009 Charlie Poole
4836-//
4837-// Permission is hereby granted, free of charge, to any person obtaining
4838-// a copy of this software and associated documentation files (the
4839-// "Software"), to deal in the Software without restriction, including
4840-// without limitation the rights to use, copy, modify, merge, publish,
4841-// distribute, sublicense, and/or sell copies of the Software, and to
4842-// permit persons to whom the Software is furnished to do so, subject to
4843-// the following conditions:
4844-//
4845-// The above copyright notice and this permission notice shall be
4846-// included in all copies or substantial portions of the Software.
4847-//
4848-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4849-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4850-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
4851-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
4852-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
4853-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
4854-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4855-// ***********************************************************************
4856-
4857-using System;
4858-
4859-namespace NUnit.Framework
4860-{
4861- /// <summary>
4862- /// The ITestCaseData interface is implemented by a class
4863- /// that is able to return complete testcases for use by
4864- /// a parameterized test method.
4865- ///
4866- /// NOTE: This interface is used in both the framework
4867- /// and the core, even though that results in two different
4868- /// types. However, sharing the source code guarantees that
4869- /// the various implementations will be compatible and that
4870- /// the core is able to reflect successfully over the
4871- /// framework implementations of ITestCaseData.
4872- /// </summary>
4873- public interface ITestCaseData
4874- {
4875- /// <summary>
4876- /// Gets the argument list to be provided to the test
4877- /// </summary>
4878- object[] Arguments { get; }
4879-
4880- /// <summary>
4881- /// Gets the expected result
4882- /// </summary>
4883- object Result { get; }
4884-
4885- /// <summary>
4886- /// Gets the expected exception Type
4887- /// </summary>
4888- Type ExpectedException { get; }
4889-
4890- /// <summary>
4891- /// Gets the FullName of the expected exception
4892- /// </summary>
4893- string ExpectedExceptionName { get; }
4894-
4895- /// <summary>
4896- /// Gets the name to be used for the test
4897- /// </summary>
4898- string TestName { get; }
4899-
4900- /// <summary>
4901- /// Gets the description of the test
4902- /// </summary>
4903- string Description { get; }
4904-
4905- /// <summary>
4906- /// Gets a value indicating whether this <see cref="ITestCaseData"/> is ignored.
4907- /// </summary>
4908- /// <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
4909- bool Ignored { get; }
4910-
4911- /// <summary>
4912- /// Gets the ignore reason.
4913- /// </summary>
4914- /// <value>The ignore reason.</value>
4915- string IgnoreReason { get; }
4916- }
4917-}
4918
4919=== added directory 'src/framework/NUnit'
4920=== added directory 'src/framework/NUnit/Framework'
4921=== renamed file 'src/framework/Assume.cs' => 'src/framework/NUnit/Framework/Assume.cs'
4922=== renamed file 'src/framework/CategoryAttribute.cs' => 'src/framework/NUnit/Framework/CategoryAttribute.cs'
4923=== renamed file 'src/framework/CollectionAssert.cs' => 'src/framework/NUnit/Framework/CollectionAssert.cs'
4924=== added directory 'src/framework/NUnit/Framework/Constraints'
4925=== renamed file 'src/framework/Constraints/DelayedConstraint.cs' => 'src/framework/NUnit/Framework/Constraints/DelayedConstraint.cs'
4926=== renamed file 'src/framework/Constraints/DirectoryConstraints.cs' => 'src/framework/NUnit/Framework/Constraints/DirectoryConstraints.cs'
4927=== renamed file 'src/framework/Constraints/PredicateConstraint.cs' => 'src/framework/NUnit/Framework/Constraints/PredicateConstraint.cs'
4928=== renamed file 'src/framework/DatapointAttributes.cs' => 'src/framework/NUnit/Framework/DatapointAttributes.cs'
4929=== renamed file 'src/framework/DirectoryAssert.cs' => 'src/framework/NUnit/Framework/DirectoryAssert.cs'
4930=== renamed file 'src/framework/ExplicitAttribute.cs' => 'src/framework/NUnit/Framework/ExplicitAttribute.cs'
4931=== renamed file 'src/framework/FileAssert.cs' => 'src/framework/NUnit/Framework/FileAssert.cs'
4932=== renamed file 'src/framework/IgnoreException.cs' => 'src/framework/NUnit/Framework/IgnoreException.cs'
4933--- src/framework/IgnoreException.cs 2009-07-16 19:37:36 +0000
4934+++ src/framework/NUnit/Framework/IgnoreException.cs 2009-09-06 20:54:07 +0000
4935@@ -24,8 +24,10 @@
4936 namespace NUnit.Framework
4937 {
4938 using System;
4939+#if !NETCF
4940 using System.Runtime.Serialization;
4941-
4942+#endif
4943+
4944 /// <summary>
4945 /// Thrown when an assertion failed.
4946 /// </summary>
4947@@ -44,12 +46,13 @@
4948 base(message, inner)
4949 {}
4950
4951+#if !NETCF
4952 /// <summary>
4953 /// Serialization Constructor
4954 /// </summary>
4955 protected IgnoreException(SerializationInfo info,
4956 StreamingContext context) : base(info,context)
4957 {}
4958-
4959+#endif
4960 }
4961 }
4962
4963=== renamed file 'src/framework/IncludeExcludeAttributes.cs' => 'src/framework/NUnit/Framework/IncludeExcludeAttributes.cs'
4964=== renamed file 'src/framework/InconclusiveException.cs' => 'src/framework/NUnit/Framework/InconclusiveException.cs'
4965--- src/framework/InconclusiveException.cs 2009-07-16 19:37:36 +0000
4966+++ src/framework/NUnit/Framework/InconclusiveException.cs 2009-09-06 20:54:07 +0000
4967@@ -24,8 +24,9 @@
4968 namespace NUnit.Framework
4969 {
4970 using System;
4971+#if !NETCF
4972 using System.Runtime.Serialization;
4973-
4974+#endif
4975 /// <summary>
4976 /// Thrown when a test executes inconclusively.
4977 /// </summary>
4978@@ -48,6 +49,7 @@
4979 base(message, inner)
4980 { }
4981
4982+#if !NETCF
4983 /// <summary>
4984 /// Serialization Constructor
4985 /// </summary>
4986@@ -55,6 +57,6 @@
4987 StreamingContext context)
4988 : base(info, context)
4989 { }
4990-
4991+#endif
4992 }
4993 }
4994
4995=== renamed file 'src/framework/Iz.cs' => 'src/framework/NUnit/Framework/Iz.cs'
4996=== renamed file 'src/framework/JoinTypeAttributes.cs' => 'src/framework/NUnit/Framework/JoinTypeAttributes.cs'
4997=== renamed file 'src/framework/List.cs' => 'src/framework/NUnit/Framework/List.cs'
4998=== renamed file 'src/framework/MaxTimeAttribute.cs' => 'src/framework/NUnit/Framework/MaxTimeAttribute.cs'
4999=== renamed file 'src/framework/RandomAttribute.cs' => 'src/framework/NUnit/Framework/RandomAttribute.cs'
5000=== renamed file 'src/framework/Randomizer.cs' => 'src/framework/NUnit/Framework/Randomizer.cs'
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches