Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/nunit/src/NUnitCore/NUnitCore.csproj')
-rwxr-xr-xmcs/nunit/src/NUnitCore/NUnitCore.csproj238
1 files changed, 0 insertions, 238 deletions
diff --git a/mcs/nunit/src/NUnitCore/NUnitCore.csproj b/mcs/nunit/src/NUnitCore/NUnitCore.csproj
deleted file mode 100755
index e53d5db8fff..00000000000
--- a/mcs/nunit/src/NUnitCore/NUnitCore.csproj
+++ /dev/null
@@ -1,238 +0,0 @@
-<VisualStudioProject>
- <CSHARP
- ProjectType = "Local"
- ProductVersion = "7.0.9466"
- SchemaVersion = "1.0"
- >
- <Build>
- <Settings
- ApplicationIcon = ""
- AssemblyKeyContainerName = ""
- AssemblyName = "NUnitCore"
- AssemblyOriginatorKeyFile = ""
- DefaultClientScript = "JScript"
- DefaultHTMLPageLayout = "Flow"
- DefaultTargetSchema = "IE32Nav30"
- DelaySign = "false"
- OutputType = "Library"
- RootNamespace = "NUnitCore"
- StartupObject = ""
- >
- <Config
- Name = "Debug"
- AllowUnsafeBlocks = "false"
- BaseAddress = "0"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "DEBUG;TRACE"
- DocumentationFile = "NUnitCore.xml"
- DebugSymbols = "true"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- Optimize = "false"
- OutputPath = "bin\Debug\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- <Config
- Name = "Release"
- AllowUnsafeBlocks = "false"
- BaseAddress = "0"
- CheckForOverflowUnderflow = "false"
- ConfigurationOverrideFile = ""
- DefineConstants = "TRACE"
- DocumentationFile = ""
- DebugSymbols = "false"
- FileAlignment = "4096"
- IncrementalBuild = "false"
- Optimize = "true"
- OutputPath = "bin\Release\"
- RegisterForComInterop = "false"
- RemoveIntegerChecks = "false"
- TreatWarningsAsErrors = "false"
- WarningLevel = "4"
- />
- </Settings>
- <References>
- <Reference
- Name = "System"
- AssemblyName = "System"
- />
- <Reference
- Name = "SYSTEM.WINDOWS.FORMS"
- AssemblyName = "System.Windows.Forms"
- />
- <Reference
- Name = "System.Data"
- AssemblyName = "System.Data"
- />
- <Reference
- Name = "System.XML"
- AssemblyName = "System.Xml"
- />
- </References>
- </Build>
- <Files>
- <Include>
- <File
- RelPath = "ActiveTestSuite.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "AssemblyInfo.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "AssemblyTestCollector.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Assertion.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "AssertionFailedError.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "BaseTestRunner.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ClassPathTestCollector.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ExceptionTestCase.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ExpectExceptionAttribute.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "IFailureDetailView.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "IProtectable.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ITest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ITestCollector.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ITestListener.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ITestLoader.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ITestSuiteLoader.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "LoadingTestCollector.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "NUnitException.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ReflectionUtils.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "ReloadingTestSuiteLoader.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "RepeatedTest.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "StandardLoader.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "StandardTestSuiteLoader.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "TestCase.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "TestCaseClassLoader.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "TestDecorator.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "TestFailure.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "TestResult.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "TestSetup.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "TestSuite.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- <File
- RelPath = "Version.cs"
- SubType = "Code"
- BuildAction = "Compile"
- />
- </Include>
- </Files>
- </CSHARP>
-</VisualStudioProject>
-