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/class/Mono.C5/Test/nunit.csproj')
-rw-r--r--mcs/class/Mono.C5/Test/nunit.csproj37
1 files changed, 23 insertions, 14 deletions
diff --git a/mcs/class/Mono.C5/Test/nunit.csproj b/mcs/class/Mono.C5/Test/nunit.csproj
index 48ae348935d..8263becbea6 100644
--- a/mcs/class/Mono.C5/Test/nunit.csproj
+++ b/mcs/class/Mono.C5/Test/nunit.csproj
@@ -1,7 +1,7 @@
-<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <ProductVersion>8.0.50727</ProductVersion>
+ <ProductVersion>8.0.40426</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{08CBFDEB-A2E2-4F0E-A4E1-B996B05569DE}</ProjectGuid>
<OutputType>Library</OutputType>
@@ -32,6 +32,25 @@
<IncrementalBuild>false</IncrementalBuild>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="nunit.framework, Version=2.1.4.0, Culture=neutral, processorArchitecture=MSIL">
+ <HintPath>..\..\NUnit\nunit.framework\bin\Debug\nunit.framework.dll</HintPath>
+ <Name>nunit.framework</Name>
+ <SpecificVersion>False</SpecificVersion>
+ <Aliases>global</Aliases>
+ <ExecutableExtension>.dll</ExecutableExtension>
+ </Reference>
+ <Reference Include="System">
+ <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.dll</HintPath>
+ <Name>System</Name>
+ </Reference>
+ <Reference Include="System.Data">
+ <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.Data.dll</HintPath>
+ <Name>System.Data</Name>
+ </Reference>
+ <Reference Include="System.Xml">
+ <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.XML.dll</HintPath>
+ <Name>System.XML</Name>
+ </Reference>
<ProjectReference Include="..\C5\C5.csproj">
<Project>{D70489CD-ABDA-48FF-BD1E-BE3F7495BE71}</Project>
<Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>
@@ -39,14 +58,12 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <Compile Include="arrays\CircularQueueTest.cs" />
<Compile Include="AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="BasesTest.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="Records.cs" />
<Compile Include="Sorting.cs">
<SubType>Code</SubType>
</Compile>
@@ -80,10 +97,6 @@
<Compile Include="linkedlists\LinkedListTest.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="templates\Clone.cs" />
- <Compile Include="templates\Events.cs" />
- <Compile Include="templates\GenericCollectionTester.cs" />
- <Compile Include="templates\List.cs" />
<Compile Include="trees\Bag.cs">
<SubType>Code</SubType>
</Compile>
@@ -93,16 +106,12 @@
<Compile Include="trees\RedBlackTreeSetTests.cs">
<SubType>Code</SubType>
</Compile>
- <Compile Include="WrappersTest.cs" />
</ItemGroup>
<ItemGroup>
- <AppDesigner Include="Properties\" />
+ <AppDesigner Include="Project\" />
</ItemGroup>
<ItemGroup>
- <Reference Include="nunit.framework, Version=2.2.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
+ <Folder Include="Project\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>