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