Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

362 lines
13 KiB
XML

<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{83DD7E12-A705-4DBA-9D71-09C8973D9382}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "nunit.framework"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "NUnit.Framework"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = "bin\Debug\nunit.framework.xml"
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "true"
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.framework.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 = "AbstractAsserter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Assert.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Assertion.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssertionException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssertionFailureMessage.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssertionHelper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CategoryAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CollectionAssert.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CommonAssemblyInfo.cs"
Link = "..\..\CommonAssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DescriptionAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ExpectedExceptionAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ExplicitAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "FileAssert.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "IAsserter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "IExpectException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "IgnoreAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "IgnoreException.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "IncludeExcludeAttributes.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "MessageWriter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "MsgUtils.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "OldTestCase.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "PropertyAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SetCultureAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "GlobalSettings.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SetUpAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SetUpFixtureAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "StringAssert.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SuiteAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TearDownAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestFixtureAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestFixtureSetUpAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TestFixtureTearDownAttribute.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "TextMessageWriter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\BinaryOperations.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\CollectionConstraints.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\ComparisonConstraints.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\Constraint.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\ConstraintBuilder.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\ContainsConstraint.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\EmptyConstraint.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\EqualConstraint.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\Numerics.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\PrefixConstraints.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\PropertyConstraint.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\SameAsConstraint.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\StringConstraints.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Constraints\TypeConstraints.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SyntaxHelpers\Has.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SyntaxHelpers\Is.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SyntaxHelpers\List.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SyntaxHelpers\ListMapper.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SyntaxHelpers\Text.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>