linux-packaging-mono/mcs/nunit24/NUnitCore/interfaces/nunit.core.interfaces.dll.csproj
Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

302 lines
11 KiB
XML

<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{435428F8-5995-4CE4-8022-93D595A8CC0F}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "nunit.core.interfaces"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "NUnit.Core"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = "bin\Debug\nunit.core.interfaces.xml"
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "bin\Debug\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
<Config
Name = "Release"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DocumentationFile = "bin\Release\nunit.core.interfaces.xml"
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CommonAssemblyInfo.cs"
Link = "..\..\CommonAssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "EventListener.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "IService.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ITest.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ITestFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ResultState.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ResultVisitor.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "RunState.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "RuntimeFramework.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Test.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestAssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestCaseResult.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestID.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestName.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestNode.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestOutput.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestPackage.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestResult.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestRunner.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestSuiteResult.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\Addin.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\AddinStatus.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\ExtensionType.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\IAddin.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\IAddinRegistry.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\IExtensionHost.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\IExtensionPoint.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\IFrameworkRegistry.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\ISuiteBuilder.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\ITestCaseBuilder.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\ITestDecorator.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\NUnitAddinAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Extensibility\TestFramework.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Filters\AndFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Filters\CategoryFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Filters\NameFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Filters\NotFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Filters\OrFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Filters\SimpleNameFilter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>