Project

General

Profile

root / branches / compiler / cSharp / ooasCompiler / src / libs / c5 / UserGuideExamples / UserGuideExamples.csproj @ 3

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