Sync trunk head (r41026)
[reactos.git] / irc / TechBot / CHMLibrary / CHMLibrary.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{72E5CCA1-6318-4D62-964D-CB23A5C743B5}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CHMLibrary</RootNamespace>
12 <AssemblyName>CHMLibrary</AssemblyName>
13 <StartupObject>
14 </StartupObject>
15 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>bin\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
24 </PropertyGroup>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>bin\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
32 </PropertyGroup>
33 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
34 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
35 Other similar extension points exist, see Microsoft.Common.targets.
36 <Target Name="BeforeBuild">
37 </Target>
38 <Target Name="AfterBuild">
39 </Target>
40 -->
41 <ItemGroup>
42 <Compile Include="AssemblyInfo.cs" />
43 <Compile Include="Category.cs" />
44 <Compile Include="CHMDecoding\BinaryReaderHelp.cs" />
45 <Compile Include="CHMDecoding\CHMBtree.cs" />
46 <Compile Include="CHMDecoding\CHMFile.cs" />
47 <Compile Include="CHMDecoding\CHMIdxhdr.cs" />
48 <Compile Include="CHMDecoding\CHMStrings.cs" />
49 <Compile Include="CHMDecoding\CHMSystem.cs" />
50 <Compile Include="CHMDecoding\CHMTocidx.cs" />
51 <Compile Include="CHMDecoding\CHMTopics.cs" />
52 <Compile Include="CHMDecoding\CHMUrlstr.cs" />
53 <Compile Include="CHMDecoding\CHMUrltable.cs" />
54 <Compile Include="CHMDecoding\DumpingInfo.cs" />
55 <Compile Include="CHMDecoding\enumerations.cs" />
56 <Compile Include="CHMDecoding\FullTextEngine.cs" />
57 <Compile Include="CHMDecoding\HHCParser.cs" />
58 <Compile Include="CHMDecoding\HHCParser2.cs" />
59 <Compile Include="CHMDecoding\HHKParser.cs" />
60 <Compile Include="CHMDecoding\TopicEntry.cs" />
61 <Compile Include="CHMDecoding\UrlTableEntry.cs" />
62 <Compile Include="ChmFileInfo.cs" />
63 <Compile Include="HtmlHelpSystem.cs" />
64 <Compile Include="HttpUtility.cs" />
65 <Compile Include="Index.cs" />
66 <Compile Include="IndexItem.cs" />
67 <Compile Include="IndexTopic.cs" />
68 <Compile Include="InformationType.cs" />
69 <Compile Include="Storage\CHMStream.cs" />
70 <Compile Include="TableOfContents.cs" />
71 <Compile Include="TOCItem.cs" />
72 </ItemGroup>
73 <ItemGroup>
74 <Reference Include="System" />
75 <Reference Include="System.Data" />
76 <Reference Include="System.Windows.Forms" />
77 <Reference Include="System.XML" />
78 </ItemGroup>
79 <ItemGroup>
80 <ProjectReference Include="..\Compression\Compression.csproj">
81 <Project>{E32307F1-623A-4E62-826F-56CDD4B23A54}</Project>
82 <Name>Compression</Name>
83 </ProjectReference>
84 </ItemGroup>
85 </Project>