~schilling-ro/nunitv2/datasource

« back to all changes in this revision

Viewing changes to src/NUnitCore/tests/nunit.core.tests.csproj

  • Committer: Robert Schilling schilling.ro@gmail.com
  • Date: 2013-05-04 22:53:58 UTC
  • Revision ID: schilling.ro@gmail.com-20130504225358-d5s8xi4sl3v9mkea
Added basic testcases.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="utf-8"?>
2
 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3
 
  <PropertyGroup>
4
 
    <ProjectType>Local</ProjectType>
5
 
    <ProductVersion>9.0.30729</ProductVersion>
6
 
    <SchemaVersion>2.0</SchemaVersion>
7
 
    <ProjectGuid>{DD758D21-E5D5-4D40-9450-5F65A32F359C}</ProjectGuid>
8
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
 
    <AssemblyKeyContainerName>
11
 
    </AssemblyKeyContainerName>
12
 
    <AssemblyName>nunit.core.tests</AssemblyName>
13
 
    <DefaultClientScript>JScript</DefaultClientScript>
14
 
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15
 
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
16
 
    <DelaySign>false</DelaySign>
17
 
    <OutputType>Library</OutputType>
18
 
    <RootNamespace>NUnit.Core.Tests</RootNamespace>
19
 
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
20
 
    <FileUpgradeFlags>
21
 
    </FileUpgradeFlags>
22
 
    <UpgradeBackupLocation>
23
 
    </UpgradeBackupLocation>
24
 
    <OldToolsVersion>3.5</OldToolsVersion>
25
 
    <IsWebBootstrapper>true</IsWebBootstrapper>
26
 
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
27
 
    <PublishUrl>http://localhost/nunit.core.tests/</PublishUrl>
28
 
    <Install>true</Install>
29
 
    <InstallFrom>Web</InstallFrom>
30
 
    <UpdateEnabled>true</UpdateEnabled>
31
 
    <UpdateMode>Foreground</UpdateMode>
32
 
    <UpdateInterval>7</UpdateInterval>
33
 
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
34
 
    <UpdatePeriodically>false</UpdatePeriodically>
35
 
    <UpdateRequired>false</UpdateRequired>
36
 
    <MapFileExtensions>true</MapFileExtensions>
37
 
    <ApplicationRevision>0</ApplicationRevision>
38
 
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
39
 
    <UseApplicationTrust>false</UseApplicationTrust>
40
 
    <BootstrapperEnabled>true</BootstrapperEnabled>
41
 
  </PropertyGroup>
42
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
43
 
    <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
44
 
    <BaseAddress>285212672</BaseAddress>
45
 
    <ConfigurationOverrideFile>
46
 
    </ConfigurationOverrideFile>
47
 
    <DefineConstants>TRACE;DEBUG;CLR_2_0,NET_3_5,CS_3_0</DefineConstants>
48
 
    <DocumentationFile>
49
 
    </DocumentationFile>
50
 
    <DebugSymbols>true</DebugSymbols>
51
 
    <FileAlignment>4096</FileAlignment>
52
 
    <NoWarn>618</NoWarn>
53
 
    <Optimize>false</Optimize>
54
 
    <RegisterForComInterop>false</RegisterForComInterop>
55
 
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
56
 
    <WarningLevel>4</WarningLevel>
57
 
    <DebugType>full</DebugType>
58
 
    <ErrorReport>prompt</ErrorReport>
59
 
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60
 
  </PropertyGroup>
61
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
62
 
    <OutputPath>..\..\..\bin\Release\tests\</OutputPath>
63
 
    <BaseAddress>285212672</BaseAddress>
64
 
    <ConfigurationOverrideFile>
65
 
    </ConfigurationOverrideFile>
66
 
    <DefineConstants>TRACE;CLR_2_0,NET_3_5,CS_3_0</DefineConstants>
67
 
    <DocumentationFile>
68
 
    </DocumentationFile>
69
 
    <FileAlignment>4096</FileAlignment>
70
 
    <NoWarn>618</NoWarn>
71
 
    <Optimize>true</Optimize>
72
 
    <RegisterForComInterop>false</RegisterForComInterop>
73
 
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
74
 
    <WarningLevel>4</WarningLevel>
75
 
    <DebugType>none</DebugType>
76
 
    <ErrorReport>prompt</ErrorReport>
77
 
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78
 
  </PropertyGroup>
79
 
  <ItemGroup>
80
 
    <Reference Include="System">
81
 
      <Name>System</Name>
82
 
    </Reference>
83
 
    <Reference Include="System.Core">
84
 
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
85
 
    </Reference>
86
 
    <Reference Include="System.Data">
87
 
      <Name>System.Data</Name>
88
 
    </Reference>
89
 
    <Reference Include="System.Xml">
90
 
      <Name>System.XML</Name>
91
 
    </Reference>
92
 
    <ProjectReference Include="..\..\ClientUtilities\util\nunit.util.dll.csproj">
93
 
      <Name>nunit.util.dll</Name>
94
 
      <Project>{61CE9CE5-943E-44D4-A381-814DC1406767}</Project>
95
 
      <Private>False</Private>
96
 
    </ProjectReference>
97
 
    <ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
98
 
      <Name>nunit.framework.dll</Name>
99
 
      <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
100
 
    </ProjectReference>
101
 
    <ProjectReference Include="..\..\tests\mock-assembly\mock-assembly.csproj">
102
 
      <Name>mock-assembly</Name>
103
 
      <Project>{2E368281-3BA8-4050-B05E-0E0E43F8F446}</Project>
104
 
      <Private>False</Private>
105
 
    </ProjectReference>
106
 
    <ProjectReference Include="..\..\tests\nonamespace-assembly\nonamespace-assembly.csproj">
107
 
      <Name>nonamespace-assembly</Name>
108
 
      <Project>{5110F0D2-8E50-46F8-9E17-7C8EBFECCA9D}</Project>
109
 
      <Private>False</Private>
110
 
    </ProjectReference>
111
 
    <ProjectReference Include="..\..\tests\test-assembly\test-assembly.csproj">
112
 
      <Name>test-assembly</Name>
113
 
      <Project>{1960CAC4-9A82-47C5-A9B3-55BC37572C3C}</Project>
114
 
    </ProjectReference>
115
 
    <ProjectReference Include="..\..\tests\test-utilities\test-utilities.csproj">
116
 
      <Name>test-utilities</Name>
117
 
      <Project>{3E63AD0F-24D4-46BE-BEE4-5A3299847D86}</Project>
118
 
    </ProjectReference>
119
 
    <ProjectReference Include="..\core\nunit.core.dll.csproj">
120
 
      <Name>nunit.core.dll</Name>
121
 
      <Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>
122
 
      <Private>False</Private>
123
 
    </ProjectReference>
124
 
    <ProjectReference Include="..\interfaces\nunit.core.interfaces.dll.csproj">
125
 
      <Name>nunit.core.interfaces.dll</Name>
126
 
      <Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
127
 
      <Private>False</Private>
128
 
    </ProjectReference>
129
 
    <Reference Include="NSubstitute">
130
 
      <HintPath>..\..\..\lib\3.5\NSubstitute.dll</HintPath>
131
 
    </Reference>
132
 
  </ItemGroup>
133
 
  <ItemGroup>
134
 
    <Compile Include="..\..\CommonAssemblyInfo.cs">
135
 
      <Link>CommonAssemblyInfo.cs</Link>
136
 
    </Compile>
137
 
    <Compile Include="ActionAttributeExceptionTests.cs" />
138
 
    <Compile Include="ActionAttributeTests.cs" />
139
 
    <Compile Include="AllTests.cs" />
140
 
    <Compile Include="AssemblyHelperTests.cs" />
141
 
    <Compile Include="AssemblyReaderTests.cs" />
142
 
    <Compile Include="AssemblyResolverTests.cs" />
143
 
    <Compile Include="AssemblyTests.cs" />
144
 
    <Compile Include="AssemblyVersionFixture.cs" />
145
 
    <Compile Include="AssertPassFixture.cs" />
146
 
    <Compile Include="AttributeDescriptionFixture.cs" />
147
 
    <Compile Include="AttributeInheritance.cs" />
148
 
    <Compile Include="BasicRunnerTests.cs" />
149
 
    <Compile Include="CallContextTests.cs" />
150
 
    <Compile Include="CategoryAttributeTests.cs" />
151
 
    <Compile Include="CombinatorialTests.cs" />
152
 
    <Compile Include="CoreExtensionsTests.cs" />
153
 
    <Compile Include="CultureSettingAndDetectionTests.cs" />
154
 
    <Compile Include="DatapointTests.cs" />
155
 
    <Compile Include="DirectorySwapperTests.cs" />
156
 
    <Compile Include="EventQueueTests.cs" />
157
 
    <Compile Include="EventTestFixture.cs" />
158
 
    <Compile Include="ExpectExceptionTest.cs" />
159
 
    <Compile Include="FailFixture.cs" />
160
 
    <Compile Include="FixtureSetUpTearDownTest.cs" />
161
 
    <Compile Include="Generic\DeduceTypeArgsFromArgs.cs" />
162
 
    <Compile Include="Generic\SimpleGenericFixture.cs" />
163
 
    <Compile Include="Generic\SimpleGenericMethods.cs" />
164
 
    <Compile Include="Generic\TypeParameterUsedWithTestMethod.cs" />
165
 
    <Compile Include="IgnoreFixture.cs" />
166
 
    <Compile Include="LegacySuiteTests.cs" />
167
 
    <Compile Include="MaxTimeTests.cs" />
168
 
    <Compile Include="NameFilterTest.cs" />
169
 
    <Compile Include="NamespaceAssemblyTests.cs" />
170
 
    <Compile Include="NUnitTestCaseBuilderTests.cs" />
171
 
    <Compile Include="PairwiseTests.cs" />
172
 
    <Compile Include="ParameterizedTestFixtureTests.cs" />
173
 
    <Compile Include="PlatformDetectionTests.cs" />
174
 
    <Compile Include="PropertyAttributeTests.cs" />
175
 
    <Compile Include="ReflectTests.cs" />
176
 
    <Compile Include="RemoteRunnerTests.cs" />
177
 
    <Compile Include="RepeatedTestFixture.cs" />
178
 
    <Compile Include="RuntimeFrameworkTests.cs" />
179
 
    <Compile Include="SerializationBug.cs" />
180
 
    <Compile Include="SetCultureAttributeTests.cs" />
181
 
    <Compile Include="SetUpFixtureTests.cs" />
182
 
    <Compile Include="SetUpTest.cs" />
183
 
    <Compile Include="SimpleNameFilterTests.cs" />
184
 
    <Compile Include="SimpleTestRunnerTests.cs" />
185
 
    <Compile Include="StackOverflowTestFixture.cs" />
186
 
    <Compile Include="SuiteBuilderTests.cs" />
187
 
    <Compile Include="SuiteBuilderTests_Multiple.cs" />
188
 
    <Compile Include="TestAssemblyBuilderTests.cs" />
189
 
    <Compile Include="TestCaseAttributeTests.cs" />
190
 
    <Compile Include="TestCaseResultFixture.cs" />
191
 
    <Compile Include="TestCaseSourceTests.cs" />
192
 
    <Compile Include="TestCaseTest.cs" />
193
 
    <Compile Include="TestConsole.cs" />
194
 
    <Compile Include="TestContextTests.cs" />
195
 
    <Compile Include="TestDelegateFixture.cs" />
196
 
    <Compile Include="TestExecutionContextTests.cs" />
197
 
    <Compile Include="TestFixtureBuilderTests.cs" />
198
 
    <Compile Include="TestFixtureExtension.cs" />
199
 
    <Compile Include="TestFixtureTests.cs" />
200
 
    <Compile Include="TestFrameworkTests.cs" />
201
 
    <Compile Include="TestIDTests.cs" />
202
 
    <Compile Include="TestInfoTests.cs" />
203
 
    <Compile Include="TestMethodSignatureTests.cs" />
204
 
    <Compile Include="TestNameTests.cs" />
205
 
    <Compile Include="TestNodeTests.cs" />
206
 
    <Compile Include="TestRunnerThreadTests.cs" />
207
 
    <Compile Include="TestSuiteTest.cs" />
208
 
    <Compile Include="TheoryTests.cs" />
209
 
    <Compile Include="ThreadedTestRunnerTests.cs" />
210
 
    <Compile Include="ThreadingTests.cs" />
211
 
    <Compile Include="TypeHelperTests.cs" />
212
 
    <Compile Include="UnhandledExceptionTests.cs" />
213
 
    <Compile Include="ValueSourceTests.cs" />
214
 
    <Compile Include="XmlTest.cs" />
215
 
    <Compile Include="DirectoryChangeTests.cs" />
216
 
  </ItemGroup>
217
 
  <ItemGroup>
218
 
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
219
 
      <Visible>False</Visible>
220
 
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
221
 
      <Install>false</Install>
222
 
    </BootstrapperPackage>
223
 
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
224
 
      <Visible>False</Visible>
225
 
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
226
 
      <Install>true</Install>
227
 
    </BootstrapperPackage>
228
 
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
229
 
      <Visible>False</Visible>
230
 
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
231
 
      <Install>false</Install>
232
 
    </BootstrapperPackage>
233
 
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
234
 
      <Visible>False</Visible>
235
 
      <ProductName>.NET Framework 3.5</ProductName>
236
 
      <Install>false</Install>
237
 
    </BootstrapperPackage>
238
 
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
239
 
      <Visible>False</Visible>
240
 
      <ProductName>.NET Framework 3.5 SP1</ProductName>
241
 
      <Install>false</Install>
242
 
    </BootstrapperPackage>
243
 
  </ItemGroup>
244
 
  <ItemGroup>
245
 
    <None Include="nunit.core.tests.build">
246
 
      <SubType>Designer</SubType>
247
 
    </None>
248
 
    <EmbeddedResource Include="Results.xsd" />
249
 
  </ItemGroup>
250
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
251
 
  <PropertyGroup>
252
 
    <PreBuildEvent>
253
 
    </PreBuildEvent>
254
 
    <PostBuildEvent>
255
 
    </PostBuildEvent>
256
 
  </PropertyGroup>
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
3
  <PropertyGroup>
 
4
    <ProjectType>Local</ProjectType>
 
5
    <ProductVersion>9.0.30729</ProductVersion>
 
6
    <SchemaVersion>2.0</SchemaVersion>
 
7
    <ProjectGuid>{DD758D21-E5D5-4D40-9450-5F65A32F359C}</ProjectGuid>
 
8
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
9
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
10
    <AssemblyKeyContainerName>
 
11
    </AssemblyKeyContainerName>
 
12
    <AssemblyName>nunit.core.tests</AssemblyName>
 
13
    <DefaultClientScript>JScript</DefaultClientScript>
 
14
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
 
15
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
 
16
    <DelaySign>false</DelaySign>
 
17
    <OutputType>Library</OutputType>
 
18
    <RootNamespace>NUnit.Core.Tests</RootNamespace>
 
19
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
 
20
    <FileUpgradeFlags>
 
21
    </FileUpgradeFlags>
 
22
    <UpgradeBackupLocation>
 
23
    </UpgradeBackupLocation>
 
24
    <OldToolsVersion>3.5</OldToolsVersion>
 
25
    <IsWebBootstrapper>true</IsWebBootstrapper>
 
26
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
27
    <PublishUrl>http://localhost/nunit.core.tests/</PublishUrl>
 
28
    <Install>true</Install>
 
29
    <InstallFrom>Web</InstallFrom>
 
30
    <UpdateEnabled>true</UpdateEnabled>
 
31
    <UpdateMode>Foreground</UpdateMode>
 
32
    <UpdateInterval>7</UpdateInterval>
 
33
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
 
34
    <UpdatePeriodically>false</UpdatePeriodically>
 
35
    <UpdateRequired>false</UpdateRequired>
 
36
    <MapFileExtensions>true</MapFileExtensions>
 
37
    <ApplicationRevision>0</ApplicationRevision>
 
38
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
 
39
    <UseApplicationTrust>false</UseApplicationTrust>
 
40
    <BootstrapperEnabled>true</BootstrapperEnabled>
 
41
  </PropertyGroup>
 
42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
43
    <OutputPath>..\..\..\bin\Debug\tests\</OutputPath>
 
44
    <BaseAddress>285212672</BaseAddress>
 
45
    <ConfigurationOverrideFile>
 
46
    </ConfigurationOverrideFile>
 
47
    <DefineConstants>TRACE;DEBUG;CLR_2_0,NET_3_5,CS_3_0</DefineConstants>
 
48
    <DocumentationFile>
 
49
    </DocumentationFile>
 
50
    <DebugSymbols>true</DebugSymbols>
 
51
    <FileAlignment>4096</FileAlignment>
 
52
    <NoWarn>618</NoWarn>
 
53
    <Optimize>false</Optimize>
 
54
    <RegisterForComInterop>false</RegisterForComInterop>
 
55
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 
56
    <WarningLevel>4</WarningLevel>
 
57
    <DebugType>full</DebugType>
 
58
    <ErrorReport>prompt</ErrorReport>
 
59
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
60
  </PropertyGroup>
 
61
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
62
    <OutputPath>..\..\..\bin\Release\tests\</OutputPath>
 
63
    <BaseAddress>285212672</BaseAddress>
 
64
    <ConfigurationOverrideFile>
 
65
    </ConfigurationOverrideFile>
 
66
    <DefineConstants>TRACE;CLR_2_0,NET_3_5,CS_3_0</DefineConstants>
 
67
    <DocumentationFile>
 
68
    </DocumentationFile>
 
69
    <FileAlignment>4096</FileAlignment>
 
70
    <NoWarn>618</NoWarn>
 
71
    <Optimize>true</Optimize>
 
72
    <RegisterForComInterop>false</RegisterForComInterop>
 
73
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
 
74
    <WarningLevel>4</WarningLevel>
 
75
    <DebugType>none</DebugType>
 
76
    <ErrorReport>prompt</ErrorReport>
 
77
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
 
78
  </PropertyGroup>
 
79
  <ItemGroup>
 
80
    <Reference Include="System">
 
81
      <Name>System</Name>
 
82
    </Reference>
 
83
    <Reference Include="System.Core">
 
84
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
85
    </Reference>
 
86
    <Reference Include="System.Data">
 
87
      <Name>System.Data</Name>
 
88
    </Reference>
 
89
    <Reference Include="System.Xml">
 
90
      <Name>System.XML</Name>
 
91
    </Reference>
 
92
    <ProjectReference Include="..\..\ClientUtilities\util\nunit.util.dll.csproj">
 
93
      <Name>nunit.util.dll</Name>
 
94
      <Project>{61CE9CE5-943E-44D4-A381-814DC1406767}</Project>
 
95
      <Private>False</Private>
 
96
    </ProjectReference>
 
97
    <ProjectReference Include="..\..\NUnitFramework\framework\nunit.framework.dll.csproj">
 
98
      <Name>nunit.framework.dll</Name>
 
99
      <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>
 
100
    </ProjectReference>
 
101
    <ProjectReference Include="..\..\tests\mock-assembly\mock-assembly.csproj">
 
102
      <Name>mock-assembly</Name>
 
103
      <Project>{2E368281-3BA8-4050-B05E-0E0E43F8F446}</Project>
 
104
      <Private>False</Private>
 
105
    </ProjectReference>
 
106
    <ProjectReference Include="..\..\tests\nonamespace-assembly\nonamespace-assembly.csproj">
 
107
      <Name>nonamespace-assembly</Name>
 
108
      <Project>{5110F0D2-8E50-46F8-9E17-7C8EBFECCA9D}</Project>
 
109
      <Private>False</Private>
 
110
    </ProjectReference>
 
111
    <ProjectReference Include="..\..\tests\test-assembly\test-assembly.csproj">
 
112
      <Name>test-assembly</Name>
 
113
      <Project>{1960CAC4-9A82-47C5-A9B3-55BC37572C3C}</Project>
 
114
    </ProjectReference>
 
115
    <ProjectReference Include="..\..\tests\test-utilities\test-utilities.csproj">
 
116
      <Name>test-utilities</Name>
 
117
      <Project>{3E63AD0F-24D4-46BE-BEE4-5A3299847D86}</Project>
 
118
    </ProjectReference>
 
119
    <ProjectReference Include="..\core\nunit.core.dll.csproj">
 
120
      <Name>nunit.core.dll</Name>
 
121
      <Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>
 
122
      <Private>False</Private>
 
123
    </ProjectReference>
 
124
    <ProjectReference Include="..\interfaces\nunit.core.interfaces.dll.csproj">
 
125
      <Name>nunit.core.interfaces.dll</Name>
 
126
      <Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
 
127
      <Private>False</Private>
 
128
    </ProjectReference>
 
129
    <Reference Include="NSubstitute">
 
130
      <HintPath>..\..\..\lib\3.5\NSubstitute.dll</HintPath>
 
131
    </Reference>
 
132
  </ItemGroup>
 
133
  <ItemGroup>
 
134
    <Compile Include="..\..\CommonAssemblyInfo.cs">
 
135
      <Link>CommonAssemblyInfo.cs</Link>
 
136
    </Compile>
 
137
    <Compile Include="ActionAttributeExceptionTests.cs" />
 
138
    <Compile Include="ActionAttributeTests.cs" />
 
139
    <Compile Include="AllTests.cs" />
 
140
    <Compile Include="AssemblyHelperTests.cs" />
 
141
    <Compile Include="AssemblyReaderTests.cs" />
 
142
    <Compile Include="AssemblyResolverTests.cs" />
 
143
    <Compile Include="AssemblyTests.cs" />
 
144
    <Compile Include="AssemblyVersionFixture.cs" />
 
145
    <Compile Include="AssertPassFixture.cs" />
 
146
    <Compile Include="AttributeDescriptionFixture.cs" />
 
147
    <Compile Include="AttributeInheritance.cs" />
 
148
    <Compile Include="BasicRunnerTests.cs" />
 
149
    <Compile Include="CallContextTests.cs" />
 
150
    <Compile Include="CategoryAttributeTests.cs" />
 
151
    <Compile Include="CombinatorialTests.cs" />
 
152
    <Compile Include="CoreExtensionsTests.cs" />
 
153
    <Compile Include="CultureSettingAndDetectionTests.cs" />
 
154
    <Compile Include="DatapointTests.cs" />
 
155
    <Compile Include="DirectorySwapperTests.cs" />
 
156
    <Compile Include="EventQueueTests.cs" />
 
157
    <Compile Include="EventTestFixture.cs" />
 
158
    <Compile Include="ExpectExceptionTest.cs" />
 
159
    <Compile Include="FailFixture.cs" />
 
160
    <Compile Include="FixtureSetUpTearDownTest.cs" />
 
161
    <Compile Include="Generic\DeduceTypeArgsFromArgs.cs" />
 
162
    <Compile Include="Generic\SimpleGenericFixture.cs" />
 
163
    <Compile Include="Generic\SimpleGenericMethods.cs" />
 
164
    <Compile Include="Generic\TypeParameterUsedWithTestMethod.cs" />
 
165
    <Compile Include="IgnoreFixture.cs" />
 
166
    <Compile Include="LegacySuiteTests.cs" />
 
167
    <Compile Include="MaxTimeTests.cs" />
 
168
    <Compile Include="NameFilterTest.cs" />
 
169
    <Compile Include="NamespaceAssemblyTests.cs" />
 
170
    <Compile Include="NUnitTestCaseBuilderTests.cs" />
 
171
    <Compile Include="PairwiseTests.cs" />
 
172
    <Compile Include="ParameterizedTestFixtureTests.cs" />
 
173
    <Compile Include="PlatformDetectionTests.cs" />
 
174
    <Compile Include="PropertyAttributeTests.cs" />
 
175
    <Compile Include="ReflectTests.cs" />
 
176
    <Compile Include="RemoteRunnerTests.cs" />
 
177
    <Compile Include="RepeatedTestFixture.cs" />
 
178
    <Compile Include="RuntimeFrameworkTests.cs" />
 
179
    <Compile Include="SerializationBug.cs" />
 
180
    <Compile Include="SetCultureAttributeTests.cs" />
 
181
    <Compile Include="SetUpFixtureTests.cs" />
 
182
    <Compile Include="SetUpTest.cs" />
 
183
    <Compile Include="SimpleNameFilterTests.cs" />
 
184
    <Compile Include="SimpleTestRunnerTests.cs" />
 
185
    <Compile Include="StackOverflowTestFixture.cs" />
 
186
    <Compile Include="SuiteBuilderTests.cs" />
 
187
    <Compile Include="SuiteBuilderTests_Multiple.cs" />
 
188
    <Compile Include="TestAssemblyBuilderTests.cs" />
 
189
    <Compile Include="TestCaseAttributeTests.cs" />
 
190
    <Compile Include="TestCaseDataSourceTests.cs" />
 
191
    <Compile Include="XmlDataSourceTests.cs" />
 
192
    <Compile Include="TestCaseResultFixture.cs" />
 
193
    <Compile Include="TestCaseSourceTests.cs" />
 
194
    <Compile Include="TestCaseTest.cs" />
 
195
    <Compile Include="TestConsole.cs" />
 
196
    <Compile Include="TestContextTests.cs" />
 
197
    <Compile Include="TestDelegateFixture.cs" />
 
198
    <Compile Include="TestExecutionContextTests.cs" />
 
199
    <Compile Include="TestFixtureBuilderTests.cs" />
 
200
    <Compile Include="TestFixtureExtension.cs" />
 
201
    <Compile Include="TestFixtureTests.cs" />
 
202
    <Compile Include="TestFrameworkTests.cs" />
 
203
    <Compile Include="TestIDTests.cs" />
 
204
    <Compile Include="TestInfoTests.cs" />
 
205
    <Compile Include="TestMethodSignatureTests.cs" />
 
206
    <Compile Include="TestNameTests.cs" />
 
207
    <Compile Include="TestNodeTests.cs" />
 
208
    <Compile Include="TestRunnerThreadTests.cs" />
 
209
    <Compile Include="TestSuiteTest.cs" />
 
210
    <Compile Include="TheoryTests.cs" />
 
211
    <Compile Include="ThreadedTestRunnerTests.cs" />
 
212
    <Compile Include="ThreadingTests.cs" />
 
213
    <Compile Include="TypeHelperTests.cs" />
 
214
    <Compile Include="UnhandledExceptionTests.cs" />
 
215
    <Compile Include="ValueSourceTests.cs" />
 
216
    <Compile Include="XmlTest.cs" />
 
217
    <Compile Include="DirectoryChangeTests.cs" />
 
218
  </ItemGroup>
 
219
  <ItemGroup>
 
220
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 
221
      <Visible>False</Visible>
 
222
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 
223
      <Install>false</Install>
 
224
    </BootstrapperPackage>
 
225
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
 
226
      <Visible>False</Visible>
 
227
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
 
228
      <Install>true</Install>
 
229
    </BootstrapperPackage>
 
230
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
 
231
      <Visible>False</Visible>
 
232
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
 
233
      <Install>false</Install>
 
234
    </BootstrapperPackage>
 
235
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
 
236
      <Visible>False</Visible>
 
237
      <ProductName>.NET Framework 3.5</ProductName>
 
238
      <Install>false</Install>
 
239
    </BootstrapperPackage>
 
240
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
241
      <Visible>False</Visible>
 
242
      <ProductName>.NET Framework 3.5 SP1</ProductName>
 
243
      <Install>false</Install>
 
244
    </BootstrapperPackage>
 
245
  </ItemGroup>
 
246
  <ItemGroup>
 
247
    <None Include="nunit.core.tests.build">
 
248
      <SubType>Designer</SubType>
 
249
    </None>
 
250
    <EmbeddedResource Include="Results.xsd" />
 
251
  </ItemGroup>
 
252
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
253
  <PropertyGroup>
 
254
    <PreBuildEvent>
 
255
    </PreBuildEvent>
 
256
    <PostBuildEvent>
 
257
    </PostBuildEvent>
 
258
  </PropertyGroup>
257
259
</Project>
 
 
b'\\ No newline at end of file'