~anuraj.p/nunitv2/GUIFindTest

« back to all changes in this revision

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

  • Committer: Simone
  • Author(s): Simone Busoli
  • Date: 2012-10-28 14:36:34 UTC
  • Revision ID: simone.busoli@vienna-20121028143634-3bbd7uuche6vub4h
Support for async anonymous delegates in Throws assertions

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>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</ProjectGuid>
8
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
 
    <AssemblyKeyContainerName>
11
 
    </AssemblyKeyContainerName>
12
 
    <AssemblyName>nunit.core</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</RootNamespace>
19
 
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
20
 
    <FileUpgradeFlags>
21
 
    </FileUpgradeFlags>
22
 
    <UpgradeBackupLocation>
23
 
    </UpgradeBackupLocation>
24
 
    <OldToolsVersion>3.5</OldToolsVersion>
25
 
    <IsWebBootstrapper>true</IsWebBootstrapper>
26
 
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
27
 
    <PublishUrl>http://localhost/nunit.core/</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\lib\</OutputPath>
44
 
    <BaseAddress>285212672</BaseAddress>
45
 
    <ConfigurationOverrideFile>
46
 
    </ConfigurationOverrideFile>
47
 
    <DefineConstants>TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0</DefineConstants>
48
 
    <DocumentationFile>
49
 
    </DocumentationFile>
50
 
    <DebugSymbols>true</DebugSymbols>
51
 
    <FileAlignment>4096</FileAlignment>
52
 
    <NoWarn>1699</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\lib\</OutputPath>
63
 
    <BaseAddress>285212672</BaseAddress>
64
 
    <ConfigurationOverrideFile>
65
 
    </ConfigurationOverrideFile>
66
 
    <DefineConstants>TRACE;CLR_2_0,NET_2_0,CS_3_0</DefineConstants>
67
 
    <DocumentationFile>
68
 
    </DocumentationFile>
69
 
    <FileAlignment>4096</FileAlignment>
70
 
    <NoWarn>1699</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.Data">
84
 
      <Name>System.Data</Name>
85
 
    </Reference>
86
 
    <Reference Include="System.Xml">
87
 
      <Name>System.XML</Name>
88
 
    </Reference>
89
 
    <ProjectReference Include="..\interfaces\nunit.core.interfaces.dll.csproj">
90
 
      <Name>nunit.core.interfaces.dll</Name>
91
 
      <Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
92
 
      <Private>False</Private>
93
 
    </ProjectReference>
94
 
    <Reference Include="System.Configuration" />
95
 
  </ItemGroup>
96
 
  <ItemGroup>
97
 
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
98
 
      <Visible>False</Visible>
99
 
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
100
 
      <Install>false</Install>
101
 
    </BootstrapperPackage>
102
 
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
103
 
      <Visible>False</Visible>
104
 
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
105
 
      <Install>true</Install>
106
 
    </BootstrapperPackage>
107
 
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
108
 
      <Visible>False</Visible>
109
 
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
110
 
      <Install>false</Install>
111
 
    </BootstrapperPackage>
112
 
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
113
 
      <Visible>False</Visible>
114
 
      <ProductName>.NET Framework 3.5</ProductName>
115
 
      <Install>false</Install>
116
 
    </BootstrapperPackage>
117
 
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
118
 
      <Visible>False</Visible>
119
 
      <ProductName>.NET Framework 3.5 SP1</ProductName>
120
 
      <Install>false</Install>
121
 
    </BootstrapperPackage>
122
 
  </ItemGroup>
123
 
  <ItemGroup>
124
 
    <Compile Include="..\..\CommonAssemblyInfo.cs">
125
 
      <Link>CommonAssemblyInfo.cs</Link>
126
 
    </Compile>
127
 
    <Compile Include="AbstractTestCaseDecoration.cs" />
128
 
    <Compile Include="AssemblyHelper.cs" />
129
 
    <Compile Include="AssemblyInfo.cs" />
130
 
    <Compile Include="AssemblyReader.cs" />
131
 
    <Compile Include="AssemblyResolver.cs" />
132
 
    <Compile Include="ActionsHelper.cs" />
133
 
    <Compile Include="AsyncSynchronizationContext.cs" />
134
 
    <Compile Include="Builders\CombinatorialStrategy.cs" />
135
 
    <Compile Include="Builders\CombinatorialTestCaseProvider.cs" />
136
 
    <Compile Include="Builders\CombiningStrategy.cs" />
137
 
    <Compile Include="Builders\DatapointProvider.cs" />
138
 
    <Compile Include="Builders\InlineDataPointProvider.cs" />
139
 
    <Compile Include="Builders\LegacySuiteBuilder.cs" />
140
 
    <Compile Include="Builders\NUnitTestCaseBuilder.cs" />
141
 
    <Compile Include="Builders\NUnitTestFixtureBuilder.cs" />
142
 
    <Compile Include="Builders\PairwiseStrategy.cs" />
143
 
    <Compile Include="Builders\ProviderCache.cs" />
144
 
    <Compile Include="Builders\ProviderInfo.cs" />
145
 
    <Compile Include="Builders\SequentialStrategy.cs" />
146
 
    <Compile Include="Builders\SetUpFixtureBuilder.cs" />
147
 
    <Compile Include="Builders\TestAssemblyBuilder.cs" />
148
 
    <Compile Include="Builders\TestCaseParameterProvider.cs" />
149
 
    <Compile Include="Builders\TestCaseSourceProvider.cs" />
150
 
    <Compile Include="Builders\ValueSourceProvider.cs" />
151
 
    <Compile Include="ContextDictionary.cs" />
152
 
    <Compile Include="CoreExtensions.cs" />
153
 
    <Compile Include="CultureDetector.cs" />
154
 
    <Compile Include="DirectorySwapper.cs" />
155
 
    <Compile Include="DomainAgent.cs" />
156
 
    <Compile Include="EventListenerTextWriter.cs" />
157
 
    <Compile Include="EventPump.cs" />
158
 
    <Compile Include="EventQueue.cs" />
159
 
    <Compile Include="ExpectedExceptionProcessor.cs" />
160
 
    <Compile Include="Extensibility\DataPointProviders.cs" />
161
 
    <Compile Include="Extensibility\EventListenerCollection.cs" />
162
 
    <Compile Include="Extensibility\FrameworkRegistry.cs" />
163
 
    <Compile Include="Extensibility\SuiteBuilderCollection.cs" />
164
 
    <Compile Include="Extensibility\TestCaseBuilderCollection.cs" />
165
 
    <Compile Include="Extensibility\TestCaseProviders.cs" />
166
 
    <Compile Include="Extensibility\TestDecoratorCollection.cs" />
167
 
    <Compile Include="ExtensionHost.cs" />
168
 
    <Compile Include="ExtensionPoint.cs" />
169
 
    <Compile Include="IgnoreDecorator.cs" />
170
 
    <Compile Include="InternalTrace.cs" />
171
 
    <Compile Include="InternalTraceWriter.cs" />
172
 
    <Compile Include="InvalidSuiteException.cs" />
173
 
    <Compile Include="InvalidTestFixtureException.cs" />
174
 
    <Compile Include="LegacySuite.cs" />
175
 
    <Compile Include="Log4NetCapture.cs" />
176
 
    <Compile Include="Logger.cs" />
177
 
    <Compile Include="MethodHelper.cs" />
178
 
    <Compile Include="NamespaceSuite.cs" />
179
 
    <Compile Include="NamespaceTreeBuilder.cs" />
180
 
    <Compile Include="NoTestFixturesException.cs" />
181
 
    <Compile Include="NullListener.cs" />
182
 
    <Compile Include="NUnitAsyncTestMethod.cs" />
183
 
    <Compile Include="NUnitConfiguration.cs" />
184
 
    <Compile Include="NUnitException.cs" />
185
 
    <Compile Include="NUnitFramework.cs" />
186
 
    <Compile Include="NUnitTestFixture.cs" />
187
 
    <Compile Include="NUnitTestMethod.cs" />
188
 
    <Compile Include="ParameterizedFixtureSuite.cs" />
189
 
    <Compile Include="ParameterizedTestMethodSuite.cs" />
190
 
    <Compile Include="PlatformHelper.cs" />
191
 
    <Compile Include="ProjectRootSuite.cs" />
192
 
    <Compile Include="ProxyTestRunner.cs" />
193
 
    <Compile Include="QueuingEventListener.cs" />
194
 
    <Compile Include="Reflect.cs" />
195
 
    <Compile Include="RemoteTestRunner.cs" />
196
 
    <Compile Include="SetUpFixture.cs" />
197
 
    <Compile Include="SimpleTestRunner.cs" />
198
 
    <Compile Include="StringTextWriter.cs" />
199
 
    <Compile Include="SuiteBuilderAttribute.cs" />
200
 
    <Compile Include="TestAction.cs" />
201
 
    <Compile Include="TestAssembly.cs" />
202
 
    <Compile Include="TestBuilderAttribute.cs" />
203
 
    <Compile Include="TestCaseBuilderAttribute.cs" />
204
 
    <Compile Include="TestDecoratorAttribute.cs" />
205
 
    <Compile Include="TestExecutionContext.cs" />
206
 
    <Compile Include="TestFixture.cs" />
207
 
    <Compile Include="TestFixtureBuilder.cs" />
208
 
    <Compile Include="TestMethod.cs" />
209
 
    <Compile Include="TestRunnerThread.cs" />
210
 
    <Compile Include="TestSuite.cs" />
211
 
    <Compile Include="TestSuiteBuilder.cs" />
212
 
    <Compile Include="TestThread.cs" />
213
 
    <Compile Include="TextCapture.cs" />
214
 
    <Compile Include="ThreadedTestRunner.cs" />
215
 
    <Compile Include="ThreadUtility.cs" />
216
 
    <Compile Include="TypeHelper.cs" />
217
 
  </ItemGroup>
218
 
  <ItemGroup>
219
 
    <None Include="nunit.core.build" />
220
 
  </ItemGroup>
221
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
222
 
  <PropertyGroup>
223
 
    <PreBuildEvent>
224
 
    </PreBuildEvent>
225
 
    <PostBuildEvent>
226
 
    </PostBuildEvent>
227
 
  </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>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</ProjectGuid>
 
8
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
9
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
10
    <AssemblyKeyContainerName>
 
11
    </AssemblyKeyContainerName>
 
12
    <AssemblyName>nunit.core</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</RootNamespace>
 
19
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
 
20
    <FileUpgradeFlags>
 
21
    </FileUpgradeFlags>
 
22
    <UpgradeBackupLocation>
 
23
    </UpgradeBackupLocation>
 
24
    <OldToolsVersion>3.5</OldToolsVersion>
 
25
    <IsWebBootstrapper>true</IsWebBootstrapper>
 
26
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
 
27
    <PublishUrl>http://localhost/nunit.core/</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\lib\</OutputPath>
 
44
    <BaseAddress>285212672</BaseAddress>
 
45
    <ConfigurationOverrideFile>
 
46
    </ConfigurationOverrideFile>
 
47
    <DefineConstants>TRACE;DEBUG;CLR_2_0,NET_2_0,CS_3_0</DefineConstants>
 
48
    <DocumentationFile>
 
49
    </DocumentationFile>
 
50
    <DebugSymbols>true</DebugSymbols>
 
51
    <FileAlignment>4096</FileAlignment>
 
52
    <NoWarn>1699</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\lib\</OutputPath>
 
63
    <BaseAddress>285212672</BaseAddress>
 
64
    <ConfigurationOverrideFile>
 
65
    </ConfigurationOverrideFile>
 
66
    <DefineConstants>TRACE;CLR_2_0,NET_2_0,CS_3_0</DefineConstants>
 
67
    <DocumentationFile>
 
68
    </DocumentationFile>
 
69
    <FileAlignment>4096</FileAlignment>
 
70
    <NoWarn>1699</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.Data">
 
84
      <Name>System.Data</Name>
 
85
    </Reference>
 
86
    <Reference Include="System.Xml">
 
87
      <Name>System.XML</Name>
 
88
    </Reference>
 
89
    <ProjectReference Include="..\interfaces\nunit.core.interfaces.dll.csproj">
 
90
      <Name>nunit.core.interfaces.dll</Name>
 
91
      <Project>{435428F8-5995-4CE4-8022-93D595A8CC0F}</Project>
 
92
      <Private>False</Private>
 
93
    </ProjectReference>
 
94
    <Reference Include="System.Configuration" />
 
95
  </ItemGroup>
 
96
  <ItemGroup>
 
97
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
 
98
      <Visible>False</Visible>
 
99
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
 
100
      <Install>false</Install>
 
101
    </BootstrapperPackage>
 
102
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
 
103
      <Visible>False</Visible>
 
104
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
 
105
      <Install>true</Install>
 
106
    </BootstrapperPackage>
 
107
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
 
108
      <Visible>False</Visible>
 
109
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
 
110
      <Install>false</Install>
 
111
    </BootstrapperPackage>
 
112
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
 
113
      <Visible>False</Visible>
 
114
      <ProductName>.NET Framework 3.5</ProductName>
 
115
      <Install>false</Install>
 
116
    </BootstrapperPackage>
 
117
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
 
118
      <Visible>False</Visible>
 
119
      <ProductName>.NET Framework 3.5 SP1</ProductName>
 
120
      <Install>false</Install>
 
121
    </BootstrapperPackage>
 
122
  </ItemGroup>
 
123
  <ItemGroup>
 
124
    <Compile Include="..\..\CommonAssemblyInfo.cs">
 
125
      <Link>CommonAssemblyInfo.cs</Link>
 
126
    </Compile>
 
127
    <Compile Include="AbstractTestCaseDecoration.cs" />
 
128
    <Compile Include="AssemblyHelper.cs" />
 
129
    <Compile Include="AssemblyInfo.cs" />
 
130
    <Compile Include="AssemblyReader.cs" />
 
131
    <Compile Include="AssemblyResolver.cs" />
 
132
    <Compile Include="ActionsHelper.cs" />
 
133
    <Compile Include="AsyncInvocationRegion.cs" />
 
134
    <Compile Include="AsyncSynchronizationContext.cs" />
 
135
    <Compile Include="Builders\CombinatorialStrategy.cs" />
 
136
    <Compile Include="Builders\CombinatorialTestCaseProvider.cs" />
 
137
    <Compile Include="Builders\CombiningStrategy.cs" />
 
138
    <Compile Include="Builders\DatapointProvider.cs" />
 
139
    <Compile Include="Builders\InlineDataPointProvider.cs" />
 
140
    <Compile Include="Builders\LegacySuiteBuilder.cs" />
 
141
    <Compile Include="Builders\NUnitTestCaseBuilder.cs" />
 
142
    <Compile Include="Builders\NUnitTestFixtureBuilder.cs" />
 
143
    <Compile Include="Builders\PairwiseStrategy.cs" />
 
144
    <Compile Include="Builders\ProviderCache.cs" />
 
145
    <Compile Include="Builders\ProviderInfo.cs" />
 
146
    <Compile Include="Builders\SequentialStrategy.cs" />
 
147
    <Compile Include="Builders\SetUpFixtureBuilder.cs" />
 
148
    <Compile Include="Builders\TestAssemblyBuilder.cs" />
 
149
    <Compile Include="Builders\TestCaseParameterProvider.cs" />
 
150
    <Compile Include="Builders\TestCaseSourceProvider.cs" />
 
151
    <Compile Include="Builders\ValueSourceProvider.cs" />
 
152
    <Compile Include="ContextDictionary.cs" />
 
153
    <Compile Include="CoreExtensions.cs" />
 
154
    <Compile Include="CultureDetector.cs" />
 
155
    <Compile Include="DirectorySwapper.cs" />
 
156
    <Compile Include="DomainAgent.cs" />
 
157
    <Compile Include="EventListenerTextWriter.cs" />
 
158
    <Compile Include="EventPump.cs" />
 
159
    <Compile Include="EventQueue.cs" />
 
160
    <Compile Include="ExpectedExceptionProcessor.cs" />
 
161
    <Compile Include="Extensibility\DataPointProviders.cs" />
 
162
    <Compile Include="Extensibility\EventListenerCollection.cs" />
 
163
    <Compile Include="Extensibility\FrameworkRegistry.cs" />
 
164
    <Compile Include="Extensibility\SuiteBuilderCollection.cs" />
 
165
    <Compile Include="Extensibility\TestCaseBuilderCollection.cs" />
 
166
    <Compile Include="Extensibility\TestCaseProviders.cs" />
 
167
    <Compile Include="Extensibility\TestDecoratorCollection.cs" />
 
168
    <Compile Include="ExtensionHost.cs" />
 
169
    <Compile Include="ExtensionPoint.cs" />
 
170
    <Compile Include="IgnoreDecorator.cs" />
 
171
    <Compile Include="InternalTrace.cs" />
 
172
    <Compile Include="InternalTraceWriter.cs" />
 
173
    <Compile Include="InvalidSuiteException.cs" />
 
174
    <Compile Include="InvalidTestFixtureException.cs" />
 
175
    <Compile Include="LegacySuite.cs" />
 
176
    <Compile Include="Log4NetCapture.cs" />
 
177
    <Compile Include="Logger.cs" />
 
178
    <Compile Include="MethodHelper.cs" />
 
179
    <Compile Include="NamespaceSuite.cs" />
 
180
    <Compile Include="NamespaceTreeBuilder.cs" />
 
181
    <Compile Include="NoTestFixturesException.cs" />
 
182
    <Compile Include="NullListener.cs" />
 
183
    <Compile Include="NUnitAsyncTestMethod.cs" />
 
184
    <Compile Include="NUnitConfiguration.cs" />
 
185
    <Compile Include="NUnitException.cs" />
 
186
    <Compile Include="NUnitFramework.cs" />
 
187
    <Compile Include="NUnitTestFixture.cs" />
 
188
    <Compile Include="NUnitTestMethod.cs" />
 
189
    <Compile Include="ParameterizedFixtureSuite.cs" />
 
190
    <Compile Include="ParameterizedTestMethodSuite.cs" />
 
191
    <Compile Include="PlatformHelper.cs" />
 
192
    <Compile Include="ProjectRootSuite.cs" />
 
193
    <Compile Include="ProxyTestRunner.cs" />
 
194
    <Compile Include="QueuingEventListener.cs" />
 
195
    <Compile Include="Reflect.cs" />
 
196
    <Compile Include="RemoteTestRunner.cs" />
 
197
    <Compile Include="SetUpFixture.cs" />
 
198
    <Compile Include="SimpleTestRunner.cs" />
 
199
    <Compile Include="StringTextWriter.cs" />
 
200
    <Compile Include="SuiteBuilderAttribute.cs" />
 
201
    <Compile Include="TestAction.cs" />
 
202
    <Compile Include="TestAssembly.cs" />
 
203
    <Compile Include="TestBuilderAttribute.cs" />
 
204
    <Compile Include="TestCaseBuilderAttribute.cs" />
 
205
    <Compile Include="TestDecoratorAttribute.cs" />
 
206
    <Compile Include="TestExecutionContext.cs" />
 
207
    <Compile Include="TestFixture.cs" />
 
208
    <Compile Include="TestFixtureBuilder.cs" />
 
209
    <Compile Include="TestMethod.cs" />
 
210
    <Compile Include="TestRunnerThread.cs" />
 
211
    <Compile Include="TestSuite.cs" />
 
212
    <Compile Include="TestSuiteBuilder.cs" />
 
213
    <Compile Include="TestThread.cs" />
 
214
    <Compile Include="TextCapture.cs" />
 
215
    <Compile Include="ThreadedTestRunner.cs" />
 
216
    <Compile Include="ThreadUtility.cs" />
 
217
    <Compile Include="TypeHelper.cs" />
 
218
  </ItemGroup>
 
219
  <ItemGroup>
 
220
    <None Include="nunit.core.build" />
 
221
  </ItemGroup>
 
222
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
223
  <PropertyGroup>
 
224
    <PreBuildEvent>
 
225
    </PreBuildEvent>
 
226
    <PostBuildEvent>
 
227
    </PostBuildEvent>
 
228
  </PropertyGroup>
228
229
</Project>
 
 
b'\\ No newline at end of file'