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
=== modified file '.bzrignore'
--- .bzrignore 2009-08-24 20:40:58 +0000
+++ .bzrignore 2009-09-06 20:54:07 +0000
@@ -1,15 +1,12 @@
1build1build
2obj2obj
3Constraints3*.suo
4Syntax4solutions/**/*
5*.suo5GeneratedAssemblyInfo.cs
6solutions/vs2008/bin6nunit.framework.xml
7solutions/vs2005/bin7*.user
8GeneratedAssemblyInfo.cs8*.db
9nunit.framework.xml9bin
10*.user10package
11*.db11StyleCop.Cache
12bin12*.StyleCop
13package
14StyleCop.Cache
15*.StyleCop
1613
=== modified file 'install/NUnit.Framework.Installer/NUnit.Framework.Installer.wixproj'
--- install/NUnit.Framework.Installer/NUnit.Framework.Installer.wixproj 2009-08-22 19:30:31 +0000
+++ install/NUnit.Framework.Installer/NUnit.Framework.Installer.wixproj 2009-09-15 17:40:49 +0000
@@ -5,7 +5,7 @@
5 <ProductVersion>3.0</ProductVersion>5 <ProductVersion>3.0</ProductVersion>
6 <ProjectGuid>{b4f15755-c6ef-4864-a58e-e6384cfa73ba}</ProjectGuid>6 <ProjectGuid>{b4f15755-c6ef-4864-a58e-e6384cfa73ba}</ProjectGuid>
7 <SchemaVersion>2.0</SchemaVersion>7 <SchemaVersion>2.0</SchemaVersion>
8 <OutputName>nunit.framework-2.9.1</OutputName>8 <OutputName>nunit.framework-2.9.2</OutputName>
9 <OutputType>Package</OutputType>9 <OutputType>Package</OutputType>
10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>10 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>
11 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>11 <WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.0\Wix.targets</WixTargetsPath>
@@ -13,7 +13,7 @@
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
14 <OutputPath>bin\$(Configuration)\</OutputPath>14 <OutputPath>bin\$(Configuration)\</OutputPath>
15 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>15 <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
16 <DefineConstants>ProductVersion=2.9.1;NominalVersion=2.9.1;InstallImage=..\..\package\NUnit-2.9.1</DefineConstants>16 <DefineConstants>ProductVersion=2.9.2;NominalVersion=2.9.2;InstallImage=..\..\package\NUnit-2.9.2</DefineConstants>
17 <WixVariables>17 <WixVariables>
18 </WixVariables>18 </WixVariables>
19 </PropertyGroup>19 </PropertyGroup>
2020
=== modified file 'nunit.build'
--- nunit.build 2009-08-27 04:03:09 +0000
+++ nunit.build 2009-09-15 17:41:09 +0000
@@ -6,13 +6,30 @@
6* This script is used to build the NUnit Framework for any supported *6* This script is used to build the NUnit Framework for any supported *
7* runtime that is installed on the system. If you are unsure about which *7* runtime that is installed on the system. If you are unsure about which *
8* runtimes are avaiable use the list-runtimes or dump-settings target. *8* runtimes are avaiable use the list-runtimes or dump-settings target. *
9* *9* At least one of the supported runtimes and sdk must be installed. *
10* At least one of the supported runtimes and sdk must be installed. To *10* *
11* run the test coverage target, NCover is required. In order to build *11* Dependencies: *
12* the msi, WiX 3.0 and the WiX tasks for NAnt are required and you must *12* *
13* be running on Windows. *13* The script requires the NAnt 0.86 beta 1 release or a later version. *
14* *14* *
15* The script requires the NAnt 0.86 beta 1 release or a later version. *15* To build the windows installer, you must be running on Windows. *
16* WiX 3.0 and the WiX tasks for NAnt are required. For a standard WiX *
17* install, the script should be able to find WiX automatically. If *
18* this doesn't work, you should set the environment variable WIX *
19* or the poperty 'wix.dir' to the path where WiX is installed. *
20* *
21* Although NUnitLite tests may be run standalone, tests of the full *
22* framework must be executed under NUnit 2.5.2. Set the property *
23* 'nunit.dir' to the path where NUnit is installed. Later releases *
24* will be self-testing and will eliminate the need for NUnit 2.5.2. *
25* *
26* PartCover is required in addition to NUnit 2.5.2 in order to run *
27* the 'test-coverage' target. Set the property 'partcover.dir to the *
28* directory path where Partcover is installed. *
29* *
30* NOTE: You may set any of the properties mentioned above either at the *
31* command line using the NANT -D option or by creating a file called *
32* 'local.settings.include' and using property elements. *
16**************************************************************************33**************************************************************************
17</description>34</description>
1835
@@ -24,12 +41,12 @@
24 <property name="project.name" value="NUnit"/>41 <property name="project.name" value="NUnit"/>
2542
26 <!-- NUnit Package Version - Three digits -->43 <!-- NUnit Package Version - Three digits -->
27 <property name="package.version" value="2.9.1"/>44 <property name="package.version" value="2.9.2"/>
2845
29 <!-- Nominal version used for install directory and program46 <!-- Nominal version used for install directory and program
30 files menu. Normally the same as the package version, 47 files menu. Normally the same as the package version,
31 but may differ when we are in alpha or beta. -->48 but may differ when we are in alpha or beta. -->
32 <property name="nominal.version" value="2.9.1" />49 <property name="nominal.version" value="2.9.2" />
3350
34 <!-- Package Configuration (Release, Alpha, Beta, etc.) -->51 <!-- Package Configuration (Release, Alpha, Beta, etc.) -->
35 <property name="package.configuration" value=""/>52 <property name="package.configuration" value=""/>
@@ -43,7 +60,7 @@
43 The first .NET and Mono frameworks found are the60 The first .NET and Mono frameworks found are the
44 respective net and mono defaults. -->61 respective net and mono defaults. -->
45 <property name="supported.frameworks" 62 <property name="supported.frameworks"
46 value="net-2.0,net-1.1,net-1.0,mono-2.0,mono-1.0"/>63 value="net-2.0,net-1.1,net-1.0,mono-2.0,mono-1.0,netcf-1.0,netcf-2.0"/>
4764
48 <!-- Packages we normally create -->65 <!-- Packages we normally create -->
49 <!--<property name="standard.packages" value="std,mono" />-->66 <!--<property name="standard.packages" value="std,mono" />-->
@@ -83,6 +100,12 @@
83 <target name="net-2.0" depends="set-net-2.0-runtime-config"100 <target name="net-2.0" depends="set-net-2.0-runtime-config"
84 description="Set runtime to .NET 2.0 for commands that follow"/>101 description="Set runtime to .NET 2.0 for commands that follow"/>
85 102
103 <target name="netcf-1.0" depends="set-netcf-1.0-runtime-config"
104 description="Set runtime to CF 1.0 for commands that follow"/>
105
106 <target name="netcf-2.0" depends="set-netcf-2.0-runtime-config"
107 description="Set runtime to CF 2.0 for commands that follow"/>
108
86 <target name="mono" depends="set-default-mono-runtime-config"109 <target name="mono" depends="set-default-mono-runtime-config"
87 description="Set runtime to default Mono version"/>110 description="Set runtime to default Mono version"/>
88111
@@ -145,27 +168,9 @@
145<!-- *** Targets that perform builds *** -->168<!-- *** Targets that perform builds *** -->
146<!-- ***************************************************************** -->169<!-- ***************************************************************** -->
147170
148 <target name="all" depends="build-framework,build-tests"171 <target name="build-all"
149 description="Build all targets using current runtime and config"/>172 description="Build everything, for all supported runtimes">
150173
151 <target name="build" depends="build-framework,build-tests"
152 description="Build all targets using current runtime and config"/>
153
154 <target name="build-framework" depends="gen-syntax, make-build-dir">
155
156 <nant target="build" buildfile="src/framework/nunit.framework.build"/>
157
158 </target>
159
160 <target name="build-tests" depends="build-framework">
161
162 <nant target="build" buildfile="src/tests/nunit.framework.tests.build"/>
163
164 </target>
165
166 <!-- Build current config for all available runtimes -->
167 <target name="build-all-runtimes"
168 description="Build current config for all available runtimes">
169174
170 <foreach item="String" delim="," 175 <foreach item="String" delim=","
171 property="framework" in="${installed.frameworks}">176 property="framework" in="${installed.frameworks}">
@@ -177,6 +182,31 @@
177182
178 </target>183 </target>
179184
185 <target name="build"
186 description="Build everything, for current runtime and config">
187
188 <call target="nunit" unless="${runtime.platform=='netcf'}"/>
189 <call target="nunitlite"/>
190
191 </target>
192
193 <target name="nunit" depends="gen-syntax, make-build-dir">
194
195 <fail if="${runtime.platform=='netcf'}"
196 message="The full NUnit framework may not be built for netcf"/>
197
198 <nant target="nunit" buildfile="src/framework/nunit.framework.build"/>
199 <nant target="nunit" buildfile="src/tests/nunit.framework.tests.build"/>
200
201 </target>
202
203 <target name="nunitlite" depends="gen-syntax,make-build-dir">
204
205 <nant target="nunitlite" buildfile="src/framework/nunit.framework.build"/>
206 <nant target="nunitlite" buildfile="src/tests/nunit.framework.tests.build"/>
207
208 </target>
209
180<!-- ***************************************************************** -->210<!-- ***************************************************************** -->
181<!-- *** Targets for running tests *** -->211<!-- *** Targets for running tests *** -->
182<!-- ***************************************************************** -->212<!-- ***************************************************************** -->
@@ -184,6 +214,13 @@
184 <target name="test" depends="build,run-test"214 <target name="test" depends="build,run-test"
185 description="Build and run tests for selected config and runtime"/>215 description="Build and run tests for selected config and runtime"/>
186216
217 <target name="run-test">
218
219 <call target="nunit-test" unless="${runtime.platform=='netcf'}"/>
220 <call target="nunitlite-test"/>
221
222 </target>
223
187 <target name="init-test" depends="set-build-dir">224 <target name="init-test" depends="set-build-dir">
188225
189 <fail unless="${property::exists('nunit.dir')}">226 <fail unless="${property::exists('nunit.dir')}">
@@ -213,11 +250,10 @@
213250
214 </target>251 </target>
215252
216 <target name="run-test" depends="init-test">253 <target name="nunit-test" depends="init-test">
217254
218 <echo message="*"/>255 <echo message="*"/>
219 <echo message="* Testing ${runtime.config} ${build.config} build"/>256 <echo message="* Testing the nunit.framework ${runtime.config} ${build.config} build"/>
220 <echo message="* Running under ${nant.settings.currentframework}"/>
221 <echo message="*"/>257 <echo message="*"/>
222258
223 <!-- We use exec rather than the nunit2 task because we are testing259 <!-- We use exec rather than the nunit2 task because we are testing
@@ -231,6 +267,18 @@
231267
232 </target>268 </target>
233269
270 <target name="nunitlite-test" depends="init-test">
271
272 <echo message="*"/>
273 <echo message="* Testing the NUnitLite ${runtime.config} ${build.config} build"/>
274 <echo message="*"/>
275
276 <exec basedir="${current.build.dir}"
277 program="nunitlite.tests.exe"
278 managed="strict" />
279
280 </target>
281
234 <target name="test-coverage" depends="build,init-test"282 <target name="test-coverage" depends="build,init-test"
235 description="Run tests under PartCover to get coverage results">283 description="Run tests under PartCover to get coverage results">
236284
@@ -268,66 +316,6 @@
268316
269 </target>317 </target>
270318
271 <target name="test-each-runtime" depends="build"
272 description="Run tests for the current build under each runtime">
273
274 <foreach item="String" delim=","
275 property="framework" in="${supported.test.platforms}">
276
277 <if test="${framework::exists( framework )}">
278 <property name="nant.settings.currentframework"
279 value="${framework}" />
280 <call target="run-test" failonerror="false" />
281 </if>
282
283 </foreach>
284
285 <property name="nant.settings.currentframework" value="${runtime.config}" />
286
287 <echo message="*" />
288 <echo message="* Restored runtime to ${nant.settings.currentframework}" />
289 <echo message="*" />
290
291 </target>
292
293<!--
294 <target name="test-under-net-1.0">
295 <if test="${framework::exists('net-1.0')}">
296 <property name="nant.settings.currentframework" value="net-1.0"/>
297 <call target="run-test"/>
298 <property name="nant.settings.currentframework" value="${runtime.config}" />
299 </if>
300 </target>
301
302 <target name="test-all-under-each"
303 description="Build all runtimes and test the builds under each runtime.">
304
305 <call target="set-release-build-config"/>
306
307 <foreach item="String" delim=","
308 property="framework" in="${installed.frameworks}">
309
310 <call target="set-${framework}-runtime-config"/>
311 <call target="test-each-runtime" failonerror="false"/>
312
313 </foreach>
314
315 </target>
316-->
317
318 <target name="nunit2-test" depends="build"
319 description="Run tests for a build using the nunit2 task">
320
321 <echo message="*"/>
322 <echo message="* Starting ${runtime.config} ${build.config} test run"/>
323 <echo message="*"/>
324
325 <nunit2>
326 <formatter type="Plain"/>
327 <test assemblyname="${current.build.dir}/nunit.framework.tests.dll"/>
328 </nunit2>
329 </target>
330
331 <target name="gui-test" depends="build,init-test"319 <target name="gui-test" depends="build,init-test"
332 description="Run tests for a build using gui runner">320 description="Run tests for a build using gui runner">
333321
@@ -452,8 +440,8 @@
452 <fail message="MSI can only be built on the Win32 platform" 440 <fail message="MSI can only be built on the Win32 platform"
453 unless="${platform::is-win32()}"/>441 unless="${platform::is-win32()}"/>
454442
455 <fail message="MSI can only be built for a Win32 runtime" 443 <!--<fail message="MSI can only be built for a Microsoft runtime"
456 unless="${build.win32}"/>444 unless="${runtime.platform=='net'}"/>-->
457445
458 <fail unless="${property::exists('wix.dir')}">446 <fail unless="${property::exists('wix.dir')}">
459Unable to locate your WiX installation. Installing WiX normally sets447Unable to locate your WiX installation. Installing WiX normally sets
@@ -586,8 +574,10 @@
586 <copy todir="${package.bin.dir}/${runtime.config}">574 <copy todir="${package.bin.dir}/${runtime.config}">
587 <fileset basedir="${current.build.dir}">575 <fileset basedir="${current.build.dir}">
588 <include name="*.dll"/>576 <include name="*.dll"/>
577 <include name="*.exe"/>
589 <include name="*.pdb"/>578 <include name="*.pdb"/>
590 <include name="nunit.framework.xml"/>579 <include name="nunit.framework.xml"/>
580 <include name="nunitlite.xml"/>
591 </fileset>581 </fileset>
592 </copy>582 </copy>
593583
594584
=== modified file 'nunit.common.include'
--- nunit.common.include 2009-08-21 19:49:56 +0000
+++ nunit.common.include 2009-09-15 17:41:09 +0000
@@ -190,11 +190,7 @@
190 <property name="runtime.config" value="net-1.0"/>190 <property name="runtime.config" value="net-1.0"/>
191 <property name="runtime.defines" value="MSNET,NET_1_0"/>191 <property name="runtime.defines" value="MSNET,NET_1_0"/>
192 <property name="runtime.testproj" value="NUnitTests.v1.nunit"/>192 <property name="runtime.testproj" value="NUnitTests.v1.nunit"/>
193 <property name="build.mono" value="false"/>
194 <property name="build.win32" value="true"/>
195 <property name="nant.settings.currentframework" value="net-1.0"/>193 <property name="nant.settings.currentframework" value="net-1.0"/>
196 <property name="supported.test.platforms"
197 value="net-1.0,net-1.1,net-2.0,mono-1.0,mono-2.0"/>
198 </target>194 </target>
199 195
200 <target name="set-net-1.1-runtime-config">196 <target name="set-net-1.1-runtime-config">
@@ -205,12 +201,7 @@
205 <property name="runtime.version" value="1.1"/>201 <property name="runtime.version" value="1.1"/>
206 <property name="runtime.config" value="net-1.1"/>202 <property name="runtime.config" value="net-1.1"/>
207 <property name="runtime.defines" value="MSNET,NET_1_1"/>203 <property name="runtime.defines" value="MSNET,NET_1_1"/>
208 <property name="runtime.testproj" value="NUnitTests.v1.nunit"/>
209 <property name="build.mono" value="false"/>
210 <property name="build.win32" value="true"/>
211 <property name="nant.settings.currentframework" value="net-1.1"/>204 <property name="nant.settings.currentframework" value="net-1.1"/>
212 <property name="supported.test.platforms"
213 value="net-1.0,net-1.1,net-2.0,mono-1.0,mono-2.0"/>
214 </target>205 </target>
215 206
216 <target name="set-net-2.0-runtime-config">207 <target name="set-net-2.0-runtime-config">
@@ -221,11 +212,7 @@
221 <property name="runtime.version" value="2.0"/>212 <property name="runtime.version" value="2.0"/>
222 <property name="runtime.config" value="net-2.0"/>213 <property name="runtime.config" value="net-2.0"/>
223 <property name="runtime.defines" value="MSNET,NET_2_0"/>214 <property name="runtime.defines" value="MSNET,NET_2_0"/>
224 <property name="runtime.testproj" value="NUnitTests.v2.nunit"/>
225 <property name="build.mono" value="false"/>
226 <property name="build.win32" value="true"/>
227 <property name="nant.settings.currentframework" value="net-2.0"/>215 <property name="nant.settings.currentframework" value="net-2.0"/>
228 <property name="supported.test.platforms" value="net-2.0,mono-2.0"/>
229 </target>216 </target>
230 217
231<!-- 218<!--
@@ -237,11 +224,7 @@
237 <property name="runtime.version" value="3.0"/>224 <property name="runtime.version" value="3.0"/>
238 <property name="runtime.config" value="net-3.0"/>225 <property name="runtime.config" value="net-3.0"/>
239 <property name="runtime.defines" value="MSNET,NET_3_0"/>226 <property name="runtime.defines" value="MSNET,NET_3_0"/>
240 <property name="runtime.testproj" value="NUnitTests.v2.nunit"/>
241 <property name="build.mono" value="false"/>
242 <property name="build.win32" value="true"/>
243 <property name="nant.settings.currentframework" value="net-3.0"/>227 <property name="nant.settings.currentframework" value="net-3.0"/>
244 <property name="supported.test.platforms" value="net-2.0,mono-2.0"/>
245 </target>228 </target>
246 229
247 <target name="set-net-3.5-runtime-config">230 <target name="set-net-3.5-runtime-config">
@@ -252,14 +235,32 @@
252 <property name="runtime.version" value="3.5"/>235 <property name="runtime.version" value="3.5"/>
253 <property name="runtime.config" value="net-3.5"/>236 <property name="runtime.config" value="net-3.5"/>
254 <property name="runtime.defines" value="MSNET,NET_3_5"/>237 <property name="runtime.defines" value="MSNET,NET_3_5"/>
255 <property name="runtime.testproj" value="NUnitTests.v2.nunit"/>
256 <property name="build.mono" value="false"/>
257 <property name="build.win32" value="true"/>
258 <property name="nant.settings.currentframework" value="net-3.5"/>238 <property name="nant.settings.currentframework" value="net-3.5"/>
259 <property name="supported.test.platforms" value="net-2.0,mono-2.0"/>
260 </target>239 </target>
261 -->240 -->
262 241
242 <target name="set-netcf-1.0-runtime-config">
243 <fail unless="${framework::exists('netcf-1.0') and framework::sdk-exists('netcf-1.0')}"
244 message="The NETCF 1.0 SDK is not configured or not installed"/>
245
246 <property name="runtime.platform" value="netcf"/>
247 <property name="runtime.version" value="1.0"/>
248 <property name="runtime.config" value="netcf-1.0"/>
249 <property name="runtime.defines" value="NETCF,NETCF_1_0"/>
250 <property name="nant.settings.currentframework" value="netcf-1.0"/>
251 </target>
252
253 <target name="set-netcf-2.0-runtime-config">
254 <fail unless="${framework::exists('netcf-2.0') and framework::sdk-exists('netcf-2.0')}"
255 message="The NETCF 2.0 SDK is not configured or not installed"/>
256
257 <property name="runtime.platform" value="netcf"/>
258 <property name="runtime.version" value="2.0"/>
259 <property name="runtime.config" value="netcf-2.0"/>
260 <property name="runtime.defines" value="NETCF,NETCF_2_0"/>
261 <property name="nant.settings.currentframework" value="netcf-2.0"/>
262 </target>
263
263 <target name="set-mono-1.0-runtime-config">264 <target name="set-mono-1.0-runtime-config">
264 <fail unless="${framework::exists('mono-1.0') and framework::sdk-exists('mono-1.0')}"265 <fail unless="${framework::exists('mono-1.0') and framework::sdk-exists('mono-1.0')}"
265 message="The Mono 1.0 SDK is not configured or not installed"/>266 message="The Mono 1.0 SDK is not configured or not installed"/>
@@ -269,11 +270,7 @@
269 <property name="runtime.config" value="mono-1.0"/>270 <property name="runtime.config" value="mono-1.0"/>
270 <property name="runtime.defines" value="MONO,NET_1_1"/>271 <property name="runtime.defines" value="MONO,NET_1_1"/>
271 <property name="runtime.testproj" value="NUnitTests.v1.nunit"/>272 <property name="runtime.testproj" value="NUnitTests.v1.nunit"/>
272 <property name="build.mono" value="true"/>
273 <property name="build.win32" value="false"/>
274 <property name="nant.settings.currentframework" value="mono-1.0"/>273 <property name="nant.settings.currentframework" value="mono-1.0"/>
275 <property name="supported.test.platforms"
276 value="mono-1.0,mono-2.0,net-1.0,net-1.1,net-2.0"/>
277 </target>274 </target>
278275
279 <target name="set-mono-2.0-runtime-config">276 <target name="set-mono-2.0-runtime-config">
@@ -284,11 +281,8 @@
284 <property name="runtime.version" value="2.0"/>281 <property name="runtime.version" value="2.0"/>
285 <property name="runtime.config" value="mono-2.0"/>282 <property name="runtime.config" value="mono-2.0"/>
286 <property name="runtime.defines" value="MONO,NET_2_0"/>283 <property name="runtime.defines" value="MONO,NET_2_0"/>
287 <property name="build.mono" value="true"/>
288 <property name="runtime.testproj" value="NUnitTests.v2.nunit"/>284 <property name="runtime.testproj" value="NUnitTests.v2.nunit"/>
289 <property name="build.win32" value="false"/>
290 <property name="nant.settings.currentframework" value="mono-2.0"/>285 <property name="nant.settings.currentframework" value="mono-2.0"/>
291 <property name="supported.test.platforms" value="mono-2.0,net-2.0"/>
292 </target>286 </target>
293287
294<!-- ***************************************************************** -->288<!-- ***************************************************************** -->
@@ -305,7 +299,7 @@
305 299
306 <target name="set-std-package-config">300 <target name="set-std-package-config">
307 <property name="package.config" value="std"/>301 <property name="package.config" value="std"/>
308 <property name="package.runtimes" value="net-1.1+net-2.0"/>302 <property name="package.runtimes" value="net-1.1+net-2.0+netcf-1.0+netcf-2.0"/>
309 <property name="create.msi" value="true"/>303 <property name="create.msi" value="true"/>
310 </target>304 </target>
311305
@@ -379,9 +373,6 @@
379 <echo> Build Dir: ${current.build.dir}</echo>373 <echo> Build Dir: ${current.build.dir}</echo>
380 <echo> Defines: ${build.defines}</echo>374 <echo> Defines: ${build.defines}</echo>
381 <echo></echo>375 <echo></echo>
382 <echo>Test Platforms for Current Build</echo>
383 <echo> Supported: ${supported.test.platforms}</echo>
384 <echo></echo>
385 <echo>Packaging</echo>376 <echo>Packaging</echo>
386 <echo> Name: ${package.name}</echo>377 <echo> Name: ${package.name}</echo>
387 <echo> Version: ${package.version}</echo>378 <echo> Version: ${package.version}</echo>
388379
=== modified file 'solutions/vs2005/NUnitFramework.sln'
--- solutions/vs2005/NUnitFramework.sln 2009-07-16 19:37:36 +0000
+++ solutions/vs2005/NUnitFramework.sln 2009-09-08 05:53:41 +0000
@@ -5,6 +5,14 @@
5EndProject5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework", "framework\nunit.framework.csproj", "{816F2E66-2A25-4513-B5FA-8ECB4A5647CD}"6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework", "framework\nunit.framework.csproj", "{816F2E66-2A25-4513-B5FA-8ECB4A5647CD}"
7EndProject7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite", "nunitlite\nunitlite.csproj", "{83A1B699-7177-4C00-BAAC-83A82571DC23}"
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.tests", "nunitlite.tests\nunitlite.tests.csproj", "{0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}"
11EndProject
12Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite_CF", "nunitlite_CF\nunitlite_CF.csproj", "{00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}"
13EndProject
14Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite_CF.tests", "nunitlite_CF.tests\nunitlite_CF.tests.csproj", "{7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}"
15EndProject
8Global16Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution17 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 Debug|Any CPU = Debug|Any CPU18 Debug|Any CPU = Debug|Any CPU
@@ -19,6 +27,24 @@
19 {816F2E66-2A25-4513-B5FA-8ECB4A5647CD}.Debug|Any CPU.Build.0 = Debug|Any CPU27 {816F2E66-2A25-4513-B5FA-8ECB4A5647CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
20 {816F2E66-2A25-4513-B5FA-8ECB4A5647CD}.Release|Any CPU.ActiveCfg = Release|Any CPU28 {816F2E66-2A25-4513-B5FA-8ECB4A5647CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
21 {816F2E66-2A25-4513-B5FA-8ECB4A5647CD}.Release|Any CPU.Build.0 = Release|Any CPU29 {816F2E66-2A25-4513-B5FA-8ECB4A5647CD}.Release|Any CPU.Build.0 = Release|Any CPU
30 {83A1B699-7177-4C00-BAAC-83A82571DC23}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
31 {83A1B699-7177-4C00-BAAC-83A82571DC23}.Debug|Any CPU.Build.0 = Debug|Any CPU
32 {83A1B699-7177-4C00-BAAC-83A82571DC23}.Release|Any CPU.ActiveCfg = Release|Any CPU
33 {83A1B699-7177-4C00-BAAC-83A82571DC23}.Release|Any CPU.Build.0 = Release|Any CPU
34 {0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
35 {0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}.Debug|Any CPU.Build.0 = Debug|Any CPU
36 {0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}.Release|Any CPU.ActiveCfg = Release|Any CPU
37 {0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}.Release|Any CPU.Build.0 = Release|Any CPU
38 {00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
39 {00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
40 {00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
41 {00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}.Release|Any CPU.Build.0 = Release|Any CPU
42 {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
43 {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
44 {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
45 {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
46 {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Release|Any CPU.Build.0 = Release|Any CPU
47 {7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}.Release|Any CPU.Deploy.0 = Release|Any CPU
22 EndGlobalSection48 EndGlobalSection
23 GlobalSection(SolutionProperties) = preSolution49 GlobalSection(SolutionProperties) = preSolution
24 HideSolutionNode = FALSE50 HideSolutionNode = FALSE
2551
=== modified file 'solutions/vs2005/framework/nunit.framework.csproj'
--- solutions/vs2005/framework/nunit.framework.csproj 2009-08-23 04:14:27 +0000
+++ solutions/vs2005/framework/nunit.framework.csproj 2009-09-11 21:12:38 +0000
@@ -7,12 +7,11 @@
7 <SchemaVersion>2.0</SchemaVersion>7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{816F2E66-2A25-4513-B5FA-8ECB4A5647CD}</ProjectGuid>8 <ProjectGuid>{816F2E66-2A25-4513-B5FA-8ECB4A5647CD}</ProjectGuid>
9 <OutputType>Library</OutputType>9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>nunit.framework</RootNamespace>10 <RootNamespace>nunit.framework</RootNamespace>
12 <AssemblyName>nunit.framework</AssemblyName>11 <AssemblyName>nunit.framework</AssemblyName>
13 <StartupObject>12 <StartupObject>
14 </StartupObject>13 </StartupObject>
15 <SignAssembly>false</SignAssembly>14 <SignAssembly>true</SignAssembly>
16 <AssemblyOriginatorKeyFile>nunit.snk</AssemblyOriginatorKeyFile>15 <AssemblyOriginatorKeyFile>nunit.snk</AssemblyOriginatorKeyFile>
17 </PropertyGroup>16 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
@@ -49,281 +48,287 @@
49 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">48 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
50 <Link>AssemblyInfo.cs</Link>49 <Link>AssemblyInfo.cs</Link>
51 </Compile>50 </Compile>
52 <Compile Include="..\..\..\src\framework\Assert.cs">51 <Compile Include="..\..\..\src\framework\Env.cs">
53 <Link>Assert.cs</Link>52 <Link>Env.cs</Link>
54 </Compile>53 </Compile>
55 <Compile Include="..\..\..\src\framework\AssertionException.cs">54 <Compile Include="..\..\..\src\framework\NUnit\Framework\Assume.cs">
56 <Link>AssertionException.cs</Link>55 <Link>NUnit\Framework\Assume.cs</Link>
57 </Compile>56 </Compile>
58 <Compile Include="..\..\..\src\framework\AssertionHelper.cs">57 <Compile Include="..\..\..\src\framework\NUnit\Framework\CategoryAttribute.cs">
59 <Link>AssertionHelper.cs</Link>58 <Link>NUnit\Framework\CategoryAttribute.cs</Link>
60 </Compile>59 </Compile>
61 <Compile Include="..\..\..\src\framework\Assume.cs">60 <Compile Include="..\..\..\src\framework\NUnit\Framework\CollectionAssert.cs">
62 <Link>Assume.cs</Link>61 <Link>NUnit\Framework\CollectionAssert.cs</Link>
63 </Compile>62 </Compile>
64 <Compile Include="..\..\..\src\framework\CategoryAttribute.cs">63 <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DelayedConstraint.cs">
65 <Link>CategoryAttribute.cs</Link>64 <Link>NUnit\Framework\Constraints\DelayedConstraint.cs</Link>
66 </Compile>65 </Compile>
67 <Compile Include="..\..\..\src\framework\CollectionAssert.cs">66 <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DirectoryConstraints.cs">
68 <Link>CollectionAssert.cs</Link>67 <Link>NUnit\Framework\Constraints\DirectoryConstraints.cs</Link>
69 </Compile>68 </Compile>
70 <Compile Include="..\..\..\src\framework\Constraints\AttributeConstraints.cs">69 <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\PredicateConstraint.cs">
71 <Link>Constraints\AttributeConstraints.cs</Link>70 <Link>NUnit\Framework\Constraints\PredicateConstraint.cs</Link>
72 </Compile>71 </Compile>
73 <Compile Include="..\..\..\src\framework\Constraints\BasicConstraints.cs">72 <Compile Include="..\..\..\src\framework\NUnit\Framework\DatapointAttributes.cs">
74 <Link>Constraints\BasicConstraints.cs</Link>73 <Link>NUnit\Framework\DatapointAttributes.cs</Link>
75 </Compile>74 </Compile>
76 <Compile Include="..\..\..\src\framework\Constraints\BinaryOperations.cs">75 <Compile Include="..\..\..\src\framework\NUnit\Framework\DirectoryAssert.cs">
77 <Link>Constraints\BinaryOperations.cs</Link>76 <Link>NUnit\Framework\DirectoryAssert.cs</Link>
78 </Compile>77 </Compile>
79 <Compile Include="..\..\..\src\framework\Constraints\CollectionConstraints.cs">78 <Compile Include="..\..\..\src\framework\NUnit\Framework\ExplicitAttribute.cs">
80 <Link>Constraints\CollectionConstraints.cs</Link>79 <Link>NUnit\Framework\ExplicitAttribute.cs</Link>
81 </Compile>80 </Compile>
82 <Compile Include="..\..\..\src\framework\Constraints\ComparisonAdapter.cs">81 <Compile Include="..\..\..\src\framework\NUnit\Framework\FileAssert.cs">
83 <Link>Constraints\ComparisonAdapter.cs</Link>82 <Link>NUnit\Framework\FileAssert.cs</Link>
84 </Compile>83 </Compile>
85 <Compile Include="..\..\..\src\framework\Constraints\ComparisonConstraints.cs">84 <Compile Include="..\..\..\src\framework\NUnit\Framework\IgnoreException.cs">
86 <Link>Constraints\ComparisonConstraints.cs</Link>85 <Link>NUnit\Framework\IgnoreException.cs</Link>
87 </Compile>86 </Compile>
88 <Compile Include="..\..\..\src\framework\Constraints\Constraint.cs">87 <Compile Include="..\..\..\src\framework\NUnit\Framework\IncludeExcludeAttributes.cs">
89 <Link>Constraints\Constraint.cs</Link>88 <Link>NUnit\Framework\IncludeExcludeAttributes.cs</Link>
90 </Compile>89 </Compile>
91 <Compile Include="..\..\..\src\framework\Constraints\ConstraintBuilder.cs">90 <Compile Include="..\..\..\src\framework\NUnit\Framework\InconclusiveException.cs">
92 <Link>Constraints\ConstraintBuilder.cs</Link>91 <Link>NUnit\Framework\InconclusiveException.cs</Link>
93 </Compile>92 </Compile>
94 <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpression.cs">93 <Compile Include="..\..\..\src\framework\NUnit\Framework\Iz.cs">
95 <Link>Constraints\ConstraintExpression.cs</Link>94 <Link>NUnit\Framework\Iz.cs</Link>
96 </Compile>95 </Compile>
97 <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpressionBase.cs">96 <Compile Include="..\..\..\src\framework\NUnit\Framework\JoinTypeAttributes.cs">
98 <Link>Constraints\ConstraintExpressionBase.cs</Link>97 <Link>NUnit\Framework\JoinTypeAttributes.cs</Link>
99 </Compile>98 </Compile>
100 <Compile Include="..\..\..\src\framework\Constraints\ConstraintFactory.cs">99 <Compile Include="..\..\..\src\framework\NUnit\Framework\List.cs">
101 <Link>Constraints\ConstraintFactory.cs</Link>100 <Link>NUnit\Framework\List.cs</Link>
102 </Compile>101 </Compile>
103 <Compile Include="..\..\..\src\framework\Constraints\ConstraintOperators.cs">102 <Compile Include="..\..\..\src\framework\NUnit\Framework\MaxTimeAttribute.cs">
104 <Link>Constraints\ConstraintOperators.cs</Link>103 <Link>NUnit\Framework\MaxTimeAttribute.cs</Link>
105 </Compile>104 </Compile>
106 <Compile Include="..\..\..\src\framework\Constraints\ContainsConstraint.cs">105 <Compile Include="..\..\..\src\framework\NUnit\Framework\RandomAttribute.cs">
107 <Link>Constraints\ContainsConstraint.cs</Link>106 <Link>NUnit\Framework\RandomAttribute.cs</Link>
108 </Compile>107 </Compile>
109 <Compile Include="..\..\..\src\framework\Constraints\DelayedConstraint.cs">108 <Compile Include="..\..\..\src\framework\NUnit\Framework\Randomizer.cs">
110 <Link>Constraints\DelayedConstraint.cs</Link>109 <Link>NUnit\Framework\Randomizer.cs</Link>
111 </Compile>110 </Compile>
112 <Compile Include="..\..\..\src\framework\Constraints\DirectoryConstraints.cs">111 <Compile Include="..\..\..\src\framework\NUnit\Framework\RangeAttribute.cs">
113 <Link>Constraints\DirectoryConstraints.cs</Link>112 <Link>NUnit\Framework\RangeAttribute.cs</Link>
114 </Compile>113 </Compile>
115 <Compile Include="..\..\..\src\framework\Constraints\EmptyConstraint.cs">114 <Compile Include="..\..\..\src\framework\NUnit\Framework\RepeatAttribute.cs">
116 <Link>Constraints\EmptyConstraint.cs</Link>115 <Link>NUnit\Framework\RepeatAttribute.cs</Link>
117 </Compile>116 </Compile>
118 <Compile Include="..\..\..\src\framework\Constraints\EqualConstraint.cs">117 <Compile Include="..\..\..\src\framework\NUnit\Framework\RequiredAddinAttribute.cs">
119 <Link>Constraints\EqualConstraint.cs</Link>118 <Link>NUnit\Framework\RequiredAddinAttribute.cs</Link>
120 </Compile>119 </Compile>
121 <Compile Include="..\..\..\src\framework\Constraints\EqualityAdapter.cs">120 <Compile Include="..\..\..\src\framework\NUnit\Framework\SetCultureAttribute.cs">
122 <Link>Constraints\EqualityAdapter.cs</Link>121 <Link>NUnit\Framework\SetCultureAttribute.cs</Link>
123 </Compile>122 </Compile>
124 <Compile Include="..\..\..\src\framework\Constraints\FloatingPointNumerics.cs">123 <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUICultureAttribute.cs">
125 <Link>Constraints\FloatingPointNumerics.cs</Link>124 <Link>NUnit\Framework\SetUICultureAttribute.cs</Link>
126 </Compile>125 </Compile>
127 <Compile Include="..\..\..\src\framework\Constraints\IResolveConstraint.cs">126 <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUpFixtureAttribute.cs">
128 <Link>Constraints\IResolveConstraint.cs</Link>127 <Link>NUnit\Framework\SetUpFixtureAttribute.cs</Link>
129 </Compile>128 </Compile>
130 <Compile Include="..\..\..\src\framework\Constraints\MessageWriter.cs">129 <Compile Include="..\..\..\src\framework\NUnit\Framework\StringAssert.cs">
131 <Link>Constraints\MessageWriter.cs</Link>130 <Link>NUnit\Framework\StringAssert.cs</Link>
132 </Compile>131 </Compile>
133 <Compile Include="..\..\..\src\framework\Constraints\MsgUtils.cs">132 <Compile Include="..\..\..\src\framework\NUnit\Framework\SuccessException.cs">
134 <Link>Constraints\MsgUtils.cs</Link>133 <Link>NUnit\Framework\SuccessException.cs</Link>
135 </Compile>134 </Compile>
136 <Compile Include="..\..\..\src\framework\Constraints\Numerics.cs">135 <Compile Include="..\..\..\src\framework\NUnit\Framework\SuiteAttribute.cs">
137 <Link>Constraints\Numerics.cs</Link>136 <Link>NUnit\Framework\SuiteAttribute.cs</Link>
138 </Compile>137 </Compile>
139 <Compile Include="..\..\..\src\framework\Constraints\NUnitComparer.cs">138 <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureSetUpAttribute.cs">
140 <Link>Constraints\NUnitComparer.cs</Link>139 <Link>NUnit\Framework\TestFixtureSetUpAttribute.cs</Link>
141 </Compile>140 </Compile>
142 <Compile Include="..\..\..\src\framework\Constraints\NUnitEqualityComparer.cs">141 <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureTearDownAttribute.cs">
143 <Link>Constraints\NUnitEqualityComparer.cs</Link>142 <Link>NUnit\Framework\TestFixtureTearDownAttribute.cs</Link>
144 </Compile>143 </Compile>
145 <Compile Include="..\..\..\src\framework\Constraints\PathConstraints.cs">144 <Compile Include="..\..\..\src\framework\NUnit\Framework\Text.cs">
146 <Link>Constraints\PathConstraints.cs</Link>145 <Link>NUnit\Framework\Text.cs</Link>
147 </Compile>146 </Compile>
148 <Compile Include="..\..\..\src\framework\Constraints\PredicateConstraint.cs">147 <Compile Include="..\..\..\src\framework\NUnit\Framework\TheoryAttribute.cs">
149 <Link>Constraints\PredicateConstraint.cs</Link>148 <Link>NUnit\Framework\TheoryAttribute.cs</Link>
150 </Compile>149 </Compile>
151 <Compile Include="..\..\..\src\framework\Constraints\PrefixConstraints.cs">150 <Compile Include="..\..\..\src\framework\NUnit\Framework\ThreadingAttributes.cs">
152 <Link>Constraints\PrefixConstraints.cs</Link>151 <Link>NUnit\Framework\ThreadingAttributes.cs</Link>
153 </Compile>152 </Compile>
154 <Compile Include="..\..\..\src\framework\Constraints\PropertyConstraint.cs">153 <Compile Include="..\..\..\src\framework\NUnit\Framework\ValuesAttribute.cs">
155 <Link>Constraints\PropertyConstraint.cs</Link>154 <Link>NUnit\Framework\ValuesAttribute.cs</Link>
156 </Compile>155 </Compile>
157 <Compile Include="..\..\..\src\framework\Constraints\RangeConstraint.cs">156 <Compile Include="..\..\..\src\framework\NUnit\Framework\ValueSourceAttribute.cs">
158 <Link>Constraints\RangeConstraint.cs</Link>157 <Link>NUnit\Framework\ValueSourceAttribute.cs</Link>
159 </Compile>158 </Compile>
160 <Compile Include="..\..\..\src\framework\Constraints\ResolvableConstraintExpression.cs">159 <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
161 <Link>Constraints\ResolvableConstraintExpression.cs</Link>160 <Link>Shared\Framework\Assert.cs</Link>
162 </Compile>161 </Compile>
163 <Compile Include="..\..\..\src\framework\Constraints\SameAsConstraint.cs">162 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
164 <Link>Constraints\SameAsConstraint.cs</Link>163 <Link>Shared\Framework\AssertionException.cs</Link>
165 </Compile>164 </Compile>
166 <Compile Include="..\..\..\src\framework\Constraints\SerializableConstraints.cs">165 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
167 <Link>Constraints\SerializableConstraints.cs</Link>166 <Link>Shared\Framework\AssertionHelper.cs</Link>
168 </Compile>167 </Compile>
169 <Compile Include="..\..\..\src\framework\Constraints\StringConstraints.cs">168 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
170 <Link>Constraints\StringConstraints.cs</Link>169 <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
171 </Compile>170 </Compile>
172 <Compile Include="..\..\..\src\framework\Constraints\ThrowsConstraint.cs">171 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
173 <Link>Constraints\ThrowsConstraint.cs</Link>172 <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
174 </Compile>173 </Compile>
175 <Compile Include="..\..\..\src\framework\Constraints\Tolerance.cs">174 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
176 <Link>Constraints\Tolerance.cs</Link>175 <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
177 </Compile>176 </Compile>
178 <Compile Include="..\..\..\src\framework\Constraints\TypeConstraints.cs">177 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
179 <Link>Constraints\TypeConstraints.cs</Link>178 <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
180 </Compile>179 </Compile>
181 <Compile Include="..\..\..\src\framework\DatapointAttributes.cs">180 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
182 <Link>DatapointAttributes.cs</Link>181 <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
183 </Compile>182 </Compile>
184 <Compile Include="..\..\..\src\framework\DescriptionAttribute.cs">183 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
185 <Link>DescriptionAttribute.cs</Link>184 <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
186 </Compile>185 </Compile>
187 <Compile Include="..\..\..\src\framework\DirectoryAssert.cs">186 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
188 <Link>DirectoryAssert.cs</Link>187 <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
189 </Compile>188 </Compile>
190 <Compile Include="..\..\..\src\framework\ExpectedExceptionAttribute.cs">189 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
191 <Link>ExpectedExceptionAttribute.cs</Link>190 <Link>Shared\Framework\Constraints\Constraint.cs</Link>
192 </Compile>191 </Compile>
193 <Compile Include="..\..\..\src\framework\ExplicitAttribute.cs">192 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
194 <Link>ExplicitAttribute.cs</Link>193 <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
195 </Compile>194 </Compile>
196 <Compile Include="..\..\..\src\framework\FileAssert.cs">195 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
197 <Link>FileAssert.cs</Link>196 <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
198 </Compile>197 </Compile>
199 <Compile Include="..\..\..\src\framework\GlobalSettings.cs">198 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
200 <Link>GlobalSettings.cs</Link>199 <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
201 </Compile>200 </Compile>
202 <Compile Include="..\..\..\src\framework\Has.cs">201 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
203 <Link>Has.cs</Link>202 <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
204 </Compile>203 </Compile>
205 <Compile Include="..\..\..\src\framework\IExpectException.cs">204 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
206 <Link>IExpectException.cs</Link>205 <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
207 </Compile>206 </Compile>
208 <Compile Include="..\..\..\src\framework\IgnoreAttribute.cs">207 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
209 <Link>IgnoreAttribute.cs</Link>208 <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
210 </Compile>209 </Compile>
211 <Compile Include="..\..\..\src\framework\IgnoreException.cs">210 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
212 <Link>IgnoreException.cs</Link>211 <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
213 </Compile>212 </Compile>
214 <Compile Include="..\..\..\src\framework\IncludeExcludeAttributes.cs">213 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
215 <Link>IncludeExcludeAttributes.cs</Link>214 <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
216 </Compile>215 </Compile>
217 <Compile Include="..\..\..\src\framework\InconclusiveException.cs">216 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
218 <Link>InconclusiveException.cs</Link>217 <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
219 </Compile>218 </Compile>
220 <Compile Include="..\..\..\src\framework\Is.cs">219 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
221 <Link>Is.cs</Link>220 <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
222 </Compile>221 </Compile>
223 <Compile Include="..\..\..\src\framework\ITestCaseData.cs">222 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
224 <Link>ITestCaseData.cs</Link>223 <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
225 </Compile>224 </Compile>
226 <Compile Include="..\..\..\src\framework\Iz.cs">225 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
227 <Link>Iz.cs</Link>226 <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
228 </Compile>227 </Compile>
229 <Compile Include="..\..\..\src\framework\JoinTypeAttributes.cs">228 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
230 <Link>JoinTypeAttributes.cs</Link>229 <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
231 </Compile>230 </Compile>
232 <Compile Include="..\..\..\src\framework\List.cs">231 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
233 <Link>List.cs</Link>232 <Link>Shared\Framework\Constraints\Numerics.cs</Link>
234 </Compile>233 </Compile>
235 <Compile Include="..\..\..\src\framework\ListMapper.cs">234 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
236 <Link>ListMapper.cs</Link>235 <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
237 </Compile>236 </Compile>
238 <Compile Include="..\..\..\src\framework\MaxTimeAttribute.cs">237 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
239 <Link>MaxTimeAttribute.cs</Link>238 <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
240 </Compile>239 </Compile>
241 <Compile Include="..\..\..\src\framework\PropertyAttribute.cs">240 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
242 <Link>PropertyAttribute.cs</Link>241 <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
243 </Compile>242 </Compile>
244 <Compile Include="..\..\..\src\framework\RandomAttribute.cs">243 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
245 <Link>RandomAttribute.cs</Link>244 <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
246 </Compile>245 </Compile>
247 <Compile Include="..\..\..\src\framework\Randomizer.cs">246 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
248 <Link>Randomizer.cs</Link>247 <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
249 </Compile>248 </Compile>
250 <Compile Include="..\..\..\src\framework\RangeAttribute.cs">249 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
251 <Link>RangeAttribute.cs</Link>250 <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
252 </Compile>251 </Compile>
253 <Compile Include="..\..\..\src\framework\RepeatAttribute.cs">252 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
254 <Link>RepeatAttribute.cs</Link>253 <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
255 </Compile>254 </Compile>
256 <Compile Include="..\..\..\src\framework\RequiredAddinAttribute.cs">255 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
257 <Link>RequiredAddinAttribute.cs</Link>256 <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
258 </Compile>257 </Compile>
259 <Compile Include="..\..\..\src\framework\SetCultureAttribute.cs">258 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
260 <Link>SetCultureAttribute.cs</Link>259 <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
261 </Compile>260 </Compile>
262 <Compile Include="..\..\..\src\framework\SetUICultureAttribute.cs">261 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
263 <Link>SetUICultureAttribute.cs</Link>262 <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
264 </Compile>263 </Compile>
265 <Compile Include="..\..\..\src\framework\SetUpAttribute.cs">264 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
266 <Link>SetUpAttribute.cs</Link>265 <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
267 </Compile>266 </Compile>
268 <Compile Include="..\..\..\src\framework\SetUpFixtureAttribute.cs">267 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
269 <Link>SetUpFixtureAttribute.cs</Link>268 <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
270 </Compile>269 </Compile>
271 <Compile Include="..\..\..\src\framework\SpecialValue.cs">270 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
272 <Link>SpecialValue.cs</Link>271 <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
273 </Compile>272 </Compile>
274 <Compile Include="..\..\..\src\framework\StringAssert.cs">273 <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
275 <Link>StringAssert.cs</Link>274 <Link>Shared\Framework\DescriptionAttribute.cs</Link>
276 </Compile>275 </Compile>
277 <Compile Include="..\..\..\src\framework\SuccessException.cs">276 <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
278 <Link>SuccessException.cs</Link>277 <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
279 </Compile>278 </Compile>
280 <Compile Include="..\..\..\src\framework\SuiteAttribute.cs">279 <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
281 <Link>SuiteAttribute.cs</Link>280 <Link>Shared\Framework\GlobalSettings.cs</Link>
282 </Compile>281 </Compile>
283 <Compile Include="..\..\..\src\framework\TearDownAttribute.cs">282 <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
284 <Link>TearDownAttribute.cs</Link>283 <Link>Shared\Framework\Has.cs</Link>
285 </Compile>284 </Compile>
286 <Compile Include="..\..\..\src\framework\TestAttribute.cs">285 <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
287 <Link>TestAttribute.cs</Link>286 <Link>Shared\Framework\IExpectException.cs</Link>
288 </Compile>287 </Compile>
289 <Compile Include="..\..\..\src\framework\TestCaseAttribute.cs">288 <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
290 <Link>TestCaseAttribute.cs</Link>289 <Link>Shared\Framework\IgnoreAttribute.cs</Link>
291 </Compile>290 </Compile>
292 <Compile Include="..\..\..\src\framework\TestCaseData.cs">291 <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
293 <Link>TestCaseData.cs</Link>292 <Link>Shared\Framework\Is.cs</Link>
294 </Compile>293 </Compile>
295 <Compile Include="..\..\..\src\framework\TestCaseSourceAttribute.cs">294 <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
296 <Link>TestCaseSourceAttribute.cs</Link>295 <Link>Shared\Framework\ITestCaseData.cs</Link>
297 </Compile>296 </Compile>
298 <Compile Include="..\..\..\src\framework\TestFixtureAttribute.cs">297 <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
299 <Link>TestFixtureAttribute.cs</Link>298 <Link>Shared\Framework\ListMapper.cs</Link>
300 </Compile>299 </Compile>
301 <Compile Include="..\..\..\src\framework\TestFixtureSetUpAttribute.cs">300 <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
302 <Link>TestFixtureSetUpAttribute.cs</Link>301 <Link>Shared\Framework\PropertyAttribute.cs</Link>
303 </Compile>302 </Compile>
304 <Compile Include="..\..\..\src\framework\TestFixtureTearDownAttribute.cs">303 <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
305 <Link>TestFixtureTearDownAttribute.cs</Link>304 <Link>Shared\Framework\SetUpAttribute.cs</Link>
306 </Compile>305 </Compile>
307 <Compile Include="..\..\..\src\framework\Text.cs">306 <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
308 <Link>Text.cs</Link>307 <Link>Shared\Framework\SpecialValue.cs</Link>
309 </Compile>308 </Compile>
310 <Compile Include="..\..\..\src\framework\TextMessageWriter.cs">309 <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
311 <Link>TextMessageWriter.cs</Link>310 <Link>Shared\Framework\TearDownAttribute.cs</Link>
312 </Compile>311 </Compile>
313 <Compile Include="..\..\..\src\framework\TheoryAttribute.cs">312 <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
314 <Link>TheoryAttribute.cs</Link>313 <Link>Shared\Framework\TestAttribute.cs</Link>
315 </Compile>314 </Compile>
316 <Compile Include="..\..\..\src\framework\ThreadingAttributes.cs">315 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
317 <Link>ThreadingAttributes.cs</Link>316 <Link>Shared\Framework\TestCaseAttribute.cs</Link>
318 </Compile>317 </Compile>
319 <Compile Include="..\..\..\src\framework\Throws.cs">318 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
320 <Link>Throws.cs</Link>319 <Link>Shared\Framework\TestCaseData.cs</Link>
321 </Compile>320 </Compile>
322 <Compile Include="..\..\..\src\framework\ValuesAttribute.cs">321 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
323 <Link>ValuesAttribute.cs</Link>322 <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
324 </Compile>323 </Compile>
325 <Compile Include="..\..\..\src\framework\ValueSourceAttribute.cs">324 <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
326 <Link>ValueSourceAttribute.cs</Link>325 <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
326 </Compile>
327 <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
328 <Link>Shared\Framework\TextMessageWriter.cs</Link>
329 </Compile>
330 <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
331 <Link>Shared\Framework\Throws.cs</Link>
327 </Compile>332 </Compile>
328 </ItemGroup>333 </ItemGroup>
329 <ItemGroup>334 <ItemGroup>
@@ -333,4 +338,9 @@
333 <ItemGroup>338 <ItemGroup>
334 <None Include="nunit.snk" />339 <None Include="nunit.snk" />
335 </ItemGroup>340 </ItemGroup>
341 <ItemGroup>
342 <Content Include="..\..\..\src\framework\SyntaxElements.txt">
343 <Link>SyntaxElements.txt</Link>
344 </Content>
345 </ItemGroup>
336</Project>346</Project>
337\ No newline at end of file347\ No newline at end of file
338348
=== added directory 'solutions/vs2005/nunitlite'
=== added directory 'solutions/vs2005/nunitlite.tests'
=== added file 'solutions/vs2005/nunitlite.tests/nunitlite.tests.csproj'
--- solutions/vs2005/nunitlite.tests/nunitlite.tests.csproj 1970-01-01 00:00:00 +0000
+++ solutions/vs2005/nunitlite.tests/nunitlite.tests.csproj 2009-09-11 21:12:38 +0000
@@ -0,0 +1,206 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{0FE72EDD-8CDF-4AEA-9F5E-C0621839F44F}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <RootNamespace>nunitlite.tests</RootNamespace>
10 <AssemblyName>nunitlite.tests</AssemblyName>
11 </PropertyGroup>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 <DebugSymbols>true</DebugSymbols>
14 <DebugType>full</DebugType>
15 <Optimize>false</Optimize>
16 <OutputPath>..\bin\Debug\</OutputPath>
17 <DefineConstants>TRACE;DEBUG;NET_2_0;NUNITLITE</DefineConstants>
18 <ErrorReport>prompt</ErrorReport>
19 <WarningLevel>4</WarningLevel>
20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
22 <DebugType>pdbonly</DebugType>
23 <Optimize>true</Optimize>
24 <OutputPath>..\bin\Release\</OutputPath>
25 <DefineConstants>TRACE;NET_2_0;NUNITLITE</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 </PropertyGroup>
29 <ItemGroup>
30 <Reference Include="System" />
31 <Reference Include="System.Data" />
32 <Reference Include="System.Drawing" />
33 <Reference Include="System.Xml" />
34 </ItemGroup>
35 <ItemGroup>
36 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
37 <Link>CommonAssemblyInfo.cs</Link>
38 </Compile>
39 <Compile Include="..\..\..\src\tests\Program.cs">
40 <Link>Program.cs</Link>
41 </Compile>
42 <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
43 <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
44 </Compile>
45 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
46 <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
47 </Compile>
48 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
49 <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
50 </Compile>
51 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
52 <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
53 </Compile>
54 <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
55 <Link>Shared\Framework\CollectionAdapter.cs</Link>
56 </Compile>
57 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
58 <Link>Shared\Framework\Constraints\AndTest.cs</Link>
59 </Compile>
60 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
61 <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
62 </Compile>
63 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
64 <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
65 </Compile>
66 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
67 <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
68 </Compile>
69 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
70 <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
71 </Compile>
72 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
73 <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
74 </Compile>
75 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
76 <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
77 </Compile>
78 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
79 <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
80 </Compile>
81 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
82 <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
83 </Compile>
84 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
85 <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
86 </Compile>
87 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
88 <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
89 </Compile>
90 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
91 <Link>Shared\Framework\Constraints\NotTest.cs</Link>
92 </Compile>
93 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
94 <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
95 </Compile>
96 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
97 <Link>Shared\Framework\Constraints\OrTest.cs</Link>
98 </Compile>
99 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
100 <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
101 </Compile>
102 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
103 <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
104 </Compile>
105 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
106 <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
107 </Compile>
108 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
109 <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
110 </Compile>
111 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
112 <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
113 </Compile>
114 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
115 <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
116 </Compile>
117 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
118 <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link>
119 </Compile>
120 <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
121 <Link>Shared\Framework\MessageChecker.cs</Link>
122 </Compile>
123 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
124 <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
125 </Compile>
126 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
127 <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
128 </Compile>
129 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
130 <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
131 </Compile>
132 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
133 <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
134 </Compile>
135 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
136 <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
137 </Compile>
138 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
139 <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
140 </Compile>
141 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
142 <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
143 </Compile>
144 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
145 <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
146 </Compile>
147 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
148 <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
149 </Compile>
150 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
151 <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
152 </Compile>
153 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
154 <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
155 </Compile>
156 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
157 <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
158 </Compile>
159 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
160 <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
161 </Compile>
162 <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
163 <Link>Shared\Framework\TestComparer.cs</Link>
164 </Compile>
165 <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
166 <Link>Shared\Framework\TestDelegates.cs</Link>
167 </Compile>
168 <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
169 <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
170 </Compile>
171 <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
172 <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
173 </Compile>
174 </ItemGroup>
175 <ItemGroup>
176 <Content Include="..\..\..\src\tests\TestImage1.jpg">
177 <Link>TestImage1.jpg</Link>
178 </Content>
179 <Content Include="..\..\..\src\tests\TestImage2.jpg">
180 <Link>TestImage2.jpg</Link>
181 </Content>
182 <Content Include="..\..\..\src\tests\TestText1.txt">
183 <Link>TestText1.txt</Link>
184 </Content>
185 <Content Include="..\..\..\src\tests\TestText2.txt">
186 <Link>TestText2.txt</Link>
187 </Content>
188 </ItemGroup>
189 <ItemGroup>
190 <ProjectReference Include="..\nunitlite\nunitlite.csproj">
191 <Project>{83A1B699-7177-4C00-BAAC-83A82571DC23}</Project>
192 <Name>nunitlite</Name>
193 </ProjectReference>
194 </ItemGroup>
195 <ItemGroup>
196 <Folder Include="Properties\" />
197 </ItemGroup>
198 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
199 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
200 Other similar extension points exist, see Microsoft.Common.targets.
201 <Target Name="BeforeBuild">
202 </Target>
203 <Target Name="AfterBuild">
204 </Target>
205 -->
206</Project>
0\ No newline at end of file207\ No newline at end of file
1208
=== added directory 'solutions/vs2005/nunitlite/NUnitLite'
=== added directory 'solutions/vs2005/nunitlite/NUnitLite/Runner'
=== added file 'solutions/vs2005/nunitlite/nunit.snk'
2Binary 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 differ209Binary 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
=== added file 'solutions/vs2005/nunitlite/nunitlite.csproj'
--- solutions/vs2005/nunitlite/nunitlite.csproj 1970-01-01 00:00:00 +0000
+++ solutions/vs2005/nunitlite/nunitlite.csproj 2009-09-11 21:12:38 +0000
@@ -0,0 +1,302 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{83A1B699-7177-4C00-BAAC-83A82571DC23}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <RootNamespace>nunitlite</RootNamespace>
10 <AssemblyName>nunitlite</AssemblyName>
11 <SignAssembly>true</SignAssembly>
12 <AssemblyOriginatorKeyFile>nunit.snk</AssemblyOriginatorKeyFile>
13 </PropertyGroup>
14 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15 <DebugSymbols>true</DebugSymbols>
16 <DebugType>full</DebugType>
17 <Optimize>false</Optimize>
18 <OutputPath>..\bin\Debug\</OutputPath>
19 <DefineConstants>TRACE;DEBUG;NET_2_0;NUNITLITE</DefineConstants>
20 <ErrorReport>prompt</ErrorReport>
21 <WarningLevel>4</WarningLevel>
22 <DocumentationFile>..\bin\Debug\nunitlite.XML</DocumentationFile>
23 </PropertyGroup>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 <DebugType>pdbonly</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>..\bin\Release\</OutputPath>
28 <DefineConstants>TRACE;NET_2_0;NUNITLITE</DefineConstants>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 <DocumentationFile>..\bin\Release\nunitlite.XML</DocumentationFile>
32 </PropertyGroup>
33 <ItemGroup>
34 <Reference Include="System" />
35 <Reference Include="System.Data" />
36 <Reference Include="System.Xml" />
37 </ItemGroup>
38 <ItemGroup>
39 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
40 <Link>CommonAssemblyInfo.cs</Link>
41 </Compile>
42 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
43 <Link>AssemblyInfo.cs</Link>
44 </Compile>
45 <Compile Include="..\..\..\src\framework\Env.cs">
46 <Link>Env.cs</Link>
47 </Compile>
48 <Compile Include="..\..\..\src\framework\NUnitLite\Framework\Contains.cs">
49 <Link>NUnitLite\Framework\Contains.cs</Link>
50 </Compile>
51 <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs">
52 <Link>NUnitLite\ITest.cs</Link>
53 </Compile>
54 <Compile Include="..\..\..\src\framework\NUnitLite\NullListener.cs">
55 <Link>NUnitLite\NullListener.cs</Link>
56 </Compile>
57 <Compile Include="..\..\..\src\framework\NUnitLite\NUnitLiteException.cs">
58 <Link>NUnitLite\NUnitLiteException.cs</Link>
59 </Compile>
60 <Compile Include="..\..\..\src\framework\NUnitLite\Reflect.cs">
61 <Link>NUnitLite\Reflect.cs</Link>
62 </Compile>
63 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\CommandLineOptions.cs">
64 <Link>NUnitLite\Runner\CommandLineOptions.cs</Link>
65 </Compile>
66 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ConsoleWriter.cs">
67 <Link>NUnitLite\Runner\ConsoleWriter.cs</Link>
68 </Compile>
69 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\DebugWriter.cs">
70 <Link>NUnitLite\Runner\DebugWriter.cs</Link>
71 </Compile>
72 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ResultSummary.cs">
73 <Link>NUnitLite\Runner\ResultSummary.cs</Link>
74 </Compile>
75 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TcpWriter.cs">
76 <Link>NUnitLite\Runner\TcpWriter.cs</Link>
77 </Compile>
78 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestCaseBuilder.cs">
79 <Link>NUnitLite\Runner\TestCaseBuilder.cs</Link>
80 </Compile>
81 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestFixtureBuilder.cs">
82 <Link>NUnitLite\Runner\TestFixtureBuilder.cs</Link>
83 </Compile>
84 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestLoader.cs">
85 <Link>NUnitLite\Runner\TestLoader.cs</Link>
86 </Compile>
87 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestRunner.cs">
88 <Link>NUnitLite\Runner\TestRunner.cs</Link>
89 </Compile>
90 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TextUI.cs">
91 <Link>NUnitLite\Runner\TextUI.cs</Link>
92 </Compile>
93 <Compile Include="..\..\..\src\framework\NUnitLite\StackFilter.cs">
94 <Link>NUnitLite\StackFilter.cs</Link>
95 </Compile>
96 <Compile Include="..\..\..\src\framework\NUnitLite\TestCase.cs">
97 <Link>NUnitLite\TestCase.cs</Link>
98 </Compile>
99 <Compile Include="..\..\..\src\framework\NUnitLite\TestListener.cs">
100 <Link>NUnitLite\TestListener.cs</Link>
101 </Compile>
102 <Compile Include="..\..\..\src\framework\NUnitLite\TestResult.cs">
103 <Link>NUnitLite\TestResult.cs</Link>
104 </Compile>
105 <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs">
106 <Link>NUnitLite\TestSuite.cs</Link>
107 </Compile>
108 <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
109 <Link>Shared\Framework\Assert.cs</Link>
110 </Compile>
111 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
112 <Link>Shared\Framework\AssertionException.cs</Link>
113 </Compile>
114 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
115 <Link>Shared\Framework\AssertionHelper.cs</Link>
116 </Compile>
117 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
118 <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
119 </Compile>
120 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
121 <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
122 </Compile>
123 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
124 <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
125 </Compile>
126 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
127 <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
128 </Compile>
129 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
130 <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
131 </Compile>
132 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
133 <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
134 </Compile>
135 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
136 <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
137 </Compile>
138 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
139 <Link>Shared\Framework\Constraints\Constraint.cs</Link>
140 </Compile>
141 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
142 <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
143 </Compile>
144 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
145 <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
146 </Compile>
147 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
148 <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
149 </Compile>
150 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
151 <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
152 </Compile>
153 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
154 <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
155 </Compile>
156 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
157 <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
158 </Compile>
159 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
160 <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
161 </Compile>
162 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
163 <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
164 </Compile>
165 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
166 <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
167 </Compile>
168 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
169 <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
170 </Compile>
171 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
172 <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
173 </Compile>
174 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
175 <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
176 </Compile>
177 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
178 <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
179 </Compile>
180 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
181 <Link>Shared\Framework\Constraints\Numerics.cs</Link>
182 </Compile>
183 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
184 <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
185 </Compile>
186 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
187 <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
188 </Compile>
189 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
190 <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
191 </Compile>
192 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
193 <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
194 </Compile>
195 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
196 <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
197 </Compile>
198 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
199 <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
200 </Compile>
201 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
202 <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
203 </Compile>
204 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
205 <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
206 </Compile>
207 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
208 <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
209 </Compile>
210 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
211 <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
212 </Compile>
213 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
214 <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
215 </Compile>
216 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
217 <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
218 </Compile>
219 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
220 <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
221 </Compile>
222 <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
223 <Link>Shared\Framework\DescriptionAttribute.cs</Link>
224 </Compile>
225 <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
226 <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
227 </Compile>
228 <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
229 <Link>Shared\Framework\GlobalSettings.cs</Link>
230 </Compile>
231 <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
232 <Link>Shared\Framework\Has.cs</Link>
233 </Compile>
234 <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
235 <Link>Shared\Framework\IExpectException.cs</Link>
236 </Compile>
237 <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
238 <Link>Shared\Framework\IgnoreAttribute.cs</Link>
239 </Compile>
240 <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
241 <Link>Shared\Framework\Is.cs</Link>
242 </Compile>
243 <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
244 <Link>Shared\Framework\ITestCaseData.cs</Link>
245 </Compile>
246 <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
247 <Link>Shared\Framework\ListMapper.cs</Link>
248 </Compile>
249 <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
250 <Link>Shared\Framework\PropertyAttribute.cs</Link>
251 </Compile>
252 <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
253 <Link>Shared\Framework\SetUpAttribute.cs</Link>
254 </Compile>
255 <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
256 <Link>Shared\Framework\SpecialValue.cs</Link>
257 </Compile>
258 <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
259 <Link>Shared\Framework\TearDownAttribute.cs</Link>
260 </Compile>
261 <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
262 <Link>Shared\Framework\TestAttribute.cs</Link>
263 </Compile>
264 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
265 <Link>Shared\Framework\TestCaseAttribute.cs</Link>
266 </Compile>
267 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
268 <Link>Shared\Framework\TestCaseData.cs</Link>
269 </Compile>
270 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
271 <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
272 </Compile>
273 <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
274 <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
275 </Compile>
276 <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
277 <Link>Shared\Framework\TextMessageWriter.cs</Link>
278 </Compile>
279 <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
280 <Link>Shared\Framework\Throws.cs</Link>
281 </Compile>
282 </ItemGroup>
283 <ItemGroup>
284 <Content Include="..\..\..\src\framework\SyntaxElements.txt">
285 <Link>SyntaxElements.txt</Link>
286 </Content>
287 </ItemGroup>
288 <ItemGroup>
289 <None Include="nunit.snk" />
290 </ItemGroup>
291 <ItemGroup>
292 <Folder Include="Properties\" />
293 </ItemGroup>
294 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
295 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
296 Other similar extension points exist, see Microsoft.Common.targets.
297 <Target Name="BeforeBuild">
298 </Target>
299 <Target Name="AfterBuild">
300 </Target>
301 -->
302</Project>
0\ No newline at end of file303\ No newline at end of file
1304
=== added directory 'solutions/vs2005/nunitlite_CF'
=== added directory 'solutions/vs2005/nunitlite_CF.tests'
=== added file 'solutions/vs2005/nunitlite_CF.tests/nunitlite_CF.tests.csproj'
--- solutions/vs2005/nunitlite_CF.tests/nunitlite_CF.tests.csproj 1970-01-01 00:00:00 +0000
+++ solutions/vs2005/nunitlite_CF.tests/nunitlite_CF.tests.csproj 2009-09-11 21:12:38 +0000
@@ -0,0 +1,231 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{7291E7BB-EB32-4B5E-BB6E-25C7CC978D8B}</ProjectGuid>
8 <OutputType>Exe</OutputType>
9 <RootNamespace>nunitlite_CF.tests</RootNamespace>
10 <AssemblyName>nunitlite_CF.tests</AssemblyName>
11 <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
12 <PlatformFamilyName>WindowsCE</PlatformFamilyName>
13 <PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
14 <OSVersion>5.0</OSVersion>
15 <DeployDirSuffix>nunitlite_CF.tests</DeployDirSuffix>
16 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
17 <FormFactorID>
18 </FormFactorID>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug\</OutputPath>
25 <DefineConstants>TRACE;DEBUG;WindowsCE;NETCF;NUNITLITE</DefineConstants>
26 <NoStdLib>true</NoStdLib>
27 <NoConfig>true</NoConfig>
28 <ErrorReport>prompt</ErrorReport>
29 <FileAlignment>512</FileAlignment>
30 <WarningLevel>4</WarningLevel>
31 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
32 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34 <DebugType>pdbonly</DebugType>
35 <Optimize>true</Optimize>
36 <OutputPath>bin\Release\</OutputPath>
37 <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
38 <NoStdLib>true</NoStdLib>
39 <NoConfig>true</NoConfig>
40 <ErrorReport>prompt</ErrorReport>
41 <FileAlignment>512</FileAlignment>
42 <WarningLevel>4</WarningLevel>
43 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
44 </PropertyGroup>
45 <ItemGroup>
46 <Reference Include="mscorlib" />
47 <Reference Include="System" />
48 <Reference Include="System.Data" />
49 <Reference Include="System.Drawing" />
50 <Reference Include="System.Xml" />
51 </ItemGroup>
52 <ItemGroup>
53 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
54 <Link>CommonAssemblyInfo.cs</Link>
55 </Compile>
56 <Compile Include="..\..\..\src\tests\Program.cs">
57 <Link>Program.cs</Link>
58 </Compile>
59 <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
60 <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
61 </Compile>
62 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
63 <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
64 </Compile>
65 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
66 <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
67 </Compile>
68 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
69 <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
70 </Compile>
71 <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
72 <Link>Shared\Framework\CollectionAdapter.cs</Link>
73 </Compile>
74 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
75 <Link>Shared\Framework\Constraints\AndTest.cs</Link>
76 </Compile>
77 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
78 <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
79 </Compile>
80 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
81 <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
82 </Compile>
83 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
84 <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
85 </Compile>
86 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
87 <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
88 </Compile>
89 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
90 <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
91 </Compile>
92 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
93 <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
94 </Compile>
95 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
96 <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
97 </Compile>
98 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
99 <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
100 </Compile>
101 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
102 <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
103 </Compile>
104 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
105 <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
106 </Compile>
107 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
108 <Link>Shared\Framework\Constraints\NotTest.cs</Link>
109 </Compile>
110 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
111 <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
112 </Compile>
113 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
114 <Link>Shared\Framework\Constraints\OrTest.cs</Link>
115 </Compile>
116 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
117 <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
118 </Compile>
119 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
120 <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
121 </Compile>
122 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
123 <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
124 </Compile>
125 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
126 <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
127 </Compile>
128 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
129 <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
130 </Compile>
131 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
132 <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
133 </Compile>
134 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
135 <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link>
136 </Compile>
137 <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
138 <Link>Shared\Framework\MessageChecker.cs</Link>
139 </Compile>
140 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
141 <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
142 </Compile>
143 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
144 <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
145 </Compile>
146 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
147 <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
148 </Compile>
149 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
150 <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
151 </Compile>
152 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
153 <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
154 </Compile>
155 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
156 <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
157 </Compile>
158 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
159 <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
160 </Compile>
161 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
162 <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
163 </Compile>
164 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
165 <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
166 </Compile>
167 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
168 <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
169 </Compile>
170 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
171 <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
172 </Compile>
173 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
174 <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
175 </Compile>
176 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
177 <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
178 </Compile>
179 <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
180 <Link>Shared\Framework\TestComparer.cs</Link>
181 </Compile>
182 <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
183 <Link>Shared\Framework\TestDelegates.cs</Link>
184 </Compile>
185 <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
186 <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
187 </Compile>
188 <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
189 <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
190 </Compile>
191 </ItemGroup>
192 <ItemGroup>
193 <Content Include="..\..\..\src\tests\TestImage1.jpg">
194 <Link>TestImage1.jpg</Link>
195 </Content>
196 <Content Include="..\..\..\src\tests\TestImage2.jpg">
197 <Link>TestImage2.jpg</Link>
198 </Content>
199 <Content Include="..\..\..\src\tests\TestText1.txt">
200 <Link>TestText1.txt</Link>
201 </Content>
202 <Content Include="..\..\..\src\tests\TestText2.txt">
203 <Link>TestText2.txt</Link>
204 </Content>
205 </ItemGroup>
206 <ItemGroup>
207 <ProjectReference Include="..\nunitlite_CF\nunitlite_CF.csproj">
208 <Project>{00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}</Project>
209 <Name>nunitlite_CF</Name>
210 </ProjectReference>
211 </ItemGroup>
212 <ItemGroup>
213 <Folder Include="Properties\" />
214 </ItemGroup>
215 <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
216 <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
217 <ProjectExtensions>
218 <VisualStudio>
219 <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
220 <HostingProcess disable="1" />
221 </FlavorProperties>
222 </VisualStudio>
223 </ProjectExtensions>
224 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
225 Other similar extension points exist, see Microsoft.Common.targets.
226 <Target Name="BeforeBuild">
227 </Target>
228 <Target Name="AfterBuild">
229 </Target>
230 -->
231</Project>
0\ No newline at end of file232\ No newline at end of file
1233
=== added file 'solutions/vs2005/nunitlite_CF/nunitlite_CF.csproj'
--- solutions/vs2005/nunitlite_CF/nunitlite_CF.csproj 1970-01-01 00:00:00 +0000
+++ solutions/vs2005/nunitlite_CF/nunitlite_CF.csproj 2009-09-08 05:53:41 +0000
@@ -0,0 +1,319 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{00A9536F-1A68-47B9-ADC5-A1224DFEA9AF}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <RootNamespace>NUnitLite</RootNamespace>
10 <AssemblyName>nunitlite</AssemblyName>
11 <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
12 <PlatformFamilyName>PocketPC</PlatformFamilyName>
13 <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
14 <OSVersion>4.20</OSVersion>
15 <DeployDirSuffix>nunitlite_CF</DeployDirSuffix>
16 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
17 <FormFactorID>
18 </FormFactorID>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug\</OutputPath>
25 <DefineConstants>TRACE;DEBUG;PocketPC;NETCF;NUNITLITE</DefineConstants>
26 <NoStdLib>true</NoStdLib>
27 <NoConfig>true</NoConfig>
28 <ErrorReport>prompt</ErrorReport>
29 <FileAlignment>512</FileAlignment>
30 <WarningLevel>4</WarningLevel>
31 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
32 </PropertyGroup>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34 <DebugType>pdbonly</DebugType>
35 <Optimize>true</Optimize>
36 <OutputPath>bin\Release\</OutputPath>
37 <DefineConstants>TRACE;PocketPC;NETCF;NUNITLITE</DefineConstants>
38 <NoStdLib>true</NoStdLib>
39 <NoConfig>true</NoConfig>
40 <ErrorReport>prompt</ErrorReport>
41 <FileAlignment>512</FileAlignment>
42 <WarningLevel>4</WarningLevel>
43 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
44 </PropertyGroup>
45 <ItemGroup>
46 <Reference Include="mscorlib" />
47 <Reference Include="System" />
48 <Reference Include="System.Xml" />
49 </ItemGroup>
50 <ItemGroup>
51 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
52 <Link>CommonAssemblyInfo.cs</Link>
53 </Compile>
54 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
55 <Link>AssemblyInfo.cs</Link>
56 </Compile>
57 <Compile Include="..\..\..\src\framework\Env.cs">
58 <Link>Env.cs</Link>
59 </Compile>
60 <Compile Include="..\..\..\src\framework\NUnitLite\Framework\Contains.cs">
61 <Link>NUnitLite\Framework\Contains.cs</Link>
62 </Compile>
63 <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs">
64 <Link>NUnitLite\ITest.cs</Link>
65 </Compile>
66 <Compile Include="..\..\..\src\framework\NUnitLite\NullListener.cs">
67 <Link>NUnitLite\NullListener.cs</Link>
68 </Compile>
69 <Compile Include="..\..\..\src\framework\NUnitLite\NUnitLiteException.cs">
70 <Link>NUnitLite\NUnitLiteException.cs</Link>
71 </Compile>
72 <Compile Include="..\..\..\src\framework\NUnitLite\Reflect.cs">
73 <Link>NUnitLite\Reflect.cs</Link>
74 </Compile>
75 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\CommandLineOptions.cs">
76 <Link>NUnitLite\Runner\CommandLineOptions.cs</Link>
77 </Compile>
78 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ConsoleWriter.cs">
79 <Link>NUnitLite\Runner\ConsoleWriter.cs</Link>
80 </Compile>
81 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\DebugWriter.cs">
82 <Link>NUnitLite\Runner\DebugWriter.cs</Link>
83 </Compile>
84 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ResultSummary.cs">
85 <Link>NUnitLite\Runner\ResultSummary.cs</Link>
86 </Compile>
87 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TcpWriter.cs">
88 <Link>NUnitLite\Runner\TcpWriter.cs</Link>
89 </Compile>
90 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestCaseBuilder.cs">
91 <Link>NUnitLite\Runner\TestCaseBuilder.cs</Link>
92 </Compile>
93 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestFixtureBuilder.cs">
94 <Link>NUnitLite\Runner\TestFixtureBuilder.cs</Link>
95 </Compile>
96 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestLoader.cs">
97 <Link>NUnitLite\Runner\TestLoader.cs</Link>
98 </Compile>
99 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestRunner.cs">
100 <Link>NUnitLite\Runner\TestRunner.cs</Link>
101 </Compile>
102 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TextUI.cs">
103 <Link>NUnitLite\Runner\TextUI.cs</Link>
104 </Compile>
105 <Compile Include="..\..\..\src\framework\NUnitLite\StackFilter.cs">
106 <Link>NUnitLite\StackFilter.cs</Link>
107 </Compile>
108 <Compile Include="..\..\..\src\framework\NUnitLite\TestCase.cs">
109 <Link>NUnitLite\TestCase.cs</Link>
110 </Compile>
111 <Compile Include="..\..\..\src\framework\NUnitLite\TestListener.cs">
112 <Link>NUnitLite\TestListener.cs</Link>
113 </Compile>
114 <Compile Include="..\..\..\src\framework\NUnitLite\TestResult.cs">
115 <Link>NUnitLite\TestResult.cs</Link>
116 </Compile>
117 <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs">
118 <Link>NUnitLite\TestSuite.cs</Link>
119 </Compile>
120 <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
121 <Link>Shared\Framework\Assert.cs</Link>
122 </Compile>
123 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
124 <Link>Shared\Framework\AssertionException.cs</Link>
125 </Compile>
126 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
127 <Link>Shared\Framework\AssertionHelper.cs</Link>
128 </Compile>
129 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
130 <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
131 </Compile>
132 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
133 <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
134 </Compile>
135 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
136 <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
137 </Compile>
138 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
139 <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
140 </Compile>
141 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
142 <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
143 </Compile>
144 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
145 <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
146 </Compile>
147 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
148 <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
149 </Compile>
150 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
151 <Link>Shared\Framework\Constraints\Constraint.cs</Link>
152 </Compile>
153 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
154 <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
155 </Compile>
156 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
157 <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
158 </Compile>
159 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
160 <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
161 </Compile>
162 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
163 <Link>Shared\Framework\Constra nts\ConstraintFactory.cs</Link>
164 </Compile>
165 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
166 <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
167 </Compile>
168 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
169 <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
170 </Compile>
171 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
172 <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
173 </Compile>
174 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
175 <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
176 </Compile>
177 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
178 <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
179 </Compile>
180 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
181 <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
182 </Compile>
183 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
184 <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
185 </Compile>
186 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
187 <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
188 </Compile>
189 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
190 <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
191 </Compile>
192 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
193 <Link>Shared\Framework\Constraints\Numerics.cs</Link>
194 </Compile>
195 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
196 <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
197 </Compile>
198 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
199 <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
200 </Compile>
201 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
202 <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
203 </Compile>
204 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
205 <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
206 </Compile>
207 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
208 <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
209 </Compile>
210 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
211 <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
212 </Compile>
213 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
214 <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
215 </Compile>
216 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
217 <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
218 </Compile>
219 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
220 <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
221 </Compile>
222 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
223 <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
224 </Compile>
225 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
226 <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
227 </Compile>
228 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
229 <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
230 </Compile>
231 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
232 <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
233 </Compile>
234 <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
235 <Link>Shared\Framework\DescriptionAttribute.cs</Link>
236 </Compile>
237 <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
238 <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
239 </Compile>
240 <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
241 <Link>Shared\Framework\GlobalSettings.cs</Link>
242 </Compile>
243 <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
244 <Link>Shared\Framework\Has.cs</Link>
245 </Compile>
246 <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
247 <Link>Shared\Framework\IExpectException.cs</Link>
248 </Compile>
249 <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
250 <Link>Shared\Framework\IgnoreAttribute.cs</Link>
251 </Compile>
252 <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
253 <Link>Shared\Framework\Is.cs</Link>
254 </Compile>
255 <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
256 <Link>Shared\Framework\ITestCaseData.cs</Link>
257 </Compile>
258 <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
259 <Link>Shared\Framework\ListMapper.cs</Link>
260 </Compile>
261 <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
262 <Link>Shared\Framework\PropertyAttribute.cs</Link>
263 </Compile>
264 <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
265 <Link>Shared\Framework\SetUpAttribute.cs</Link>
266 </Compile>
267 <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
268 <Link>Shared\Framework\SpecialValue.cs</Link>
269 </Compile>
270 <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
271 <Link>Shared\Framework\TearDownAttribute.cs</Link>
272 </Compile>
273 <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
274 <Link>Shared\Framework\TestAttribute.cs</Link>
275 </Compile>
276 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
277 <Link>Shared\Framework\TestCaseAttribute.cs</Link>
278 </Compile>
279 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
280 <Link>Shared\Framework\TestCaseData.cs</Link>
281 </Compile>
282 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
283 <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
284 </Compile>
285 <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
286 <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
287 </Compile>
288 <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
289 <Link>Shared\Framework\TextMessageWriter.cs</Link>
290 </Compile>
291 <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
292 <Link>Shared\Framework\Throws.cs</Link>
293 </Compile>
294 </ItemGroup>
295 <ItemGroup>
296 <Content Include="..\..\..\src\framework\SyntaxElements.txt">
297 <Link>SyntaxElements.txt</Link>
298 </Content>
299 </ItemGroup>
300 <ItemGroup>
301 <Folder Include="Properties\" />
302 </ItemGroup>
303 <Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
304 <Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
305 <ProjectExtensions>
306 <VisualStudio>
307 <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
308 <HostingProcess disable="1" />
309 </FlavorProperties>
310 </VisualStudio>
311 </ProjectExtensions>
312 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
313 Other similar extension points exist, see Microsoft.Common.targets.
314 <Target Name="BeforeBuild">
315 </Target>
316 <Target Name="AfterBuild">
317 </Target>
318 -->
319</Project>
0\ No newline at end of file320\ No newline at end of file
1321
=== modified file 'solutions/vs2005/tests/nunit.framework.tests.csproj'
--- solutions/vs2005/tests/nunit.framework.tests.csproj 2009-07-16 19:37:36 +0000
+++ solutions/vs2005/tests/nunit.framework.tests.csproj 2009-09-11 21:12:38 +0000
@@ -7,7 +7,6 @@
7 <SchemaVersion>2.0</SchemaVersion>7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{F6410C35-1348-46EA-BB1C-D8866C31458E}</ProjectGuid>8 <ProjectGuid>{F6410C35-1348-46EA-BB1C-D8866C31458E}</ProjectGuid>
9 <OutputType>Library</OutputType>9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>NUnit.Framework.Tests</RootNamespace>10 <RootNamespace>NUnit.Framework.Tests</RootNamespace>
12 <AssemblyName>nunit.framework.tests</AssemblyName>11 <AssemblyName>nunit.framework.tests</AssemblyName>
13 <StartupObject>12 <StartupObject>
@@ -42,206 +41,215 @@
42 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">41 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
43 <Link>CommonAssemblyInfo.cs</Link>42 <Link>CommonAssemblyInfo.cs</Link>
44 </Compile>43 </Compile>
45 <Compile Include="..\..\..\src\tests\ArrayEqualsFailureMessageFixture.cs">44 <Compile Include="..\..\..\src\tests\NUnit\Framework\AssertThrowsTests.cs">
46 <Link>ArrayEqualsFailureMessageFixture.cs</Link>45 <Link>NUnit\Framework\AssertThrowsTests.cs</Link>
47 </Compile>46 </Compile>
48 <Compile Include="..\..\..\src\tests\ArrayEqualsFixture.cs">47 <Compile Include="..\..\..\src\tests\NUnit\Framework\AssumeThatTests.cs">
49 <Link>ArrayEqualsFixture.cs</Link>48 <Link>NUnit\Framework\AssumeThatTests.cs</Link>
50 </Compile>49 </Compile>
51 <Compile Include="..\..\..\src\tests\ArrayNotEqualFixture.cs">50 <Compile Include="..\..\..\src\tests\NUnit\Framework\CollectionAssertTest.cs">
52 <Link>ArrayNotEqualFixture.cs</Link>51 <Link>NUnit\Framework\CollectionAssertTest.cs</Link>
53 </Compile>52 </Compile>
54 <Compile Include="..\..\..\src\tests\AssertThrowsTests.cs">53 <Compile Include="..\..\..\src\tests\NUnit\Framework\ConditionAssertTests.cs">
55 <Link>AssertThrowsTests.cs</Link>54 <Link>NUnit\Framework\ConditionAssertTests.cs</Link>
56 </Compile>55 </Compile>
57 <Compile Include="..\..\..\src\tests\AssumeThatTests.cs">56 <Compile Include="..\..\..\src\tests\NUnit\Framework\Constraints\AfterConstraintTests.cs">
58 <Link>AssumeThatTests.cs</Link>57 <Link>NUnit\Framework\Constraints\AfterConstraintTests.cs</Link>
59 </Compile>58 </Compile>
60 <Compile Include="..\..\..\src\tests\CollectionAdapter.cs">59 <Compile Include="..\..\..\src\tests\NUnit\Framework\DirectoryAssertTests.cs">
61 <Link>CollectionAdapter.cs</Link>60 <Link>NUnit\Framework\DirectoryAssertTests.cs</Link>
62 </Compile>61 </Compile>
63 <Compile Include="..\..\..\src\tests\CollectionAssertTest.cs">62 <Compile Include="..\..\..\src\tests\NUnit\Framework\EqualsFixture.cs">
64 <Link>CollectionAssertTest.cs</Link>63 <Link>NUnit\Framework\EqualsFixture.cs</Link>
65 </Compile>64 </Compile>
66 <Compile Include="..\..\..\src\tests\ConditionAssertTests.cs">65 <Compile Include="..\..\..\src\tests\NUnit\Framework\FileAssertTests.cs">
67 <Link>ConditionAssertTests.cs</Link>66 <Link>NUnit\Framework\FileAssertTests.cs</Link>
68 </Compile>67 </Compile>
69 <Compile Include="..\..\..\src\tests\Constraints\AfterConstraintTests.cs">68 <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterEqualFixture.cs">
70 <Link>Constraints\AfterConstraintTests.cs</Link>69 <Link>NUnit\Framework\GreaterEqualFixture.cs</Link>
71 </Compile>70 </Compile>
72 <Compile Include="..\..\..\src\tests\Constraints\AndTest.cs">71 <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterFixture.cs">
73 <Link>Constraints\AndTest.cs</Link>72 <Link>NUnit\Framework\GreaterFixture.cs</Link>
74 </Compile>73 </Compile>
75 <Compile Include="..\..\..\src\tests\Constraints\BasicConstraintTests.cs">74 <Compile Include="..\..\..\src\tests\NUnit\Framework\LessEqualFixture.cs">
76 <Link>Constraints\BasicConstraintTests.cs</Link>75 <Link>NUnit\Framework\LessEqualFixture.cs</Link>
77 </Compile>76 </Compile>
78 <Compile Include="..\..\..\src\tests\Constraints\CollectionConstraintTests.cs">77 <Compile Include="..\..\..\src\tests\NUnit\Framework\LessFixture.cs">
79 <Link>Constraints\CollectionConstraintTests.cs</Link>78 <Link>NUnit\Framework\LessFixture.cs</Link>
80 </Compile>79 </Compile>
81 <Compile Include="..\..\..\src\tests\Constraints\ComparerTests.cs">80 <Compile Include="..\..\..\src\tests\NUnit\Framework\ListContentsTests.cs">
82 <Link>Constraints\ComparerTests.cs</Link>81 <Link>NUnit\Framework\ListContentsTests.cs</Link>
83 </Compile>82 </Compile>
84 <Compile Include="..\..\..\src\tests\Constraints\ComparisonConstraintTests.cs">83 <Compile Include="..\..\..\src\tests\NUnit\Framework\NotEqualFixture.cs">
85 <Link>Constraints\ComparisonConstraintTests.cs</Link>84 <Link>NUnit\Framework\NotEqualFixture.cs</Link>
86 </Compile>85 </Compile>
87 <Compile Include="..\..\..\src\tests\Constraints\ConstraintTestBase.cs">86 <Compile Include="..\..\..\src\tests\NUnit\Framework\NotSameFixture.cs">
88 <Link>Constraints\ConstraintTestBase.cs</Link>87 <Link>NUnit\Framework\NotSameFixture.cs</Link>
89 </Compile>88 </Compile>
90 <Compile Include="..\..\..\src\tests\Constraints\EmptyConstraintTest.cs">89 <Compile Include="..\..\..\src\tests\NUnit\Framework\NullableTypesTests.cs">
91 <Link>Constraints\EmptyConstraintTest.cs</Link>90 <Link>NUnit\Framework\NullableTypesTests.cs</Link>
92 </Compile>91 </Compile>
93 <Compile Include="..\..\..\src\tests\Constraints\EqualTest.cs">92 <Compile Include="..\..\..\src\tests\NUnit\Framework\RandomizerTests.cs">
94 <Link>Constraints\EqualTest.cs</Link>93 <Link>NUnit\Framework\RandomizerTests.cs</Link>
95 </Compile>94 </Compile>
96 <Compile Include="..\..\..\src\tests\Constraints\FloatingPointNumericsTest.cs">95 <Compile Include="..\..\..\src\tests\NUnit\Framework\RangeTests.cs">
97 <Link>Constraints\FloatingPointNumericsTest.cs</Link>96 <Link>NUnit\Framework\RangeTests.cs</Link>
98 </Compile>97 </Compile>
99 <Compile Include="..\..\..\src\tests\Constraints\MsgUtilTests.cs">98 <Compile Include="..\..\..\src\tests\NUnit\Framework\SameFixture.cs">
100 <Link>Constraints\MsgUtilTests.cs</Link>99 <Link>NUnit\Framework\SameFixture.cs</Link>
101 </Compile>100 </Compile>
102 <Compile Include="..\..\..\src\tests\Constraints\NotTest.cs">101 <Compile Include="..\..\..\src\tests\NUnit\Framework\StringAssertTests.cs">
103 <Link>Constraints\NotTest.cs</Link>102 <Link>NUnit\Framework\StringAssertTests.cs</Link>
104 </Compile>103 </Compile>
105 <Compile Include="..\..\..\src\tests\Constraints\NumericsTest.cs">104 <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\AfterTests.cs">
106 <Link>Constraints\NumericsTest.cs</Link>105 <Link>NUnit\Framework\Syntax\AfterTests.cs</Link>
107 </Compile>106 </Compile>
108 <Compile Include="..\..\..\src\tests\Constraints\OrTest.cs">107 <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs">
109 <Link>Constraints\OrTest.cs</Link>108 <Link>NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs</Link>
110 </Compile>109 </Compile>
111 <Compile Include="..\..\..\src\tests\Constraints\PathConstraintTests.cs">110 <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\InvalidCodeTests.cs">
112 <Link>Constraints\PathConstraintTests.cs</Link>111 <Link>NUnit\Framework\Syntax\InvalidCodeTests.cs</Link>
113 </Compile>112 </Compile>
114 <Compile Include="..\..\..\src\tests\Constraints\PropertyTests.cs">113 <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\TestCompiler.cs">
115 <Link>Constraints\PropertyTests.cs</Link>114 <Link>NUnit\Framework\Syntax\TestCompiler.cs</Link>
116 </Compile>115 </Compile>
117 <Compile Include="..\..\..\src\tests\Constraints\SameAsTest.cs">116 <Compile Include="..\..\..\src\tests\NUnit\Framework\TypeAssertTest.cs">
118 <Link>Constraints\SameAsTest.cs</Link>117 <Link>NUnit\Framework\TypeAssertTest.cs</Link>
119 </Compile>118 </Compile>
120 <Compile Include="..\..\..\src\tests\Constraints\SerializableConstraintTest.cs">119 <Compile Include="..\..\..\src\tests\NUnit\Framework\ValuesAttributeTests.cs">
121 <Link>Constraints\SerializableConstraintTest.cs</Link>120 <Link>NUnit\Framework\ValuesAttributeTests.cs</Link>
122 </Compile>121 </Compile>
123 <Compile Include="..\..\..\src\tests\Constraints\StringConstraintTests.cs">122 <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
124 <Link>Constraints\StringConstraintTests.cs</Link>123 <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
125 </Compile>124 </Compile>
126 <Compile Include="..\..\..\src\tests\Constraints\ThrowsConstraintTests.cs">125 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
127 <Link>Constraints\ThrowsConstraintTests.cs</Link>126 <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
128 </Compile>127 </Compile>
129 <Compile Include="..\..\..\src\tests\Constraints\TypeConstraintTests.cs">128 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
130 <Link>Constraints\TypeConstraintTests.cs</Link>129 <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
131 </Compile>130 </Compile>
132 <Compile Include="..\..\..\src\tests\DirectoryAssertTests.cs">131 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
133 <Link>DirectoryAssertTests.cs</Link>132 <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
134 </Compile>133 </Compile>
135 <Compile Include="..\..\..\src\tests\EqualsFixture.cs">134 <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
136 <Link>EqualsFixture.cs</Link>135 <Link>Shared\Framework\CollectionAdapter.cs</Link>
137 </Compile>136 </Compile>
138 <Compile Include="..\..\..\src\tests\FileAssertTests.cs">137 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
139 <Link>FileAssertTests.cs</Link>138 <Link>Shared\Framework\Constraints\AndTest.cs</Link>
140 </Compile>139 </Compile>
141 <Compile Include="..\..\..\src\tests\GreaterEqualFixture.cs">140 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
142 <Link>GreaterEqualFixture.cs</Link>141 <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
143 </Compile>142 </Compile>
144 <Compile Include="..\..\..\src\tests\GreaterFixture.cs">143 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
145 <Link>GreaterFixture.cs</Link>144 <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
146 </Compile>145 </Compile>
147 <Compile Include="..\..\..\src\tests\LessEqualFixture.cs">146 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
148 <Link>LessEqualFixture.cs</Link>147 <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
149 </Compile>148 </Compile>
150 <Compile Include="..\..\..\src\tests\LessFixture.cs">149 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
151 <Link>LessFixture.cs</Link>150 <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
152 </Compile>151 </Compile>
153 <Compile Include="..\..\..\src\tests\ListContentsTests.cs">152 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
154 <Link>ListContentsTests.cs</Link>153 <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
155 </Compile>154 </Compile>
156 <Compile Include="..\..\..\src\tests\MessageChecker.cs">155 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
157 <Link>MessageChecker.cs</Link>156 <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
158 </Compile>157 </Compile>
159 <Compile Include="..\..\..\src\tests\NotEqualFixture.cs">158 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
160 <Link>NotEqualFixture.cs</Link>159 <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
161 </Compile>160 </Compile>
162 <Compile Include="..\..\..\src\tests\NotSameFixture.cs">161 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
163 <Link>NotSameFixture.cs</Link>162 <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
164 </Compile>163 </Compile>
165 <Compile Include="..\..\..\src\tests\NullableTypesTests.cs">164 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
166 <Link>NullableTypesTests.cs</Link>165 <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
167 </Compile>166 </Compile>
168 <Compile Include="..\..\..\src\tests\RandomizerTests.cs">167 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
169 <Link>RandomizerTests.cs</Link>168 <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
170 </Compile>169 </Compile>
171 <Compile Include="..\..\..\src\tests\RangeTests.cs">170 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
172 <Link>RangeTests.cs</Link>171 <Link>Shared\Framework\Constraints\NotTest.cs</Link>
173 </Compile>172 </Compile>
174 <Compile Include="..\..\..\src\tests\SameFixture.cs">173 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
175 <Link>SameFixture.cs</Link>174 <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
176 </Compile>175 </Compile>
177 <Compile Include="..\..\..\src\tests\StringAssertTests.cs">176 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
178 <Link>StringAssertTests.cs</Link>177 <Link>Shared\Framework\Constraints\OrTest.cs</Link>
179 </Compile>178 </Compile>
180 <Compile Include="..\..\..\src\tests\Syntax\AfterTests.cs">179 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
181 <Link>Syntax\AfterTests.cs</Link>180 <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
182 </Compile>181 </Compile>
183 <Compile Include="..\..\..\src\tests\Syntax\ArbitraryConstraintMatching.cs">182 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
184 <Link>Syntax\ArbitraryConstraintMatching.cs</Link>183 <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
185 </Compile>184 </Compile>
186 <Compile Include="..\..\..\src\tests\Syntax\CollectionTests.cs">185 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
187 <Link>Syntax\CollectionTests.cs</Link>186 <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
188 </Compile>187 </Compile>
189 <Compile Include="..\..\..\src\tests\Syntax\ComparisonTests.cs">188 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
190 <Link>Syntax\ComparisonTests.cs</Link>189 <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
191 </Compile>190 </Compile>
192 <Compile Include="..\..\..\src\tests\Syntax\EqualityTests.cs">191 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
193 <Link>Syntax\EqualityTests.cs</Link>192 <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
194 </Compile>193 </Compile>
195 <Compile Include="..\..\..\src\tests\Syntax\InvalidCodeTests.cs">194 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
196 <Link>Syntax\InvalidCodeTests.cs</Link>195 <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
197 </Compile>196 </Compile>
198 <Compile Include="..\..\..\src\tests\Syntax\OperatorOverrides.cs">197 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
199 <Link>Syntax\OperatorOverrides.cs</Link>198 <Link>Shared\Framework\Constraints\XmlSeriazliableTest.cs</Link>
200 </Compile>199 </Compile>
201 <Compile Include="..\..\..\src\tests\Syntax\OperatorTests.cs">200 <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
202 <Link>Syntax\OperatorTests.cs</Link>201 <Link>Shared\Framework\MessageChecker.cs</Link>
203 </Compile>202 </Compile>
204 <Compile Include="..\..\..\src\tests\Syntax\PathConstraintTests.cs">203 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
205 <Link>Syntax\PathConstraintTests.cs</Link>204 <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
206 </Compile>205 </Compile>
207 <Compile Include="..\..\..\src\tests\Syntax\PropertyTests.cs">206 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
208 <Link>Syntax\PropertyTests.cs</Link>207 <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
209 </Compile>208 </Compile>
210 <Compile Include="..\..\..\src\tests\Syntax\SerializableConstraints.cs">209 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
211 <Link>Syntax\SerializableConstraints.cs</Link>210 <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
212 </Compile>211 </Compile>
213 <Compile Include="..\..\..\src\tests\Syntax\SimpleConstraints.cs">212 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
214 <Link>Syntax\SimpleConstraints.cs</Link>213 <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
215 </Compile>214 </Compile>
216 <Compile Include="..\..\..\src\tests\Syntax\StringConstraints.cs">215 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
217 <Link>Syntax\StringConstraints.cs</Link>216 <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
218 </Compile>217 </Compile>
219 <Compile Include="..\..\..\src\tests\Syntax\SyntaxTest.cs">218 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
220 <Link>Syntax\SyntaxTest.cs</Link>219 <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
221 </Compile>220 </Compile>
222 <Compile Include="..\..\..\src\tests\Syntax\TestCompiler.cs">221 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
223 <Link>Syntax\TestCompiler.cs</Link>222 <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
224 </Compile>223 </Compile>
225 <Compile Include="..\..\..\src\tests\Syntax\ThrowsTests.cs">224 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
226 <Link>Syntax\ThrowsTests.cs</Link>225 <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
227 </Compile>226 </Compile>
228 <Compile Include="..\..\..\src\tests\Syntax\TypeConstraints.cs">227 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
229 <Link>Syntax\TypeConstraints.cs</Link>228 <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
230 </Compile>229 </Compile>
231 <Compile Include="..\..\..\src\tests\TestDelegates.cs">230 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
232 <Link>TestDelegates.cs</Link>231 <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
233 </Compile>232 </Compile>
234 <Compile Include="..\..\..\src\tests\TestFixtureAttributeTests.cs">233 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
235 <Link>TestFixtureAttributeTests.cs</Link>234 <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
236 </Compile>235 </Compile>
237 <Compile Include="..\..\..\src\tests\TextMessageWriterTests.cs">236 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
238 <Link>TextMessageWriterTests.cs</Link>237 <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
239 </Compile>238 </Compile>
240 <Compile Include="..\..\..\src\tests\TypeAssertTest.cs">239 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
241 <Link>TypeAssertTest.cs</Link>240 <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
242 </Compile>241 </Compile>
243 <Compile Include="..\..\..\src\tests\ValuesAttributeTests.cs">242 <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
244 <Link>ValuesAttributeTests.cs</Link>243 <Link>Shared\Framework\TestComparer.cs</Link>
244 </Compile>
245 <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
246 <Link>Shared\Framework\TestDelegates.cs</Link>
247 </Compile>
248 <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
249 <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
250 </Compile>
251 <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
252 <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
245 </Compile>253 </Compile>
246 </ItemGroup>254 </ItemGroup>
247 <ItemGroup>255 <ItemGroup>
248256
=== modified file 'solutions/vs2008/NUnitFramework.sln'
--- solutions/vs2008/NUnitFramework.sln 2009-07-16 19:37:36 +0000
+++ solutions/vs2008/NUnitFramework.sln 2009-09-08 05:53:41 +0000
@@ -5,6 +5,16 @@
5EndProject5EndProject
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework.tests", "tests\nunit.framework.tests.csproj", "{EA9871E3-9972-4476-821E-3961C28125E8}"6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunit.framework.tests", "tests\nunit.framework.tests.csproj", "{EA9871E3-9972-4476-821E-3961C28125E8}"
7EndProject7EndProject
8Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite", "nunitlite\nunitlite.csproj", "{0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}"
9EndProject
10Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite.tests", "nunitlite.tests\nunitlite.tests.csproj", "{0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}"
11EndProject
12Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NUnitLiteTests", "NUnitLiteTests\NUnitLiteTests.csproj", "{F57C72F6-080C-45ED-813A-92158FC09221}"
13EndProject
14Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite_CF.tests", "nunitlite_CF.tests\nunitlite_CF.tests.csproj", "{B9EE77F7-FCC2-468A-86D0-518CCFAB2843}"
15EndProject
16Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nunitlite_CF", "nunitlite_CF\nunitlite_CF.csproj", "{463FC406-30E1-496E-9222-65DDE413CC84}"
17EndProject
8Global18Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution19 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 Debug|Any CPU = Debug|Any CPU20 Debug|Any CPU = Debug|Any CPU
@@ -19,6 +29,28 @@
19 {EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Any CPU.Build.0 = Debug|Any CPU29 {EA9871E3-9972-4476-821E-3961C28125E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
20 {EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.ActiveCfg = Release|Any CPU30 {EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
21 {EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.Build.0 = Release|Any CPU31 {EA9871E3-9972-4476-821E-3961C28125E8}.Release|Any CPU.Build.0 = Release|Any CPU
32 {0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33 {0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}.Debug|Any CPU.Build.0 = Debug|Any CPU
34 {0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}.Release|Any CPU.ActiveCfg = Release|Any CPU
35 {0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}.Release|Any CPU.Build.0 = Release|Any CPU
36 {0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37 {0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
38 {0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
39 {0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}.Release|Any CPU.Build.0 = Release|Any CPU
40 {F57C72F6-080C-45ED-813A-92158FC09221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41 {F57C72F6-080C-45ED-813A-92158FC09221}.Debug|Any CPU.Build.0 = Debug|Any CPU
42 {F57C72F6-080C-45ED-813A-92158FC09221}.Release|Any CPU.ActiveCfg = Release|Any CPU
43 {F57C72F6-080C-45ED-813A-92158FC09221}.Release|Any CPU.Build.0 = Release|Any CPU
44 {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45 {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Debug|Any CPU.Build.0 = Debug|Any CPU
46 {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
47 {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Release|Any CPU.ActiveCfg = Release|Any CPU
48 {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Release|Any CPU.Build.0 = Release|Any CPU
49 {B9EE77F7-FCC2-468A-86D0-518CCFAB2843}.Release|Any CPU.Deploy.0 = Release|Any CPU
50 {463FC406-30E1-496E-9222-65DDE413CC84}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
51 {463FC406-30E1-496E-9222-65DDE413CC84}.Debug|Any CPU.Build.0 = Debug|Any CPU
52 {463FC406-30E1-496E-9222-65DDE413CC84}.Release|Any CPU.ActiveCfg = Release|Any CPU
53 {463FC406-30E1-496E-9222-65DDE413CC84}.Release|Any CPU.Build.0 = Release|Any CPU
22 EndGlobalSection54 EndGlobalSection
23 GlobalSection(SolutionProperties) = preSolution55 GlobalSection(SolutionProperties) = preSolution
24 HideSolutionNode = FALSE56 HideSolutionNode = FALSE
2557
=== modified file 'solutions/vs2008/framework/nunit.framework.csproj'
--- solutions/vs2008/framework/nunit.framework.csproj 2009-09-01 22:35:53 +0000
+++ solutions/vs2008/framework/nunit.framework.csproj 2009-09-08 05:53:41 +0000
@@ -8,7 +8,7 @@
8 <ProjectGuid>{12B66B03-90F1-4992-BD33-BDF3C69AE49E}</ProjectGuid>8 <ProjectGuid>{12B66B03-90F1-4992-BD33-BDF3C69AE49E}</ProjectGuid>
9 <OutputType>Library</OutputType>9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>NUnit.Framework</RootNamespace>11 <RootNamespace>NUnit</RootNamespace>
12 <AssemblyName>nunit.framework</AssemblyName>12 <AssemblyName>nunit.framework</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>14 <FileAlignment>512</FileAlignment>
@@ -57,281 +57,287 @@
57 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">57 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
58 <Link>AssemblyInfo.cs</Link>58 <Link>AssemblyInfo.cs</Link>
59 </Compile>59 </Compile>
60 <Compile Include="..\..\..\src\framework\Assert.cs">60 <Compile Include="..\..\..\src\framework\Env.cs">
61 <Link>Assert.cs</Link>61 <Link>Env.cs</Link>
62 </Compile>62 </Compile>
63 <Compile Include="..\..\..\src\framework\AssertionException.cs">63 <Compile Include="..\..\..\src\framework\NUnit\Framework\Assume.cs">
64 <Link>AssertionException.cs</Link>64 <Link>NUnit\Framework\Assume.cs</Link>
65 </Compile>65 </Compile>
66 <Compile Include="..\..\..\src\framework\AssertionHelper.cs">66 <Compile Include="..\..\..\src\framework\NUnit\Framework\CategoryAttribute.cs">
67 <Link>AssertionHelper.cs</Link>67 <Link>NUnit\Framework\CategoryAttribute.cs</Link>
68 </Compile>68 </Compile>
69 <Compile Include="..\..\..\src\framework\Assume.cs">69 <Compile Include="..\..\..\src\framework\NUnit\Framework\CollectionAssert.cs">
70 <Link>Assume.cs</Link>70 <Link>NUnit\Framework\CollectionAssert.cs</Link>
71 </Compile>71 </Compile>
72 <Compile Include="..\..\..\src\framework\CategoryAttribute.cs">72 <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DelayedConstraint.cs">
73 <Link>CategoryAttribute.cs</Link>73 <Link>NUnit\Framework\Constraints\DelayedConstraint.cs</Link>
74 </Compile>74 </Compile>
75 <Compile Include="..\..\..\src\framework\CollectionAssert.cs">75 <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\DirectoryConstraints.cs">
76 <Link>CollectionAssert.cs</Link>76 <Link>NUnit\Framework\Constraints\DirectoryConstraints.cs</Link>
77 </Compile>77 </Compile>
78 <Compile Include="..\..\..\src\framework\Constraints\AttributeConstraints.cs">78 <Compile Include="..\..\..\src\framework\NUnit\Framework\Constraints\PredicateConstraint.cs">
79 <Link>Constraints\AttributeConstraints.cs</Link>79 <Link>NUnit\Framework\Constraints\PredicateConstraint.cs</Link>
80 </Compile>80 </Compile>
81 <Compile Include="..\..\..\src\framework\Constraints\BasicConstraints.cs">81 <Compile Include="..\..\..\src\framework\NUnit\Framework\DatapointAttributes.cs">
82 <Link>Constraints\BasicConstraints.cs</Link>82 <Link>NUnit\Framework\DatapointAttributes.cs</Link>
83 </Compile>83 </Compile>
84 <Compile Include="..\..\..\src\framework\Constraints\BinaryOperations.cs">84 <Compile Include="..\..\..\src\framework\NUnit\Framework\DirectoryAssert.cs">
85 <Link>Constraints\BinaryOperations.cs</Link>85 <Link>NUnit\Framework\DirectoryAssert.cs</Link>
86 </Compile>86 </Compile>
87 <Compile Include="..\..\..\src\framework\Constraints\CollectionConstraints.cs">87 <Compile Include="..\..\..\src\framework\NUnit\Framework\ExplicitAttribute.cs">
88 <Link>Constraints\CollectionConstraints.cs</Link>88 <Link>NUnit\Framework\ExplicitAttribute.cs</Link>
89 </Compile>89 </Compile>
90 <Compile Include="..\..\..\src\framework\Constraints\ComparisonAdapter.cs">90 <Compile Include="..\..\..\src\framework\NUnit\Framework\FileAssert.cs">
91 <Link>Constraints\ComparisonAdapter.cs</Link>91 <Link>NUnit\Framework\FileAssert.cs</Link>
92 </Compile>92 </Compile>
93 <Compile Include="..\..\..\src\framework\Constraints\ComparisonConstraints.cs">93 <Compile Include="..\..\..\src\framework\NUnit\Framework\IgnoreException.cs">
94 <Link>Constraints\ComparisonConstraints.cs</Link>94 <Link>NUnit\Framework\IgnoreException.cs</Link>
95 </Compile>95 </Compile>
96 <Compile Include="..\..\..\src\framework\Constraints\Constraint.cs">96 <Compile Include="..\..\..\src\framework\NUnit\Framework\IncludeExcludeAttributes.cs">
97 <Link>Constraints\Constraint.cs</Link>97 <Link>NUnit\Framework\IncludeExcludeAttributes.cs</Link>
98 </Compile>98 </Compile>
99 <Compile Include="..\..\..\src\framework\Constraints\ConstraintBuilder.cs">99 <Compile Include="..\..\..\src\framework\NUnit\Framework\InconclusiveException.cs">
100 <Link>Constraints\ConstraintBuilder.cs</Link>100 <Link>NUnit\Framework\InconclusiveException.cs</Link>
101 </Compile>101 </Compile>
102 <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpression.cs">102 <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
103 <Link>Constraints\ConstraintExpression.cs</Link>103 <Link>Shared\Framework\ITestCaseData.cs</Link>
104 </Compile>104 </Compile>
105 <Compile Include="..\..\..\src\framework\Constraints\ConstraintExpressionBase.cs">105 <Compile Include="..\..\..\src\framework\NUnit\Framework\Iz.cs">
106 <Link>Constraints\ConstraintExpressionBase.cs</Link>106 <Link>NUnit\Framework\Iz.cs</Link>
107 </Compile>107 </Compile>
108 <Compile Include="..\..\..\src\framework\Constraints\ConstraintFactory.cs">108 <Compile Include="..\..\..\src\framework\NUnit\Framework\JoinTypeAttributes.cs">
109 <Link>Constraints\ConstraintFactory.cs</Link>109 <Link>NUnit\Framework\JoinTypeAttributes.cs</Link>
110 </Compile>110 </Compile>
111 <Compile Include="..\..\..\src\framework\Constraints\ConstraintOperators.cs">111 <Compile Include="..\..\..\src\framework\NUnit\Framework\List.cs">
112 <Link>Constraints\ConstraintOperators.cs</Link>112 <Link>NUnit\Framework\List.cs</Link>
113 </Compile>113 </Compile>
114 <Compile Include="..\..\..\src\framework\Constraints\ContainsConstraint.cs">114 <Compile Include="..\..\..\src\framework\NUnit\Framework\MaxTimeAttribute.cs">
115 <Link>Constraints\ContainsConstraint.cs</Link>115 <Link>NUnit\Framework\MaxTimeAttribute.cs</Link>
116 </Compile>116 </Compile>
117 <Compile Include="..\..\..\src\framework\Constraints\DelayedConstraint.cs">117 <Compile Include="..\..\..\src\framework\NUnit\Framework\RandomAttribute.cs">
118 <Link>Constraints\DelayedConstraint.cs</Link>118 <Link>NUnit\Framework\RandomAttribute.cs</Link>
119 </Compile>119 </Compile>
120 <Compile Include="..\..\..\src\framework\Constraints\DirectoryConstraints.cs">120 <Compile Include="..\..\..\src\framework\NUnit\Framework\Randomizer.cs">
121 <Link>Constraints\DirectoryConstraints.cs</Link>121 <Link>NUnit\Framework\Randomizer.cs</Link>
122 </Compile>122 </Compile>
123 <Compile Include="..\..\..\src\framework\Constraints\EmptyConstraint.cs">123 <Compile Include="..\..\..\src\framework\NUnit\Framework\RangeAttribute.cs">
124 <Link>Constraints\EmptyConstraint.cs</Link>124 <Link>NUnit\Framework\RangeAttribute.cs</Link>
125 </Compile>125 </Compile>
126 <Compile Include="..\..\..\src\framework\Constraints\EqualConstraint.cs">126 <Compile Include="..\..\..\src\framework\NUnit\Framework\RepeatAttribute.cs">
127 <Link>Constraints\EqualConstraint.cs</Link>127 <Link>NUnit\Framework\RepeatAttribute.cs</Link>
128 </Compile>128 </Compile>
129 <Compile Include="..\..\..\src\framework\Constraints\EqualityAdapter.cs">129 <Compile Include="..\..\..\src\framework\NUnit\Framework\RequiredAddinAttribute.cs">
130 <Link>Constraints\EqualityAdapter.cs</Link>130 <Link>NUnit\Framework\RequiredAddinAttribute.cs</Link>
131 </Compile>131 </Compile>
132 <Compile Include="..\..\..\src\framework\Constraints\FloatingPointNumerics.cs">132 <Compile Include="..\..\..\src\framework\NUnit\Framework\SetCultureAttribute.cs">
133 <Link>Constraints\FloatingPointNumerics.cs</Link>133 <Link>NUnit\Framework\SetCultureAttribute.cs</Link>
134 </Compile>134 </Compile>
135 <Compile Include="..\..\..\src\framework\Constraints\IResolveConstraint.cs">135 <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUICultureAttribute.cs">
136 <Link>Constraints\IResolveConstraint.cs</Link>136 <Link>NUnit\Framework\SetUICultureAttribute.cs</Link>
137 </Compile>137 </Compile>
138 <Compile Include="..\..\..\src\framework\Constraints\MessageWriter.cs">138 <Compile Include="..\..\..\src\framework\NUnit\Framework\SetUpFixtureAttribute.cs">
139 <Link>Constraints\MessageWriter.cs</Link>139 <Link>NUnit\Framework\SetUpFixtureAttribute.cs</Link>
140 </Compile>140 </Compile>
141 <Compile Include="..\..\..\src\framework\Constraints\MsgUtils.cs">141 <Compile Include="..\..\..\src\framework\NUnit\Framework\StringAssert.cs">
142 <Link>Constraints\MsgUtils.cs</Link>142 <Link>NUnit\Framework\StringAssert.cs</Link>
143 </Compile>143 </Compile>
144 <Compile Include="..\..\..\src\framework\Constraints\Numerics.cs">144 <Compile Include="..\..\..\src\framework\NUnit\Framework\SuccessException.cs">
145 <Link>Constraints\Numerics.cs</Link>145 <Link>NUnit\Framework\SuccessException.cs</Link>
146 </Compile>146 </Compile>
147 <Compile Include="..\..\..\src\framework\Constraints\NUnitComparer.cs">147 <Compile Include="..\..\..\src\framework\NUnit\Framework\SuiteAttribute.cs">
148 <Link>Constraints\NUnitComparer.cs</Link>148 <Link>NUnit\Framework\SuiteAttribute.cs</Link>
149 </Compile>149 </Compile>
150 <Compile Include="..\..\..\src\framework\Constraints\NUnitEqualityComparer.cs">150 <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureSetUpAttribute.cs">
151 <Link>Constraints\NUnitEqualityComparer.cs</Link>151 <Link>NUnit\Framework\TestFixtureSetUpAttribute.cs</Link>
152 </Compile>152 </Compile>
153 <Compile Include="..\..\..\src\framework\Constraints\PathConstraints.cs">153 <Compile Include="..\..\..\src\framework\NUnit\Framework\TestFixtureTearDownAttribute.cs">
154 <Link>Constraints\PathConstraints.cs</Link>154 <Link>NUnit\Framework\TestFixtureTearDownAttribute.cs</Link>
155 </Compile>155 </Compile>
156 <Compile Include="..\..\..\src\framework\Constraints\PredicateConstraint.cs">156 <Compile Include="..\..\..\src\framework\NUnit\Framework\Text.cs">
157 <Link>Constraints\PredicateConstraint.cs</Link>157 <Link>NUnit\Framework\Text.cs</Link>
158 </Compile>158 </Compile>
159 <Compile Include="..\..\..\src\framework\Constraints\PrefixConstraints.cs">159 <Compile Include="..\..\..\src\framework\NUnit\Framework\TheoryAttribute.cs">
160 <Link>Constraints\PrefixConstraints.cs</Link>160 <Link>NUnit\Framework\TheoryAttribute.cs</Link>
161 </Compile>161 </Compile>
162 <Compile Include="..\..\..\src\framework\Constraints\PropertyConstraint.cs">162 <Compile Include="..\..\..\src\framework\NUnit\Framework\ThreadingAttributes.cs">
163 <Link>Constraints\PropertyConstraint.cs</Link>163 <Link>NUnit\Framework\ThreadingAttributes.cs</Link>
164 </Compile>164 </Compile>
165 <Compile Include="..\..\..\src\framework\Constraints\RangeConstraint.cs">165 <Compile Include="..\..\..\src\framework\NUnit\Framework\ValuesAttribute.cs">
166 <Link>Constraints\RangeConstraint.cs</Link>166 <Link>NUnit\Framework\ValuesAttribute.cs</Link>
167 </Compile>167 </Compile>
168 <Compile Include="..\..\..\src\framework\Constraints\ResolvableConstraintExpression.cs">168 <Compile Include="..\..\..\src\framework\NUnit\Framework\ValueSourceAttribute.cs">
169 <Link>Constraints\ResolvableConstraintExpression.cs</Link>169 <Link>NUnit\Framework\ValueSourceAttribute.cs</Link>
170 </Compile>170 </Compile>
171 <Compile Include="..\..\..\src\framework\Constraints\SameAsConstraint.cs">171 <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
172 <Link>Constraints\SameAsConstraint.cs</Link>172 <Link>Shared\Framework\Assert.cs</Link>
173 </Compile>173 </Compile>
174 <Compile Include="..\..\..\src\framework\Constraints\SerializableConstraints.cs">174 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
175 <Link>Constraints\SerializableConstraints.cs</Link>175 <Link>Shared\Framework\AssertionException.cs</Link>
176 </Compile>176 </Compile>
177 <Compile Include="..\..\..\src\framework\Constraints\StringConstraints.cs">177 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
178 <Link>Constraints\StringConstraints.cs</Link>178 <Link>Shared\Framework\AssertionHelper.cs</Link>
179 </Compile>179 </Compile>
180 <Compile Include="..\..\..\src\framework\Constraints\ThrowsConstraint.cs">180 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
181 <Link>Constraints\ThrowsConstraint.cs</Link>181 <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
182 </Compile>182 </Compile>
183 <Compile Include="..\..\..\src\framework\Constraints\Tolerance.cs">183 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
184 <Link>Constraints\Tolerance.cs</Link>184 <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
185 </Compile>185 </Compile>
186 <Compile Include="..\..\..\src\framework\Constraints\TypeConstraints.cs">186 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
187 <Link>Constraints\TypeConstraints.cs</Link>187 <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
188 </Compile>188 </Compile>
189 <Compile Include="..\..\..\src\framework\DatapointAttributes.cs">189 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
190 <Link>DatapointAttributes.cs</Link>190 <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
191 </Compile>191 </Compile>
192 <Compile Include="..\..\..\src\framework\DescriptionAttribute.cs">192 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
193 <Link>DescriptionAttribute.cs</Link>193 <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
194 </Compile>194 </Compile>
195 <Compile Include="..\..\..\src\framework\DirectoryAssert.cs">195 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
196 <Link>DirectoryAssert.cs</Link>196 <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
197 </Compile>197 </Compile>
198 <Compile Include="..\..\..\src\framework\ExpectedExceptionAttribute.cs">198 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
199 <Link>ExpectedExceptionAttribute.cs</Link>199 <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
200 </Compile>200 </Compile>
201 <Compile Include="..\..\..\src\framework\ExplicitAttribute.cs">201 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
202 <Link>ExplicitAttribute.cs</Link>202 <Link>Shared\Framework\Constraints\Constraint.cs</Link>
203 </Compile>203 </Compile>
204 <Compile Include="..\..\..\src\framework\FileAssert.cs">204 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
205 <Link>FileAssert.cs</Link>205 <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
206 </Compile>206 </Compile>
207 <Compile Include="..\..\..\src\framework\GlobalSettings.cs">207 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
208 <Link>GlobalSettings.cs</Link>208 <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
209 </Compile>209 </Compile>
210 <Compile Include="..\..\..\src\framework\Has.cs">210 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
211 <Link>Has.cs</Link>211 <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
212 </Compile>212 </Compile>
213 <Compile Include="..\..\..\src\framework\IExpectException.cs">213 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
214 <Link>IExpectException.cs</Link>214 <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
215 </Compile>215 </Compile>
216 <Compile Include="..\..\..\src\framework\IgnoreAttribute.cs">216 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
217 <Link>IgnoreAttribute.cs</Link>217 <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
218 </Compile>218 </Compile>
219 <Compile Include="..\..\..\src\framework\IgnoreException.cs">219 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
220 <Link>IgnoreException.cs</Link>220 <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
221 </Compile>221 </Compile>
222 <Compile Include="..\..\..\src\framework\IncludeExcludeAttributes.cs">222 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
223 <Link>IncludeExcludeAttributes.cs</Link>223 <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
224 </Compile>224 </Compile>
225 <Compile Include="..\..\..\src\framework\InconclusiveException.cs">225 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
226 <Link>InconclusiveException.cs</Link>226 <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
227 </Compile>227 </Compile>
228 <Compile Include="..\..\..\src\framework\Is.cs">228 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
229 <Link>Is.cs</Link>229 <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
230 </Compile>230 </Compile>
231 <Compile Include="..\..\..\src\framework\ITestCaseData.cs">231 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
232 <Link>ITestCaseData.cs</Link>232 <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
233 </Compile>233 </Compile>
234 <Compile Include="..\..\..\src\framework\Iz.cs">234 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
235 <Link>Iz.cs</Link>235 <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
236 </Compile>236 </Compile>
237 <Compile Include="..\..\..\src\framework\JoinTypeAttributes.cs">237 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
238 <Link>JoinTypeAttributes.cs</Link>238 <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
239 </Compile>239 </Compile>
240 <Compile Include="..\..\..\src\framework\List.cs">240 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
241 <Link>List.cs</Link>241 <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
242 </Compile>242 </Compile>
243 <Compile Include="..\..\..\src\framework\ListMapper.cs">243 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
244 <Link>ListMapper.cs</Link>244 <Link>Shared\Framework\Constraints\Numerics.cs</Link>
245 </Compile>245 </Compile>
246 <Compile Include="..\..\..\src\framework\MaxTimeAttribute.cs">246 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
247 <Link>MaxTimeAttribute.cs</Link>247 <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
248 </Compile>248 </Compile>
249 <Compile Include="..\..\..\src\framework\PropertyAttribute.cs">249 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
250 <Link>PropertyAttribute.cs</Link>250 <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
251 </Compile>251 </Compile>
252 <Compile Include="..\..\..\src\framework\RandomAttribute.cs">252 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
253 <Link>RandomAttribute.cs</Link>253 <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
254 </Compile>254 </Compile>
255 <Compile Include="..\..\..\src\framework\Randomizer.cs">255 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
256 <Link>Randomizer.cs</Link>256 <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
257 </Compile>257 </Compile>
258 <Compile Include="..\..\..\src\framework\RangeAttribute.cs">258 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
259 <Link>RangeAttribute.cs</Link>259 <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
260 </Compile>260 </Compile>
261 <Compile Include="..\..\..\src\framework\RepeatAttribute.cs">261 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
262 <Link>RepeatAttribute.cs</Link>262 <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
263 </Compile>263 </Compile>
264 <Compile Include="..\..\..\src\framework\RequiredAddinAttribute.cs">264 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
265 <Link>RequiredAddinAttribute.cs</Link>265 <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
266 </Compile>266 </Compile>
267 <Compile Include="..\..\..\src\framework\SetCultureAttribute.cs">267 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
268 <Link>SetCultureAttribute.cs</Link>268 <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
269 </Compile>269 </Compile>
270 <Compile Include="..\..\..\src\framework\SetUICultureAttribute.cs">270 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
271 <Link>SetUICultureAttribute.cs</Link>271 <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
272 </Compile>272 </Compile>
273 <Compile Include="..\..\..\src\framework\SetUpAttribute.cs">273 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
274 <Link>SetUpAttribute.cs</Link>274 <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
275 </Compile>275 </Compile>
276 <Compile Include="..\..\..\src\framework\SetUpFixtureAttribute.cs">276 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
277 <Link>SetUpFixtureAttribute.cs</Link>277 <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
278 </Compile>278 </Compile>
279 <Compile Include="..\..\..\src\framework\SpecialValue.cs">279 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
280 <Link>SpecialValue.cs</Link>280 <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
281 </Compile>281 </Compile>
282 <Compile Include="..\..\..\src\framework\StringAssert.cs">282 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
283 <Link>StringAssert.cs</Link>283 <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
284 </Compile>284 </Compile>
285 <Compile Include="..\..\..\src\framework\SuccessException.cs">285 <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
286 <Link>SuccessException.cs</Link>286 <Link>Shared\Framework\DescriptionAttribute.cs</Link>
287 </Compile>287 </Compile>
288 <Compile Include="..\..\..\src\framework\SuiteAttribute.cs">288 <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
289 <Link>SuiteAttribute.cs</Link>289 <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
290 </Compile>290 </Compile>
291 <Compile Include="..\..\..\src\framework\TearDownAttribute.cs">291 <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
292 <Link>TearDownAttribute.cs</Link>292 <Link>Shared\Framework\GlobalSettings.cs</Link>
293 </Compile>293 </Compile>
294 <Compile Include="..\..\..\src\framework\TestAttribute.cs">294 <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
295 <Link>TestAttribute.cs</Link>295 <Link>Shared\Framework\Has.cs</Link>
296 </Compile>296 </Compile>
297 <Compile Include="..\..\..\src\framework\TestCaseAttribute.cs">297 <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
298 <Link>TestCaseAttribute.cs</Link>298 <Link>Shared\Framework\IExpectException.cs</Link>
299 </Compile>299 </Compile>
300 <Compile Include="..\..\..\src\framework\TestCaseData.cs">300 <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
301 <Link>TestCaseData.cs</Link>301 <Link>Shared\Framework\IgnoreAttribute.cs</Link>
302 </Compile>302 </Compile>
303 <Compile Include="..\..\..\src\framework\TestCaseSourceAttribute.cs">303 <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
304 <Link>TestCaseSourceAttribute.cs</Link>304 <Link>Shared\Framework\Is.cs</Link>
305 </Compile>305 </Compile>
306 <Compile Include="..\..\..\src\framework\TestFixtureAttribute.cs">306 <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
307 <Link>TestFixtureAttribute.cs</Link>307 <Link>Shared\Framework\ListMapper.cs</Link>
308 </Compile>308 </Compile>
309 <Compile Include="..\..\..\src\framework\TestFixtureSetUpAttribute.cs">309 <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
310 <Link>TestFixtureSetUpAttribute.cs</Link>310 <Link>Shared\Framework\PropertyAttribute.cs</Link>
311 </Compile>311 </Compile>
312 <Compile Include="..\..\..\src\framework\TestFixtureTearDownAttribute.cs">312 <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
313 <Link>TestFixtureTearDownAttribute.cs</Link>313 <Link>Shared\Framework\SetUpAttribute.cs</Link>
314 </Compile>314 </Compile>
315 <Compile Include="..\..\..\src\framework\Text.cs">315 <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
316 <Link>Text.cs</Link>316 <Link>Shared\Framework\SpecialValue.cs</Link>
317 </Compile>317 </Compile>
318 <Compile Include="..\..\..\src\framework\TextMessageWriter.cs">318 <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
319 <Link>TextMessageWriter.cs</Link>319 <Link>Shared\Framework\TearDownAttribute.cs</Link>
320 </Compile>320 </Compile>
321 <Compile Include="..\..\..\src\framework\TheoryAttribute.cs">321 <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
322 <Link>TheoryAttribute.cs</Link>322 <Link>Shared\Framework\TestAttribute.cs</Link>
323 </Compile>323 </Compile>
324 <Compile Include="..\..\..\src\framework\ThreadingAttributes.cs">324 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
325 <Link>ThreadingAttributes.cs</Link>325 <Link>Shared\Framework\TestCaseAttribute.cs</Link>
326 </Compile>326 </Compile>
327 <Compile Include="..\..\..\src\framework\Throws.cs">327 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
328 <Link>Throws.cs</Link>328 <Link>Shared\Framework\TestCaseData.cs</Link>
329 </Compile>329 </Compile>
330 <Compile Include="..\..\..\src\framework\ValuesAttribute.cs">330 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
331 <Link>ValuesAttribute.cs</Link>331 <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
332 </Compile>332 </Compile>
333 <Compile Include="..\..\..\src\framework\ValueSourceAttribute.cs">333 <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
334 <Link>ValueSourceAttribute.cs</Link>334 <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
335 </Compile>
336 <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
337 <Link>Shared\Framework\TextMessageWriter.cs</Link>
338 </Compile>
339 <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
340 <Link>Shared\Framework\Throws.cs</Link>
335 </Compile>341 </Compile>
336 </ItemGroup>342 </ItemGroup>
337 <ItemGroup>343 <ItemGroup>
@@ -339,6 +345,8 @@
339 <Reference Include="System.XML" />345 <Reference Include="System.XML" />
340 </ItemGroup>346 </ItemGroup>
341 <ItemGroup>347 <ItemGroup>
342 <Content Include="XMLFile1.xml" />348 <Content Include="..\..\..\src\framework\SyntaxElements.txt">
349 <Link>SyntaxElements.txt</Link>
350 </Content>
343 </ItemGroup>351 </ItemGroup>
344</Project>352</Project>
345\ No newline at end of file353\ No newline at end of file
346354
=== added directory 'solutions/vs2008/nunitlite'
=== added directory 'solutions/vs2008/nunitlite.tests'
=== added file 'solutions/vs2008/nunitlite.tests/nunitlite.tests.csproj'
--- solutions/vs2008/nunitlite.tests/nunitlite.tests.csproj 1970-01-01 00:00:00 +0000
+++ solutions/vs2008/nunitlite.tests/nunitlite.tests.csproj 2009-09-11 21:12:38 +0000
@@ -0,0 +1,217 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{0B5B1B19-D9D1-4E9C-80EE-37D4F56282C1}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>NUnit.Framework.Tests</RootNamespace>
12 <AssemblyName>nunitlite.tests</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <TargetFrameworkSubset>
16 </TargetFrameworkSubset>
17 <StartupObject>
18 </StartupObject>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>..\bin\Debug\</OutputPath>
25 <DefineConstants>TRACE;DEBUG;NET_2_0;CSHARP_3_0;NUNITLITE</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <DocumentationFile>
29 </DocumentationFile>
30 </PropertyGroup>
31 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32 <DebugType>pdbonly</DebugType>
33 <Optimize>true</Optimize>
34 <OutputPath>..\bin\Release\</OutputPath>
35 <DefineConstants>TRACE;NET_2_0;CSHARP_3_0;NUNITLITE</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 <DocumentationFile>..\bin\Release\nunitlite.tests.XML</DocumentationFile>
39 </PropertyGroup>
40 <ItemGroup>
41 <Reference Include="System" />
42 <Reference Include="System.Data" />
43 <Reference Include="System.Drawing" />
44 <Reference Include="System.Xml" />
45 </ItemGroup>
46 <ItemGroup>
47 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
48 <Link>CommonAssemblyInfo.cs</Link>
49 </Compile>
50 <Compile Include="..\..\..\src\tests\Program.cs">
51 <Link>Program.cs</Link>
52 </Compile>
53 <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
54 <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
55 </Compile>
56 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
57 <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
58 </Compile>
59 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
60 <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
61 </Compile>
62 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
63 <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
64 </Compile>
65 <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
66 <Link>Shared\Framework\CollectionAdapter.cs</Link>
67 </Compile>
68 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
69 <Link>Shared\Framework\Constraints\AndTest.cs</Link>
70 </Compile>
71 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
72 <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
73 </Compile>
74 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
75 <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
76 </Compile>
77 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
78 <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
79 </Compile>
80 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
81 <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
82 </Compile>
83 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
84 <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
85 </Compile>
86 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
87 <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
88 </Compile>
89 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
90 <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
91 </Compile>
92 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
93 <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
94 </Compile>
95 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
96 <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
97 </Compile>
98 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
99 <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
100 </Compile>
101 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
102 <Link>Shared\Framework\Constraints\NotTest.cs</Link>
103 </Compile>
104 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
105 <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
106 </Compile>
107 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
108 <Link>Shared\Framework\Constraints\OrTest.cs</Link>
109 </Compile>
110 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
111 <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
112 </Compile>
113 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
114 <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
115 </Compile>
116 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
117 <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
118 </Compile>
119 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
120 <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
121 </Compile>
122 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
123 <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
124 </Compile>
125 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
126 <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
127 </Compile>
128 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
129 <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link>
130 </Compile>
131 <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
132 <Link>Shared\Framework\MessageChecker.cs</Link>
133 </Compile>
134 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
135 <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
136 </Compile>
137 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
138 <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
139 </Compile>
140 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
141 <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
142 </Compile>
143 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
144 <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
145 </Compile>
146 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
147 <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
148 </Compile>
149 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
150 <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
151 </Compile>
152 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
153 <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
154 </Compile>
155 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
156 <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
157 </Compile>
158 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
159 <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
160 </Compile>
161 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
162 <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
163 </Compile>
164 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
165 <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
166 </Compile>
167 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
168 <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
169 </Compile>
170 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
171 <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
172 </Compile>
173 <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
174 <Link>Shared\Framework\TestComparer.cs</Link>
175 </Compile>
176 <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
177 <Link>Shared\Framework\TestDelegates.cs</Link>
178 </Compile>
179 <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
180 <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
181 </Compile>
182 <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
183 <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
184 </Compile>
185 </ItemGroup>
186 <ItemGroup>
187 <Content Include="..\..\..\src\tests\TestImage1.jpg">
188 <Link>TestImage1.jpg</Link>
189 </Content>
190 <Content Include="..\..\..\src\tests\TestImage2.jpg">
191 <Link>TestImage2.jpg</Link>
192 </Content>
193 <Content Include="..\..\..\src\tests\TestText1.txt">
194 <Link>TestText1.txt</Link>
195 </Content>
196 <Content Include="..\..\..\src\tests\TestText2.txt">
197 <Link>TestText2.txt</Link>
198 </Content>
199 </ItemGroup>
200 <ItemGroup>
201 <ProjectReference Include="..\nunitlite\nunitlite.csproj">
202 <Project>{0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}</Project>
203 <Name>nunitlite</Name>
204 </ProjectReference>
205 </ItemGroup>
206 <ItemGroup>
207 <Folder Include="Properties\" />
208 </ItemGroup>
209 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
210 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
211 Other similar extension points exist, see Microsoft.Common.targets.
212 <Target Name="BeforeBuild">
213 </Target>
214 <Target Name="AfterBuild">
215 </Target>
216 -->
217</Project>
0\ No newline at end of file218\ No newline at end of file
1219
=== added directory 'solutions/vs2008/nunitlite/NUnitLite'
=== added directory 'solutions/vs2008/nunitlite/NUnitLite/Runner'
=== added file 'solutions/vs2008/nunitlite/nunit.snk'
2Binary 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 differ220Binary 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
=== added file 'solutions/vs2008/nunitlite/nunitlite.csproj'
--- solutions/vs2008/nunitlite/nunitlite.csproj 1970-01-01 00:00:00 +0000
+++ solutions/vs2008/nunitlite/nunitlite.csproj 2009-09-08 05:53:41 +0000
@@ -0,0 +1,306 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{0BFA7F0A-BC15-40A5-863A-FA9B55AE2FD3}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>NUnit</RootNamespace>
12 <AssemblyName>nunitlite</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <TargetFrameworkSubset>
16 </TargetFrameworkSubset>
17 </PropertyGroup>
18 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19 <DebugSymbols>true</DebugSymbols>
20 <DebugType>full</DebugType>
21 <Optimize>false</Optimize>
22 <OutputPath>..\bin\Debug\</OutputPath>
23 <DefineConstants>TRACE;DEBUG;NET_2_0;CSHARP_3_0;NUNITLITE</DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 <DocumentationFile>..\bin\Debug\nunitlite.XML</DocumentationFile>
27 </PropertyGroup>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugType>pdbonly</DebugType>
30 <Optimize>true</Optimize>
31 <OutputPath>..\bin\Release\</OutputPath>
32 <DefineConstants>TRACE;NET_2_0;CSHARP_3_0;NUNITLITE</DefineConstants>
33 <ErrorReport>prompt</ErrorReport>
34 <WarningLevel>4</WarningLevel>
35 <DocumentationFile>..\bin\Release\nunitlite.XML</DocumentationFile>
36 </PropertyGroup>
37 <ItemGroup>
38 <Reference Include="System" />
39 <Reference Include="System.Data" />
40 <Reference Include="System.Xml" />
41 </ItemGroup>
42 <ItemGroup>
43 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
44 <Link>CommonAssemblyInfo.cs</Link>
45 </Compile>
46 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
47 <Link>AssemblyInfo.cs</Link>
48 </Compile>
49 <Compile Include="..\..\..\src\framework\Env.cs">
50 <Link>Env.cs</Link>
51 </Compile>
52 <Compile Include="..\..\..\src\framework\NUnitLite\Framework\Contains.cs">
53 <Link>NUnitLite\Framework\Contains.cs</Link>
54 </Compile>
55 <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs">
56 <Link>NUnitLite\ITest.cs</Link>
57 </Compile>
58 <Compile Include="..\..\..\src\framework\NUnitLite\NullListener.cs">
59 <Link>NUnitLite\NullListener.cs</Link>
60 </Compile>
61 <Compile Include="..\..\..\src\framework\NUnitLite\NUnitLiteException.cs">
62 <Link>NUnitLite\NUnitLiteException.cs</Link>
63 </Compile>
64 <Compile Include="..\..\..\src\framework\NUnitLite\Reflect.cs">
65 <Link>NUnitLite\Reflect.cs</Link>
66 </Compile>
67 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\CommandLineOptions.cs">
68 <Link>NUnitLite\Runner\CommandLineOptions.cs</Link>
69 </Compile>
70 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ConsoleWriter.cs">
71 <Link>NUnitLite\Runner\ConsoleWriter.cs</Link>
72 </Compile>
73 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\DebugWriter.cs">
74 <Link>NUnitLite\Runner\DebugWriter.cs</Link>
75 </Compile>
76 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ResultSummary.cs">
77 <Link>NUnitLite\Runner\ResultSummary.cs</Link>
78 </Compile>
79 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TcpWriter.cs">
80 <Link>NUnitLite\Runner\TcpWriter.cs</Link>
81 </Compile>
82 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestLoader.cs">
83 <Link>NUnitLite\Runner\TestLoader.cs</Link>
84 </Compile>
85 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestRunner.cs">
86 <Link>NUnitLite\Runner\TestRunner.cs</Link>
87 </Compile>
88 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TextUI.cs">
89 <Link>NUnitLite\Runner\TextUI.cs</Link>
90 </Compile>
91 <Compile Include="..\..\..\src\framework\NUnitLite\StackFilter.cs">
92 <Link>NUnitLite\StackFilter.cs</Link>
93 </Compile>
94 <Compile Include="..\..\..\src\framework\NUnitLite\TestCase.cs">
95 <Link>NUnitLite\TestCase.cs</Link>
96 </Compile>
97 <Compile Include="..\..\..\src\framework\NUnitLite\TestListener.cs">
98 <Link>NUnitLite\TestListener.cs</Link>
99 </Compile>
100 <Compile Include="..\..\..\src\framework\NUnitLite\TestResult.cs">
101 <Link>NUnitLite\TestResult.cs</Link>
102 </Compile>
103 <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs">
104 <Link>NUnitLite\TestSuite.cs</Link>
105 </Compile>
106 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestCaseBuilder.cs">
107 <Link>NUnitLite\Runner\TestCaseBuilder.cs</Link>
108 </Compile>
109 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestFixtureBuilder.cs">
110 <Link>NUnitLite\Runner\TestFixtureBuilder.cs</Link>
111 </Compile>
112 <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
113 <Link>Shared\Framework\Assert.cs</Link>
114 </Compile>
115 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
116 <Link>Shared\Framework\AssertionException.cs</Link>
117 </Compile>
118 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
119 <Link>Shared\Framework\AssertionHelper.cs</Link>
120 </Compile>
121 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
122 <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
123 </Compile>
124 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
125 <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
126 </Compile>
127 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
128 <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
129 </Compile>
130 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
131 <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
132 </Compile>
133 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
134 <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
135 </Compile>
136 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
137 <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
138 </Compile>
139 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
140 <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
141 </Compile>
142 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
143 <Link>Shared\Framework\Constraints\Constraint.cs</Link>
144 </Compile>
145 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
146 <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
147 </Compile>
148 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
149 <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
150 </Compile>
151 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
152 <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
153 </Compile>
154 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
155 <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
156 </Compile>
157 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
158 <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
159 </Compile>
160 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
161 <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
162 </Compile>
163 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
164 <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
165 </Compile>
166 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
167 <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
168 </Compile>
169 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
170 <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
171 </Compile>
172 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
173 <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
174 </Compile>
175 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
176 <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
177 </Compile>
178 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
179 <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
180 </Compile>
181 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
182 <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
183 </Compile>
184 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
185 <Link>Shared\Framework\Constraints\Numerics.cs</Link>
186 </Compile>
187 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
188 <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
189 </Compile>
190 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
191 <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
192 </Compile>
193 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
194 <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
195 </Compile>
196 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
197 <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
198 </Compile>
199 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
200 <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
201 </Compile>
202 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
203 <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
204 </Compile>
205 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
206 <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
207 </Compile>
208 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
209 <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
210 </Compile>
211 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
212 <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
213 </Compile>
214 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
215 <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
216 </Compile>
217 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
218 <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
219 </Compile>
220 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
221 <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
222 </Compile>
223 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
224 <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
225 </Compile>
226 <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
227 <Link>Shared\Framework\DescriptionAttribute.cs</Link>
228 </Compile>
229 <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
230 <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
231 </Compile>
232 <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
233 <Link>Shared\Framework\GlobalSettings.cs</Link>
234 </Compile>
235 <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
236 <Link>Shared\Framework\Has.cs</Link>
237 </Compile>
238 <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
239 <Link>Shared\Framework\IExpectException.cs</Link>
240 </Compile>
241 <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
242 <Link>Shared\Framework\IgnoreAttribute.cs</Link>
243 </Compile>
244 <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
245 <Link>Shared\Framework\Is.cs</Link>
246 </Compile>
247 <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
248 <Link>Shared\Framework\ITestCaseData.cs</Link>
249 </Compile>
250 <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
251 <Link>Shared\Framework\ListMapper.cs</Link>
252 </Compile>
253 <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
254 <Link>Shared\Framework\PropertyAttribute.cs</Link>
255 </Compile>
256 <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
257 <Link>Shared\Framework\SetUpAttribute.cs</Link>
258 </Compile>
259 <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
260 <Link>Shared\Framework\SpecialValue.cs</Link>
261 </Compile>
262 <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
263 <Link>Shared\Framework\TearDownAttribute.cs</Link>
264 </Compile>
265 <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
266 <Link>Shared\Framework\TestAttribute.cs</Link>
267 </Compile>
268 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
269 <Link>Shared\Framework\TestCaseAttribute.cs</Link>
270 </Compile>
271 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
272 <Link>Shared\Framework\TestCaseData.cs</Link>
273 </Compile>
274 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
275 <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
276 </Compile>
277 <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
278 <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
279 </Compile>
280 <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
281 <Link>Shared\Framework\TextMessageWriter.cs</Link>
282 </Compile>
283 <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
284 <Link>Shared\Framework\Throws.cs</Link>
285 </Compile>
286 </ItemGroup>
287 <ItemGroup>
288 <None Include="nunit.snk" />
289 </ItemGroup>
290 <ItemGroup>
291 <Content Include="..\..\..\src\framework\SyntaxElements.txt">
292 <Link>SyntaxElements.txt</Link>
293 </Content>
294 </ItemGroup>
295 <ItemGroup>
296 <Folder Include="Properties\" />
297 </ItemGroup>
298 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
299 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
300 Other similar extension points exist, see Microsoft.Common.targets.
301 <Target Name="BeforeBuild">
302 </Target>
303 <Target Name="AfterBuild">
304 </Target>
305 -->
306</Project>
0\ No newline at end of file307\ No newline at end of file
1308
=== added directory 'solutions/vs2008/nunitlite_CF'
=== added file 'solutions/vs2008/nunitlite_CF/nunitlite_CF.csproj'
--- solutions/vs2008/nunitlite_CF/nunitlite_CF.csproj 1970-01-01 00:00:00 +0000
+++ solutions/vs2008/nunitlite_CF/nunitlite_CF.csproj 2009-09-08 05:53:41 +0000
@@ -0,0 +1,323 @@
1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <PropertyGroup>
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>9.0.30729</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{463FC406-30E1-496E-9222-65DDE413CC84}</ProjectGuid>
8 <OutputType>Library</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>NUnitLite</RootNamespace>
11 <AssemblyName>nunitlite_CF</AssemblyName>
12 <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13 <PlatformFamilyName>PocketPC</PlatformFamilyName>
14 <PlatformID>3C41C503-53EF-4c2a-8DD4-A8217CAD115E</PlatformID>
15 <OSVersion>4.20</OSVersion>
16 <DeployDirSuffix>nuntlite_CF</DeployDirSuffix>
17 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
18 <NativePlatformName>Pocket PC 2003</NativePlatformName>
19 <FormFactorID>
20 </FormFactorID>
21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType>
25 <Optimize>false</Optimize>
26 <OutputPath>bin\Debug\</OutputPath>
27 <DefineConstants>TRACE;DEBUG;PocketPC;NETCF;NUNITLITE</DefineConstants>
28 <NoStdLib>true</NoStdLib>
29 <NoConfig>true</NoConfig>
30 <ErrorReport>prompt</ErrorReport>
31 <FileAlignment>512</FileAlignment>
32 <WarningLevel>4</WarningLevel>
33 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
34 <DocumentationFile>bin\Debug\nunitlite_CF.xml</DocumentationFile>
35 </PropertyGroup>
36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37 <DebugType>pdbonly</DebugType>
38 <Optimize>true</Optimize>
39 <OutputPath>bin\Release\</OutputPath>
40 <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
41 <NoStdLib>true</NoStdLib>
42 <NoConfig>true</NoConfig>
43 <ErrorReport>prompt</ErrorReport>
44 <FileAlignment>512</FileAlignment>
45 <WarningLevel>4</WarningLevel>
46 <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
47 <DocumentationFile>bin\Release\nunitlite_CF.xml</DocumentationFile>
48 </PropertyGroup>
49 <ItemGroup>
50 <Reference Include="mscorlib" />
51 <Reference Include="System" />
52 <Reference Include="System.Data" />
53 <Reference Include="System.Xml" />
54 </ItemGroup>
55 <ItemGroup>
56 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
57 <Link>CommonAssemblyInfo.cs</Link>
58 </Compile>
59 <Compile Include="..\..\..\src\framework\AssemblyInfo.cs">
60 <Link>AssemblyInfo.cs</Link>
61 </Compile>
62 <Compile Include="..\..\..\src\framework\Env.cs">
63 <Link>Env.cs</Link>
64 </Compile>
65 <Compile Include="..\..\..\src\framework\NUnitLite\Framework\Contains.cs">
66 <Link>NUnitLite\Framework\Contains.cs</Link>
67 </Compile>
68 <Compile Include="..\..\..\src\framework\NUnitLite\ITest.cs">
69 <Link>NUnitLite\ITest.cs</Link>
70 </Compile>
71 <Compile Include="..\..\..\src\framework\NUnitLite\NullListener.cs">
72 <Link>NUnitLite\NullListener.cs</Link>
73 </Compile>
74 <Compile Include="..\..\..\src\framework\NUnitLite\NUnitLiteException.cs">
75 <Link>NUnitLite\NUnitLiteException.cs</Link>
76 </Compile>
77 <Compile Include="..\..\..\src\framework\NUnitLite\Reflect.cs">
78 <Link>NUnitLite\Reflect.cs</Link>
79 </Compile>
80 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\CommandLineOptions.cs">
81 <Link>NUnitLite\Runner\CommandLineOptions.cs</Link>
82 </Compile>
83 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ConsoleWriter.cs">
84 <Link>NUnitLite\Runner\ConsoleWriter.cs</Link>
85 </Compile>
86 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\DebugWriter.cs">
87 <Link>NUnitLite\Runner\DebugWriter.cs</Link>
88 </Compile>
89 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\ResultSummary.cs">
90 <Link>NUnitLite\Runner\ResultSummary.cs</Link>
91 </Compile>
92 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TcpWriter.cs">
93 <Link>NUnitLite\Runner\TcpWriter.cs</Link>
94 </Compile>
95 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestCaseBuilder.cs">
96 <Link>NUnitLite\Runner\TestCaseBuilder.cs</Link>
97 </Compile>
98 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestFixtureBuilder.cs">
99 <Link>NUnitLite\Runner\TestFixtureBuilder.cs</Link>
100 </Compile>
101 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestLoader.cs">
102 <Link>NUnitLite\Runner\TestLoader.cs</Link>
103 </Compile>
104 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TestRunner.cs">
105 <Link>NUnitLite\Runner\TestRunner.cs</Link>
106 </Compile>
107 <Compile Include="..\..\..\src\framework\NUnitLite\Runner\TextUI.cs">
108 <Link>NUnitLite\Runner\TextUI.cs</Link>
109 </Compile>
110 <Compile Include="..\..\..\src\framework\NUnitLite\StackFilter.cs">
111 <Link>NUnitLite\StackFilter.cs</Link>
112 </Compile>
113 <Compile Include="..\..\..\src\framework\NUnitLite\TestCase.cs">
114 <Link>NUnitLite\TestCase.cs</Link>
115 </Compile>
116 <Compile Include="..\..\..\src\framework\NUnitLite\TestListener.cs">
117 <Link>NUnitLite\TestListener.cs</Link>
118 </Compile>
119 <Compile Include="..\..\..\src\framework\NUnitLite\TestResult.cs">
120 <Link>NUnitLite\TestResult.cs</Link>
121 </Compile>
122 <Compile Include="..\..\..\src\framework\NUnitLite\TestSuite.cs">
123 <Link>NUnitLite\TestSuite.cs</Link>
124 </Compile>
125 <Compile Include="..\..\..\src\framework\Shared\Framework\Assert.cs">
126 <Link>Shared\Framework\Assert.cs</Link>
127 </Compile>
128 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionException.cs">
129 <Link>Shared\Framework\AssertionException.cs</Link>
130 </Compile>
131 <Compile Include="..\..\..\src\framework\Shared\Framework\AssertionHelper.cs">
132 <Link>Shared\Framework\AssertionHelper.cs</Link>
133 </Compile>
134 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\AttributeConstraints.cs">
135 <Link>Shared\Framework\Constraints\AttributeConstraints.cs</Link>
136 </Compile>
137 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BasicConstraints.cs">
138 <Link>Shared\Framework\Constraints\BasicConstraints.cs</Link>
139 </Compile>
140 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinaryOperations.cs">
141 <Link>Shared\Framework\Constraints\BinaryOperations.cs</Link>
142 </Compile>
143 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\BinarySerializableConstraint.cs">
144 <Link>Shared\Framework\Constraints\BinarySerializableConstraint.cs</Link>
145 </Compile>
146 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\CollectionConstraints.cs">
147 <Link>Shared\Framework\Constraints\CollectionConstraints.cs</Link>
148 </Compile>
149 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonAdapter.cs">
150 <Link>Shared\Framework\Constraints\ComparisonAdapter.cs</Link>
151 </Compile>
152 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ComparisonConstraints.cs">
153 <Link>Shared\Framework\Constraints\ComparisonConstraints.cs</Link>
154 </Compile>
155 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Constraint.cs">
156 <Link>Shared\Framework\Constraints\Constraint.cs</Link>
157 </Compile>
158 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintBuilder.cs">
159 <Link>Shared\Framework\Constraints\ConstraintBuilder.cs</Link>
160 </Compile>
161 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpression.cs">
162 <Link>Shared\Framework\Constraints\ConstraintExpression.cs</Link>
163 </Compile>
164 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintExpressionBase.cs">
165 <Link>Shared\Framework\Constraints\ConstraintExpressionBase.cs</Link>
166 </Compile>
167 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintFactory.cs">
168 <Link>Shared\Framework\Constraints\ConstraintFactory.cs</Link>
169 </Compile>
170 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ConstraintOperators.cs">
171 <Link>Shared\Framework\Constraints\ConstraintOperators.cs</Link>
172 </Compile>
173 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ContainsConstraint.cs">
174 <Link>Shared\Framework\Constraints\ContainsConstraint.cs</Link>
175 </Compile>
176 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EmptyConstraint.cs">
177 <Link>Shared\Framework\Constraints\EmptyConstraint.cs</Link>
178 </Compile>
179 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualConstraint.cs">
180 <Link>Shared\Framework\Constraints\EqualConstraint.cs</Link>
181 </Compile>
182 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\EqualityAdapter.cs">
183 <Link>Shared\Framework\Constraints\EqualityAdapter.cs</Link>
184 </Compile>
185 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\FloatingPointNumerics.cs">
186 <Link>Shared\Framework\Constraints\FloatingPointNumerics.cs</Link>
187 </Compile>
188 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\IResolveConstraint.cs">
189 <Link>Shared\Framework\Constraints\IResolveConstraint.cs</Link>
190 </Compile>
191 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MessageWriter.cs">
192 <Link>Shared\Framework\Constraints\MessageWriter.cs</Link>
193 </Compile>
194 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\MsgUtils.cs">
195 <Link>Shared\Framework\Constraints\MsgUtils.cs</Link>
196 </Compile>
197 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Numerics.cs">
198 <Link>Shared\Framework\Constraints\Numerics.cs</Link>
199 </Compile>
200 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitComparer.cs">
201 <Link>Shared\Framework\Constraints\NUnitComparer.cs</Link>
202 </Compile>
203 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\NUnitEqualityComparer.cs">
204 <Link>Shared\Framework\Constraints\NUnitEqualityComparer.cs</Link>
205 </Compile>
206 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PathConstraints.cs">
207 <Link>Shared\Framework\Constraints\PathConstraints.cs</Link>
208 </Compile>
209 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PrefixConstraints.cs">
210 <Link>Shared\Framework\Constraints\PrefixConstraints.cs</Link>
211 </Compile>
212 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\PropertyConstraint.cs">
213 <Link>Shared\Framework\Constraints\PropertyConstraint.cs</Link>
214 </Compile>
215 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\RangeConstraint.cs">
216 <Link>Shared\Framework\Constraints\RangeConstraint.cs</Link>
217 </Compile>
218 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ResolvableConstraintExpression.cs">
219 <Link>Shared\Framework\Constraints\ResolvableConstraintExpression.cs</Link>
220 </Compile>
221 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\SameAsConstraint.cs">
222 <Link>Shared\Framework\Constraints\SameAsConstraint.cs</Link>
223 </Compile>
224 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\StringConstraints.cs">
225 <Link>Shared\Framework\Constraints\StringConstraints.cs</Link>
226 </Compile>
227 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\ThrowsConstraint.cs">
228 <Link>Shared\Framework\Constraints\ThrowsConstraint.cs</Link>
229 </Compile>
230 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\Tolerance.cs">
231 <Link>Shared\Framework\Constraints\Tolerance.cs</Link>
232 </Compile>
233 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\TypeConstraints.cs">
234 <Link>Shared\Framework\Constraints\TypeConstraints.cs</Link>
235 </Compile>
236 <Compile Include="..\..\..\src\framework\Shared\Framework\Constraints\XmlSerializableConstraint.cs">
237 <Link>Shared\Framework\Constraints\XmlSerializableConstraint.cs</Link>
238 </Compile>
239 <Compile Include="..\..\..\src\framework\Shared\Framework\DescriptionAttribute.cs">
240 <Link>Shared\Framework\DescriptionAttribute.cs</Link>
241 </Compile>
242 <Compile Include="..\..\..\src\framework\Shared\Framework\ExpectedExceptionAttribute.cs">
243 <Link>Shared\Framework\ExpectedExceptionAttribute.cs</Link>
244 </Compile>
245 <Compile Include="..\..\..\src\framework\Shared\Framework\GlobalSettings.cs">
246 <Link>Shared\Framework\GlobalSettings.cs</Link>
247 </Compile>
248 <Compile Include="..\..\..\src\framework\Shared\Framework\Has.cs">
249 <Link>Shared\Framework\Has.cs</Link>
250 </Compile>
251 <Compile Include="..\..\..\src\framework\Shared\Framework\IExpectException.cs">
252 <Link>Shared\Framework\IExpectException.cs</Link>
253 </Compile>
254 <Compile Include="..\..\..\src\framework\Shared\Framework\IgnoreAttribute.cs">
255 <Link>Shared\Framework\IgnoreAttribute.cs</Link>
256 </Compile>
257 <Compile Include="..\..\..\src\framework\Shared\Framework\Is.cs">
258 <Link>Shared\Framework\Is.cs</Link>
259 </Compile>
260 <Compile Include="..\..\..\src\framework\Shared\Framework\ITestCaseData.cs">
261 <Link>Shared\Framework\ITestCaseData.cs</Link>
262 </Compile>
263 <Compile Include="..\..\..\src\framework\Shared\Framework\ListMapper.cs">
264 <Link>Shared\Framework\ListMapper.cs</Link>
265 </Compile>
266 <Compile Include="..\..\..\src\framework\Shared\Framework\PropertyAttribute.cs">
267 <Link>Shared\Framework\PropertyAttribute.cs</Link>
268 </Compile>
269 <Compile Include="..\..\..\src\framework\Shared\Framework\SetUpAttribute.cs">
270 <Link>Shared\Framework\SetUpAttribute.cs</Link>
271 </Compile>
272 <Compile Include="..\..\..\src\framework\Shared\Framework\SpecialValue.cs">
273 <Link>Shared\Framework\SpecialValue.cs</Link>
274 </Compile>
275 <Compile Include="..\..\..\src\framework\Shared\Framework\TearDownAttribute.cs">
276 <Link>Shared\Framework\TearDownAttribute.cs</Link>
277 </Compile>
278 <Compile Include="..\..\..\src\framework\Shared\Framework\TestAttribute.cs">
279 <Link>Shared\Framework\TestAttribute.cs</Link>
280 </Compile>
281 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseAttribute.cs">
282 <Link>Shared\Framework\TestCaseAttribute.cs</Link>
283 </Compile>
284 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseData.cs">
285 <Link>Shared\Framework\TestCaseData.cs</Link>
286 </Compile>
287 <Compile Include="..\..\..\src\framework\Shared\Framework\TestCaseSourceAttribute.cs">
288 <Link>Shared\Framework\TestCaseSourceAttribute.cs</Link>
289 </Compile>
290 <Compile Include="..\..\..\src\framework\Shared\Framework\TestFixtureAttribute.cs">
291 <Link>Shared\Framework\TestFixtureAttribute.cs</Link>
292 </Compile>
293 <Compile Include="..\..\..\src\framework\Shared\Framework\TextMessageWriter.cs">
294 <Link>Shared\Framework\TextMessageWriter.cs</Link>
295 </Compile>
296 <Compile Include="..\..\..\src\framework\Shared\Framework\Throws.cs">
297 <Link>Shared\Framework\Throws.cs</Link>
298 </Compile>
299 </ItemGroup>
300 <ItemGroup>
301 <Content Include="..\..\..\src\framework\SyntaxElements.txt">
302 <Link>SyntaxElements.txt</Link>
303 </Content>
304 </ItemGroup>
305 <ItemGroup>
306 <Folder Include="Properties\" />
307 </ItemGroup>
308 <Import Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
309 <ProjectExtensions>
310 <VisualStudio>
311 <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
312 <HostingProcess disable="1" />
313 </FlavorProperties>
314 </VisualStudio>
315 </ProjectExtensions>
316 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
317 Other similar extension points exist, see Microsoft.Common.targets.
318 <Target Name="BeforeBuild">
319 </Target>
320 <Target Name="AfterBuild">
321 </Target>
322 -->
323</Project>
0\ No newline at end of file324\ No newline at end of file
1325
=== modified file 'solutions/vs2008/tests/nunit.framework.tests.csproj'
--- solutions/vs2008/tests/nunit.framework.tests.csproj 2009-09-01 22:35:53 +0000
+++ solutions/vs2008/tests/nunit.framework.tests.csproj 2009-09-11 21:12:38 +0000
@@ -56,206 +56,215 @@
56 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">56 <Compile Include="..\..\..\src\CommonAssemblyInfo.cs">
57 <Link>CommonAssemblyInfo.cs</Link>57 <Link>CommonAssemblyInfo.cs</Link>
58 </Compile>58 </Compile>
59 <Compile Include="..\..\..\src\tests\ArrayEqualsFailureMessageFixture.cs">59 <Compile Include="..\..\..\src\tests\NUnit\Framework\AssertThrowsTests.cs">
60 <Link>ArrayEqualsFailureMessageFixture.cs</Link>60 <Link>NUnit\Framework\AssertThrowsTests.cs</Link>
61 </Compile>61 </Compile>
62 <Compile Include="..\..\..\src\tests\ArrayEqualsFixture.cs">62 <Compile Include="..\..\..\src\tests\NUnit\Framework\AssumeThatTests.cs">
63 <Link>ArrayEqualsFixture.cs</Link>63 <Link>NUnit\Framework\AssumeThatTests.cs</Link>
64 </Compile>64 </Compile>
65 <Compile Include="..\..\..\src\tests\ArrayNotEqualFixture.cs">65 <Compile Include="..\..\..\src\tests\NUnit\Framework\CollectionAssertTest.cs">
66 <Link>ArrayNotEqualFixture.cs</Link>66 <Link>NUnit\Framework\CollectionAssertTest.cs</Link>
67 </Compile>67 </Compile>
68 <Compile Include="..\..\..\src\tests\AssertThrowsTests.cs">68 <Compile Include="..\..\..\src\tests\NUnit\Framework\ConditionAssertTests.cs">
69 <Link>AssertThrowsTests.cs</Link>69 <Link>NUnit\Framework\ConditionAssertTests.cs</Link>
70 </Compile>70 </Compile>
71 <Compile Include="..\..\..\src\tests\AssumeThatTests.cs">71 <Compile Include="..\..\..\src\tests\NUnit\Framework\Constraints\AfterConstraintTests.cs">
72 <Link>AssumeThatTests.cs</Link>72 <Link>NUnit\Framework\Constraints\AfterConstraintTests.cs</Link>
73 </Compile>73 </Compile>
74 <Compile Include="..\..\..\src\tests\CollectionAdapter.cs">74 <Compile Include="..\..\..\src\tests\NUnit\Framework\DirectoryAssertTests.cs">
75 <Link>CollectionAdapter.cs</Link>75 <Link>NUnit\Framework\DirectoryAssertTests.cs</Link>
76 </Compile>76 </Compile>
77 <Compile Include="..\..\..\src\tests\CollectionAssertTest.cs">77 <Compile Include="..\..\..\src\tests\NUnit\Framework\EqualsFixture.cs">
78 <Link>CollectionAssertTest.cs</Link>78 <Link>NUnit\Framework\EqualsFixture.cs</Link>
79 </Compile>79 </Compile>
80 <Compile Include="..\..\..\src\tests\ConditionAssertTests.cs">80 <Compile Include="..\..\..\src\tests\NUnit\Framework\FileAssertTests.cs">
81 <Link>ConditionAssertTests.cs</Link>81 <Link>NUnit\Framework\FileAssertTests.cs</Link>
82 </Compile>82 </Compile>
83 <Compile Include="..\..\..\src\tests\Constraints\AfterConstraintTests.cs">83 <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterEqualFixture.cs">
84 <Link>Constraints\AfterConstraintTests.cs</Link>84 <Link>NUnit\Framework\GreaterEqualFixture.cs</Link>
85 </Compile>85 </Compile>
86 <Compile Include="..\..\..\src\tests\Constraints\AndTest.cs">86 <Compile Include="..\..\..\src\tests\NUnit\Framework\GreaterFixture.cs">
87 <Link>Constraints\AndTest.cs</Link>87 <Link>NUnit\Framework\GreaterFixture.cs</Link>
88 </Compile>88 </Compile>
89 <Compile Include="..\..\..\src\tests\Constraints\BasicConstraintTests.cs">89 <Compile Include="..\..\..\src\tests\NUnit\Framework\LessEqualFixture.cs">
90 <Link>Constraints\BasicConstraintTests.cs</Link>90 <Link>NUnit\Framework\LessEqualFixture.cs</Link>
91 </Compile>91 </Compile>
92 <Compile Include="..\..\..\src\tests\Constraints\CollectionConstraintTests.cs">92 <Compile Include="..\..\..\src\tests\NUnit\Framework\LessFixture.cs">
93 <Link>Constraints\CollectionConstraintTests.cs</Link>93 <Link>NUnit\Framework\LessFixture.cs</Link>
94 </Compile>94 </Compile>
95 <Compile Include="..\..\..\src\tests\Constraints\ComparerTests.cs">95 <Compile Include="..\..\..\src\tests\NUnit\Framework\ListContentsTests.cs">
96 <Link>Constraints\ComparerTests.cs</Link>96 <Link>NUnit\Framework\ListContentsTests.cs</Link>
97 </Compile>97 </Compile>
98 <Compile Include="..\..\..\src\tests\Constraints\ComparisonConstraintTests.cs">98 <Compile Include="..\..\..\src\tests\NUnit\Framework\NotEqualFixture.cs">
99 <Link>Constraints\ComparisonConstraintTests.cs</Link>99 <Link>NUnit\Framework\NotEqualFixture.cs</Link>
100 </Compile>100 </Compile>
101 <Compile Include="..\..\..\src\tests\Constraints\ConstraintTestBase.cs">101 <Compile Include="..\..\..\src\tests\NUnit\Framework\NotSameFixture.cs">
102 <Link>Constraints\ConstraintTestBase.cs</Link>102 <Link>NUnit\Framework\NotSameFixture.cs</Link>
103 </Compile>103 </Compile>
104 <Compile Include="..\..\..\src\tests\Constraints\EmptyConstraintTest.cs">104 <Compile Include="..\..\..\src\tests\NUnit\Framework\NullableTypesTests.cs">
105 <Link>Constraints\EmptyConstraintTest.cs</Link>105 <Link>NUnit\Framework\NullableTypesTests.cs</Link>
106 </Compile>106 </Compile>
107 <Compile Include="..\..\..\src\tests\Constraints\EqualTest.cs">107 <Compile Include="..\..\..\src\tests\NUnit\Framework\RandomizerTests.cs">
108 <Link>Constraints\EqualTest.cs</Link>108 <Link>NUnit\Framework\RandomizerTests.cs</Link>
109 </Compile>109 </Compile>
110 <Compile Include="..\..\..\src\tests\Constraints\FloatingPointNumericsTest.cs">110 <Compile Include="..\..\..\src\tests\NUnit\Framework\RangeTests.cs">
111 <Link>Constraints\FloatingPointNumericsTest.cs</Link>111 <Link>NUnit\Framework\RangeTests.cs</Link>
112 </Compile>112 </Compile>
113 <Compile Include="..\..\..\src\tests\Constraints\MsgUtilTests.cs">113 <Compile Include="..\..\..\src\tests\NUnit\Framework\SameFixture.cs">
114 <Link>Constraints\MsgUtilTests.cs</Link>114 <Link>NUnit\Framework\SameFixture.cs</Link>
115 </Compile>115 </Compile>
116 <Compile Include="..\..\..\src\tests\Constraints\NotTest.cs">116 <Compile Include="..\..\..\src\tests\NUnit\Framework\StringAssertTests.cs">
117 <Link>Constraints\NotTest.cs</Link>117 <Link>NUnit\Framework\StringAssertTests.cs</Link>
118 </Compile>118 </Compile>
119 <Compile Include="..\..\..\src\tests\Constraints\NumericsTest.cs">119 <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\AfterTests.cs">
120 <Link>Constraints\NumericsTest.cs</Link>120 <Link>NUnit\Framework\Syntax\AfterTests.cs</Link>
121 </Compile>121 </Compile>
122 <Compile Include="..\..\..\src\tests\Constraints\OrTest.cs">122 <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs">
123 <Link>Constraints\OrTest.cs</Link>123 <Link>NUnit\Framework\Syntax\ArbitraryConstraintMatching.cs</Link>
124 </Compile>124 </Compile>
125 <Compile Include="..\..\..\src\tests\Constraints\PathConstraintTests.cs">125 <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\InvalidCodeTests.cs">
126 <Link>Constraints\PathConstraintTests.cs</Link>126 <Link>NUnit\Framework\Syntax\InvalidCodeTests.cs</Link>
127 </Compile>127 </Compile>
128 <Compile Include="..\..\..\src\tests\Constraints\PropertyTests.cs">128 <Compile Include="..\..\..\src\tests\NUnit\Framework\Syntax\TestCompiler.cs">
129 <Link>Constraints\PropertyTests.cs</Link>129 <Link>NUnit\Framework\Syntax\TestCompiler.cs</Link>
130 </Compile>130 </Compile>
131 <Compile Include="..\..\..\src\tests\Constraints\SameAsTest.cs">131 <Compile Include="..\..\..\src\tests\NUnit\Framework\TypeAssertTest.cs">
132 <Link>Constraints\SameAsTest.cs</Link>132 <Link>NUnit\Framework\TypeAssertTest.cs</Link>
133 </Compile>133 </Compile>
134 <Compile Include="..\..\..\src\tests\Constraints\SerializableConstraintTest.cs">134 <Compile Include="..\..\..\src\tests\NUnit\Framework\ValuesAttributeTests.cs">
135 <Link>Constraints\SerializableConstraintTest.cs</Link>135 <Link>NUnit\Framework\ValuesAttributeTests.cs</Link>
136 </Compile>136 </Compile>
137 <Compile Include="..\..\..\src\tests\Constraints\StringConstraintTests.cs">137 <Compile Include="..\..\..\src\tests\Shared\Framework\AlwaysEqualComparer.cs">
138 <Link>Constraints\StringConstraintTests.cs</Link>138 <Link>Shared\Framework\AlwaysEqualComparer.cs</Link>
139 </Compile>139 </Compile>
140 <Compile Include="..\..\..\src\tests\Constraints\ThrowsConstraintTests.cs">140 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFailureMessageFixture.cs">
141 <Link>Constraints\ThrowsConstraintTests.cs</Link>141 <Link>Shared\Framework\ArrayEqualsFailureMessageFixture.cs</Link>
142 </Compile>142 </Compile>
143 <Compile Include="..\..\..\src\tests\Constraints\TypeConstraintTests.cs">143 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayEqualsFixture.cs">
144 <Link>Constraints\TypeConstraintTests.cs</Link>144 <Link>Shared\Framework\ArrayEqualsFixture.cs</Link>
145 </Compile>145 </Compile>
146 <Compile Include="..\..\..\src\tests\DirectoryAssertTests.cs">146 <Compile Include="..\..\..\src\tests\Shared\Framework\ArrayNotEqualFixture.cs">
147 <Link>DirectoryAssertTests.cs</Link>147 <Link>Shared\Framework\ArrayNotEqualFixture.cs</Link>
148 </Compile>148 </Compile>
149 <Compile Include="..\..\..\src\tests\EqualsFixture.cs">149 <Compile Include="..\..\..\src\tests\Shared\Framework\CollectionAdapter.cs">
150 <Link>EqualsFixture.cs</Link>150 <Link>Shared\Framework\CollectionAdapter.cs</Link>
151 </Compile>151 </Compile>
152 <Compile Include="..\..\..\src\tests\FileAssertTests.cs">152 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\AndTest.cs">
153 <Link>FileAssertTests.cs</Link>153 <Link>Shared\Framework\Constraints\AndTest.cs</Link>
154 </Compile>154 </Compile>
155 <Compile Include="..\..\..\src\tests\GreaterEqualFixture.cs">155 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BasicConstraintTests.cs">
156 <Link>GreaterEqualFixture.cs</Link>156 <Link>Shared\Framework\Constraints\BasicConstraintTests.cs</Link>
157 </Compile>157 </Compile>
158 <Compile Include="..\..\..\src\tests\GreaterFixture.cs">158 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\BinarySerializableTest.cs">
159 <Link>GreaterFixture.cs</Link>159 <Link>Shared\Framework\Constraints\BinarySerializableTest.cs</Link>
160 </Compile>160 </Compile>
161 <Compile Include="..\..\..\src\tests\LessEqualFixture.cs">161 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\CollectionConstraintTests.cs">
162 <Link>LessEqualFixture.cs</Link>162 <Link>Shared\Framework\Constraints\CollectionConstraintTests.cs</Link>
163 </Compile>163 </Compile>
164 <Compile Include="..\..\..\src\tests\LessFixture.cs">164 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparerTests.cs">
165 <Link>LessFixture.cs</Link>165 <Link>Shared\Framework\Constraints\ComparerTests.cs</Link>
166 </Compile>166 </Compile>
167 <Compile Include="..\..\..\src\tests\ListContentsTests.cs">167 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ComparisonConstraintTests.cs">
168 <Link>ListContentsTests.cs</Link>168 <Link>Shared\Framework\Constraints\ComparisonConstraintTests.cs</Link>
169 </Compile>169 </Compile>
170 <Compile Include="..\..\..\src\tests\MessageChecker.cs">170 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ConstraintTestBase.cs">
171 <Link>MessageChecker.cs</Link>171 <Link>Shared\Framework\Constraints\ConstraintTestBase.cs</Link>
172 </Compile>172 </Compile>
173 <Compile Include="..\..\..\src\tests\NotEqualFixture.cs">173 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EmptyConstraintTest.cs">
174 <Link>NotEqualFixture.cs</Link>174 <Link>Shared\Framework\Constraints\EmptyConstraintTest.cs</Link>
175 </Compile>175 </Compile>
176 <Compile Include="..\..\..\src\tests\NotSameFixture.cs">176 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\EqualTest.cs">
177 <Link>NotSameFixture.cs</Link>177 <Link>Shared\Framework\Constraints\EqualTest.cs</Link>
178 </Compile>178 </Compile>
179 <Compile Include="..\..\..\src\tests\NullableTypesTests.cs">179 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\FloatingPointNumericsTest.cs">
180 <Link>NullableTypesTests.cs</Link>180 <Link>Shared\Framework\Constraints\FloatingPointNumericsTest.cs</Link>
181 </Compile>181 </Compile>
182 <Compile Include="..\..\..\src\tests\RandomizerTests.cs">182 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\MsgUtilTests.cs">
183 <Link>RandomizerTests.cs</Link>183 <Link>Shared\Framework\Constraints\MsgUtilTests.cs</Link>
184 </Compile>184 </Compile>
185 <Compile Include="..\..\..\src\tests\RangeTests.cs">185 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NotTest.cs">
186 <Link>RangeTests.cs</Link>186 <Link>Shared\Framework\Constraints\NotTest.cs</Link>
187 </Compile>187 </Compile>
188 <Compile Include="..\..\..\src\tests\SameFixture.cs">188 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\NumericsTest.cs">
189 <Link>SameFixture.cs</Link>189 <Link>Shared\Framework\Constraints\NumericsTest.cs</Link>
190 </Compile>190 </Compile>
191 <Compile Include="..\..\..\src\tests\StringAssertTests.cs">191 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\OrTest.cs">
192 <Link>StringAssertTests.cs</Link>192 <Link>Shared\Framework\Constraints\OrTest.cs</Link>
193 </Compile>193 </Compile>
194 <Compile Include="..\..\..\src\tests\Syntax\AfterTests.cs">194 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PathConstraintTests.cs">
195 <Link>Syntax\AfterTests.cs</Link>195 <Link>Shared\Framework\Constraints\PathConstraintTests.cs</Link>
196 </Compile>196 </Compile>
197 <Compile Include="..\..\..\src\tests\Syntax\ArbitraryConstraintMatching.cs">197 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\PropertyTests.cs">
198 <Link>Syntax\ArbitraryConstraintMatching.cs</Link>198 <Link>Shared\Framework\Constraints\PropertyTests.cs</Link>
199 </Compile>199 </Compile>
200 <Compile Include="..\..\..\src\tests\Syntax\CollectionTests.cs">200 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\SameAsTest.cs">
201 <Link>Syntax\CollectionTests.cs</Link>201 <Link>Shared\Framework\Constraints\SameAsTest.cs</Link>
202 </Compile>202 </Compile>
203 <Compile Include="..\..\..\src\tests\Syntax\ComparisonTests.cs">203 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\StringConstraintTests.cs">
204 <Link>Syntax\ComparisonTests.cs</Link>204 <Link>Shared\Framework\Constraints\StringConstraintTests.cs</Link>
205 </Compile>205 </Compile>
206 <Compile Include="..\..\..\src\tests\Syntax\EqualityTests.cs">206 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\ThrowsConstraintTests.cs">
207 <Link>Syntax\EqualityTests.cs</Link>207 <Link>Shared\Framework\Constraints\ThrowsConstraintTests.cs</Link>
208 </Compile>208 </Compile>
209 <Compile Include="..\..\..\src\tests\Syntax\InvalidCodeTests.cs">209 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\TypeConstraintTests.cs">
210 <Link>Syntax\InvalidCodeTests.cs</Link>210 <Link>Shared\Framework\Constraints\TypeConstraintTests.cs</Link>
211 </Compile>211 </Compile>
212 <Compile Include="..\..\..\src\tests\Syntax\OperatorOverrides.cs">212 <Compile Include="..\..\..\src\tests\Shared\Framework\Constraints\XmlSerializableTest.cs">
213 <Link>Syntax\OperatorOverrides.cs</Link>213 <Link>Shared\Framework\Constraints\XmlSerializableTest.cs</Link>
214 </Compile>214 </Compile>
215 <Compile Include="..\..\..\src\tests\Syntax\OperatorTests.cs">215 <Compile Include="..\..\..\src\tests\Shared\Framework\MessageChecker.cs">
216 <Link>Syntax\OperatorTests.cs</Link>216 <Link>Shared\Framework\MessageChecker.cs</Link>
217 </Compile>217 </Compile>
218 <Compile Include="..\..\..\src\tests\Syntax\PathConstraintTests.cs">218 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\CollectionTests.cs">
219 <Link>Syntax\PathConstraintTests.cs</Link>219 <Link>Shared\Framework\Syntax\CollectionTests.cs</Link>
220 </Compile>220 </Compile>
221 <Compile Include="..\..\..\src\tests\Syntax\PropertyTests.cs">221 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ComparisonTests.cs">
222 <Link>Syntax\PropertyTests.cs</Link>222 <Link>Shared\Framework\Syntax\ComparisonTests.cs</Link>
223 </Compile>223 </Compile>
224 <Compile Include="..\..\..\src\tests\Syntax\SerializableConstraints.cs">224 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\EqualityTests.cs">
225 <Link>Syntax\SerializableConstraints.cs</Link>225 <Link>Shared\Framework\Syntax\EqualityTests.cs</Link>
226 </Compile>226 </Compile>
227 <Compile Include="..\..\..\src\tests\Syntax\SimpleConstraints.cs">227 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorOverrides.cs">
228 <Link>Syntax\SimpleConstraints.cs</Link>228 <Link>Shared\Framework\Syntax\OperatorOverrides.cs</Link>
229 </Compile>229 </Compile>
230 <Compile Include="..\..\..\src\tests\Syntax\StringConstraints.cs">230 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\OperatorTests.cs">
231 <Link>Syntax\StringConstraints.cs</Link>231 <Link>Shared\Framework\Syntax\OperatorTests.cs</Link>
232 </Compile>232 </Compile>
233 <Compile Include="..\..\..\src\tests\Syntax\SyntaxTest.cs">233 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PathConstraintTests.cs">
234 <Link>Syntax\SyntaxTest.cs</Link>234 <Link>Shared\Framework\Syntax\PathConstraintTests.cs</Link>
235 </Compile>235 </Compile>
236 <Compile Include="..\..\..\src\tests\Syntax\TestCompiler.cs">236 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\PropertyTests.cs">
237 <Link>Syntax\TestCompiler.cs</Link>237 <Link>Shared\Framework\Syntax\PropertyTests.cs</Link>
238 </Compile>238 </Compile>
239 <Compile Include="..\..\..\src\tests\Syntax\ThrowsTests.cs">239 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SerializableConstraints.cs">
240 <Link>Syntax\ThrowsTests.cs</Link>240 <Link>Shared\Framework\Syntax\SerializableConstraints.cs</Link>
241 </Compile>241 </Compile>
242 <Compile Include="..\..\..\src\tests\Syntax\TypeConstraints.cs">242 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SimpleConstraints.cs">
243 <Link>Syntax\TypeConstraints.cs</Link>243 <Link>Shared\Framework\Syntax\SimpleConstraints.cs</Link>
244 </Compile>244 </Compile>
245 <Compile Include="..\..\..\src\tests\TestDelegates.cs">245 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\StringConstraints.cs">
246 <Link>TestDelegates.cs</Link>246 <Link>Shared\Framework\Syntax\StringConstraints.cs</Link>
247 </Compile>247 </Compile>
248 <Compile Include="..\..\..\src\tests\TestFixtureAttributeTests.cs">248 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\SyntaxTest.cs">
249 <Link>TestFixtureAttributeTests.cs</Link>249 <Link>Shared\Framework\Syntax\SyntaxTest.cs</Link>
250 </Compile>250 </Compile>
251 <Compile Include="..\..\..\src\tests\TextMessageWriterTests.cs">251 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\ThrowsTests.cs">
252 <Link>TextMessageWriterTests.cs</Link>252 <Link>Shared\Framework\Syntax\ThrowsTests.cs</Link>
253 </Compile>253 </Compile>
254 <Compile Include="..\..\..\src\tests\TypeAssertTest.cs">254 <Compile Include="..\..\..\src\tests\Shared\Framework\Syntax\TypeConstraints.cs">
255 <Link>TypeAssertTest.cs</Link>255 <Link>Shared\Framework\Syntax\TypeConstraints.cs</Link>
256 </Compile>256 </Compile>
257 <Compile Include="..\..\..\src\tests\ValuesAttributeTests.cs">257 <Compile Include="..\..\..\src\tests\Shared\Framework\TestComparer.cs">
258 <Link>ValuesAttributeTests.cs</Link>258 <Link>Shared\Framework\TestComparer.cs</Link>
259 </Compile>
260 <Compile Include="..\..\..\src\tests\Shared\Framework\TestDelegates.cs">
261 <Link>Shared\Framework\TestDelegates.cs</Link>
262 </Compile>
263 <Compile Include="..\..\..\src\tests\Shared\Framework\TestFixtureAttributeTests.cs">
264 <Link>Shared\Framework\TestFixtureAttributeTests.cs</Link>
265 </Compile>
266 <Compile Include="..\..\..\src\tests\Shared\Framework\TextMessageWriterTests.cs">
267 <Link>Shared\Framework\TextMessageWriterTests.cs</Link>
259 </Compile>268 </Compile>
260 </ItemGroup>269 </ItemGroup>
261 <ItemGroup>270 <ItemGroup>
262271
=== modified file 'src/CommonAssemblyInfo.cs'
--- src/CommonAssemblyInfo.cs 2009-08-11 21:52:42 +0000
+++ src/CommonAssemblyInfo.cs 2009-09-11 21:19:56 +0000
@@ -44,5 +44,5 @@
44// You can specify all the values or you can default the Revision and Build Numbers 44// You can specify all the values or you can default the Revision and Build Numbers
45// by using the '*' as shown below:45// by using the '*' as shown below:
46//46//
47[assembly: AssemblyVersion("2.9.1")]47[assembly: AssemblyVersion("2.9.2")]
48[assembly: AssemblyInformationalVersion("2.9.1")]48[assembly: AssemblyInformationalVersion("2.9.2")]
4949
=== modified file 'src/framework/AssemblyInfo.cs'
--- src/framework/AssemblyInfo.cs 2009-08-11 21:52:42 +0000
+++ src/framework/AssemblyInfo.cs 2009-09-11 21:12:38 +0000
@@ -30,7 +30,8 @@
3030
31[assembly: CLSCompliant(true)]31[assembly: CLSCompliant(true)]
3232
33// We sign this way in order to compile on .NET 1.x33#if NET_1_0 || NET_1_1
34[assembly: AssemblyDelaySign(false)]34[assembly: AssemblyDelaySign(false)]
35[assembly: AssemblyKeyFile("../../nunit.snk")]35[assembly: AssemblyKeyFile("../../../../nunit.snk")]
36[assembly: AssemblyKeyName("")]36[assembly: AssemblyKeyName("")]
37#endif
37\ No newline at end of file38\ No newline at end of file
3839
=== removed directory 'src/framework/Constraints'
=== removed file 'src/framework/Constraints/SerializableConstraints.cs'
--- src/framework/Constraints/SerializableConstraints.cs 2009-07-16 20:05:38 +0000
+++ src/framework/Constraints/SerializableConstraints.cs 1970-01-01 00:00:00 +0000
@@ -1,187 +0,0 @@
1// ***********************************************************************
2// Copyright (c) 2008 Charlie Poole
3//
4// Permission is hereby granted, free of charge, to any person obtaining
5// a copy of this software and associated documentation files (the
6// "Software"), to deal in the Software without restriction, including
7// without limitation the rights to use, copy, modify, merge, publish,
8// distribute, sublicense, and/or sell copies of the Software, and to
9// permit persons to whom the Software is furnished to do so, subject to
10// the following conditions:
11//
12// The above copyright notice and this permission notice shall be
13// included in all copies or substantial portions of the Software.
14//
15// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22// ***********************************************************************
23
24using System;
25using System.IO;
26#if !NETCF
27using System.Runtime.Serialization;
28using System.Runtime.Serialization.Formatters.Binary;
29#endif
30using System.Xml.Serialization;
31
32namespace NUnit.Framework.Constraints
33{
34#if !NETCF
35 #region BinarySerializableConstraint
36
37 /// <summary>
38 /// BinarySerializableConstraint tests whether
39 /// an object is serializable in binary format.
40 /// </summary>
41 public class BinarySerializableConstraint : Constraint
42 {
43 readonly BinaryFormatter serializer = new BinaryFormatter();
44
45 /// <summary>
46 /// Test whether the constraint is satisfied by a given value
47 /// </summary>
48 /// <param name="actual">The value to be tested</param>
49 /// <returns>True for success, false for failure</returns>
50 public override bool Matches(object actual)
51 {
52 this.actual = actual;
53
54 if(actual == null)
55 throw new ArgumentException();
56
57 MemoryStream stream = new MemoryStream();
58
59 try
60 {
61 serializer.Serialize(stream, actual);
62
63 stream.Seek(0, SeekOrigin.Begin);
64
65 object value = serializer.Deserialize(stream);
66
67 return value != null;
68 }
69 catch (SerializationException)
70 {
71 return false;
72 }
73 }
74
75 /// <summary>
76 /// Write the constraint description to a MessageWriter
77 /// </summary>
78 /// <param name="writer">The writer on which the description is displayed</param>
79 public override void WriteDescriptionTo(MessageWriter writer)
80 {
81 writer.Write("binary serializable");
82 }
83
84 /// <summary>
85 /// Write the actual value for a failing constraint test to a
86 /// MessageWriter. The default implementation simply writes
87 /// the raw value of actual, leaving it to the writer to
88 /// perform any formatting.
89 /// </summary>
90 /// <param name="writer">The writer on which the actual value is displayed</param>
91 public override void WriteActualValueTo(MessageWriter writer)
92 {
93 writer.Write("<{0}>", actual.GetType().Name);
94 }
95
96 /// <summary>
97 /// Returns the string representation
98 /// </summary>
99 public override string ToString()
100 {
101 return "<binaryserializable>";
102 }
103 }
104
105 #endregion
106#endif
107
108#if !NETCF_1_0
109 #region XmlSerializableConstraint
110
111 /// <summary>
112 /// BinarySerializableConstraint tests whether
113 /// an object is serializable in binary format.
114 /// </summary>
115 public class XmlSerializableConstraint : Constraint
116 {
117 private XmlSerializer serializer;
118
119 /// <summary>
120 /// Test whether the constraint is satisfied by a given value
121 /// </summary>
122 /// <param name="actual">The value to be tested</param>
123 /// <returns>True for success, false for failure</returns>
124 public override bool Matches(object actual)
125 {
126 this.actual = actual;
127
128 if(actual == null)
129 throw new ArgumentException();
130
131 MemoryStream stream = new MemoryStream();
132
133 try
134 {
135 serializer = new XmlSerializer(actual.GetType());
136
137 serializer.Serialize(stream, actual);
138
139 stream.Seek(0, SeekOrigin.Begin);
140
141 object value = serializer.Deserialize(stream);
142
143 return value != null;
144 }
145 catch (NotSupportedException)
146 {
147 return false;
148 }
149 catch (InvalidOperationException)
150 {
151 return false;
152 }
153 }
154
155 /// <summary>
156 /// Write the constraint description to a MessageWriter
157 /// </summary>
158 /// <param name="writer">The writer on which the description is displayed</param>
159 public override void WriteDescriptionTo(MessageWriter writer)
160 {
161 writer.Write("xml serializable");
162 }
163
164 /// <summary>
165 /// Write the actual value for a failing constraint test to a
166 /// MessageWriter. The default implementation simply writes
167 /// the raw value of actual, leaving it to the writer to
168 /// perform any formatting.
169 /// </summary>
170 /// <param name="writer">The writer on which the actual value is displayed</param>
171 public override void WriteActualValueTo(MessageWriter writer)
172 {
173 writer.Write("<{0}>", actual.GetType().Name);
174 }
175
176 /// <summary>
177 /// Returns the string representation of this constraint
178 /// </summary>
179 public override string ToString()
180 {
181 return "<xmlserializable>";
182 }
183 }
184
185 #endregion
186#endif
187}
1880
=== added file 'src/framework/Env.cs'
--- src/framework/Env.cs 1970-01-01 00:00:00 +0000
+++ src/framework/Env.cs 2009-09-12 03:41:51 +0000
@@ -0,0 +1,56 @@
1// ***********************************************************************
2// Copyright (c) 2007 Charlie Poole
3//
4// Permission is hereby granted, free of charge, to any person obtaining
5// a copy of this software and associated documentation files (the
6// "Software"), to deal in the Software without restriction, including
7// without limitation the rights to use, copy, modify, merge, publish,
8// distribute, sublicense, and/or sell copies of the Software, and to
9// permit persons to whom the Software is furnished to do so, subject to
10// the following conditions:
11//
12// The above copyright notice and this permission notice shall be
13// included in all copies or substantial portions of the Software.
14//
15// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22// ***********************************************************************
23
24using System;
25using System.Text;
26
27namespace NUnitLite
28{
29 /// <summary>
30 /// Env is a static class that provides some of the features of
31 /// System.Environment that are not available under all runtimes
32 /// </summary>
33 public class Env
34 {
35 // Define NewLine to be used for this system
36 // NOTE: Since this is done at compile time for .NET CF,
37 // these binaries are not yet currently portable.
38 /// <summary>
39 /// The newline sequence in the current environmemt.
40 /// </summary>
41#if PocketPC || WindowsCE || NETCF
42 public static readonly string NewLine = "\r\n";
43#else
44 public static readonly string NewLine = Environment.NewLine;
45#endif
46
47 /// <summary>
48 /// Path to the 'My Documents' folder
49 /// </summary>
50#if NETCF_1_0
51 public static string DocumentFolder = @"\My Documents";
52#else
53 public static string DocumentFolder = Environment.GetFolderPath(Environment.SpecialFolder.Personal);
54#endif
55 }
56}
057
=== removed file 'src/framework/ITestCaseData.cs'
--- src/framework/ITestCaseData.cs 2009-08-23 02:46:52 +0000
+++ src/framework/ITestCaseData.cs 1970-01-01 00:00:00 +0000
@@ -1,84 +0,0 @@
1// ***********************************************************************
2// Copyright (c) 2009 Charlie Poole
3//
4// Permission is hereby granted, free of charge, to any person obtaining
5// a copy of this software and associated documentation files (the
6// "Software"), to deal in the Software without restriction, including
7// without limitation the rights to use, copy, modify, merge, publish,
8// distribute, sublicense, and/or sell copies of the Software, and to
9// permit persons to whom the Software is furnished to do so, subject to
10// the following conditions:
11//
12// The above copyright notice and this permission notice shall be
13// included in all copies or substantial portions of the Software.
14//
15// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
19// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
20// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22// ***********************************************************************
23
24using System;
25
26namespace NUnit.Framework
27{
28 /// <summary>
29 /// The ITestCaseData interface is implemented by a class
30 /// that is able to return complete testcases for use by
31 /// a parameterized test method.
32 ///
33 /// NOTE: This interface is used in both the framework
34 /// and the core, even though that results in two different
35 /// types. However, sharing the source code guarantees that
36 /// the various implementations will be compatible and that
37 /// the core is able to reflect successfully over the
38 /// framework implementations of ITestCaseData.
39 /// </summary>
40 public interface ITestCaseData
41 {
42 /// <summary>
43 /// Gets the argument list to be provided to the test
44 /// </summary>
45 object[] Arguments { get; }
46
47 /// <summary>
48 /// Gets the expected result
49 /// </summary>
50 object Result { get; }
51
52 /// <summary>
53 /// Gets the expected exception Type
54 /// </summary>
55 Type ExpectedException { get; }
56
57 /// <summary>
58 /// Gets the FullName of the expected exception
59 /// </summary>
60 string ExpectedExceptionName { get; }
61
62 /// <summary>
63 /// Gets the name to be used for the test
64 /// </summary>
65 string TestName { get; }
66
67 /// <summary>
68 /// Gets the description of the test
69 /// </summary>
70 string Description { get; }
71
72 /// <summary>
73 /// Gets a value indicating whether this <see cref="ITestCaseData"/> is ignored.
74 /// </summary>
75 /// <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>
76 bool Ignored { get; }
77
78 /// <summary>
79 /// Gets the ignore reason.
80 /// </summary>
81 /// <value>The ignore reason.</value>
82 string IgnoreReason { get; }
83 }
84}
850
=== added directory 'src/framework/NUnit'
=== added directory 'src/framework/NUnit/Framework'
=== renamed file 'src/framework/Assume.cs' => 'src/framework/NUnit/Framework/Assume.cs'
=== renamed file 'src/framework/CategoryAttribute.cs' => 'src/framework/NUnit/Framework/CategoryAttribute.cs'
=== renamed file 'src/framework/CollectionAssert.cs' => 'src/framework/NUnit/Framework/CollectionAssert.cs'
=== added directory 'src/framework/NUnit/Framework/Constraints'
=== renamed file 'src/framework/Constraints/DelayedConstraint.cs' => 'src/framework/NUnit/Framework/Constraints/DelayedConstraint.cs'
=== renamed file 'src/framework/Constraints/DirectoryConstraints.cs' => 'src/framework/NUnit/Framework/Constraints/DirectoryConstraints.cs'
=== renamed file 'src/framework/Constraints/PredicateConstraint.cs' => 'src/framework/NUnit/Framework/Constraints/PredicateConstraint.cs'
=== renamed file 'src/framework/DatapointAttributes.cs' => 'src/framework/NUnit/Framework/DatapointAttributes.cs'
=== renamed file 'src/framework/DirectoryAssert.cs' => 'src/framework/NUnit/Framework/DirectoryAssert.cs'
=== renamed file 'src/framework/ExplicitAttribute.cs' => 'src/framework/NUnit/Framework/ExplicitAttribute.cs'
=== renamed file 'src/framework/FileAssert.cs' => 'src/framework/NUnit/Framework/FileAssert.cs'
=== renamed file 'src/framework/IgnoreException.cs' => 'src/framework/NUnit/Framework/IgnoreException.cs'
--- src/framework/IgnoreException.cs 2009-07-16 19:37:36 +0000
+++ src/framework/NUnit/Framework/IgnoreException.cs 2009-09-06 20:54:07 +0000
@@ -24,8 +24,10 @@
24namespace NUnit.Framework 24namespace NUnit.Framework
25{25{
26 using System;26 using System;
27#if !NETCF
27 using System.Runtime.Serialization;28 using System.Runtime.Serialization;
28 29#endif
30
29 /// <summary>31 /// <summary>
30 /// Thrown when an assertion failed.32 /// Thrown when an assertion failed.
31 /// </summary>33 /// </summary>
@@ -44,12 +46,13 @@
44 base(message, inner) 46 base(message, inner)
45 {}47 {}
4648
49#if !NETCF
47 /// <summary>50 /// <summary>
48 /// Serialization Constructor51 /// Serialization Constructor
49 /// </summary>52 /// </summary>
50 protected IgnoreException(SerializationInfo info, 53 protected IgnoreException(SerializationInfo info,
51 StreamingContext context) : base(info,context)54 StreamingContext context) : base(info,context)
52 {}55 {}
5356#endif
54 }57 }
55}58}
5659
=== renamed file 'src/framework/IncludeExcludeAttributes.cs' => 'src/framework/NUnit/Framework/IncludeExcludeAttributes.cs'
=== renamed file 'src/framework/InconclusiveException.cs' => 'src/framework/NUnit/Framework/InconclusiveException.cs'
--- src/framework/InconclusiveException.cs 2009-07-16 19:37:36 +0000
+++ src/framework/NUnit/Framework/InconclusiveException.cs 2009-09-06 20:54:07 +0000
@@ -24,8 +24,9 @@
24namespace NUnit.Framework24namespace NUnit.Framework
25{25{
26 using System;26 using System;
27#if !NETCF
27 using System.Runtime.Serialization;28 using System.Runtime.Serialization;
2829#endif
29 /// <summary>30 /// <summary>
30 /// Thrown when a test executes inconclusively.31 /// Thrown when a test executes inconclusively.
31 /// </summary>32 /// </summary>
@@ -48,6 +49,7 @@
48 base(message, inner)49 base(message, inner)
49 { }50 { }
5051
52#if !NETCF
51 /// <summary>53 /// <summary>
52 /// Serialization Constructor54 /// Serialization Constructor
53 /// </summary>55 /// </summary>
@@ -55,6 +57,6 @@
55 StreamingContext context)57 StreamingContext context)
56 : base(info, context)58 : base(info, context)
57 { }59 { }
5860#endif
59 }61 }
60}62}
6163
=== renamed file 'src/framework/Iz.cs' => 'src/framework/NUnit/Framework/Iz.cs'
=== renamed file 'src/framework/JoinTypeAttributes.cs' => 'src/framework/NUnit/Framework/JoinTypeAttributes.cs'
=== renamed file 'src/framework/List.cs' => 'src/framework/NUnit/Framework/List.cs'
=== renamed file 'src/framework/MaxTimeAttribute.cs' => 'src/framework/NUnit/Framework/MaxTimeAttribute.cs'
=== renamed file 'src/framework/RandomAttribute.cs' => 'src/framework/NUnit/Framework/RandomAttribute.cs'
=== 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