1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" 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>8.0.50727</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{41326141-EB24-4984-9D9B-5CFAA55946BA}</ProjectGuid>
9    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
10    <OutputType>Library</OutputType>
11    <AppDesignerFolder>Properties</AppDesignerFolder>
12    <RootNamespace>NUnit.Framework</RootNamespace>
13    <AssemblyName>nunitlite</AssemblyName>
14    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
15    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
17    <SilverlightApplication>false</SilverlightApplication>
18    <ValidateXaml>true</ValidateXaml>
19    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>
20    <IntermediateOutputPath>obj\$(Configuration)\sl-4.0\</IntermediateOutputPath>
21  </PropertyGroup>
22  <!-- This property group is only here to support building this project using the
23       MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs
24       to set the TargetFrameworkVersion to v3.5 -->
25  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
26    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29    <DebugSymbols>true</DebugSymbols>
30    <DebugType>full</DebugType>
31    <Optimize>false</Optimize>
32    <OutputPath>..\..\bin\Debug\sl-4.0\</OutputPath>
33    <DefineConstants>TRACE;DEBUG;SILVERLIGHT;SL_4_0;CLR_2_0;NUNITLITE</DefineConstants>
34    <NoStdLib>true</NoStdLib>
35    <NoConfig>true</NoConfig>
36    <ErrorReport>prompt</ErrorReport>
37    <WarningLevel>4</WarningLevel>
38    <DocumentationFile>..\..\bin\Debug\sl-4.0\nunitlite.xml</DocumentationFile>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41    <DebugType>pdbonly</DebugType>
42    <Optimize>true</Optimize>
43    <OutputPath>..\..\bin\Release\sl-4.0\</OutputPath>
44    <DefineConstants>TRACE;SILVERLIGHT;SL_4_0;CLR_2_0;NUNITLITE</DefineConstants>
45    <NoStdLib>true</NoStdLib>
46    <NoConfig>true</NoConfig>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <DocumentationFile>..\..\bin\Release\sl-4.0\nunitlite.xml</DocumentationFile>
50  </PropertyGroup>
51  <PropertyGroup>
52    <SignAssembly>true</SignAssembly>
53  </PropertyGroup>
54  <PropertyGroup>
55    <AssemblyOriginatorKeyFile>nunit.snk</AssemblyOriginatorKeyFile>
56  </PropertyGroup>
57  <ItemGroup>
58    <Reference Include="mscorlib" />
59    <Reference Include="system" />
60    <Reference Include="System.Core" />
61    <Reference Include="System.Windows" />
62    <Reference Include="System.Xml" />
63  </ItemGroup>
64  <ItemGroup>
65    <Compile Include="Api\ExpectedExceptionData.cs" />
66    <Compile Include="Api\IParameterDataSource.cs" />
67    <Compile Include="Api\IPropertyBag.cs" />
68    <Compile Include="Api\ITest.cs" />
69    <Compile Include="Api\ITestAssemblyBuilder.cs" />
70    <Compile Include="Api\ITestAssemblyRunner.cs" />
71    <Compile Include="Api\ITestCaseData.cs" />
72    <Compile Include="Api\ITestCaseSource.cs" />
73    <Compile Include="Api\ITestFilter.cs" />
74    <Compile Include="Api\ITestListener.cs" />
75    <Compile Include="Api\ITestResult.cs" />
76    <Compile Include="Api\IXmlNodeBuilder.cs" />
77    <Compile Include="Api\PropertyEntry.cs" />
78    <Compile Include="Api\ResultState.cs" />
79    <Compile Include="Api\RunState.cs" />
80    <Compile Include="Api\TestOutput.cs" />
81    <Compile Include="Api\TestStatus.cs" />
82    <Compile Include="Api\XmlNode.cs" />
83    <Compile Include="AssemblyInfo.cs" />
84    <Compile Include="Assert.cs" />
85    <Compile Include="AssertionHelper.cs" />
86    <Compile Include="Assume.cs" />
87    <Compile Include="Attributes\CategoryAttribute.cs" />
88    <Compile Include="Attributes\CombinatorialAttribute.cs" />
89    <Compile Include="Attributes\CultureAttribute.cs" />
90    <Compile Include="Attributes\DataAttribute.cs" />
91    <Compile Include="Attributes\DatapointAttribute.cs" />
92    <Compile Include="Attributes\DatapointsAttribute.cs" />
93    <Compile Include="Attributes\DatapointSourceAttribute.cs" />
94    <Compile Include="Attributes\DescriptionAttribute.cs" />
95    <Compile Include="Attributes\ExpectedExceptionAttribute.cs" />
96    <Compile Include="Attributes\ExplicitAttribute.cs" />
97    <Compile Include="Attributes\IgnoreAttribute.cs" />
98    <Compile Include="Attributes\IncludeExcludeAttribute.cs" />
99    <Compile Include="Attributes\MaxTimeAttribute.cs" />
100    <Compile Include="Attributes\NUnitAttribute.cs" />
101    <Compile Include="Attributes\PairwiseAttribute.cs" />
102    <Compile Include="Attributes\PlatformAttribute.cs" />
103    <Compile Include="Attributes\PropertyAttribute.cs" />
104    <Compile Include="Attributes\RandomAttribute.cs" />
105    <Compile Include="Attributes\RangeAttribute.cs" />
106    <Compile Include="Attributes\RepeatAttribute.cs" />
107    <Compile Include="Attributes\SequentialAttribute.cs" />
108    <Compile Include="Attributes\SetCultureAttribute.cs" />
109    <Compile Include="Attributes\SetUICultureAttribute.cs" />
110    <Compile Include="Attributes\SetUpAttribute.cs" />
111    <Compile Include="Attributes\TearDownAttribute.cs" />
112    <Compile Include="Attributes\TestAttribute.cs" />
113    <Compile Include="Attributes\TestCaseAttribute.cs" />
114    <Compile Include="Attributes\TestCaseSourceAttribute.cs" />
115    <Compile Include="Attributes\TestFixtureAttribute.cs" />
116    <Compile Include="Attributes\TestFixtureSetUpAttribute.cs" />
117    <Compile Include="Attributes\TestFixtureTearDownAttribute.cs" />
118    <Compile Include="Attributes\TheoryAttribute.cs" />
119    <Compile Include="Attributes\TimeoutAttribute.cs" />
120    <Compile Include="Attributes\ValuesAttribute.cs" />
121    <Compile Include="Attributes\ValueSourceAttribute.cs" />
122    <Compile Include="Compatibility\SerializableAttribute.cs" />
123    <Compile Include="Constraints\AllItemsConstraint.cs" />
124    <Compile Include="Constraints\AndConstraint.cs" />
125    <Compile Include="Constraints\AssignableFromConstraint.cs" />
126    <Compile Include="Constraints\AssignableToConstraint.cs" />
127    <Compile Include="Constraints\AttributeConstraint.cs" />
128    <Compile Include="Constraints\AttributeExistsConstraint.cs" />
129    <Compile Include="Constraints\BasicConstraint.cs" />
130    <Compile Include="Constraints\BinaryConstraint.cs" />
131    <Compile Include="Constraints\BinarySerializableConstraint.cs" />
132    <Compile Include="Constraints\CollectionConstraint.cs" />
133    <Compile Include="Constraints\CollectionContainsConstraint.cs" />
134    <Compile Include="Constraints\CollectionEquivalentConstraint.cs" />
135    <Compile Include="Constraints\CollectionItemsEqualConstraint.cs" />
136    <Compile Include="Constraints\CollectionOrderedConstraint.cs" />
137    <Compile Include="Constraints\CollectionSubsetConstraint.cs" />
138    <Compile Include="Constraints\CollectionTally.cs" />
139    <Compile Include="Constraints\ComparisonAdapter.cs" />
140    <Compile Include="Constraints\ComparisonConstraint.cs" />
141    <Compile Include="Constraints\Constraint.cs" />
142    <Compile Include="Constraints\ConstraintBuilder.cs" />
143    <Compile Include="Constraints\ConstraintExpression.cs" />
144    <Compile Include="Constraints\ConstraintExpressionBase.cs" />
145    <Compile Include="Constraints\ConstraintFactory.cs" />
146    <Compile Include="Constraints\ContainsConstraint.cs" />
147    <Compile Include="Constraints\EmptyCollectionConstraint.cs" />
148    <Compile Include="Constraints\EmptyConstraint.cs" />
149    <Compile Include="Constraints\EmptyDirectoryConstraint.cs" />
150    <Compile Include="Constraints\EmptyStringConstraint.cs" />
151    <Compile Include="Constraints\EndsWithConstraint.cs" />
152    <Compile Include="Constraints\EqualConstraint.cs" />
153    <Compile Include="Constraints\EqualityAdapter.cs" />
154    <Compile Include="Constraints\ExactCountConstraint.cs" />
155    <Compile Include="Constraints\ExactTypeConstraint.cs" />
156    <Compile Include="Constraints\ExceptionTypeConstraint.cs" />
157    <Compile Include="Constraints\FailurePoint.cs" />
158    <Compile Include="Constraints\FalseConstraint.cs" />
159    <Compile Include="Constraints\FloatingPointNumerics.cs" />
160    <Compile Include="Constraints\GreaterThanConstraint.cs" />
161    <Compile Include="Constraints\GreaterThanOrEqualConstraint.cs" />
162    <Compile Include="Constraints\InstanceOfTypeConstraint.cs" />
163    <Compile Include="Constraints\IResolveConstraint.cs" />
164    <Compile Include="Constraints\LessThanConstraint.cs" />
165    <Compile Include="Constraints\LessThanOrEqualConstraint.cs" />
166    <Compile Include="Constraints\MessageWriter.cs" />
167    <Compile Include="Constraints\MsgUtils.cs" />
168    <Compile Include="Constraints\NaNConstraint.cs" />
169    <Compile Include="Constraints\NoItemConstraint.cs" />
170    <Compile Include="Constraints\NotConstraint.cs" />
171    <Compile Include="Constraints\NullConstraint.cs" />
172    <Compile Include="Constraints\NullOrEmptyStringConstraint.cs" />
173    <Compile Include="Constraints\Numerics.cs" />
174    <Compile Include="Constraints\NUnitComparer.cs" />
175    <Compile Include="Constraints\NUnitEqualityComparer.cs" />
176    <Compile Include="Constraints\Operators\AllOperator.cs" />
177    <Compile Include="Constraints\Operators\AndOperator.cs" />
178    <Compile Include="Constraints\Operators\AttributeOperator.cs" />
179    <Compile Include="Constraints\Operators\BinaryOperator.cs" />
180    <Compile Include="Constraints\Operators\CollectionOperator.cs" />
181    <Compile Include="Constraints\Operators\ConstraintOperator.cs" />
182    <Compile Include="Constraints\Operators\ExactCountOperator.cs" />
183    <Compile Include="Constraints\Operators\NoneOperator.cs" />
184    <Compile Include="Constraints\Operators\NotOperator.cs" />
185    <Compile Include="Constraints\Operators\OrOperator.cs" />
186    <Compile Include="Constraints\Operators\PrefixOperator.cs" />
187    <Compile Include="Constraints\Operators\PropOperator.cs" />
188    <Compile Include="Constraints\Operators\SelfResolvingOperator.cs" />
189    <Compile Include="Constraints\Operators\SomeOperator.cs" />
190    <Compile Include="Constraints\Operators\ThrowsOperator.cs" />
191    <Compile Include="Constraints\Operators\WithOperator.cs" />
192    <Compile Include="Constraints\OrConstraint.cs" />
193    <Compile Include="Constraints\PathConstraint.cs" />
194    <Compile Include="Constraints\PredicateConstraint.cs" />
195    <Compile Include="Constraints\PrefixConstraint.cs" />
196    <Compile Include="Constraints\PropertyConstraint.cs" />
197    <Compile Include="Constraints\PropertyExistsConstraint.cs" />
198    <Compile Include="Constraints\RangeConstraint.cs" />
199    <Compile Include="Constraints\RegexConstraint.cs" />
200    <Compile Include="Constraints\ResolvableConstraintExpression.cs" />
201    <Compile Include="Constraints\ReusableConstraint.cs" />
202    <Compile Include="Constraints\SameAsConstraint.cs" />
203    <Compile Include="Constraints\SamePathConstraint.cs" />
204    <Compile Include="Constraints\SamePathOrUnderConstraint.cs" />
205    <Compile Include="Constraints\SomeItemsConstraint.cs" />
206    <Compile Include="Constraints\StartsWithConstraint.cs" />
207    <Compile Include="Constraints\StringConstraint.cs" />
208    <Compile Include="Constraints\SubPathConstraint.cs" />
209    <Compile Include="Constraints\SubstringConstraint.cs" />
210    <Compile Include="Constraints\ThrowsConstraint.cs" />
211    <Compile Include="Constraints\ThrowsNothingConstraint.cs" />
212    <Compile Include="Constraints\Tolerance.cs" />
213    <Compile Include="Constraints\ToleranceMode.cs" />
214    <Compile Include="Constraints\TrueConstraint.cs" />
215    <Compile Include="Constraints\TypeConstraint.cs" />
216    <Compile Include="Constraints\UniqueItemsConstraint.cs" />
217    <Compile Include="Constraints\XmlSerializableConstraint.cs" />
218    <Compile Include="Contains.cs" />
219    <Compile Include="Env.cs" />
220    <Compile Include="Exceptions\AssertionException.cs" />
221    <Compile Include="Exceptions\IgnoreException.cs" />
222    <Compile Include="Exceptions\InconclusiveException.cs" />
223    <Compile Include="Exceptions\SuccessException.cs" />
224    <Compile Include="Extensibility\IParameterDataProvider.cs" />
225    <Compile Include="Extensibility\ISuiteBuilder.cs" />
226    <Compile Include="Extensibility\ITestCaseBuilder.cs" />
227    <Compile Include="Extensibility\ITestCaseProvider.cs" />
228    <Compile Include="GlobalSettings.cs" />
229    <Compile Include="Guard.cs" />
230    <Compile Include="Has.cs" />
231    <Compile Include="IExpectException.cs" />
232    <Compile Include="Internal\AssemblyHelper.cs" />
233    <Compile Include="Internal\Builders\CombinatorialStrategy.cs" />
234    <Compile Include="Internal\Builders\CombinatorialTestCaseProvider.cs" />
235    <Compile Include="Internal\Builders\CombiningStrategy.cs" />
236    <Compile Include="Internal\Builders\DataAttributeTestCaseProvider.cs" />
237    <Compile Include="Internal\Builders\DatapointProvider.cs" />
238    <Compile Include="Internal\Builders\NUnitTestCaseBuilder.cs" />
239    <Compile Include="Internal\Builders\NUnitTestFixtureBuilder.cs" />
240    <Compile Include="Internal\Builders\PairwiseStrategy.cs" />
241    <Compile Include="Internal\Builders\ParameterDataProvider.cs" />
242    <Compile Include="Internal\Builders\ProviderCache.cs" />
243    <Compile Include="Internal\Builders\SequentialStrategy.cs" />
244    <Compile Include="Internal\Commands\ApplyChangesToContextCommand.cs" />
245    <Compile Include="Internal\Commands\CommandDecoratorList.cs" />
246    <Compile Include="Internal\Commands\CommandStage.cs" />
247    <Compile Include="Internal\Commands\DelegatingTestCommand.cs" />
248    <Compile Include="Internal\Commands\ExpectedExceptionCommand.cs" />
249    <Compile Include="Internal\Commands\ICommandDecorator.cs" />
250    <Compile Include="Internal\Commands\MaxTimeCommand.cs" />
251    <Compile Include="Internal\Commands\OneTimeSetUpCommand.cs" />
252    <Compile Include="Internal\Commands\OneTimeTearDownCommand.cs" />
253    <Compile Include="Internal\Commands\RepeatedTestCommand.cs" />
254    <Compile Include="Internal\Commands\SetUpTearDownCommand.cs" />
255    <Compile Include="Internal\Commands\SkipCommand.cs" />
256    <Compile Include="Internal\Commands\TestCommand.cs" />
257    <Compile Include="Internal\Commands\TestMethodCommand.cs" />
258    <Compile Include="Internal\Commands\TheoryResultCommand.cs" />
259    <Compile Include="Internal\CultureDetector.cs" />
260    <Compile Include="Internal\ExceptionHelper.cs" />
261    <Compile Include="Internal\Extensibility\ParameterDataProviders.cs" />
262    <Compile Include="Internal\Extensibility\TestCaseProviders.cs" />
263    <Compile Include="Internal\Filters\AndFilter.cs" />
264    <Compile Include="Internal\Filters\CategoryExpression.cs" />
265    <Compile Include="Internal\Filters\CategoryFilter.cs" />
266    <Compile Include="Internal\Filters\NotFilter.cs" />
267    <Compile Include="Internal\Filters\OrFilter.cs" />
268    <Compile Include="Internal\Filters\SimpleCategoryExpression.cs" />
269    <Compile Include="Internal\Filters\SimpleNameFilter.cs" />
270    <Compile Include="Internal\IApplyToContext.cs" />
271    <Compile Include="Internal\IApplyToTest.cs" />
272    <Compile Include="Internal\InvalidTestFixtureException.cs" />
273    <Compile Include="Internal\MethodHelper.cs" />
274    <Compile Include="Internal\NUnitException.cs" />
275    <Compile Include="Internal\NUnitLiteTestAssemblyBuilder.cs" />
276    <Compile Include="Internal\NUnitLiteTestAssemblyRunner.cs" />
277    <Compile Include="Internal\OSPlatform.cs" />
278    <Compile Include="Internal\ParameterSet.cs" />
279    <Compile Include="Internal\PlatformHelper.cs" />
280    <Compile Include="Internal\PropertyBag.cs" />
281    <Compile Include="Internal\PropertyNames.cs" />
282    <Compile Include="Internal\RandomGenerator.cs" />
283    <Compile Include="Internal\Randomizer.cs" />
284    <Compile Include="Internal\Reflect.cs" />
285    <Compile Include="Internal\Results\TestCaseResult.cs" />
286    <Compile Include="Internal\Results\TestResult.cs" />
287    <Compile Include="Internal\Results\TestSuiteResult.cs" />
288    <Compile Include="Internal\RuntimeFramework.cs" />
289    <Compile Include="Internal\StackFilter.cs" />
290    <Compile Include="Internal\StringUtil.cs" />
291    <Compile Include="Internal\TestExecutionContext.cs" />
292    <Compile Include="Internal\TestFilter.cs" />
293    <Compile Include="Internal\TestFixtureBuilder.cs" />
294    <Compile Include="Internal\TestListener.cs" />
295    <Compile Include="Internal\Tests\ParameterizedFixtureSuite.cs" />
296    <Compile Include="Internal\Tests\ParameterizedMethodSuite.cs" />
297    <Compile Include="Internal\Tests\Test.cs" />
298    <Compile Include="Internal\Tests\TestAssembly.cs" />
299    <Compile Include="Internal\Tests\TestFixture.cs" />
300    <Compile Include="Internal\Tests\TestMethod.cs" />
301    <Compile Include="Internal\Tests\TestSuite.cs" />
302    <Compile Include="Internal\TextMessageWriter.cs" />
303    <Compile Include="Internal\TypeHelper.cs" />
304    <Compile Include="Internal\WorkItems\CompositeWorkItem.cs" />
305    <Compile Include="Internal\WorkItems\CountdownEvent.cs" />
306    <Compile Include="Internal\WorkItems\SimpleWorkItem.cs" />
307    <Compile Include="Internal\WorkItems\WorkItem.cs" />
308    <Compile Include="Internal\WorkItems\WorkItemState.cs" />
309    <Compile Include="Is.cs" />
310    <Compile Include="Iz.cs" />
311    <Compile Include="ListMapper.cs" />
312    <Compile Include="MessageMatch.cs" />
313    <Compile Include="ObjectList.cs" />
314    <Compile Include="Runner\CommandLineOptions.cs" />
315    <Compile Include="Runner\ConsoleWriter.cs" />
316    <Compile Include="Runner\DebugWriter.cs" />
317    <Compile Include="Runner\ResultReporter.cs" />
318    <Compile Include="Runner\Silverlight\TestPage.xaml.cs">
319      <DependentUpon>TestPage.xaml</DependentUpon>
320    </Compile>
321    <Compile Include="Runner\OutputWriters\NUnit2XmlOutputWriter.cs" />
322    <Compile Include="Runner\OutputWriters\NUnit3XmlOutputWriter.cs" />
323    <Compile Include="Runner\OutputWriters\OutputWriter.cs" />
324    <Compile Include="Runner\ResultSummary.cs" />
325    <Compile Include="Runner\Silverlight\TextBlockWriter.cs" />
326    <Compile Include="Runner\TextUI.cs">
327      <SubType>Code</SubType>
328    </Compile>
329    <Compile Include="SpecialValue.cs" />
330    <Compile Include="TestCaseData.cs" />
331    <Compile Include="TestContext.cs" />
332    <Compile Include="Throws.cs" />
333  </ItemGroup>
334  <ItemGroup>
335    <Folder Include="Properties\" />
336  </ItemGroup>
337  <ItemGroup>
338    <None Include="nunit.snk" />
339  </ItemGroup>
340  <ItemGroup>
341    <Page Include="Runner\Silverlight\TestPage.xaml">
342      <Generator>MSBuild:Compile</Generator>
343      <SubType>Designer</SubType>
344    </Page>
345  </ItemGroup>
346  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
347  <ProjectExtensions>
348    <VisualStudio>
349      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
350        <SilverlightProjectProperties />
351      </FlavorProperties>
352    </VisualStudio>
353  </ProjectExtensions>
354  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
355       Other similar extension points exist, see Microsoft.Common.targets.
356  <Target Name="BeforeBuild">
357  </Target>
358  <Target Name="AfterBuild">
359  </Target>
360  -->
361</Project>