[sdb] Avoid printing out the ThreadAbortException used to abort the protocol receiver...
[mono.git] / mcs / class / Mono.C5 / Test / nunit.csproj
index 48ae348935dce104b25a85a13cfcfe053afe9fdd..0d127906913ce4195a5bef862d20bbbb94c4bb53 100644 (file)
@@ -1,7 +1,8 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">\r
   <PropertyGroup>\r
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <ProductVersion>8.0.50727</ProductVersion>\r
+    <ProductVersion>9.0.21022</ProductVersion>\r
     <SchemaVersion>2.0</SchemaVersion>\r
     <ProjectGuid>{08CBFDEB-A2E2-4F0E-A4E1-B996B05569DE}</ProjectGuid>\r
     <OutputType>Library</OutputType>\r
     <AssemblyName>nunit</AssemblyName>\r
     <FileUpgradeFlags>\r
     </FileUpgradeFlags>\r
+    <UpgradeBackupLocation>\r
+    </UpgradeBackupLocation>\r
+    <OldToolsVersion>3.5</OldToolsVersion>\r
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
     <DebugSymbols>true</DebugSymbols>\r
     <WarningLevel>4</WarningLevel>\r
     <IncrementalBuild>false</IncrementalBuild>\r
   </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)' == 'DebugSnk' ">\r
+    <DebugSymbols>true</DebugSymbols>\r
+    <OutputPath>bin\DebugSnk\</OutputPath>\r
+    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseSnk' ">\r
+    <OutputPath>bin\ReleaseSnk\</OutputPath>\r
+    <DefineConstants>TRACE</DefineConstants>\r
+    <Optimize>true</Optimize>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
+  </PropertyGroup>\r
   <ItemGroup>\r
     <ProjectReference Include="..\C5\C5.csproj">\r
       <Project>{D70489CD-ABDA-48FF-BD1E-BE3F7495BE71}</Project>\r
@@ -46,6 +63,7 @@
     <Compile Include="BasesTest.cs">\r
       <SubType>Code</SubType>\r
     </Compile>\r
+    <Compile Include="InterfacesTest.cs" />\r
     <Compile Include="Records.cs" />\r
     <Compile Include="Sorting.cs">\r
       <SubType>Code</SubType>\r
     <AppDesigner Include="Properties\" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <Reference Include="nunit.framework, Version=2.2.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
+    <Reference Include="nunit.framework, Version=2.5.9.10348, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">\r
+      <SpecificVersion>False</SpecificVersion>\r
+      <HintPath>C:\Program Files\NUnit 2.5.9\bin\net-2.0\framework\nunit.framework.dll</HintPath>\r
+    </Reference>\r
   </ItemGroup>\r
   <ItemGroup>\r
     <Folder Include="Properties\" />\r
     <VisualStudio>\r
     </VisualStudio>\r
   </ProjectExtensions>\r
-</Project>
\ No newline at end of file
+</Project>