summary refs log tree commit diff stats
path: root/plugins/python
AgeCommit message (Expand)Author
2012-11-11RebrandingBerke Viktor
2012-11-04Use configdir instead of *xchatdir*Berke Viktor
2012-11-04Eliminate warnings due to missing includesBerke Viktor
2012-10-30Some final rebrandingBerke Viktor
2012-10-30Rebrand get_info(xchatdir) but remain compatible for Perl and PythonBerke Viktor
2012-10-30Some remaining fixesBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-10-30Rebranding for XCHAT_EAT_*Berke Viktor
2012-10-30Rebranding for XCHAT_PRI_*Berke Viktor
2012-10-30Remove hexchat-plugin.h duplicateBerke Viktor
2012-10-28Further doc relocations and conversionsBerke Viktor
2012-10-27Ignore generated config.h properly on UnixBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-18Update win32 dirent.h implementation and use header instead of static libraryBerke Viktor
2012-10-13Compatibility for Automake 1.12.4+Berke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-02Use explicit project names, output filenames depend on themBerke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
2012-10-02Change platform toolset to Visual Studio 2012Berke Viktor
2012-10-02Add XP (WDK) solution as a fallback optionBerke Viktor
2012-09-29Use proper version number for module attributeTingPing
2012-09-14Move python docsBerke Viktor
2012-09-13Reorganized if statement.TingPing
2012-09-13bumped python plugin version.TingPing
2012-09-13Added pluginpref to the python plugin.TingPing
2012-07-26Auto-load user plugins and scripts from <config>/addonsBerke Viktor
2012-07-21Use <configdir>/scripts to (auto)load Lua/Perl/Python/Tcl scriptsBerke Viktor
2012-07-21Add _AMD64_ definition for x64 builds, make Visual Studio even happierBerke Viktor
2012-07-21Add trailing backslashes to Output and Intermediate directories, make Visual ...Berke Viktor
2012-07-20Some more rebrandingBerke Viktor
2012-07-19more branding changesxhmikosr
2012-07-14Merge pull request #1 from XhmikosR/masterbviktor
2012-07-14fixed plugins using correct libdirTingPing
2012-07-14get rid of *.user files and ignore themxhmikosr
2012-07-13Update to XChat r1510Berke Viktor
2012-07-13Another bunch of rebranding stuffBerke Viktor
2012-07-13Rename files, delete old windows makefilesBerke Viktor
2012-07-11Rebranding on the file levelBerke Viktor
2012-06-15Add .user files and .gitignoreBerke Viktor
2012-06-15Add x64 support to the VS solutionBerke Viktor
2012-06-15LOTS of fixes to the VS solutionBerke Viktor
2012-06-10More solution fixes and add language interfacesBerke Viktor
2011-12-11some more multiplatform supportBerke Viktor
2011-12-11initial patches for linux compatibilityBerke Viktor
2011-02-28add wdk changes to named branchberkeviktor@aol.com
2011-02-24add xchat r1489berkeviktor@aol.com
2011-02-24nuke the repoberkeviktor@aol.com
2011-01-14split dirent.h and more xtray supportberkeviktor@aol.com
0 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Debug|Win32">
      <Configuration>Debug</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Debug|x64">
      <Configuration>Debug</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectName>cairo</ProjectName>
    <ProjectGuid>{E82F3508-C849-4D33-86AF-13300224A169}</ProjectGuid>
    <RootNamespace>cairo</RootNamespace>
    <Keyword>Win32Proj</Keyword>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <CharacterSet>Unicode</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <CharacterSet>MultiByte</CharacterSet>
    <WholeProgramOptimization>true</WholeProgramOptimization>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="cairo.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="cairo.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="cairo.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="cairo.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Configuration)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Configuration)\</OutDir>
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Configuration)\</IntDir>
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
    <PreBuildEvent>
      <Message>Generating src/cairo-features.h...</Message>
      <Command>if exist .\src\cairo-features.h goto END

                 echo /* Generated by Makefile.win32.  Do not edit. */ &gt; .\src\cairo-features.h

        echo #ifndef CAIRO_FEATURES_H &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_FEATURES_H &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_WIN32_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_WIN32_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PNG_FUNCTIONS 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_FT_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_FC_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PS_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PDF_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_SVG_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_GOBJECT_FUNCTIONS 1 &gt;&gt; .\src\cairo-features.h

        echo #endif &gt;&gt; .\src\cairo-features.h

        :END
</Command>
    </PreBuildEvent>
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CAIRO_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_SOME_FLOATING_POINT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <MinimalRebuild>true</MinimalRebuild>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
      <DisableSpecificWarnings>4244;4146;%(DisableSpecificWarnings)</DisableSpecificWarnings>
    </ClCompile>
    <Link>
      <AdditionalDependencies>gdi32.lib;msimg32.lib;user32.lib;zlib1d.lib;libpng15d.lib;pixman-1.lib;freetype.lib;fontconfig.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <SubSystem>Windows</SubSystem>
      <TargetMachine>MachineX86</TargetMachine>
      <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(CopyDir)\bin

        copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin


        mkdir $(CopyDir)\lib

        copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib


        mkdir $(CopyDir)\include

        copy .\cairo-version.h $(CopyDir)\include

        copy .\src\cairo.h $(CopyDir)\include

        copy .\src\cairo-deprecated.h $(CopyDir)\include

        copy .\src\cairo-features.h $(CopyDir)\include

        copy .\src\cairo-ft.h $(CopyDir)\include

        copy .\src\cairo-pdf.h $(CopyDir)\include

        copy .\src\cairo-ps.h $(CopyDir)\include

        copy .\src\cairo-svg.h $(CopyDir)\include

        copy .\src\cairo-win32.h $(CopyDir)\include</Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
    <PreBuildEvent>
      <Message>Generating src/cairo-features.h...</Message>
      <Command>if exist .\src\cairo-features.h goto END

        echo /* Generated by Makefile.win32.  Do not edit. */ &gt; .\src\cairo-features.h

        echo #ifndef CAIRO_FEATURES_H &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_FEATURES_H &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_WIN32_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_WIN32_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PNG_FUNCTIONS 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_FT_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_FC_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PS_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PDF_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_SVG_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_GOBJECT_FUNCTIONS 1 &gt;&gt; .\src\cairo-features.h

        echo #endif &gt;&gt; .\src\cairo-features.h

        :END
</Command>
    </PreBuildEvent>
    <ClCompile>
      <Optimization>Disabled</Optimization>
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;CAIRO_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_SOME_FLOATING_POINT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <MinimalRebuild>true</MinimalRebuild>
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <CompileAs>CompileAsC</CompileAs>
    </ClCompile>
    <Link>
      <AdditionalDependencies>gdi32.lib;msimg32.lib;user32.lib;zlib1d.lib;libpng15d.lib;pixman-1.lib;freetype.lib;fontconfig.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <SubSystem>Windows</SubSystem>
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
      <DataExecutionPrevention>
      </DataExecutionPrevention>
      <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
      <TargetMachine>MachineX64</TargetMachine>
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(CopyDir)\bin

        copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin


        mkdir $(CopyDir)\lib

        copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib


        mkdir $(CopyDir)\include

        copy .\cairo-version.h $(CopyDir)\include

        copy .\src\cairo.h $(CopyDir)\include

        copy .\src\cairo-deprecated.h $(CopyDir)\include

        copy .\src\cairo-features.h $(CopyDir)\include

        copy .\src\cairo-ft.h $(CopyDir)\include

        copy .\src\cairo-pdf.h $(CopyDir)\include

        copy .\src\cairo-ps.h $(CopyDir)\include

        copy .\src\cairo-svg.h $(CopyDir)\include

        copy .\src\cairo-win32.h $(CopyDir)\include</Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <PreBuildEvent>
      <Message>Generating src/cairo-features.h...</Message>
      <Command>if exist .\src\cairo-features.h goto END

        echo /* Generated by Makefile.win32.  Do not edit. */ &gt; .\src\cairo-features.h

        echo #ifndef CAIRO_FEATURES_H &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_FEATURES_H &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_WIN32_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_WIN32_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PNG_FUNCTIONS 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_FT_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_FC_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PS_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PDF_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_SVG_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_GOBJECT_FUNCTIONS 1 &gt;&gt; .\src\cairo-features.h

        echo #endif &gt;&gt; .\src\cairo-features.h

        :END
</Command>
    </PreBuildEvent>
    <ClCompile>
      <Optimization>MaxSpeed</Optimization>
      <IntrinsicFunctions>false</IntrinsicFunctions>
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CAIRO_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_SOME_FLOATING_POINT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <DisableSpecificWarnings>4244;4146;%(DisableSpecificWarnings)</DisableSpecificWarnings>
    </ClCompile>
    <Link>
      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
      <AdditionalDependencies>gdi32.lib;msimg32.lib;user32.lib;zdll.lib;libpng15.lib;pixman-1.lib;freetype.lib;fontconfig.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <SubSystem>Windows</SubSystem>
      <OptimizeReferences>true</OptimizeReferences>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
      <TargetMachine>MachineX86</TargetMachine>
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(CopyDir)\bin

        copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin


        mkdir $(CopyDir)\lib

        copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib


        mkdir $(CopyDir)\include

        copy .\cairo-version.h $(CopyDir)\include

        copy .\src\cairo.h $(CopyDir)\include

        copy .\src\cairo-deprecated.h $(CopyDir)\include

        copy .\src\cairo-features.h $(CopyDir)\include

        copy .\src\cairo-ft.h $(CopyDir)\include

        copy .\src\cairo-pdf.h $(CopyDir)\include

        copy .\src\cairo-ps.h $(CopyDir)\include

        copy .\src\cairo-svg.h $(CopyDir)\include

        copy .\src\cairo-win32.h $(CopyDir)\include</Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <PreBuildEvent>
      <Message>Generating src/cairo-features.h...</Message>
      <Command>if exist .\src\cairo-features.h goto END

        echo /* Generated by Makefile.win32.  Do not edit. */ &gt; .\src\cairo-features.h

        echo #ifndef CAIRO_FEATURES_H &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_FEATURES_H &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_WIN32_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_WIN32_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PNG_FUNCTIONS 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_FT_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_FC_FONT 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PS_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_PDF_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_SVG_SURFACE 1 &gt;&gt; .\src\cairo-features.h

        echo #define CAIRO_HAS_GOBJECT_FUNCTIONS 1 &gt;&gt; .\src\cairo-features.h

        echo #endif &gt;&gt; .\src\cairo-features.h

        :END
</Command>
    </PreBuildEvent>
    <ClCompile>
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CAIRO_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;DISABLE_SOME_FLOATING_POINT;%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <WarningLevel>Level3</WarningLevel>
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
      <CompileAs>CompileAsC</CompileAs>
    </ClCompile>
    <Link>
      <AdditionalDependencies>gdi32.lib;msimg32.lib;user32.lib;zdll.lib;libpng15.lib;pixman-1.lib;freetype.lib;fontconfig.lib;%(AdditionalDependencies)</AdditionalDependencies>
      <OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <SubSystem>Windows</SubSystem>
      <OptimizeReferences>true</OptimizeReferences>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
      <DataExecutionPrevention>
      </DataExecutionPrevention>
      <ImportLibrary>$(OutDir)$(ProjectName).lib</ImportLibrary>
      <TargetMachine>MachineX64</TargetMachine>
    </Link>
    <PostBuildEvent>
      <Command>mkdir $(CopyDir)\bin

        copy $(OutDir)$(ProjectName).dll $(CopyDir)\bin


        mkdir $(CopyDir)\lib

        copy $(OutDir)$(ProjectName).lib $(CopyDir)\lib


        mkdir $(CopyDir)\include

        copy .\cairo-version.h $(CopyDir)\include

        copy .\src\cairo.h $(CopyDir)\include

        copy .\src\cairo-deprecated.h $(CopyDir)\include

        copy .\src\cairo-features.h $(CopyDir)\include

        copy .\src\cairo-ft.h $(CopyDir)\include

        copy .\src\cairo-pdf.h $(CopyDir)\include

        copy .\src\cairo-ps.h $(CopyDir)\include

        copy .\src\cairo-svg.h $(CopyDir)\include

        copy .\src\cairo-win32.h $(CopyDir)\include</Command>
    </PostBuildEvent>
  </ItemDefinitionGroup>
  <ItemGroup>
    <ClCompile Include="src\cairo-analysis-surface.c" />
    <ClCompile Include="src\cairo-arc.c" />
    <ClCompile Include="src\cairo-array.c" />
    <ClCompile Include="src\cairo-atomic.c" />
    <ClCompile Include="src\cairo-base85-stream.c" />
    <ClCompile Include="src\cairo-bentley-ottmann-rectangular.c" />
    <ClCompile Include="src\cairo-bentley-ottmann-rectilinear.c" />
    <ClCompile Include="src\cairo-bentley-ottmann.c" />
    <ClCompile Include="src\cairo-boxes.c" />
    <ClCompile Include="src\cairo-cache.c" />
    <ClCompile Include="src\cairo-clip.c" />
    <ClCompile Include="src\cairo-color.c" />
    <ClCompile Include="src\cairo-composite-rectangles.c" />
    <ClCompile Include="src\cairo-debug.c" />
    <ClCompile Include="src\cairo-device.c" />
    <ClCompile Include="src\cairo-fixed.c" />
    <ClCompile Include="src\cairo-font-face-twin-data.c" />
    <ClCompile Include="src\cairo-font-face-twin.c" />
    <ClCompile Include="src\cairo-font-face.c" />
    <ClCompile Include="src\cairo-font-options.c" />
    <ClCompile Include="src\cairo-freelist.c" />
    <ClCompile Include="src\cairo-gstate.c" />
    <ClCompile Include="src\cairo-hash.c" />
    <ClCompile Include="src\cairo-hull.c" />
    <ClCompile Include="src\cairo-image-info.c" />
    <ClCompile Include="src\cairo-image-surface.c" />
    <ClCompile Include="src\cairo-lzw.c" />
    <ClCompile Include="src\cairo-matrix.c" />
    <ClCompile Include="src\cairo-misc.c" />
    <ClCompile Include="src\cairo-mutex.c" />
    <ClCompile Include="src\cairo-observer.c" />
    <ClCompile Include="src\cairo-output-stream.c" />
    <ClCompile Include="src\cairo-paginated-surface.c" />
    <ClCompile Include="src\cairo-path-bounds.c" />
    <ClCompile Include="src\cairo-path-fill.c" />
    <ClCompile Include="src\cairo-path-fixed.c" />
    <ClCompile Include="src\cairo-path-in-fill.c" />
    <ClCompile Include="src\cairo-path-stroke.c" />
    <ClCompile Include="src\cairo-path.c" />
    <ClCompile Include="src\cairo-pattern.c" />
    <ClCompile Include="src\cairo-pen.c" />
    <ClCompile Include="src\cairo-polygon.c" />
    <ClCompile Include="src\cairo-recording-surface.c" />
    <ClCompile Include="src\cairo-rectangle.c" />
    <ClCompile Include="src\cairo-rectangular-scan-converter.c" />
    <ClCompile Include="src\cairo-region.c" />
    <ClCompile Include="src\cairo-rtree.c" />
    <ClCompile Include="src\cairo-scaled-font.c" />
    <ClCompile Include="src\cairo-slope.c" />
    <ClCompile Include="src\cairo-spans.c" />
    <ClCompile Include="src\cairo-spline.c" />
    <ClCompile Include="src\cairo-stroke-style.c" />
    <ClCompile Include="src\cairo-surface-clipper.c" />
    <ClCompile Include="src\cairo-surface-fallback.c" />
    <ClCompile Include="src\cairo-surface-offset.c" />
    <ClCompile Include="src\cairo-surface-snapshot.c" />
    <ClCompile Include="src\cairo-surface-subsurface.c" />
    <ClCompile Include="src\cairo-surface-wrapper.c" />
    <ClCompile Include="src\cairo-surface.c" />
    <ClCompile Include="src\cairo-system.c" />
    <ClCompile Include="src\cairo-tor-scan-converter.c" />
    <ClCompile Include="src\cairo-toy-font-face.c" />
    <ClCompile Include="src\cairo-traps.c" />
    <ClCompile Include="src\cairo-unicode.c" />
    <ClCompile Include="src\cairo-user-font.c" />
    <ClCompile Include="src\cairo-version.c" />
    <ClCompile Include="src\cairo-wideint.c" />
    <ClCompile Include="src\cairo.c" />
    <ClCompile Include="src\cairo-cff-subset.c" />
    <ClCompile Include="src\cairo-scaled-font-subsets.c" />
    <ClCompile Include="src\cairo-truetype-subset.c" />
    <ClCompile Include="src\cairo-type1-fallback.c" />
    <ClCompile Include="src\cairo-type1-subset.c" />
    <ClCompile Include="src\cairo-type3-glyph-surface.c" />
    <ClCompile Include="src\cairo-png.c" />
    <ClCompile Include="src\cairo-ps-surface.c" />
    <ClCompile Include="src\cairo-deflate-stream.c" />
    <ClCompile Include="src\cairo-pdf-operators.c" />
    <ClCompile Include="src\cairo-pdf-surface.c" />
    <ClCompile Include="src\cairo-svg-surface.c" />
    <ClCompile Include="src\cairo-ft-font.c" />
    <ClCompile Include="src\cairo-win32-font.c" />
    <ClCompile Include="src\cairo-win32-printing-surface.c" />
    <ClCompile Include="src\cairo-win32-surface.c" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>