gtkmm r1025 - in trunk: . MSVC_Net2003 MSVC_Net2003/atkmm MSVC_Net2003/demos/gtk-demo MSVC_Net2003/gdkmm MSVC_Net2003/gtkmm



Author: arminb
Date: Sat Aug  9 12:50:27 2008
New Revision: 1025
URL: http://svn.gnome.org/viewvc/gtkmm?rev=1025&view=rev

Log:
2008-08-09  Armin Burgmeier  <armin arbur net>

	* MSVC_Net2003/gtkmm/gtkmm.vcproj: Add new header files
	builder.h, scalebutton.h, recentaction.h tooltip.h and
	volumebutton.h to the project, link against external pangomm.

	* MSVC_Net2003/gdkmm/gdkmm.vcproj:
	* MSVC_Net2003/demos/gtk-demo/gtk-demo.vcproj: Also link against
	external pangomm.

	* MSVC_Net2003/gtkmm.sln: Removed example projects from the solution.

	* MSVC_Net2003/gdkmm/gdkmm.rc.in:
	* MSVC_Net2003/gtkmm/gtkmm.rc.in:
	* MSVC_Net2003/atkmm/atkmm.rc.in: Removed the #include "resource.h"
	line. I don't know where that resource.h is meant to come from, and
	the resource builds fine without this.


Modified:
   trunk/ChangeLog
   trunk/MSVC_Net2003/atkmm/atkmm.rc.in
   trunk/MSVC_Net2003/demos/gtk-demo/gtk-demo.vcproj
   trunk/MSVC_Net2003/gdkmm/gdkmm.rc.in
   trunk/MSVC_Net2003/gdkmm/gdkmm.vcproj
   trunk/MSVC_Net2003/gtkmm.sln
   trunk/MSVC_Net2003/gtkmm/gtkmm.rc.in
   trunk/MSVC_Net2003/gtkmm/gtkmm.vcproj

Modified: trunk/MSVC_Net2003/atkmm/atkmm.rc.in
==============================================================================
--- trunk/MSVC_Net2003/atkmm/atkmm.rc.in	(original)
+++ trunk/MSVC_Net2003/atkmm/atkmm.rc.in	Sat Aug  9 12:50:27 2008
@@ -1,4 +1,3 @@
-#include "resource.h"
 
 #define APSTUDIO_READONLY_SYMBOLS
 

Modified: trunk/MSVC_Net2003/demos/gtk-demo/gtk-demo.vcproj
==============================================================================
--- trunk/MSVC_Net2003/demos/gtk-demo/gtk-demo.vcproj	(original)
+++ trunk/MSVC_Net2003/demos/gtk-demo/gtk-demo.vcproj	Sat Aug  9 12:50:27 2008
@@ -1,315 +1,315 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="8.00"
-	Name="demos_gtk-demo"
-	ProjectGUID="{5A8BBE25-E8D8-487B-AD2D-690438F09FA1}"
-	RootNamespace="demos_gtk-demo"
-	Keyword="Win32Proj"
-	>
-	<Platforms>
-		<Platform
-			Name="Win32"
-		/>
-	</Platforms>
-	<ToolFiles>
-	</ToolFiles>
-	<Configurations>
-		<Configuration
-			Name="Debug|Win32"
-			OutputDirectory="Debug"
-			IntermediateDirectory="Debug"
-			ConfigurationType="1"
-			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="/vd2"
-				Optimization="0"
-				AdditionalIncludeDirectories=".;../../gtkmm;../../gdkmm;&quot;$(SolutionDir)/../atk&quot;;&quot;$(SolutionDir)/../pango&quot;;&quot;$(SolutionDir)/../gdk&quot;;&quot;$(SolutionDir)/../gtk&quot;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
-				MinimalRebuild="true"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="3"
-				RuntimeTypeInfo="true"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="4"
-				DisableSpecificWarnings="4250"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="sigc-2.0d.lib glibmm-2.4d.lib gdk-win32-2.0.lib glib-2.0.lib"
-				OutputFile="$(OutDir)/gtk-demo.exe"
-				LinkIncremental="2"
-				GenerateDebugInformation="true"
-				ProgramDatabaseFile="$(OutDir)/gtk-demo.pdb"
-				SubSystem="1"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-		<Configuration
-			Name="Release|Win32"
-			OutputDirectory="Release"
-			IntermediateDirectory="Release"
-			ConfigurationType="1"
-			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-			CharacterSet="2"
-			>
-			<Tool
-				Name="VCPreBuildEventTool"
-			/>
-			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"
-			/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"
-			/>
-			<Tool
-				Name="VCMIDLTool"
-			/>
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalOptions="/vd2"
-				AdditionalIncludeDirectories=".;../../gtkmm;../../gdkmm;&quot;$(SolutionDir)/../atk&quot;;&quot;$(SolutionDir)/../pango&quot;;&quot;$(SolutionDir)/../gdk&quot;;&quot;$(SolutionDir)/../gtk&quot;"
-				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
-				RuntimeLibrary="2"
-				RuntimeTypeInfo="true"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="true"
-				DebugInformationFormat="3"
-				DisableSpecificWarnings="4250"
-			/>
-			<Tool
-				Name="VCManagedResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCResourceCompilerTool"
-			/>
-			<Tool
-				Name="VCPreLinkEventTool"
-			/>
-			<Tool
-				Name="VCLinkerTool"
-				AdditionalDependencies="sigc-2.0.lib glibmm-2.4.lib gdk-win32-2.0.lib glib-2.0.lib"
-				OutputFile="$(OutDir)/gtk-demo.exe"
-				LinkIncremental="1"
-				GenerateDebugInformation="true"
-				SubSystem="1"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				TargetMachine="1"
-			/>
-			<Tool
-				Name="VCALinkTool"
-			/>
-			<Tool
-				Name="VCManifestTool"
-			/>
-			<Tool
-				Name="VCXDCMakeTool"
-			/>
-			<Tool
-				Name="VCBscMakeTool"
-			/>
-			<Tool
-				Name="VCFxCopTool"
-			/>
-			<Tool
-				Name="VCAppVerifierTool"
-			/>
-			<Tool
-				Name="VCWebDeploymentTool"
-			/>
-			<Tool
-				Name="VCPostBuildEventTool"
-			/>
-		</Configuration>
-	</Configurations>
-	<References>
-	</References>
-	<Files>
-		<Filter
-			Name="Source Files"
-			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
-			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
-			>
-			<File
-				RelativePath="..\..\blank.cpp"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\demo-common.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\demowindow.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_appwindow.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_buttonbox.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_change_display.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_colorsel.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_dialog.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_drawingarea.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_iconview.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_images.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_menus.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_panes.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_pixbufs.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_sizegroup.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_stockbrowser.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_textview.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_treeview_editable_cells.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_treeview_liststore.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_treeview_treestore.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\example_uimanager.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\main.cc"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\textwidget.cc"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Header Files"
-			Filter="h;hpp;hxx;hm;inl;inc;xsd"
-			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
-			>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\demo-common.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\demos.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\demowindow.h"
-				>
-			</File>
-			<File
-				RelativePath="..\..\..\demos\gtk-demo\textwidget.h"
-				>
-			</File>
-		</Filter>
-		<Filter
-			Name="Resource Files"
-			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
-			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
-			>
-		</Filter>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="8.00"
+	Name="demos_gtk-demo"
+	ProjectGUID="{5A8BBE25-E8D8-487B-AD2D-690438F09FA1}"
+	RootNamespace="demos_gtk-demo"
+	Keyword="Win32Proj"
+	>
+	<Platforms>
+		<Platform
+			Name="Win32"
+		/>
+	</Platforms>
+	<ToolFiles>
+	</ToolFiles>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="Debug"
+			IntermediateDirectory="Debug"
+			ConfigurationType="1"
+			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/vd2"
+				Optimization="0"
+				AdditionalIncludeDirectories=".;../../gtkmm;../../gdkmm;&quot;$(SolutionDir)/../atk&quot;;&quot;$(SolutionDir)/../pango&quot;;&quot;$(SolutionDir)/../gdk&quot;;&quot;$(SolutionDir)/../gtk&quot;"
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+				MinimalRebuild="true"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="3"
+				RuntimeTypeInfo="true"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="4"
+				DisableSpecificWarnings="4250"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="sigc-2.0d.lib glibmm-2.4d.lib gdk-win32-2.0.lib glib-2.0.lib pangomm-1.4d.lib"
+				OutputFile="$(OutDir)/gtk-demo.exe"
+				LinkIncremental="2"
+				GenerateDebugInformation="true"
+				ProgramDatabaseFile="$(OutDir)/gtk-demo.pdb"
+				SubSystem="1"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="Release"
+			IntermediateDirectory="Release"
+			ConfigurationType="1"
+			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+			CharacterSet="2"
+			>
+			<Tool
+				Name="VCPreBuildEventTool"
+			/>
+			<Tool
+				Name="VCCustomBuildTool"
+			/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"
+			/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"
+			/>
+			<Tool
+				Name="VCMIDLTool"
+			/>
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalOptions="/vd2"
+				AdditionalIncludeDirectories=".;../../gtkmm;../../gdkmm;&quot;$(SolutionDir)/../atk&quot;;&quot;$(SolutionDir)/../pango&quot;;&quot;$(SolutionDir)/../gdk&quot;;&quot;$(SolutionDir)/../gtk&quot;"
+				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+				RuntimeLibrary="2"
+				RuntimeTypeInfo="true"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="true"
+				DebugInformationFormat="3"
+				DisableSpecificWarnings="4250"
+			/>
+			<Tool
+				Name="VCManagedResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCResourceCompilerTool"
+			/>
+			<Tool
+				Name="VCPreLinkEventTool"
+			/>
+			<Tool
+				Name="VCLinkerTool"
+				AdditionalDependencies="sigc-2.0.lib glibmm-2.4.lib gdk-win32-2.0.lib glib-2.0.lib pangomm-1.4.lib"
+				OutputFile="$(OutDir)/gtk-demo.exe"
+				LinkIncremental="1"
+				GenerateDebugInformation="true"
+				SubSystem="1"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				TargetMachine="1"
+			/>
+			<Tool
+				Name="VCALinkTool"
+			/>
+			<Tool
+				Name="VCManifestTool"
+			/>
+			<Tool
+				Name="VCXDCMakeTool"
+			/>
+			<Tool
+				Name="VCBscMakeTool"
+			/>
+			<Tool
+				Name="VCFxCopTool"
+			/>
+			<Tool
+				Name="VCAppVerifierTool"
+			/>
+			<Tool
+				Name="VCWebDeploymentTool"
+			/>
+			<Tool
+				Name="VCPostBuildEventTool"
+			/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="Source Files"
+			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+			>
+			<File
+				RelativePath="..\..\blank.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\demo-common.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\demowindow.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_appwindow.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_buttonbox.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_change_display.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_colorsel.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_dialog.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_drawingarea.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_iconview.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_images.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_menus.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_panes.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_pixbufs.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_sizegroup.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_stockbrowser.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_textview.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_treeview_editable_cells.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_treeview_liststore.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_treeview_treestore.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\example_uimanager.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\main.cc"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\textwidget.cc"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Header Files"
+			Filter="h;hpp;hxx;hm;inl;inc;xsd"
+			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+			>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\demo-common.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\demos.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\demowindow.h"
+				>
+			</File>
+			<File
+				RelativePath="..\..\..\demos\gtk-demo\textwidget.h"
+				>
+			</File>
+		</Filter>
+		<Filter
+			Name="Resource Files"
+			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+			>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>

Modified: trunk/MSVC_Net2003/gdkmm/gdkmm.rc.in
==============================================================================
--- trunk/MSVC_Net2003/gdkmm/gdkmm.rc.in	(original)
+++ trunk/MSVC_Net2003/gdkmm/gdkmm.rc.in	Sat Aug  9 12:50:27 2008
@@ -1,4 +1,3 @@
-#include "resource.h"
 
 #define APSTUDIO_READONLY_SYMBOLS
 

Modified: trunk/MSVC_Net2003/gdkmm/gdkmm.vcproj
==============================================================================
--- trunk/MSVC_Net2003/gdkmm/gdkmm.vcproj	(original)
+++ trunk/MSVC_Net2003/gdkmm/gdkmm.vcproj	Sat Aug  9 12:50:27 2008
@@ -66,7 +66,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib gtk-win32-2.0.lib sigc-2.0d.lib glibmm-2.4d.lib cairomm-1.0d.lib"
+				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib gtk-win32-2.0.lib sigc-2.0d.lib glibmm-2.4d.lib cairomm-1.0d.lib pangomm-1.4d.lib"
 				OutputFile="$(OutDir)/$(ProjectName)d.dll"
 				ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
 				GenerateDebugInformation="true"
@@ -145,7 +145,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib gtk-win32-2.0.lib glibmm-2.4.lib sigc-2.0.lib cairomm-1.0.lib"
+				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib gtk-win32-2.0.lib glibmm-2.4.lib sigc-2.0.lib cairomm-1.0.lib pangomm-1.4.lib"
 				ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
 			/>
 			<Tool

Modified: trunk/MSVC_Net2003/gtkmm.sln
==============================================================================
--- trunk/MSVC_Net2003/gtkmm.sln	(original)
+++ trunk/MSVC_Net2003/gtkmm.sln	Sat Aug  9 12:50:27 2008
@@ -1,17 +1,15 @@
 Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual C++ Express 2005
+# Visual Studio 2005
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gdkmm-2.4", "gdkmm\gdkmm.vcproj", "{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}"
 	ProjectSection(ProjectDependencies) = postProject
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
 		{07324745-C9BE-4D65-B08A-9C88188C0C28} = {07324745-C9BE-4D65-B08A-9C88188C0C28}
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtkmm-2.4", "gtkmm\gtkmm.vcproj", "{907B8D15-7E12-4136-A7E6-B6ED5E055D39}"
 	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
 		{07324745-C9BE-4D65-B08A-9C88188C0C28} = {07324745-C9BE-4D65-B08A-9C88188C0C28}
+		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
+		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
 	EndProjectSection
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "atkmm-1.6", "atkmm\atkmm.vcproj", "{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}"
@@ -19,137 +17,11 @@
 		{07324745-C9BE-4D65-B08A-9C88188C0C28} = {07324745-C9BE-4D65-B08A-9C88188C0C28}
 	EndProjectSection
 EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pangomm-1.4", "pangomm\pangomm.vcproj", "{6EF7CB5B-9781-4CC0-979B-A067E0A088BB}"
-	ProjectSection(ProjectDependencies) = postProject
-		{07324745-C9BE-4D65-B08A-9C88188C0C28} = {07324745-C9BE-4D65-B08A-9C88188C0C28}
-	EndProjectSection
-EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gendef", "gendef\gendef.vcproj", "{07324745-C9BE-4D65-B08A-9C88188C0C28}"
 EndProject
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demos_gtk-demo", "demos\gtk-demo\gtk-demo.vcproj", "{5A8BBE25-E8D8-487B-AD2D-690438F09FA1}"
 	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_arrow", "examples\arrow\arrow.vcproj", "{9FE8A8EC-8254-4ACC-B611-A3EE50DA4233}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_direction", "examples\direction\direction.vcproj", "{3DD95190-066E-42A6-89C6-CA6A54321C87}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_calendar", "examples\calendar\calendar.vcproj", "{A5DE0D48-0A8F-4BF3-A816-F2D81E7CB43B}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_cellrenderercustom_toggle", "examples\cellrenderercustom_toggle\cellrenderercustom_toggle.vcproj", "{7015D351-A17B-4C60-951E-F7067925DADA}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_cellrenderercustom_popup", "examples\cellrenderercustom_popup\cellrenderercustom_popup.vcproj", "{DF428E3D-31F2-4F50-9187-0176351CFD42}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_dnd", "examples\dnd\dnd.vcproj", "{0BB91EA6-923E-4181-8A8C-480BD1D60B18}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_window", "examples\window\window.vcproj", "{C4F1EA94-465A-416C-B7AA-160BBF2552C1}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_treemodelcustom", "examples\treemodelcustom\treemodelcustom.vcproj", "{40691C26-671D-4485-AB13-A7E596E5E9AC}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_tictactoe", "examples\tictactoe\tictactoe.vcproj", "{CA7153FA-AEEB-4719-9B51-729954F8003D}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_stock", "examples\stock\stock.vcproj", "{3B1B452B-FB4B-449F-9F38-67226CA174DE}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_statusbar", "examples\statusbar\statusbar.vcproj", "{942BE422-98AE-4C07-958A-6C6B67EB6F83}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_rulers", "examples\rulers\rulers.vcproj", "{196D9F62-D2A5-4F6E-A72D-91D11311F96E}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_gdk", "examples\gdk\gdk.vcproj", "{15E36DAE-0AD8-4021-B1A1-1FEE037734D7}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_exception", "examples\exception\exception.vcproj", "{74A636AB-D7EB-46F9-9AE1-84D6E9808C7C}"
-	ProjectSection(ProjectDependencies) = postProject
-		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
-		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
-		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-	EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "examples_printing", "examples\printing\printing.vcproj", "{7EF918D4-969B-45B0-9143-0C95D37FDEAE}"
-	ProjectSection(ProjectDependencies) = postProject
 		{907B8D15-7E12-4136-A7E6-B6ED5E055D39} = {907B8D15-7E12-4136-A7E6-B6ED5E055D39}
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB} = {6EF7CB5B-9781-4CC0-979B-A067E0A088BB}
 		{976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E} = {976C8F9C-1A1D-4E23-B79E-EC9091BBEA0E}
 		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2} = {9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}
 	EndProjectSection
@@ -172,10 +44,6 @@
 		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}.Debug|Win32.Build.0 = Debug|Win32
 		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}.Release|Win32.ActiveCfg = Release|Win32
 		{9FE0D5A6-458C-45C7-B954-2C3C1E6196C2}.Release|Win32.Build.0 = Release|Win32
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB}.Debug|Win32.ActiveCfg = Debug|Win32
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB}.Debug|Win32.Build.0 = Debug|Win32
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB}.Release|Win32.ActiveCfg = Release|Win32
-		{6EF7CB5B-9781-4CC0-979B-A067E0A088BB}.Release|Win32.Build.0 = Release|Win32
 		{07324745-C9BE-4D65-B08A-9C88188C0C28}.Debug|Win32.ActiveCfg = Debug|Win32
 		{07324745-C9BE-4D65-B08A-9C88188C0C28}.Debug|Win32.Build.0 = Debug|Win32
 		{07324745-C9BE-4D65-B08A-9C88188C0C28}.Release|Win32.ActiveCfg = Release|Win32
@@ -184,66 +52,6 @@
 		{5A8BBE25-E8D8-487B-AD2D-690438F09FA1}.Debug|Win32.Build.0 = Debug|Win32
 		{5A8BBE25-E8D8-487B-AD2D-690438F09FA1}.Release|Win32.ActiveCfg = Release|Win32
 		{5A8BBE25-E8D8-487B-AD2D-690438F09FA1}.Release|Win32.Build.0 = Release|Win32
-		{9FE8A8EC-8254-4ACC-B611-A3EE50DA4233}.Debug|Win32.ActiveCfg = Debug|Win32
-		{9FE8A8EC-8254-4ACC-B611-A3EE50DA4233}.Debug|Win32.Build.0 = Debug|Win32
-		{9FE8A8EC-8254-4ACC-B611-A3EE50DA4233}.Release|Win32.ActiveCfg = Release|Win32
-		{9FE8A8EC-8254-4ACC-B611-A3EE50DA4233}.Release|Win32.Build.0 = Release|Win32
-		{3DD95190-066E-42A6-89C6-CA6A54321C87}.Debug|Win32.ActiveCfg = Debug|Win32
-		{3DD95190-066E-42A6-89C6-CA6A54321C87}.Debug|Win32.Build.0 = Debug|Win32
-		{3DD95190-066E-42A6-89C6-CA6A54321C87}.Release|Win32.ActiveCfg = Release|Win32
-		{3DD95190-066E-42A6-89C6-CA6A54321C87}.Release|Win32.Build.0 = Release|Win32
-		{A5DE0D48-0A8F-4BF3-A816-F2D81E7CB43B}.Debug|Win32.ActiveCfg = Debug|Win32
-		{A5DE0D48-0A8F-4BF3-A816-F2D81E7CB43B}.Debug|Win32.Build.0 = Debug|Win32
-		{A5DE0D48-0A8F-4BF3-A816-F2D81E7CB43B}.Release|Win32.ActiveCfg = Release|Win32
-		{A5DE0D48-0A8F-4BF3-A816-F2D81E7CB43B}.Release|Win32.Build.0 = Release|Win32
-		{7015D351-A17B-4C60-951E-F7067925DADA}.Debug|Win32.ActiveCfg = Debug|Win32
-		{7015D351-A17B-4C60-951E-F7067925DADA}.Debug|Win32.Build.0 = Debug|Win32
-		{7015D351-A17B-4C60-951E-F7067925DADA}.Release|Win32.ActiveCfg = Release|Win32
-		{7015D351-A17B-4C60-951E-F7067925DADA}.Release|Win32.Build.0 = Release|Win32
-		{DF428E3D-31F2-4F50-9187-0176351CFD42}.Debug|Win32.ActiveCfg = Debug|Win32
-		{DF428E3D-31F2-4F50-9187-0176351CFD42}.Debug|Win32.Build.0 = Debug|Win32
-		{DF428E3D-31F2-4F50-9187-0176351CFD42}.Release|Win32.ActiveCfg = Release|Win32
-		{DF428E3D-31F2-4F50-9187-0176351CFD42}.Release|Win32.Build.0 = Release|Win32
-		{0BB91EA6-923E-4181-8A8C-480BD1D60B18}.Debug|Win32.ActiveCfg = Debug|Win32
-		{0BB91EA6-923E-4181-8A8C-480BD1D60B18}.Debug|Win32.Build.0 = Debug|Win32
-		{0BB91EA6-923E-4181-8A8C-480BD1D60B18}.Release|Win32.ActiveCfg = Release|Win32
-		{0BB91EA6-923E-4181-8A8C-480BD1D60B18}.Release|Win32.Build.0 = Release|Win32
-		{C4F1EA94-465A-416C-B7AA-160BBF2552C1}.Debug|Win32.ActiveCfg = Debug|Win32
-		{C4F1EA94-465A-416C-B7AA-160BBF2552C1}.Debug|Win32.Build.0 = Debug|Win32
-		{C4F1EA94-465A-416C-B7AA-160BBF2552C1}.Release|Win32.ActiveCfg = Release|Win32
-		{C4F1EA94-465A-416C-B7AA-160BBF2552C1}.Release|Win32.Build.0 = Release|Win32
-		{40691C26-671D-4485-AB13-A7E596E5E9AC}.Debug|Win32.ActiveCfg = Debug|Win32
-		{40691C26-671D-4485-AB13-A7E596E5E9AC}.Debug|Win32.Build.0 = Debug|Win32
-		{40691C26-671D-4485-AB13-A7E596E5E9AC}.Release|Win32.ActiveCfg = Release|Win32
-		{40691C26-671D-4485-AB13-A7E596E5E9AC}.Release|Win32.Build.0 = Release|Win32
-		{CA7153FA-AEEB-4719-9B51-729954F8003D}.Debug|Win32.ActiveCfg = Debug|Win32
-		{CA7153FA-AEEB-4719-9B51-729954F8003D}.Debug|Win32.Build.0 = Debug|Win32
-		{CA7153FA-AEEB-4719-9B51-729954F8003D}.Release|Win32.ActiveCfg = Release|Win32
-		{CA7153FA-AEEB-4719-9B51-729954F8003D}.Release|Win32.Build.0 = Release|Win32
-		{3B1B452B-FB4B-449F-9F38-67226CA174DE}.Debug|Win32.ActiveCfg = Debug|Win32
-		{3B1B452B-FB4B-449F-9F38-67226CA174DE}.Debug|Win32.Build.0 = Debug|Win32
-		{3B1B452B-FB4B-449F-9F38-67226CA174DE}.Release|Win32.ActiveCfg = Release|Win32
-		{3B1B452B-FB4B-449F-9F38-67226CA174DE}.Release|Win32.Build.0 = Release|Win32
-		{942BE422-98AE-4C07-958A-6C6B67EB6F83}.Debug|Win32.ActiveCfg = Debug|Win32
-		{942BE422-98AE-4C07-958A-6C6B67EB6F83}.Debug|Win32.Build.0 = Debug|Win32
-		{942BE422-98AE-4C07-958A-6C6B67EB6F83}.Release|Win32.ActiveCfg = Release|Win32
-		{942BE422-98AE-4C07-958A-6C6B67EB6F83}.Release|Win32.Build.0 = Release|Win32
-		{196D9F62-D2A5-4F6E-A72D-91D11311F96E}.Debug|Win32.ActiveCfg = Debug|Win32
-		{196D9F62-D2A5-4F6E-A72D-91D11311F96E}.Debug|Win32.Build.0 = Debug|Win32
-		{196D9F62-D2A5-4F6E-A72D-91D11311F96E}.Release|Win32.ActiveCfg = Release|Win32
-		{196D9F62-D2A5-4F6E-A72D-91D11311F96E}.Release|Win32.Build.0 = Release|Win32
-		{15E36DAE-0AD8-4021-B1A1-1FEE037734D7}.Debug|Win32.ActiveCfg = Debug|Win32
-		{15E36DAE-0AD8-4021-B1A1-1FEE037734D7}.Debug|Win32.Build.0 = Debug|Win32
-		{15E36DAE-0AD8-4021-B1A1-1FEE037734D7}.Release|Win32.ActiveCfg = Release|Win32
-		{15E36DAE-0AD8-4021-B1A1-1FEE037734D7}.Release|Win32.Build.0 = Release|Win32
-		{74A636AB-D7EB-46F9-9AE1-84D6E9808C7C}.Debug|Win32.ActiveCfg = Debug|Win32
-		{74A636AB-D7EB-46F9-9AE1-84D6E9808C7C}.Debug|Win32.Build.0 = Debug|Win32
-		{74A636AB-D7EB-46F9-9AE1-84D6E9808C7C}.Release|Win32.ActiveCfg = Release|Win32
-		{74A636AB-D7EB-46F9-9AE1-84D6E9808C7C}.Release|Win32.Build.0 = Release|Win32
-		{7EF918D4-969B-45B0-9143-0C95D37FDEAE}.Debug|Win32.ActiveCfg = Debug|Win32
-		{7EF918D4-969B-45B0-9143-0C95D37FDEAE}.Debug|Win32.Build.0 = Debug|Win32
-		{7EF918D4-969B-45B0-9143-0C95D37FDEAE}.Release|Win32.ActiveCfg = Release|Win32
-		{7EF918D4-969B-45B0-9143-0C95D37FDEAE}.Release|Win32.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(SolutionProperties) = preSolution
 		HideSolutionNode = FALSE

Modified: trunk/MSVC_Net2003/gtkmm/gtkmm.rc.in
==============================================================================
--- trunk/MSVC_Net2003/gtkmm/gtkmm.rc.in	(original)
+++ trunk/MSVC_Net2003/gtkmm/gtkmm.rc.in	Sat Aug  9 12:50:27 2008
@@ -1,4 +1,3 @@
-#include "resource.h"
 
 #define APSTUDIO_READONLY_SYMBOLS
 

Modified: trunk/MSVC_Net2003/gtkmm/gtkmm.vcproj
==============================================================================
--- trunk/MSVC_Net2003/gtkmm/gtkmm.vcproj	(original)
+++ trunk/MSVC_Net2003/gtkmm/gtkmm.vcproj	Sat Aug  9 12:50:27 2008
@@ -67,7 +67,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gtk-win32-2.0.lib glibmm-2.4d.lib sigc-2.0d.lib cairomm-1.0d.lib"
+				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gtk-win32-2.0.lib glibmm-2.4d.lib sigc-2.0d.lib cairomm-1.0d.lib pangomm-1.4d.lib"
 				OutputFile="$(OutDir)/$(ProjectName)d.dll"
 				ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
 				GenerateDebugInformation="true"
@@ -147,7 +147,7 @@
 			/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gtk-win32-2.0.lib glibmm-2.4.lib sigc-2.0.lib cairomm-1.0.lib"
+				AdditionalDependencies="glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gtk-win32-2.0.lib glibmm-2.4.lib sigc-2.0.lib cairomm-1.0.lib pangomm-1.4.lib"
 				ModuleDefinitionFile="$(ConfigurationName)\$(InputName).def"
 			/>
 			<Tool
@@ -945,6 +945,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\gtk\gtkmm\builder.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\gtk\gtkmm\button.h"
 				>
 			</File>
@@ -1305,6 +1309,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\gtk\gtkmm\recentaction.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\gtk\gtkmm\recentchooser.h"
 				>
 			</File>
@@ -1341,6 +1349,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\gtk\gtkmm\scalebutton.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\gtk\gtkmm\scrollbar.h"
 				>
 			</File>
@@ -1481,6 +1493,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\gtk\gtkmm\tooltip.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\gtk\gtkmm\tooltips.h"
 				>
 			</File>
@@ -1553,6 +1569,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\gtk\gtkmm\volumebutton.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\gtk\gtkmm\widget.h"
 				>
 			</File>



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