2005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / Mono.C5 / C5.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.40607</ProductVersion>\r
5     <SchemaVersion>2.0</SchemaVersion>\r
6     <ProjectGuid>{D70489CD-ABDA-48FF-BD1E-BE3F7495BE71}</ProjectGuid>\r
7     <OutputType>Library</OutputType>\r
8     <StartupObject>\r
9     </StartupObject>\r
10     <RootNamespace>C5</RootNamespace>\r
11     <NoStandardLibraries>false</NoStandardLibraries>\r
12     <AssemblyName>C5</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     <DocumentationFile>c5.xml</DocumentationFile>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
27     <DebugSymbols>false</DebugSymbols>\r
28     <Optimize>true</Optimize>\r
29     <OutputPath>.\bin\Release\</OutputPath>\r
30     <EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>\r
31     <DefineConstants>TRACE</DefineConstants>\r
32     <WarningLevel>4</WarningLevel>\r
33     <IncrementalBuild>false</IncrementalBuild>\r
34     <DocumentationFile>\r
35     </DocumentationFile>\r
36   </PropertyGroup>\r
37   <ItemGroup>\r
38     <Reference Include="System">\r
39       <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.dll</HintPath>\r
40       <Name>System</Name>\r
41     </Reference>\r
42     <Reference Include="System.Data">\r
43       <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.Data.dll</HintPath>\r
44       <Name>System.Data</Name>\r
45     </Reference>\r
46     <Reference Include="System.Xml">\r
47       <HintPath>..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.2.30703\System.XML.dll</HintPath>\r
48       <Name>System.XML</Name>\r
49     </Reference>\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <Compile Include="AssemblyInfo.cs">\r
53       <SubType>Code</SubType>\r
54     </Compile>\r
55     <Compile Include="Builder.cs">\r
56       <SubType>Code</SubType>\r
57     </Compile>\r
58     <Compile Include="Collections.cs">\r
59       <SubType>Code</SubType>\r
60     </Compile>\r
61     <Compile Include="Dictionaries.cs">\r
62       <SubType>Code</SubType>\r
63     </Compile>\r
64     <Compile Include="Interfaces.cs">\r
65       <SubType>Code</SubType>\r
66     </Compile>\r
67     <Compile Include="Wrappers.cs">\r
68       <SubType>Code</SubType>\r
69     </Compile>\r
70     <Compile Include="arrays\ArrayList.cs">\r
71       <SubType>Code</SubType>\r
72     </Compile>\r
73     <Compile Include="arrays\HashedArray.cs">\r
74       <SubType>Code</SubType>\r
75     </Compile>\r
76     <Compile Include="arrays\SortedArray.cs">\r
77       <SubType>Code</SubType>\r
78     </Compile>\r
79     <Compile Include="hashing\HashBag.cs">\r
80       <SubType>Code</SubType>\r
81     </Compile>\r
82     <Compile Include="hashing\HashDictionary.cs">\r
83       <SubType>Code</SubType>\r
84     </Compile>\r
85     <Compile Include="hashing\HashTable.cs">\r
86       <SubType>Code</SubType>\r
87     </Compile>\r
88     <Compile Include="heaps\IntervalHeap.cs">\r
89       <SubType>Code</SubType>\r
90     </Compile>\r
91     <Compile Include="linkedlists\HashedLinkedList.cs">\r
92       <SubType>Code</SubType>\r
93     </Compile>\r
94     <Compile Include="linkedlists\LinkedList.cs">\r
95       <SubType>Code</SubType>\r
96     </Compile>\r
97     <Compile Include="trees\RedBlackTree.cs">\r
98       <SubType>Code</SubType>\r
99     </Compile>\r
100     <Compile Include="trees\RedBlackTreeBag.cs">\r
101       <SubType>Code</SubType>\r
102     </Compile>\r
103     <Compile Include="trees\TreeDictionary.cs">\r
104       <SubType>Code</SubType>\r
105     </Compile>\r
106   </ItemGroup>\r
107   <ItemGroup>\r
108     <AppDesigner Include="Project\" />\r
109   </ItemGroup>\r
110   <ItemGroup>\r
111     <Folder Include="Project\" />\r
112   </ItemGroup>\r
113   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />\r
114   <PropertyGroup>\r
115     <PreBuildEvent>\r
116     </PreBuildEvent>\r
117     <PostBuildEvent>\r
118     </PostBuildEvent>\r
119   </PropertyGroup>\r
120   <ProjectExtensions>\r
121     <VisualStudio>\r
122     </VisualStudio>\r
123   </ProjectExtensions>\r
124 </Project>