[sdb] Avoid printing out the ThreadAbortException used to abort the protocol receiver...
[mono.git] / mcs / class / Mono.C5 / Test / nunit.csproj
index 8263becbea67504537a5d93dcc673c0c3c727002..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.40426</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
-    <Reference Include="nunit.framework, Version=2.1.4.0, Culture=neutral, processorArchitecture=MSIL">\r
-      <HintPath>..\..\NUnit\nunit.framework\bin\Debug\nunit.framework.dll</HintPath>\r
-      <Name>nunit.framework</Name>\r
-      <SpecificVersion>False</SpecificVersion>\r
-      <Aliases>global</Aliases>\r
-      <ExecutableExtension>.dll</ExecutableExtension>\r
-    </Reference>\r
-    <Reference Include="System">\r
-      <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.dll</HintPath>\r
-      <Name>System</Name>\r
-    </Reference>\r
-    <Reference Include="System.Data">\r
-      <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.Data.dll</HintPath>\r
-      <Name>System.Data</Name>\r
-    </Reference>\r
-    <Reference Include="System.Xml">\r
-      <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.XML.dll</HintPath>\r
-      <Name>System.XML</Name>\r
-    </Reference>\r
     <ProjectReference Include="..\C5\C5.csproj">\r
       <Project>{D70489CD-ABDA-48FF-BD1E-BE3F7495BE71}</Project>\r
       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>\r
     </ProjectReference>\r
   </ItemGroup>\r
   <ItemGroup>\r
+    <Compile Include="arrays\CircularQueueTest.cs" />\r
     <Compile Include="AssemblyInfo.cs">\r
       <SubType>Code</SubType>\r
     </Compile>\r
     <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
     </Compile>\r
     <Compile Include="linkedlists\LinkedListTest.cs">\r
       <SubType>Code</SubType>\r
     </Compile>\r
+    <Compile Include="templates\Clone.cs" />\r
+    <Compile Include="templates\Events.cs" />\r
+    <Compile Include="templates\GenericCollectionTester.cs" />\r
+    <Compile Include="templates\List.cs" />\r
     <Compile Include="trees\Bag.cs">\r
       <SubType>Code</SubType>\r
     </Compile>\r
     <Compile Include="trees\RedBlackTreeSetTests.cs">\r
       <SubType>Code</SubType>\r
     </Compile>\r
+    <Compile Include="WrappersTest.cs" />\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <AppDesigner Include="Project\" />\r
+    <AppDesigner Include="Properties\" />\r
+  </ItemGroup>\r
+  <ItemGroup>\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="Project\" />\r
+    <Folder Include="Properties\" />\r
   </ItemGroup>\r
   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />\r
   <PropertyGroup>\r
     <VisualStudio>\r
     </VisualStudio>\r
   </ProjectExtensions>\r
-</Project>
\ No newline at end of file
+</Project>