a575963da9
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
208 lines
7.2 KiB
XML
208 lines
7.2 KiB
XML
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<ProjectType>Local</ProjectType>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{61CE9CE5-943E-44D4-A381-814DC1406767}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ApplicationIcon>
|
|
</ApplicationIcon>
|
|
<AssemblyKeyContainerName>
|
|
</AssemblyKeyContainerName>
|
|
<AssemblyName>nunit.util</AssemblyName>
|
|
<AssemblyOriginatorKeyFile>
|
|
</AssemblyOriginatorKeyFile>
|
|
<DefaultClientScript>JScript</DefaultClientScript>
|
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
|
<DelaySign>false</DelaySign>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>NUnit.Util</RootNamespace>
|
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
|
<StartupObject>
|
|
</StartupObject>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<SignAssembly>false</SignAssembly>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release2005|AnyCPU' ">
|
|
<OutputPath>bin\Release2005\</OutputPath>
|
|
<DefineConstants>TRACE;VS2005</DefineConstants>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<Optimize>true</Optimize>
|
|
<NoWarn>618,1699</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug2005|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>bin\Debug2005\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;VS2005</DefineConstants>
|
|
<BaseAddress>285212672</BaseAddress>
|
|
<NoWarn>618,1699</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System">
|
|
<Name>System</Name>
|
|
</Reference>
|
|
<Reference Include="System.Data">
|
|
<Name>System.Data</Name>
|
|
</Reference>
|
|
<Reference Include="System.Runtime.Remoting">
|
|
<Name>System.Runtime.Remoting</Name>
|
|
</Reference>
|
|
<Reference Include="System.Xml">
|
|
<Name>System.XML</Name>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\..\CommonAssemblyInfo.cs">
|
|
<Link>CommonAssemblyInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="AggregatingTestRunner.cs" />
|
|
<Compile Include="AssemblyInfo.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="AssemblyList.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="AssemblyWatcher.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="CategoryExpression.cs" />
|
|
<Compile Include="CategoryManager.cs" />
|
|
<Compile Include="CommandLineOptions.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ConsoleWriter.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ISettings.cs" />
|
|
<Compile Include="ITestEvents.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ITestLoader.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="MemorySettingsStorage.cs" />
|
|
<Compile Include="MultipleTestDomainRunner.cs" />
|
|
<Compile Include="NUnitProject.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="NUnitRegistry.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="PathUtils.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ProcessRunner.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ProjectConfig.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ProjectConfigCollection.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ProjectFormatException.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="RecentFileEntry.cs" />
|
|
<Compile Include="RecentFiles.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="RecentFilesCollection.cs" />
|
|
<Compile Include="RegistrySettingsStorage.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="RemoteTestAgent.cs" />
|
|
<Compile Include="ResultSummarizer.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="ServerBase.cs" />
|
|
<Compile Include="ServerUtilities.cs" />
|
|
<Compile Include="Services.cs" />
|
|
<Compile Include="Services\AddinManager.cs" />
|
|
<Compile Include="Services\AddinRegistry.cs" />
|
|
<Compile Include="Services\DomainManager.cs" />
|
|
<Compile Include="Services\RecentFilesService.cs" />
|
|
<Compile Include="Services\ServiceManager.cs" />
|
|
<Compile Include="Services\SettingsService.cs" />
|
|
<Compile Include="Services\TestAgency.cs" />
|
|
<Compile Include="SettingsGroup.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SettingsStorage.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="StackTraceFilter.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="SummaryVisitor.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestAgent.cs" />
|
|
<Compile Include="TestDomain.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestEventArgs.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestEventDispatcher.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestExceptionHandler.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestLoader.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestObserver.cs" />
|
|
<Compile Include="TestResultItem.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="TestServer.cs" />
|
|
<Compile Include="VSProject.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="VSProjectConfig.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="VSProjectConfigCollection.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="XmlResultTransform.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="XmlResultVisitor.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="XmlSettingsStorage.cs" />
|
|
<EmbeddedResource Include="Transform.resx">
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\NUnitCore\core\nunit.core.dll_VS2005.csproj">
|
|
<Project>{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}</Project>
|
|
<Name>nunit.core.dll_VS2005</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\..\NUnitCore\interfaces\nunit.core.interfaces.dll_VS2005.csproj">
|
|
<Project>{DCC88998-255A-4247-B658-71DD932E9873}</Project>
|
|
<Name>nunit.core.interfaces.dll_VS2005</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Services\CVS\Entries" />
|
|
<None Include="Services\CVS\Repository" />
|
|
<None Include="Services\CVS\Root" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |