Add MSVC8 solution and project files
[reactos.git] / irc / TechBot / CHMLibrary / CHMLibrary.csproj
diff --git a/irc/TechBot/CHMLibrary/CHMLibrary.csproj b/irc/TechBot/CHMLibrary/CHMLibrary.csproj
new file mode 100644 (file)
index 0000000..3ab019a
--- /dev/null
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+    <ProductVersion>8.0.50727</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
+    <ProjectGuid>{72E5CCA1-6318-4D62-964D-CB23A5C743B5}</ProjectGuid>
+    <OutputType>Library</OutputType>
+    <AppDesignerFolder>Properties</AppDesignerFolder>
+    <RootNamespace>CHMLibrary</RootNamespace>
+    <AssemblyName>CHMLibrary</AssemblyName>
+    <StartupObject>
+    </StartupObject>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+    <DebugSymbols>true</DebugSymbols>
+    <DebugType>full</DebugType>
+    <Optimize>false</Optimize>
+    <OutputPath>bin\Debug\</OutputPath>
+    <DefineConstants>DEBUG;TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+    <DebugType>pdbonly</DebugType>
+    <Optimize>true</Optimize>
+    <OutputPath>bin\Release\</OutputPath>
+    <DefineConstants>TRACE</DefineConstants>
+    <ErrorReport>prompt</ErrorReport>
+    <WarningLevel>4</WarningLevel>
+  </PropertyGroup>
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
+       Other similar extension points exist, see Microsoft.Common.targets.
+  <Target Name="BeforeBuild">
+  </Target>
+  <Target Name="AfterBuild">
+  </Target>
+  -->
+  <ItemGroup>
+    <Compile Include="AssemblyInfo.cs" />
+    <Compile Include="Category.cs" />
+    <Compile Include="CHMDecoding\BinaryReaderHelp.cs" />
+    <Compile Include="CHMDecoding\CHMBtree.cs" />
+    <Compile Include="CHMDecoding\CHMFile.cs" />
+    <Compile Include="CHMDecoding\CHMIdxhdr.cs" />
+    <Compile Include="CHMDecoding\CHMStrings.cs" />
+    <Compile Include="CHMDecoding\CHMSystem.cs" />
+    <Compile Include="CHMDecoding\CHMTocidx.cs" />
+    <Compile Include="CHMDecoding\CHMTopics.cs" />
+    <Compile Include="CHMDecoding\CHMUrlstr.cs" />
+    <Compile Include="CHMDecoding\CHMUrltable.cs" />
+    <Compile Include="CHMDecoding\DumpingInfo.cs" />
+    <Compile Include="CHMDecoding\enumerations.cs" />
+    <Compile Include="CHMDecoding\FullTextEngine.cs" />
+    <Compile Include="CHMDecoding\HHCParser.cs" />
+    <Compile Include="CHMDecoding\HHCParser2.cs" />
+    <Compile Include="CHMDecoding\HHKParser.cs" />
+    <Compile Include="CHMDecoding\TopicEntry.cs" />
+    <Compile Include="CHMDecoding\UrlTableEntry.cs" />
+    <Compile Include="ChmFileInfo.cs" />
+    <Compile Include="HtmlHelpSystem.cs" />
+    <Compile Include="HttpUtility.cs" />
+    <Compile Include="Index.cs" />
+    <Compile Include="IndexItem.cs" />
+    <Compile Include="IndexTopic.cs" />
+    <Compile Include="InformationType.cs" />
+    <Compile Include="Storage\CHMStream.cs" />
+    <Compile Include="TableOfContents.cs" />
+    <Compile Include="TOCItem.cs" />
+  </ItemGroup>
+  <ItemGroup>
+    <Reference Include="System" />
+    <Reference Include="System.Data" />
+    <Reference Include="System.Windows.Forms" />
+    <Reference Include="System.XML" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\Compression\Compression.csproj">
+      <Project>{E32307F1-623A-4E62-826F-56CDD4B23A54}</Project>
+      <Name>Compression</Name>
+    </ProjectReference>
+  </ItemGroup>
+</Project>
\ No newline at end of file