1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <ProjectType>Local</ProjectType>
4    <ProductVersion>8.0.50727</ProductVersion>
5    <SchemaVersion>2.0</SchemaVersion>
6    <ProjectGuid>{61CE9CE5-943E-44D4-A381-814DC1406767}</ProjectGuid>
7    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9    <ApplicationIcon>
10    </ApplicationIcon>
11    <AssemblyKeyContainerName>
12    </AssemblyKeyContainerName>
13    <AssemblyName>nunit.util</AssemblyName>
14    <AssemblyOriginatorKeyFile>
15    </AssemblyOriginatorKeyFile>
16    <DefaultClientScript>JScript</DefaultClientScript>
17    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18    <DefaultTargetSchema>IE50</DefaultTargetSchema>
19    <DelaySign>false</DelaySign>
20    <OutputType>Library</OutputType>
21    <RootNamespace>NUnit.Util</RootNamespace>
22    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23    <StartupObject>
24    </StartupObject>
25    <FileUpgradeFlags>
26    </FileUpgradeFlags>
27    <UpgradeBackupLocation>
28    </UpgradeBackupLocation>
29    <SignAssembly>false</SignAssembly>
30  </PropertyGroup>
31  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release2005|AnyCPU' ">
32    <OutputPath>bin\Release2005\</OutputPath>
33    <DefineConstants>TRACE;VS2005</DefineConstants>
34    <BaseAddress>285212672</BaseAddress>
35    <Optimize>true</Optimize>
36    <NoWarn>618,1699</NoWarn>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug2005|AnyCPU' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>bin\Debug2005\</OutputPath>
41    <DefineConstants>TRACE;DEBUG;VS2005</DefineConstants>
42    <BaseAddress>285212672</BaseAddress>
43    <NoWarn>618,1699</NoWarn>
44  </PropertyGroup>
45  <ItemGroup>
46    <Reference Include="System">
47      <Name>System</Name>
48    </Reference>
49    <Reference Include="System.Data">
50      <Name>System.Data</Name>
51    </Reference>
52    <Reference Include="System.Runtime.Remoting">
53      <Name>System.Runtime.Remoting</Name>
54    </Reference>
55    <Reference Include="System.Xml">
56      <Name>System.XML</Name>
57    </Reference>
58  </ItemGroup>
59  <ItemGroup>
60    <Compile Include="..\..\CommonAssemblyInfo.cs">
61      <Link>CommonAssemblyInfo.cs</Link>
62    </Compile>
63    <Compile Include="AggregatingTestRunner.cs" />
64    <Compile Include="AssemblyInfo.cs">
65      <SubType>Code</SubType>
66    </Compile>
67    <Compile Include="AssemblyList.cs">
68      <SubType>Code</SubType>
69    </Compile>
70    <Compile Include="AssemblyWatcher.cs">
71      <SubType>Code</SubType>
72    </Compile>
73    <Compile Include="CategoryExpression.cs" />
74    <Compile Include="CategoryManager.cs" />
75    <Compile Include="CommandLineOptions.cs">
76      <SubType>Code</SubType>
77    </Compile>
78    <Compile Include="ConsoleWriter.cs">
79      <SubType>Code</SubType>
80    </Compile>
81    <Compile Include="ISettings.cs" />
82    <Compile Include="ITestEvents.cs">
83      <SubType>Code</SubType>
84    </Compile>
85    <Compile Include="ITestLoader.cs">
86      <SubType>Code</SubType>
87    </Compile>
88    <Compile Include="MemorySettingsStorage.cs" />
89    <Compile Include="MultipleTestDomainRunner.cs" />
90    <Compile Include="NUnitProject.cs">
91      <SubType>Code</SubType>
92    </Compile>
93    <Compile Include="NUnitRegistry.cs">
94      <SubType>Code</SubType>
95    </Compile>
96    <Compile Include="PathUtils.cs">
97      <SubType>Code</SubType>
98    </Compile>
99    <Compile Include="ProcessRunner.cs">
100      <SubType>Code</SubType>
101    </Compile>
102    <Compile Include="ProjectConfig.cs">
103      <SubType>Code</SubType>
104    </Compile>
105    <Compile Include="ProjectConfigCollection.cs">
106      <SubType>Code</SubType>
107    </Compile>
108    <Compile Include="ProjectFormatException.cs">
109      <SubType>Code</SubType>
110    </Compile>
111    <Compile Include="RecentFileEntry.cs" />
112    <Compile Include="RecentFiles.cs">
113      <SubType>Code</SubType>
114    </Compile>
115    <Compile Include="RecentFilesCollection.cs" />
116    <Compile Include="RegistrySettingsStorage.cs">
117      <SubType>Code</SubType>
118    </Compile>
119    <Compile Include="RemoteTestAgent.cs" />
120    <Compile Include="ResultSummarizer.cs">
121      <SubType>Code</SubType>
122    </Compile>
123    <Compile Include="ServerBase.cs" />
124    <Compile Include="ServerUtilities.cs" />
125    <Compile Include="Services.cs" />
126    <Compile Include="Services\AddinManager.cs" />
127    <Compile Include="Services\AddinRegistry.cs" />
128    <Compile Include="Services\DomainManager.cs" />
129    <Compile Include="Services\RecentFilesService.cs" />
130    <Compile Include="Services\ServiceManager.cs" />
131    <Compile Include="Services\SettingsService.cs" />
132    <Compile Include="Services\TestAgency.cs" />
133    <Compile Include="SettingsGroup.cs">
134      <SubType>Code</SubType>
135    </Compile>
136    <Compile Include="SettingsStorage.cs">
137      <SubType>Code</SubType>
138    </Compile>
139    <Compile Include="StackTraceFilter.cs">
140      <SubType>Code</SubType>
141    </Compile>
142    <Compile Include="SummaryVisitor.cs">
143      <SubType>Code</SubType>
144    </Compile>
145    <Compile Include="TestAgent.cs" />
146    <Compile Include="TestDomain.cs">
147      <SubType>Code</SubType>
148    </Compile>
149    <Compile Include="TestEventArgs.cs">
150      <SubType>Code</SubType>
151    </Compile>
152    <Compile Include="TestEventDispatcher.cs">
153      <SubType>Code</SubType>
154    </Compile>
155    <Compile Include="TestExceptionHandler.cs">
156      <SubType>Code</SubType>
157    </Compile>
158    <Compile Include="TestLoader.cs">
159      <SubType>Code</SubType>
160    </Compile>
161    <Compile Include="TestObserver.cs" />
162    <Compile Include="TestResultItem.cs">
163      <SubType>Code</SubType>
164    </Compile>
165    <Compile Include="TestServer.cs" />
166    <Compile Include="VSProject.cs">
167      <SubType>Code</SubType>
168    </Compile>
169    <Compile Include="VSProjectConfig.cs">
170      <SubType>Code</SubType>
171    </Compile>
172    <Compile Include="VSProjectConfigCollection.cs">
173      <SubType>Code</SubType>
174    </Compile>
175    <Compile Include="XmlResultTransform.cs">
176      <SubType>Code</SubType>
177    </Compile>
178    <Compile Include="XmlResultVisitor.cs">
179      <SubType>Code</SubType>
180    </Compile>
181    <Compile Include="XmlSettingsStorage.cs" />
182    <EmbeddedResource Include="Transform.resx">
183      <SubType>Designer</SubType>
184    </EmbeddedResource>
185  </ItemGroup>
186  <ItemGroup>
187    <ProjectReference Include="..\..\NUnitCore\core\nunit.core.dll_VS2005.csproj">
188      <Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>
189      <Name>nunit.core.dll_VS2005</Name>
190    </ProjectReference>
191    <ProjectReference Include="..\..\NUnitCore\interfaces\nunit.core.interfaces.dll_VS2005.csproj">
192      <Project>{DCC88998-255A-4247-B658-71DD932E9873}</Project>
193      <Name>nunit.core.interfaces.dll_VS2005</Name>
194    </ProjectReference>
195  </ItemGroup>
196  <ItemGroup>
197    <None Include="Services\CVS\Entries" />
198    <None Include="Services\CVS\Repository" />
199    <None Include="Services\CVS\Root" />
200  </ItemGroup>
201  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
202  <PropertyGroup>
203    <PreBuildEvent>
204    </PreBuildEvent>
205    <PostBuildEvent>
206    </PostBuildEvent>
207  </PropertyGroup>
208</Project>