[pangomm] Overhaul The Visual Studio 2010 Projects



commit a09b7024857ac4e3b2dc883e1ebd51fb20da39f7
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Sep 18 18:02:12 2014 +0800

    Overhaul The Visual Studio 2010 Projects
    
    Give the Visual Studio 2010 Projects an overhaul, by using property sheets
    to consolidate commonly-used items, and moving all the projects to
    MSVC_Net2010.  Also stop using the /vd2 compile-time option, as it is more
    harm than help here, since it causes weird crashes.
    
        * MSVC_Net2010/pangomm-build-defines.props:
        * MSVC_Net2010/pangomm-version-paths.props: Add property sheet
          sheets to consolidate commonly-used items items so that projects
          can refer to them, which will help to simplify future
          maintenance.
        * MSVC_Net2010/gendef/gendef.vcxproj:
        * MSVC_Net2010/gendef/gendef.vcxproj.filters:
        * MSVC_Net2010/gendef/pangomm.vcxproj:
        * MSVC_Net2010/gendef/pangomm.vcxproj.filters: Move to
          MSVC_Net2010/, and clean up using the property sheets.  Adjust
          the source file paths accordingly, and remove the /vd2 compile-
          time option as it brings more trouble than help.  Add
          PlatformToolset tags so to ease future move to Visual Studio
          2012/2013.
        * MSVC_Net2010/filelist.am:
        * MSVC_Net2010/pangomm.sln: Update file paths accordingly.

 MSVC_Net2010/filelist.am                         |   10 +-
 MSVC_Net2010/{gendef => }/gendef.vcxproj         |   38 ++--
 MSVC_Net2010/{gendef => }/gendef.vcxproj.filters |    4 +-
 MSVC_Net2010/pangomm-build-defines.props         |   37 +++
 MSVC_Net2010/pangomm-version-paths.props         |   42 ++++
 MSVC_Net2010/pangomm.sln                         |    4 +-
 MSVC_Net2010/pangomm.vcxproj                     |  269 +++++++++++++++++++++
 MSVC_Net2010/pangomm.vcxproj.filters             |   80 +++++++
 MSVC_Net2010/pangomm/pangomm.vcxproj             |  277 ----------------------
 MSVC_Net2010/pangomm/pangomm.vcxproj.filters     |  191 ---------------
 10 files changed, 454 insertions(+), 498 deletions(-)
---
diff --git a/MSVC_Net2010/filelist.am b/MSVC_Net2010/filelist.am
index 6ae9255..1eb4e63 100644
--- a/MSVC_Net2010/filelist.am
+++ b/MSVC_Net2010/filelist.am
@@ -2,10 +2,12 @@
 
 msvc_net2010_data =                            \
        pangomm.sln                             \
-       gendef/gendef.vcxproj                   \
-       gendef/gendef.vcxproj.filters           \
+       pangomm-build-defines.props             \
+       pangomm-version-paths.props             \
+       gendef.vcxproj                          \
+       gendef.vcxproj.filters                  \
        gendef/gendef.cc                        \
        pangomm/pangomm.rc                      \
-       pangomm/pangomm.vcxproj                 \
-       pangomm/pangomm.vcxproj.filters         \
+       pangomm.vcxproj                         \
+       pangomm.vcxproj.filters                 \
        pangomm/pangommconfig.h
diff --git a/MSVC_Net2010/gendef/gendef.vcxproj b/MSVC_Net2010/gendef.vcxproj
similarity index 80%
rename from MSVC_Net2010/gendef/gendef.vcxproj
rename to MSVC_Net2010/gendef.vcxproj
index ab78e41..60edf9d 100644
--- a/MSVC_Net2010/gendef/gendef.vcxproj
+++ b/MSVC_Net2010/gendef.vcxproj
@@ -26,61 +26,57 @@
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
+    <PlatformToolset>v100</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
+    <PlatformToolset>v100</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
+    <PlatformToolset>v100</PlatformToolset>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
     <ConfigurationType>Application</ConfigurationType>
     <CharacterSet>MultiByte</CharacterSet>
+    <PlatformToolset>v100</PlatformToolset>
   </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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
+    <Import Project="pangomm-build-defines.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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
+    <Import Project="pangomm-build-defines.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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
+    <Import Project="pangomm-build-defines.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="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" />
+    <Import Project="pangomm-build-defines.props" />
   </ImportGroup>
   <PropertyGroup Label="UserMacros" />
   <PropertyGroup>
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</OutDir>
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
-    <OutDir 
Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</OutDir>
-    <IntDir 
Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</OutDir>
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
-    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</OutDir>
-    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
     <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
   </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
     <ClCompile>
       <Optimization>Disabled</Optimization>
-      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <MinimalRebuild>true</MinimalRebuild>
       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
@@ -90,7 +86,7 @@
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
     </ClCompile>
     <Link>
-      <OutputFile>$(OutDir)gendef.exe</OutputFile>
+      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
       <SubSystem>Console</SubSystem>
@@ -102,7 +98,7 @@
   </ItemDefinitionGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <ClCompile>
-      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
       <PrecompiledHeader>
       </PrecompiledHeader>
@@ -110,7 +106,7 @@
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
-      <OutputFile>$(OutDir)gendef.exe</OutputFile>
+      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Console</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
@@ -127,7 +123,7 @@
     </Midl>
     <ClCompile>
       <Optimization>Disabled</Optimization>
-      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <MinimalRebuild>true</MinimalRebuild>
       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
@@ -137,7 +133,7 @@
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
-      <OutputFile>$(OutDir)gendef.exe</OutputFile>
+      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <ProgramDatabaseFile>$(OutDir)$(TargetName).pdb</ProgramDatabaseFile>
       <SubSystem>Console</SubSystem>
@@ -152,7 +148,7 @@
       <TargetEnvironment>X64</TargetEnvironment>
     </Midl>
     <ClCompile>
-      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
       <PrecompiledHeader>
       </PrecompiledHeader>
@@ -160,7 +156,7 @@
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
     </ClCompile>
     <Link>
-      <OutputFile>$(OutDir)gendef.exe</OutputFile>
+      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
       <GenerateDebugInformation>true</GenerateDebugInformation>
       <SubSystem>Console</SubSystem>
       <OptimizeReferences>true</OptimizeReferences>
@@ -172,7 +168,7 @@
     </Link>
   </ItemDefinitionGroup>
   <ItemGroup>
-    <ClCompile Include="gendef.cc" />
+    <ClCompile Include=".\gendef\gendef.cc" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">
diff --git a/MSVC_Net2010/gendef/gendef.vcxproj.filters b/MSVC_Net2010/gendef.vcxproj.filters
similarity index 89%
rename from MSVC_Net2010/gendef/gendef.vcxproj.filters
rename to MSVC_Net2010/gendef.vcxproj.filters
index ec3f611..e81fda2 100644
--- a/MSVC_Net2010/gendef/gendef.vcxproj.filters
+++ b/MSVC_Net2010/gendef.vcxproj.filters
@@ -15,8 +15,6 @@
     </Filter>
   </ItemGroup>
   <ItemGroup>
-    <ClCompile Include="gendef.cc">
-      <Filter>Source Files</Filter>
-    </ClCompile>
+    <ClCompile Include=".\gendef\gendef.cc"><Filter>Source Files</Filter></ClCompile>
   </ItemGroup>
 </Project>
\ No newline at end of file
diff --git a/MSVC_Net2010/pangomm-build-defines.props b/MSVC_Net2010/pangomm-build-defines.props
new file mode 100644
index 0000000..5cea9cb
--- /dev/null
+++ b/MSVC_Net2010/pangomm-build-defines.props
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <ImportGroup Label="PropertySheets">
+    <Import Project="pangomm-version-paths.props" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros">
+    <PangoMMBuildDefs>PANGOMM_BUILD</PangoMMBuildDefs>
+    
<CPPDepLibsRelease>glibmm-vc$(VSVer)0-2_4.lib;cairomm-vc$(VSVer)0-1_0.lib;sigc-vc$(VSVer)0-2_0.lib</CPPDepLibsRelease>
+    
<CPPDepLibsDebug>glibmm-vc$(VSVer)0-d-2_4.lib;cairomm-vc$(VSVer)0-d-1_0.lib;sigc-vc$(VSVer)0-d-2_0.lib</CPPDepLibsDebug>
+  </PropertyGroup>
+  <PropertyGroup>
+    <_PropertySheetDisplayName>panogmmbuilddefinesprops</_PropertySheetDisplayName>
+    <OutDir>$(SolutionDir)$(Configuration)\$(PlatformName)\bin\</OutDir>
+    <IntDir>$(SolutionDir)$(Configuration)\$(PlatformName)\obj\$(ProjectName)\</IntDir>
+  </PropertyGroup>
+  <ItemDefinitionGroup>
+    <ClCompile>
+      
<AdditionalIncludeDirectories>.\pangomm;..\pango;$(GlibEtcInstallRoot)\include\glibmm-2.4;$(GlibEtcInstallRoot)\lib\glibmm-2.4\include;$(GlibEtcInstallRoot)\include\cairomm-1.0;$(GlibEtcInstallRoot)\lib\cairomm-1.0\include;$(GlibEtcInstallRoot)\include\sigc++-2.0;$(GlibEtcInstallRoot)\lib\sigc++-2.0\include;$(GlibEtcInstallRoot)\include\pango-1.0;$(GlibEtcInstallRoot)\include\glib-2.0;$(GlibEtcInstallRoot)\lib\glib-2.0\include;$(GlibEtcInstallRoot)\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
+      <ForcedIncludeFiles>msvc_recommended_pragmas.h;%(ForcedIncludeFiles)</ForcedIncludeFiles>
+    </ClCompile>
+    <Link>
+      
<AdditionalDependencies>pangocairo-1.0.lib;pango-1.0.lib;gobject-2.0.lib;gmodule-2.0.lib;glib-2.0.lib;%(AdditionalDependencies)</AdditionalDependencies>
+      
<AdditionalLibraryDirectories>$(GlibEtcInstallRoot)\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+    <BuildMacro Include="PangoMMBuildDefs">
+      <Value>$(PangoMMBuildDefs)</Value>
+    </BuildMacro>
+    <BuildMacro Include="CPPDepLibsRelease">
+      <Value>$(CPPDepLibsRelease)</Value>
+    </BuildMacro>
+    <BuildMacro Include="CPPDepLibsDebug">
+      <Value>$(CPPDepLibsDebug)</Value>
+    </BuildMacro>
+  </ItemGroup>
+</Project>
\ No newline at end of file
diff --git a/MSVC_Net2010/pangomm-version-paths.props b/MSVC_Net2010/pangomm-version-paths.props
new file mode 100644
index 0000000..4fcd005
--- /dev/null
+++ b/MSVC_Net2010/pangomm-version-paths.props
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.0" 
xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <PropertyGroup Label="UserMacros">
+    <VSVer>10</VSVer>
+    <GlibEtcInstallRoot>$(SolutionDir)\..\..\vs$(VSVer)\$(Platform)</GlibEtcInstallRoot>
+    <CopyDir>$(GlibEtcInstallRoot)</CopyDir>
+    <DefDir>$(SolutionDir)$(Configuration)\$(Platform)\obj\$(ProjectName)\</DefDir>
+    <ApiMajorVersion>1</ApiMajorVersion>
+    <ApiMinorVersion>4</ApiMinorVersion>
+    <ReleaseDllSuffix>-vc$(VSVer)0-$(ApiMajorVersion)_$(ApiMinorVersion)</ReleaseDllSuffix>
+    <DebugDllSuffix>-vc$(VSVer)0-d-$(ApiMajorVersion)_$(ApiMinorVersion)</DebugDllSuffix>
+  </PropertyGroup>
+  <PropertyGroup>
+    <_PropertySheetDisplayName>pangommversionpathsprops</_PropertySheetDisplayName>
+  </PropertyGroup>
+  <ItemGroup>
+    <BuildMacro Include="VSVer">
+      <Value>$(VSVer)</Value>
+    </BuildMacro>
+    <BuildMacro Include="GlibEtcInstallRoot">
+      <Value>$(GlibEtcInstallRoot)</Value>
+    </BuildMacro>
+    <BuildMacro Include="CopyDir">
+      <Value>$(CopyDir)</Value>
+    </BuildMacro>
+    <BuildMacro Include="DefDir">
+      <Value>$(DefDir)</Value>
+    </BuildMacro>
+    <BuildMacro Include="ApiMajorVersion">
+      <Value>$(ApiMajorVersion)</Value>
+    </BuildMacro>
+    <BuildMacro Include="ApiMinorVersion">
+      <Value>$(ApiMinorVersion)</Value>
+    </BuildMacro>
+    <BuildMacro Include="ReleaseDllSuffix">
+      <Value>$(ReleaseDllSuffix)</Value>
+    </BuildMacro>
+    <BuildMacro Include="DebugDllSuffix">
+      <Value>$(DebugDllSuffix)</Value>
+    </BuildMacro>
+  </ItemGroup>
+</Project>
\ No newline at end of file
diff --git a/MSVC_Net2010/pangomm.sln b/MSVC_Net2010/pangomm.sln
index c463606..efcc02d 100644
--- a/MSVC_Net2010/pangomm.sln
+++ b/MSVC_Net2010/pangomm.sln
@@ -1,8 +1,8 @@
 Microsoft Visual Studio Solution File, Format Version 11.00
 # Visual Studio 2010
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gendef", "gendef\gendef.vcxproj", 
"{07324745-C9BE-4D65-B08A-9C88188C0C28}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gendef", "gendef.vcxproj", 
"{07324745-C9BE-4D65-B08A-9C88188C0C28}"
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pangomm-1.4", "pangomm\pangomm.vcxproj", 
"{A93D607A-5C37-4AEC-BA08-6A655F6DC834}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pangomm", "pangomm.vcxproj", 
"{A93D607A-5C37-4AEC-BA08-6A655F6DC834}"
 EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/MSVC_Net2010/pangomm.vcxproj b/MSVC_Net2010/pangomm.vcxproj
new file mode 100644
index 0000000..0bfa36b
--- /dev/null
+++ b/MSVC_Net2010/pangomm.vcxproj
@@ -0,0 +1,269 @@
+<?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>pangomm</ProjectName>
+    <ProjectGuid>{A93D607A-5C37-4AEC-BA08-6A655F6DC834}</ProjectGuid>
+    <RootNamespace>pangomm</RootNamespace>
+    <Keyword>Win32Proj</Keyword>
+  </PropertyGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <CharacterSet>MultiByte</CharacterSet>
+    <PlatformToolset>v100</PlatformToolset>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <CharacterSet>MultiByte</CharacterSet>
+    <PlatformToolset>v100</PlatformToolset>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <CharacterSet>MultiByte</CharacterSet>
+    <PlatformToolset>v100</PlatformToolset>
+  </PropertyGroup>
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+    <ConfigurationType>DynamicLibrary</ConfigurationType>
+    <CharacterSet>MultiByte</CharacterSet>
+    <PlatformToolset>v100</PlatformToolset>
+  </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="pangomm-build-defines.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="pangomm-build-defines.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="pangomm-build-defines.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="pangomm-build-defines.props" />
+  </ImportGroup>
+  <PropertyGroup Label="UserMacros" />
+  <PropertyGroup>
+    <PreLinkEventUseInBuild 
Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PreLinkEventUseInBuild>
+    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest>
+    <PreLinkEventUseInBuild 
Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PreLinkEventUseInBuild>
+    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest>
+    <PreLinkEventUseInBuild 
Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</PreLinkEventUseInBuild>
+    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest>
+    <PreLinkEventUseInBuild 
Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</PreLinkEventUseInBuild>
+    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest>
+    <TargetName 
Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)$(ReleaseDllSuffix)</TargetName>
+    <TargetName 
Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)$(ReleaseDllSuffix)</TargetName>
+    <TargetName 
Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)$(DebugDllSuffix)</TargetName>
+    <TargetName 
Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)$(DebugDllSuffix)</TargetName>
+  </PropertyGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+    <ClCompile>
+      <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
+      <Optimization>Disabled</Optimization>
+      
<PreprocessorDefinitions>_DEBUG;$(PangoMMBuildDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <MinimalRebuild>true</MinimalRebuild>
+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+      <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+    </ClCompile>
+    <PreLinkEvent>
+      <Message>Generate pangomm def file</Message>
+      <Command>$(OutDir)\gendef.exe $(DefDir)\$(ProjectName).def $(TargetFileName) $(IntDir)*.obj</Command>
+    </PreLinkEvent>
+    <Link>
+      <AdditionalDependencies>$(CPPDepLibsDebug);%(AdditionalDependencies)</AdditionalDependencies>
+      <OutputFile>$(OutDir)$(ProjectName)$(DebugDllSuffix).dll</OutputFile>
+      <ModuleDefinitionFile>$(IntDir)\$(ProjectName).def</ModuleDefinitionFile>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+      <RandomizedBaseAddress>false</RandomizedBaseAddress>
+      <DataExecutionPrevention>
+      </DataExecutionPrevention>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+    <ClCompile>
+      <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
+      <PreprocessorDefinitions>$(PangoMMBuildDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+      <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+    </ClCompile>
+    <PreLinkEvent>
+      <Message>Generate pangomm def file</Message>
+      <Command>$(OutDir)\gendef.exe $(DefDir)\$(ProjectName).def $(TargetFileName) $(IntDir)*.obj</Command>
+    </PreLinkEvent>
+    <Link>
+      <AdditionalDependencies>$(CPPDepLibsRelease);%(AdditionalDependencies)</AdditionalDependencies>
+      <OutputFile>$(OutDir)$(ProjectName)$(ReleaseDllSuffix).dll</OutputFile>
+      <ModuleDefinitionFile>$(IntDir)\$(ProjectName).def</ModuleDefinitionFile>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+      <OptimizeReferences>true</OptimizeReferences>
+      <RandomizedBaseAddress>false</RandomizedBaseAddress>
+      <DataExecutionPrevention>
+      </DataExecutionPrevention>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+    <Midl>
+      <TargetEnvironment>X64</TargetEnvironment>
+    </Midl>
+    <ClCompile>
+      <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
+      <Optimization>Disabled</Optimization>
+      
<PreprocessorDefinitions>_DEBUG;$(PangoMMBuildDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <MinimalRebuild>true</MinimalRebuild>
+      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
+      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+      <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+    </ClCompile>
+    <PreLinkEvent>
+      <Message>Generate pangomm def file</Message>
+      <Command>$(OutDir)\gendef.exe $(DefDir)\$(ProjectName).def $(TargetFileName) $(IntDir)*.obj</Command>
+    </PreLinkEvent>
+    <Link>
+      <AdditionalDependencies>$(CPPDepLibsDebug);%(AdditionalDependencies)</AdditionalDependencies>
+      <OutputFile>$(OutDir)$(ProjectName)$(DebugDllSuffix).dll</OutputFile>
+      <ModuleDefinitionFile>$(IntDir)\$(ProjectName).def</ModuleDefinitionFile>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+      <RandomizedBaseAddress>false</RandomizedBaseAddress>
+      <DataExecutionPrevention>
+      </DataExecutionPrevention>
+      <TargetMachine>MachineX64</TargetMachine>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+    <Midl>
+      <TargetEnvironment>X64</TargetEnvironment>
+    </Midl>
+    <ClCompile>
+      <AdditionalOptions>%(AdditionalOptions)</AdditionalOptions>
+      <PreprocessorDefinitions>$(PangoMMBuildDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions>
+      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+      <RuntimeTypeInfo>true</RuntimeTypeInfo>
+      <PrecompiledHeader>
+      </PrecompiledHeader>
+      <WarningLevel>Level3</WarningLevel>
+      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+    </ClCompile>
+    <PreLinkEvent>
+      <Message>Generate pangomm def file</Message>
+      <Command>$(OutDir)\gendef.exe $(DefDir)\$(ProjectName).def $(TargetFileName) $(IntDir)*.obj</Command>
+    </PreLinkEvent>
+    <Link>
+      <AdditionalDependencies>$(CPPDepLibsRelease);%(AdditionalDependencies)</AdditionalDependencies>
+      <OutputFile>$(OutDir)$(ProjectName)$(ReleaseDllSuffix).dll</OutputFile>
+      <ModuleDefinitionFile>$(IntDir)\$(ProjectName).def</ModuleDefinitionFile>
+      <GenerateDebugInformation>true</GenerateDebugInformation>
+      <OptimizeReferences>true</OptimizeReferences>
+      <RandomizedBaseAddress>false</RandomizedBaseAddress>
+      <DataExecutionPrevention>
+      </DataExecutionPrevention>
+      <TargetMachine>MachineX64</TargetMachine>
+    </Link>
+  </ItemDefinitionGroup>
+  <ItemGroup>
+    <ClCompile Include="..\pango\pangomm\attributes.cc" />
+    <ClCompile Include="..\pango\pangomm\attriter.cc" />
+    <ClCompile Include="..\pango\pangomm\attrlist.cc" />
+    <ClCompile Include="..\pango\pangomm\cairofontmap.cc" />
+    <ClCompile Include="..\pango\pangomm\color.cc" />
+    <ClCompile Include="..\pango\pangomm\context.cc" />
+    <ClCompile Include="..\pango\pangomm\coverage.cc" />
+    <ClCompile Include="..\pango\pangomm\font.cc" />
+    <ClCompile Include="..\pango\pangomm\fontdescription.cc" />
+    <ClCompile Include="..\pango\pangomm\fontface.cc" />
+    <ClCompile Include="..\pango\pangomm\fontfamily.cc" />
+    <ClCompile Include="..\pango\pangomm\fontmap.cc" />
+    <ClCompile Include="..\pango\pangomm\fontmetrics.cc" />
+    <ClCompile Include="..\pango\pangomm\fontset.cc" />
+    <ClCompile Include="..\pango\pangomm\glyph.cc" />
+    <ClCompile Include="..\pango\pangomm\glyphstring.cc" />
+    <ClCompile Include="..\pango\pangomm\init.cc" />
+    <ClCompile Include="..\pango\pangomm\item.cc" />
+    <ClCompile Include="..\pango\pangomm\language.cc" />
+    <ClCompile Include="..\pango\pangomm\layout.cc" />
+    <ClCompile Include="..\pango\pangomm\layoutiter.cc" />
+    <ClCompile Include="..\pango\pangomm\layoutline.cc" />
+    <ClCompile Include="..\pango\pangomm\layoutrun.cc" />
+    <ClCompile Include="..\pango\pangomm\rectangle.cc" />
+    <ClCompile Include="..\pango\pangomm\renderer.cc" />
+    <ClCompile Include="..\pango\pangomm\tabarray.cc" />
+    <ClCompile Include="..\pango\pangomm\wrap_init.cc" />
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="..\pango\pangomm\attributes.h" />
+    <ClInclude Include="..\pango\pangomm\attriter.h" />
+    <ClInclude Include="..\pango\pangomm\attrlist.h" />
+    <ClInclude Include="..\pango\pangomm\cairofontmap.h" />
+    <ClInclude Include="..\pango\pangomm\color.h" />
+    <ClInclude Include="..\pango\pangomm\context.h" />
+    <ClInclude Include="..\pango\pangomm\coverage.h" />
+    <ClInclude Include="..\pango\pangomm\font.h" />
+    <ClInclude Include="..\pango\pangomm\fontdescription.h" />
+    <ClInclude Include="..\pango\pangomm\fontface.h" />
+    <ClInclude Include="..\pango\pangomm\fontfamily.h" />
+    <ClInclude Include="..\pango\pangomm\fontmap.h" />
+    <ClInclude Include="..\pango\pangomm\fontmetrics.h" />
+    <ClInclude Include="..\pango\pangomm\fontset.h" />
+    <ClInclude Include="..\pango\pangomm\glyph.h" />
+    <ClInclude Include="..\pango\pangomm\glyphstring.h" />
+    <ClInclude Include="..\pango\pangomm\init.h" />
+    <ClInclude Include="..\pango\pangomm\item.h" />
+    <ClInclude Include="..\pango\pangomm\language.h" />
+    <ClInclude Include="..\pango\pangomm\layout.h" />
+    <ClInclude Include="..\pango\pangomm\layoutiter.h" />
+    <ClInclude Include="..\pango\pangomm\layoutline.h" />
+    <ClInclude Include="..\pango\pangomm\layoutrun.h" />
+    <ClInclude Include="..\pango\pangomm\rectangle.h" />
+    <ClInclude Include="..\pango\pangomm\renderer.h" />
+    <ClInclude Include="..\pango\pangomm\tabarray.h" />
+    <ClInclude Include="..\pango\pangomm\types.h" />
+    <ClInclude Include="..\pango\pangomm\wrap_init.h" />
+  </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include=".\pangomm\pangomm.rc" />
+  </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="gendef.vcxproj">
+      <Project>{07324745-c9be-4d65-b08a-9c88188c0c28}</Project>
+      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+    </ProjectReference>
+  </ItemGroup>
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+  <ImportGroup Label="ExtensionTargets">
+  </ImportGroup>
+</Project>
\ No newline at end of file
diff --git a/MSVC_Net2010/pangomm.vcxproj.filters b/MSVC_Net2010/pangomm.vcxproj.filters
new file mode 100644
index 0000000..4b3253d
--- /dev/null
+++ b/MSVC_Net2010/pangomm.vcxproj.filters
@@ -0,0 +1,80 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003";>
+  <ItemGroup>
+    <Filter Include="Source Files">
+      <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
+      <Extensions>cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
+    </Filter>
+    <Filter Include="Header Files">
+      <UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
+      <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
+    </Filter>
+    <Filter Include="Resource Files">
+      <UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
+      <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx</Extensions>
+    </Filter>
+  </ItemGroup>
+  <ItemGroup>
+    <ClCompile Include="..\pango\pangomm\attributes.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\attriter.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\attrlist.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\cairofontmap.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\color.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\context.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\coverage.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\font.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\fontdescription.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\fontface.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\fontfamily.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\fontmap.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\fontmetrics.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\fontset.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\glyph.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\glyphstring.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\init.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\item.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\language.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\layout.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\layoutiter.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\layoutline.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\layoutrun.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\rectangle.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\renderer.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\tabarray.cc"><Filter>Source Files</Filter></ClCompile>
+    <ClCompile Include="..\pango\pangomm\wrap_init.cc"><Filter>Source Files</Filter></ClCompile>
+  </ItemGroup>
+  <ItemGroup>
+    <ClInclude Include="..\pango\pangomm\attributes.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\attriter.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\attrlist.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\cairofontmap.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\color.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\context.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\coverage.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\font.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\fontdescription.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\fontface.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\fontfamily.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\fontmap.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\fontmetrics.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\fontset.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\glyph.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\glyphstring.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\init.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\item.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\language.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\layout.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\layoutiter.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\layoutline.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\layoutrun.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\rectangle.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\renderer.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\tabarray.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\types.h"><Filter>Header Files</Filter></ClInclude>
+    <ClInclude Include="..\pango\pangomm\wrap_init.h"><Filter>Header Files</Filter></ClInclude>
+  </ItemGroup>
+  <ItemGroup>
+    <ResourceCompile Include=".\pangomm\pangomm.rc"><Filter>Resource Files</Filter>
+    </ResourceCompile>
+  </ItemGroup>
+</Project>
\ No newline at end of file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]