~cosme/ubuntu/precise/freeimage/freeimage-3.15.1

« back to all changes in this revision

Viewing changes to Wrapper/FreeImage.NET/cs/Doc/3.13.0/FreeImage.NET.shfbproj

  • Committer: Bazaar Package Importer
  • Author(s): Cosme Domínguez Díaz
  • Date: 2010-07-20 13:42:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100720134215-xt1454zaedv3b604
Tags: 3.13.1-0ubuntu1
* New upstream release. Closes: (LP: #607800)
 - Updated debian/freeimage-get-orig-source script.
 - Removing no longer necessary debian/patches/* and
   the patch system in debian/rules.
 - Updated debian/rules to work with the new Makefiles.
 - Drop from -O3 to -O2 and use lzma compression saves
   ~10 MB of free space. 
* lintian stuff
 - fixed debhelper-but-no-misc-depends
 - fixed ldconfig-symlink-missing-for-shlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
 
2
  <PropertyGroup>
 
3
    <!-- The configuration and platform will be used to determine which
 
4
         assemblies to include from solution and project documentation
 
5
         sources -->
 
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
8
    <SchemaVersion>2.0</SchemaVersion>
 
9
    <ProjectGuid>{d68736d0-a80d-453c-a921-6ada865504b5}</ProjectGuid>
 
10
    <SHFBSchemaVersion>1.8.0.0</SHFBSchemaVersion>
 
11
    <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
 
12
         Studio adds them anyway -->
 
13
    <AssemblyName>Documentation</AssemblyName>
 
14
    <RootNamespace>Documentation</RootNamespace>
 
15
    <Name>Documentation</Name>
 
16
    <!-- SHFB properties -->
 
17
    <OutputPath>.\Out\</OutputPath>
 
18
    <HtmlHelpName>FreeImage.NET</HtmlHelpName>
 
19
    <HelpFileFormat>HtmlHelp1x</HelpFileFormat>
 
20
    <KeepLogFile>False</KeepLogFile>
 
21
    <FooterText>FreeImage - The productivity booster. FreeImage is licensed under the GNU General Public License %28GPL%29 and the FreeImage Public License %28FIPL%29.</FooterText>
 
22
    <HelpTitle>FreeImage .NET Documentation</HelpTitle>
 
23
    <NamingMethod>HashedMemberName</NamingMethod>
 
24
    <SdkLinkType>Msdn</SdkLinkType>
 
25
    <MissingTags>AutoDocumentCtors</MissingTags>
 
26
    <VisibleItems>InheritedMembers, Protected</VisibleItems>
 
27
    <DocumentationSources>
 
28
      <DocumentationSource sourceFile="FreeImageNET.dll" />
 
29
<DocumentationSource sourceFile="FreeImageNET.xml" /></DocumentationSources>
 
30
    <PlugInConfigurations>
 
31
    </PlugInConfigurations>
 
32
  </PropertyGroup>
 
33
  <!-- There are no properties for these two groups but they need to appear in
 
34
       order for Visual Studio to perform the build. -->
 
35
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
36
  </PropertyGroup>
 
37
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
38
  </PropertyGroup>
 
39
  <!-- Import the SHFB build targets -->
 
40
  <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
 
41
</Project>
 
 
b'\\ No newline at end of file'