* roottypes.cs: Rename from tree.cs.
[mono.git] / mcs / class / Mono.C5 / UserGuideExamples / UserGuideExamples.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>8.0.50727</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{B2A29FF2-A5C5-4F07-8CE7-FF5D744D7562}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <RootNamespace>UserGuideExamples</RootNamespace>\r
11     <AssemblyName>UserGuideExamples</AssemblyName>\r
12     <WarningLevel>4</WarningLevel>\r
13     <StartupObject>\r
14     </StartupObject>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>.\bin\Debug\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22   </PropertyGroup>\r
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
24     <DebugSymbols>false</DebugSymbols>\r
25     <Optimize>true</Optimize>\r
26     <OutputPath>.\bin\Release\</OutputPath>\r
27     <DefineConstants>TRACE</DefineConstants>\r
28   </PropertyGroup>\r
29   <ItemGroup>\r
30     <Compile Include="AnagramHashBag.cs" />\r
31     <Compile Include="Anagrams.cs" />\r
32     <Compile Include="AnagramStrings.cs" />\r
33     <Compile Include="AnagramTreeBag.cs" />\r
34     <Compile Include="Antipatterns.cs" />\r
35     <Compile Include="Cloning.cs" />\r
36     <Compile Include="CollectionCollection.cs" />\r
37     <Compile Include="CollectionSanity.cs" />\r
38     <Compile Include="EventPatterns.cs" />\r
39     <Compile Include="GettingStarted.cs" />\r
40     <Compile Include="Graph.cs" />\r
41     <Compile Include="Fileindex.cs" />\r
42     <Compile Include="GCHForm.cs">\r
43       <SubType>Form</SubType>\r
44     </Compile>\r
45     <Compile Include="GConvexHull.cs" />\r
46     <Compile Include="GNfaToDfa.cs" />\r
47     <Compile Include="HashCodes.cs" />\r
48     <Compile Include="Jobqueue.cs" />\r
49     <Compile Include="KeywordRecognition.cs" />\r
50     <Compile Include="ListPatterns.cs" />\r
51     <Compile Include="Locking.cs" />\r
52     <Compile Include="MultiCollection.cs" />\r
53     <Compile Include="MultiDictionary.cs" />\r
54     <Compile Include="PointLocation.cs" />\r
55     <Compile Include="RandomSelection.cs" />\r
56     <Compile Include="ReadOnlyPatterns.cs" />\r
57     <Compile Include="Sets.cs" />\r
58     <Compile Include="SortedIterationPatterns.cs" />\r
59     <Compile Include="SortingPermutation.cs" />\r
60     <Compile Include="TestSortedArray.cs" />\r
61     <Compile Include="ThisFun.cs" />\r
62     <Compile Include="Toposort.cs" />\r
63     <Compile Include="TreeTraversal.cs" />\r
64     <Compile Include="Try.cs" />\r
65     <Compile Include="ViewPatterns.cs" />\r
66     <Compile Include="Views.cs" />\r
67     <Compile Include="WrappedArray.cs" />\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <EmbeddedResource Include="GCHForm.resx">\r
71       <DependentUpon>GCHForm.cs</DependentUpon>\r
72     </EmbeddedResource>\r
73   </ItemGroup>\r
74   <ItemGroup>\r
75     <ProjectReference Include="..\C5\C5.csproj">\r
76       <Project>{D70489CD-ABDA-48FF-BD1E-BE3F7495BE71}</Project>\r
77       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>\r
78       <Name>C5</Name>\r
79     </ProjectReference>\r
80   </ItemGroup>\r
81   <ItemGroup>\r
82     <None Include="Makefile" />\r
83   </ItemGroup>\r
84   <ItemGroup>\r
85     <Reference Include="System" />\r
86     <Reference Include="System.Drawing" />\r
87     <Reference Include="System.Windows.Forms" />\r
88   </ItemGroup>\r
89   <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />\r
90 </Project>