* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Mono.C5 / Test / nunit.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <ProductVersion>8.0.50727</ProductVersion>\r
5     <SchemaVersion>2.0</SchemaVersion>\r
6     <ProjectGuid>{08CBFDEB-A2E2-4F0E-A4E1-B996B05569DE}</ProjectGuid>\r
7     <OutputType>Library</OutputType>\r
8     <StartupObject>\r
9     </StartupObject>\r
10     <RootNamespace>nunit</RootNamespace>\r
11     <NoStandardLibraries>false</NoStandardLibraries>\r
12     <AssemblyName>nunit</AssemblyName>\r
13     <FileUpgradeFlags>\r
14     </FileUpgradeFlags>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <Optimize>false</Optimize>\r
19     <OutputPath>.\bin\Debug\</OutputPath>\r
20     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <WarningLevel>4</WarningLevel>\r
23     <IncrementalBuild>false</IncrementalBuild>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
26     <DebugSymbols>false</DebugSymbols>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>.\bin\Release\</OutputPath>\r
29     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>\r
30     <DefineConstants>TRACE</DefineConstants>\r
31     <WarningLevel>4</WarningLevel>\r
32     <IncrementalBuild>false</IncrementalBuild>\r
33   </PropertyGroup>\r
34   <ItemGroup>\r
35     <ProjectReference Include="..\C5\C5.csproj">\r
36       <Project>{D70489CD-ABDA-48FF-BD1E-BE3F7495BE71}</Project>\r
37       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>\r
38       <Name>C5</Name>\r
39     </ProjectReference>\r
40   </ItemGroup>\r
41   <ItemGroup>\r
42     <Compile Include="arrays\CircularQueueTest.cs" />\r
43     <Compile Include="AssemblyInfo.cs">\r
44       <SubType>Code</SubType>\r
45     </Compile>\r
46     <Compile Include="BasesTest.cs">\r
47       <SubType>Code</SubType>\r
48     </Compile>\r
49     <Compile Include="Records.cs" />\r
50     <Compile Include="Sorting.cs">\r
51       <SubType>Code</SubType>\r
52     </Compile>\r
53     <Compile Include="SupportClasses.cs">\r
54       <SubType>Code</SubType>\r
55     </Compile>\r
56     <Compile Include="arrays\ArrayListTest.cs">\r
57       <SubType>Code</SubType>\r
58     </Compile>\r
59     <Compile Include="arrays\HashedArrayListTest.cs">\r
60       <SubType>Code</SubType>\r
61     </Compile>\r
62     <Compile Include="arrays\SortedArrayTests.cs">\r
63       <SubType>Code</SubType>\r
64     </Compile>\r
65     <Compile Include="hashing\HashBagTests.cs">\r
66       <SubType>Code</SubType>\r
67     </Compile>\r
68     <Compile Include="hashing\HashDictionaryTests.cs">\r
69       <SubType>Code</SubType>\r
70     </Compile>\r
71     <Compile Include="hashing\HashTableTests.cs">\r
72       <SubType>Code</SubType>\r
73     </Compile>\r
74     <Compile Include="heaps\HeapTests.cs">\r
75       <SubType>Code</SubType>\r
76     </Compile>\r
77     <Compile Include="linkedlists\HashedLinkedListTest.cs">\r
78       <SubType>Code</SubType>\r
79     </Compile>\r
80     <Compile Include="linkedlists\LinkedListTest.cs">\r
81       <SubType>Code</SubType>\r
82     </Compile>\r
83     <Compile Include="templates\Clone.cs" />\r
84     <Compile Include="templates\Events.cs" />\r
85     <Compile Include="templates\GenericCollectionTester.cs" />\r
86     <Compile Include="templates\List.cs" />\r
87     <Compile Include="trees\Bag.cs">\r
88       <SubType>Code</SubType>\r
89     </Compile>\r
90     <Compile Include="trees\Dictionary.cs">\r
91       <SubType>Code</SubType>\r
92     </Compile>\r
93     <Compile Include="trees\RedBlackTreeSetTests.cs">\r
94       <SubType>Code</SubType>\r
95     </Compile>\r
96     <Compile Include="WrappersTest.cs" />\r
97   </ItemGroup>\r
98   <ItemGroup>\r
99     <AppDesigner Include="Properties\" />\r
100   </ItemGroup>\r
101   <ItemGroup>\r
102     <Reference Include="nunit.framework, Version=2.2.6.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" />\r
103   </ItemGroup>\r
104   <ItemGroup>\r
105     <Folder Include="Properties\" />\r
106   </ItemGroup>\r
107   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />\r
108   <PropertyGroup>\r
109     <PreBuildEvent>\r
110     </PreBuildEvent>\r
111     <PostBuildEvent>\r
112     </PostBuildEvent>\r
113   </PropertyGroup>\r
114   <ProjectExtensions>\r
115     <VisualStudio>\r
116     </VisualStudio>\r
117   </ProjectExtensions>\r
118 </Project>