win32/vs8/gspawn-win32-helper.vcproj New files. Build these two

2008-05-19  Tor Lillqvist  <tml@novell.com>
	
	* win32/vs8/gspawn-win32-helper.vcproj
	* win32/vs8/gspawn-win32-helper-console.vcproj: New files. Build
	these two executables.

	* win32/vs8/*.vcproj: Compile as C and not C++.

	* win32/vs8/glib-genmarshal.vcproj: Use MBS and not Unicode. (What
	this setting really means is just that we don't define the UNICODE
	and _UNICODE macros when compiling; it has no effect on what APIs
	the code might use.) Use the same IntermediateDirectory as the
	other projects.

	* win32/vs8/glib.sln: Add the gspawn-win32-helper and gspawn-win32-helper projects.


svn path=/trunk/; revision=6911
This commit is contained in:
Tor Lillqvist
2008-05-18 21:44:16 +00:00
committed by Tor Lillqvist
parent eda18d8e02
commit b7b9be3526
9 changed files with 1970 additions and 1521 deletions

View File

@@ -1,3 +1,19 @@
2008-05-19 Tor Lillqvist <tml@novell.com>
* win32/vs8/gspawn-win32-helper.vcproj
* win32/vs8/gspawn-win32-helper-console.vcproj: New files. Build
these two executables.
* win32/vs8/*.vcproj: Compile as C and not C++.
* win32/vs8/glib-genmarshal.vcproj: Use MBS and not Unicode. (What
this setting really means is just that we don't define the UNICODE
and _UNICODE macros when compiling; it has no effect on what APIs
the code might use.) Use the same IntermediateDirectory as the
other projects.
* win32/vs8/glib.sln: Add the gspawn-win32-helper and gspawn-win32-helper projects.
2008-05-17 Tor Lillqvist <tml@novell.com> 2008-05-17 Tor Lillqvist <tml@novell.com>
* "build" is no longer include into GLib through * "build" is no longer include into GLib through

View File

@@ -1,444 +1,446 @@
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8.00" Version="8,00"
Name="gio" Name="gio"
ProjectGUID="{F3D1583C-5613-4809-BD98-7CC1C1276F92}" ProjectGUID="{F3D1583C-5613-4809-BD98-7CC1C1276F92}"
RootNamespace="gio" RootNamespace="gio"
> >
<Platforms> <Platforms>
<Platform <Platform
Name="Win32" Name="Win32"
/> />
</Platforms> </Platforms>
<ToolFiles> <ToolFiles>
</ToolFiles> </ToolFiles>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin" OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj" IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
ConfigurationType="2" ConfigurationType="2"
CharacterSet="2" CharacterSet="2"
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
/> />
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
/> />
<Tool <Tool
Name="VCXMLDataGeneratorTool" Name="VCXMLDataGeneratorTool"
/> />
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool" Name="VCWebServiceProxyGeneratorTool"
/> />
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/proxy-libintl-20080418/include" AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/proxy-libintl-20080418/include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;G_LOG_DOMAIN=\&quot;GLib-GIO\&quot;;G_DISABLE_DEPRECATED;GIO_COMPILATION;GIO_MODULE_DIR=\&quot;gio/modules\&quot;" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;G_LOG_DOMAIN=\&quot;GLib-GIO\&quot;;G_DISABLE_DEPRECATED;GIO_COMPILATION;GIO_MODULE_DIR=\&quot;gio/modules\&quot;"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
ForcedIncludeFiles="msvc_recommended_pragmas.h" CompileAs="1"
/> ForcedIncludeFiles="msvc_recommended_pragmas.h"
<Tool />
Name="VCManagedResourceCompilerTool" <Tool
/> Name="VCManagedResourceCompilerTool"
<Tool />
Name="VCResourceCompilerTool" <Tool
/> Name="VCResourceCompilerTool"
<Tool />
Name="VCPreLinkEventTool" <Tool
/> Name="VCPreLinkEventTool"
<Tool />
Name="VCLinkerTool" <Tool
AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib" Name="VCLinkerTool"
OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll" AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib"
LinkIncremental="2" OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
AdditionalLibraryDirectories="../../../../dependencies/proxy-libintl-20080418/lib" LinkIncremental="2"
ModuleDefinitionFile="../../../gio/gio.def" AdditionalLibraryDirectories="../../../../dependencies/proxy-libintl-20080418/lib"
GenerateDebugInformation="true" ModuleDefinitionFile="../../../gio/gio.def"
SubSystem="2" GenerateDebugInformation="true"
ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib" SubSystem="2"
TargetMachine="1" ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
/> TargetMachine="1"
<Tool />
Name="VCALinkTool" <Tool
/> Name="VCALinkTool"
<Tool />
Name="VCManifestTool" <Tool
/> Name="VCManifestTool"
<Tool />
Name="VCXDCMakeTool" <Tool
/> Name="VCXDCMakeTool"
<Tool />
Name="VCBscMakeTool" <Tool
/> Name="VCBscMakeTool"
<Tool />
Name="VCFxCopTool" <Tool
/> Name="VCFxCopTool"
<Tool />
Name="VCAppVerifierTool" <Tool
/> Name="VCAppVerifierTool"
<Tool />
Name="VCWebDeploymentTool" <Tool
/> Name="VCWebDeploymentTool"
<Tool />
Name="VCPostBuildEventTool" <Tool
/> Name="VCPostBuildEventTool"
</Configuration> />
<Configuration </Configuration>
Name="Release|Win32" <Configuration
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin" Name="Release|Win32"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj" OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
ConfigurationType="2" IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
CharacterSet="2" ConfigurationType="2"
WholeProgramOptimization="1" CharacterSet="2"
> WholeProgramOptimization="1"
<Tool >
Name="VCPreBuildEventTool" <Tool
/> Name="VCPreBuildEventTool"
<Tool />
Name="VCCustomBuildTool" <Tool
/> Name="VCCustomBuildTool"
<Tool />
Name="VCXMLDataGeneratorTool" <Tool
/> Name="VCXMLDataGeneratorTool"
<Tool />
Name="VCWebServiceProxyGeneratorTool" <Tool
/> Name="VCWebServiceProxyGeneratorTool"
<Tool />
Name="VCMIDLTool" <Tool
/> Name="VCMIDLTool"
<Tool />
Name="VCCLCompilerTool" <Tool
AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/proxy-libintl-20080418/include" Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;G_LOG_DOMAIN=\&quot;GLib-GIO\&quot;;G_DISABLE_DEPRECATED;GIO_COMPILATION;GIO_MODULE_DIR=\&quot;gio/modules\&quot;" AdditionalIncludeDirectories="../../../gio,../../..,../../../glib,../../../gmodule,../../../../dependencies/proxy-libintl-20080418/include"
RuntimeLibrary="2" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;G_LOG_DOMAIN=\&quot;GLib-GIO\&quot;;G_DISABLE_DEPRECATED;GIO_COMPILATION;GIO_MODULE_DIR=\&quot;gio/modules\&quot;"
UsePrecompiledHeader="0" RuntimeLibrary="2"
WarningLevel="3" UsePrecompiledHeader="0"
Detect64BitPortabilityProblems="true" WarningLevel="3"
DebugInformationFormat="3" Detect64BitPortabilityProblems="true"
ForcedIncludeFiles="msvc_recommended_pragmas.h" DebugInformationFormat="3"
/> CompileAs="1"
<Tool ForcedIncludeFiles="msvc_recommended_pragmas.h"
Name="VCManagedResourceCompilerTool" />
/> <Tool
<Tool Name="VCManagedResourceCompilerTool"
Name="VCResourceCompilerTool" />
/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCPreLinkEventTool" />
/> <Tool
<Tool Name="VCPreLinkEventTool"
Name="VCLinkerTool" />
AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib" <Tool
OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll" Name="VCLinkerTool"
LinkIncremental="1" AdditionalDependencies="intl.lib Ws2_32.lib shlwapi.lib"
AdditionalLibraryDirectories="../../../../dependencies/proxy-libintl-20080418/lib" OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
ModuleDefinitionFile="../../../gio/gio.def" LinkIncremental="1"
GenerateDebugInformation="true" AdditionalLibraryDirectories="../../../../dependencies/proxy-libintl-20080418/lib"
SubSystem="2" ModuleDefinitionFile="../../../gio/gio.def"
OptimizeReferences="2" GenerateDebugInformation="true"
EnableCOMDATFolding="2" SubSystem="2"
ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib" OptimizeReferences="2"
TargetMachine="1" EnableCOMDATFolding="2"
/> ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
<Tool TargetMachine="1"
Name="VCALinkTool" />
/> <Tool
<Tool Name="VCALinkTool"
Name="VCManifestTool" />
/> <Tool
<Tool Name="VCManifestTool"
Name="VCXDCMakeTool" />
/> <Tool
<Tool Name="VCXDCMakeTool"
Name="VCBscMakeTool" />
/> <Tool
<Tool Name="VCBscMakeTool"
Name="VCFxCopTool" />
/> <Tool
<Tool Name="VCFxCopTool"
Name="VCAppVerifierTool" />
/> <Tool
<Tool Name="VCAppVerifierTool"
Name="VCWebDeploymentTool" />
/> <Tool
<Tool Name="VCWebDeploymentTool"
Name="VCPostBuildEventTool" />
/> <Tool
</Configuration> Name="VCPostBuildEventTool"
</Configurations> />
<References> </Configuration>
</References> </Configurations>
<Files> <References>
<Filter </References>
Name="Source Files" <Files>
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" <Filter
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" Name="Source Files"
> Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
<File UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
RelativePath="..\..\..\gio\gappinfo.c" >
> <File
</File> RelativePath="..\..\..\gio\gappinfo.c"
<File >
RelativePath="..\..\..\gio\gasynchelper.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gasynchelper.c"
<File >
RelativePath="..\..\..\gio\gasyncresult.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gasyncresult.c"
<File >
RelativePath="..\..\..\gio\gbufferedinputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gbufferedinputstream.c"
<File >
RelativePath="..\..\..\gio\gbufferedoutputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gbufferedoutputstream.c"
<File >
RelativePath="..\..\..\gio\gcancellable.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gcancellable.c"
<File >
RelativePath="..\..\..\gio\gcontenttype.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gcontenttype.c"
<File >
RelativePath="..\..\..\gio\gdatainputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gdatainputstream.c"
<File >
RelativePath="..\..\..\gio\gdataoutputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gdataoutputstream.c"
<File >
RelativePath="..\..\..\gio\gdrive.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gdrive.c"
<File >
RelativePath="..\..\..\gio\gdummyfile.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gdummyfile.c"
<File >
RelativePath="..\..\..\gio\gfile.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfile.c"
<File >
RelativePath="..\..\..\gio\gfileattribute.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfileattribute.c"
<File >
RelativePath="..\..\..\gio\gfileenumerator.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfileenumerator.c"
<File >
RelativePath="..\..\..\gio\gfileicon.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfileicon.c"
<File >
RelativePath="..\..\..\gio\gfileinfo.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfileinfo.c"
<File >
RelativePath="..\..\..\gio\gfileinputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfileinputstream.c"
<File >
RelativePath="..\..\..\gio\gfilemonitor.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfilemonitor.c"
<File >
RelativePath="..\..\..\gio\gfilenamecompleter.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfilenamecompleter.c"
<File >
RelativePath="..\..\..\gio\gfileoutputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfileoutputstream.c"
<File >
RelativePath="..\..\..\gio\gfilterinputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfilterinputstream.c"
<File >
RelativePath="..\..\..\gio\gfilteroutputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gfilteroutputstream.c"
<File >
RelativePath="..\..\..\gio\gicon.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gicon.c"
<File >
RelativePath="..\..\..\gio\ginputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\ginputstream.c"
<File >
RelativePath="..\..\..\gio\gio-marshal.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gio-marshal.c"
<File >
RelativePath="..\..\..\gio\gioaliasdef.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gioaliasdef.c"
<File >
RelativePath="..\..\..\gio\gioenumtypes.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gioenumtypes.c"
<File >
RelativePath="..\..\..\gio\gioerror.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gioerror.c"
<File >
RelativePath="..\..\..\gio\giomodule.c" </File>
> <File
</File> RelativePath="..\..\..\gio\giomodule.c"
<File >
RelativePath="..\..\..\gio\gioscheduler.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gioscheduler.c"
<File >
RelativePath="..\..\..\gio\gloadableicon.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gloadableicon.c"
<File >
RelativePath="..\..\..\gio\glocaldirectorymonitor.c" </File>
> <File
</File> RelativePath="..\..\..\gio\glocaldirectorymonitor.c"
<File >
RelativePath="..\..\..\gio\glocalfile.c" </File>
> <File
</File> RelativePath="..\..\..\gio\glocalfile.c"
<File >
RelativePath="..\..\..\gio\glocalfileenumerator.c" </File>
> <File
</File> RelativePath="..\..\..\gio\glocalfileenumerator.c"
<File >
RelativePath="..\..\..\gio\glocalfileinfo.c" </File>
> <File
</File> RelativePath="..\..\..\gio\glocalfileinfo.c"
<File >
RelativePath="..\..\..\gio\glocalfileinputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\glocalfileinputstream.c"
<File >
RelativePath="..\..\..\gio\glocalfilemonitor.c" </File>
> <File
</File> RelativePath="..\..\..\gio\glocalfilemonitor.c"
<File >
RelativePath="..\..\..\gio\glocalfileoutputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\glocalfileoutputstream.c"
<File >
RelativePath="..\..\..\gio\glocalvfs.c" </File>
> <File
</File> RelativePath="..\..\..\gio\glocalvfs.c"
<File >
RelativePath="..\..\..\gio\gmemoryinputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gmemoryinputstream.c"
<File >
RelativePath="..\..\..\gio\gmemoryoutputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gmemoryoutputstream.c"
<File >
RelativePath="..\..\..\gio\gmount.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gmount.c"
<File >
RelativePath="..\..\..\gio\gmountoperation.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gmountoperation.c"
<File >
RelativePath="..\..\..\gio\gnativevolumemonitor.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gnativevolumemonitor.c"
<File >
RelativePath="..\..\..\gio\goutputstream.c" </File>
> <File
</File> RelativePath="..\..\..\gio\goutputstream.c"
<File >
RelativePath="..\..\..\gio\gpollfilemonitor.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gpollfilemonitor.c"
<File >
RelativePath="..\..\..\gio\gseekable.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gseekable.c"
<File >
RelativePath="..\..\..\gio\gsimpleasyncresult.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gsimpleasyncresult.c"
<File >
RelativePath="..\..\..\gio\gthemedicon.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gthemedicon.c"
<File >
RelativePath="..\..\..\gio\gunionvolumemonitor.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gunionvolumemonitor.c"
<File >
RelativePath="..\..\..\gio\gvfs.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gvfs.c"
<File >
RelativePath="..\..\..\gio\gvolume.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gvolume.c"
<File >
RelativePath="..\..\..\gio\gvolumemonitor.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gvolumemonitor.c"
<File >
RelativePath="..\..\..\gio\gwin32appinfo.c" </File>
> <File
</File> RelativePath="..\..\..\gio\gwin32appinfo.c"
<File >
RelativePath="..\..\..\gio\win32\gwin32directorymonitor.c" </File>
> <File
</File> RelativePath="..\..\..\gio\win32\gwin32directorymonitor.c"
</Filter> >
<Filter </File>
Name="Header Files" </Filter>
Filter="h;hpp;hxx;hm;inl;inc;xsd" <Filter
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" Name="Header Files"
> Filter="h;hpp;hxx;hm;inl;inc;xsd"
</Filter> UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
<Filter >
Name="Resource Files" </Filter>
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" <Filter
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" Name="Resource Files"
> Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
<File UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
RelativePath="..\..\..\gio\gio.def" >
> <File
</File> RelativePath="..\..\..\gio\gio.def"
<File >
RelativePath="..\..\..\gio\gio.symbols" </File>
> <File
<FileConfiguration RelativePath="..\..\..\gio\gio.symbols"
Name="Debug|Win32" >
> <FileConfiguration
<Tool Name="Debug|Win32"
Name="VCCustomBuildTool" >
Description="Generating gio.def" <Tool
CommandLine="echo EXPORTS &gt; $(InputDir)/gio.def &amp;&amp; cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF $(InputPath) &gt;&gt; $(InputDir)/gio.def&#x0D;&#x0A;" Name="VCCustomBuildTool"
Outputs="$(InputDir)/gio.def" Description="Generating gio.def"
/> CommandLine="echo EXPORTS &gt; $(InputDir)/gio.def &amp;&amp; cl /EP -DINCLUDE_VARIABLES -DG_OS_WIN32 -DINCLUDE_INTERNAL_SYMBOLS -DALL_FILES -DG_GNUC_MALLOC= -DG_GNUC_CONST= -DG_GNUC_NULL_TERMINATED= -DG_GNUC_NORETURN= -DG_GNUC_PRINTF=;G_GNUC_PRINTF $(InputPath) &gt;&gt; $(InputDir)/gio.def&#x0D;&#x0A;"
</FileConfiguration> Outputs="$(InputDir)/gio.def"
</File> />
</Filter> </FileConfiguration>
</Files> </File>
<Globals> </Filter>
</Globals> </Files>
</VisualStudioProject> <Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,199 +1,201 @@
<?xml version="1.0" encoding="windows-1251"?> <?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8.00" Version="8,00"
Name="glib-genmarshal" Name="glib-genmarshal"
ProjectGUID="{BD12E835-5C52-4E5D-8234-1C579F33E27A}" ProjectGUID="{BD12E835-5C52-4E5D-8234-1C579F33E27A}"
RootNamespace="glibgenmarshal" RootNamespace="glibgenmarshal"
Keyword="Win32Proj" Keyword="Win32Proj"
> >
<Platforms> <Platforms>
<Platform <Platform
Name="Win32" Name="Win32"
/> />
</Platforms> </Platforms>
<ToolFiles> <ToolFiles>
</ToolFiles> </ToolFiles>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin" OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
IntermediateDirectory="$(ConfigurationName)" IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
ConfigurationType="1" ConfigurationType="1"
CharacterSet="1" CharacterSet="2"
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
/> />
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
/> />
<Tool <Tool
Name="VCXMLDataGeneratorTool" Name="VCXMLDataGeneratorTool"
/> />
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool" Name="VCWebServiceProxyGeneratorTool"
/> />
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="../../..;../../../glib" AdditionalIncludeDirectories="../../..;../../../glib"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
/> CompileAs="1"
<Tool />
Name="VCManagedResourceCompilerTool" <Tool
/> Name="VCManagedResourceCompilerTool"
<Tool />
Name="VCResourceCompilerTool" <Tool
/> Name="VCResourceCompilerTool"
<Tool />
Name="VCPreLinkEventTool" <Tool
/> Name="VCPreLinkEventTool"
<Tool />
Name="VCLinkerTool" <Tool
LinkIncremental="2" Name="VCLinkerTool"
GenerateDebugInformation="true" LinkIncremental="2"
SubSystem="1" GenerateDebugInformation="true"
TargetMachine="1" SubSystem="1"
/> TargetMachine="1"
<Tool />
Name="VCALinkTool" <Tool
/> Name="VCALinkTool"
<Tool />
Name="VCManifestTool" <Tool
/> Name="VCManifestTool"
<Tool />
Name="VCXDCMakeTool" <Tool
/> Name="VCXDCMakeTool"
<Tool />
Name="VCBscMakeTool" <Tool
/> Name="VCBscMakeTool"
<Tool />
Name="VCFxCopTool" <Tool
/> Name="VCFxCopTool"
<Tool />
Name="VCAppVerifierTool" <Tool
/> Name="VCAppVerifierTool"
<Tool />
Name="VCWebDeploymentTool" <Tool
/> Name="VCWebDeploymentTool"
<Tool />
Name="VCPostBuildEventTool" <Tool
/> Name="VCPostBuildEventTool"
</Configuration> />
<Configuration </Configuration>
Name="Release|Win32" <Configuration
OutputDirectory="$(SolutionDir)$(ConfigurationName)" Name="Release|Win32"
IntermediateDirectory="$(ConfigurationName)" OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
ConfigurationType="1" IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
CharacterSet="1" ConfigurationType="1"
WholeProgramOptimization="1" CharacterSet="1"
> WholeProgramOptimization="1"
<Tool >
Name="VCPreBuildEventTool" <Tool
/> Name="VCPreBuildEventTool"
<Tool />
Name="VCCustomBuildTool" <Tool
/> Name="VCCustomBuildTool"
<Tool />
Name="VCXMLDataGeneratorTool" <Tool
/> Name="VCXMLDataGeneratorTool"
<Tool />
Name="VCWebServiceProxyGeneratorTool" <Tool
/> Name="VCWebServiceProxyGeneratorTool"
<Tool />
Name="VCMIDLTool" <Tool
/> Name="VCMIDLTool"
<Tool />
Name="VCCLCompilerTool" <Tool
AdditionalIncludeDirectories="../../..;../../../glib" Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" AdditionalIncludeDirectories="../../..;../../../glib"
RuntimeLibrary="2" PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
UsePrecompiledHeader="0" RuntimeLibrary="2"
WarningLevel="3" UsePrecompiledHeader="0"
Detect64BitPortabilityProblems="true" WarningLevel="3"
DebugInformationFormat="3" Detect64BitPortabilityProblems="true"
/> DebugInformationFormat="3"
<Tool CompileAs="1"
Name="VCManagedResourceCompilerTool" />
/> <Tool
<Tool Name="VCManagedResourceCompilerTool"
Name="VCResourceCompilerTool" />
/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCPreLinkEventTool" />
/> <Tool
<Tool Name="VCPreLinkEventTool"
Name="VCLinkerTool" />
LinkIncremental="1" <Tool
GenerateDebugInformation="true" Name="VCLinkerTool"
SubSystem="1" LinkIncremental="1"
OptimizeReferences="2" GenerateDebugInformation="true"
EnableCOMDATFolding="2" SubSystem="1"
TargetMachine="1" OptimizeReferences="2"
/> EnableCOMDATFolding="2"
<Tool TargetMachine="1"
Name="VCALinkTool" />
/> <Tool
<Tool Name="VCALinkTool"
Name="VCManifestTool" />
/> <Tool
<Tool Name="VCManifestTool"
Name="VCXDCMakeTool" />
/> <Tool
<Tool Name="VCXDCMakeTool"
Name="VCBscMakeTool" />
/> <Tool
<Tool Name="VCBscMakeTool"
Name="VCFxCopTool" />
/> <Tool
<Tool Name="VCFxCopTool"
Name="VCAppVerifierTool" />
/> <Tool
<Tool Name="VCAppVerifierTool"
Name="VCWebDeploymentTool" />
/> <Tool
<Tool Name="VCWebDeploymentTool"
Name="VCPostBuildEventTool" />
/> <Tool
</Configuration> Name="VCPostBuildEventTool"
</Configurations> />
<References> </Configuration>
</References> </Configurations>
<Files> <References>
<Filter </References>
Name="Source Files" <Files>
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" <Filter
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" Name="Source Files"
> Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
<File UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
RelativePath="..\..\..\gobject\glib-genmarshal.c" >
> <File
</File> RelativePath="..\..\..\gobject\glib-genmarshal.c"
</Filter> >
<Filter </File>
Name="Header Files" </Filter>
Filter="h;hpp;hxx;hm;inl;inc;xsd" <Filter
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" Name="Header Files"
> Filter="h;hpp;hxx;hm;inl;inc;xsd"
</Filter> UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
<Filter >
Name="Resource Files" </Filter>
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" <Filter
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" Name="Resource Files"
> Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
</Filter> UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
</Files> >
<Globals> </Filter>
</Globals> </Files>
</VisualStudioProject> <Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,67 +1,84 @@
Microsoft Visual Studio Solution File, Format Version 9.00
Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005
# Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glib", "glib.vcproj", "{12BCA020-EABF-429E-876A-A476BC9C10C0}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glib", "glib.vcproj", "{12BCA020-EABF-429E-876A-A476BC9C10C0}" EndProject
EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmodule", "gmodule.vcproj", "{4214047C-F5C1-40B3-8369-5DCED8C32770}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gmodule", "gmodule.vcproj", "{4214047C-F5C1-40B3-8369-5DCED8C32770}" ProjectSection(ProjectDependencies) = postProject
ProjectSection(ProjectDependencies) = postProject {12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0}
{12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0} EndProjectSection
EndProjectSection EndProject
EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gobject", "gobject.vcproj", "{F172EFFC-E30F-4593-809E-DB2024B1E753}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gobject", "gobject.vcproj", "{F172EFFC-E30F-4593-809E-DB2024B1E753}" ProjectSection(ProjectDependencies) = postProject
ProjectSection(ProjectDependencies) = postProject {12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0}
{12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0} EndProjectSection
EndProjectSection EndProject
EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gthread", "gthread.vcproj", "{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gthread", "gthread.vcproj", "{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}" ProjectSection(ProjectDependencies) = postProject
ProjectSection(ProjectDependencies) = postProject {12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0}
{12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0} EndProjectSection
EndProjectSection EndProject
EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glib-genmarshal", "glib-genmarshal.vcproj", "{BD12E835-5C52-4E5D-8234-1C579F33E27A}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glib-genmarshal", "glib-genmarshal.vcproj", "{BD12E835-5C52-4E5D-8234-1C579F33E27A}" ProjectSection(ProjectDependencies) = postProject
ProjectSection(ProjectDependencies) = postProject {12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0}
{12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0} EndProjectSection
EndProjectSection EndProject
EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gio", "gio.vcproj", "{F3D1583C-5613-4809-BD98-7CC1C1276F92}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gio", "gio.vcproj", "{F3D1583C-5613-4809-BD98-7CC1C1276F92}" ProjectSection(ProjectDependencies) = postProject
ProjectSection(ProjectDependencies) = postProject {12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0}
{12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0} {F172EFFC-E30F-4593-809E-DB2024B1E753} = {F172EFFC-E30F-4593-809E-DB2024B1E753}
{F172EFFC-E30F-4593-809E-DB2024B1E753} = {F172EFFC-E30F-4593-809E-DB2024B1E753} {4214047C-F5C1-40B3-8369-5DCED8C32770} = {4214047C-F5C1-40B3-8369-5DCED8C32770}
{4214047C-F5C1-40B3-8369-5DCED8C32770} = {4214047C-F5C1-40B3-8369-5DCED8C32770} EndProjectSection
EndProjectSection EndProject
EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gspawn-win32-helper", "gspawn-win32-helper.vcproj", "{289240E7-E167-47CE-A20C-58D852E520BA}"
Global ProjectSection(ProjectDependencies) = postProject
GlobalSection(SolutionConfigurationPlatforms) = preSolution {12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0}
Debug|Win32 = Debug|Win32 EndProjectSection
Release|Win32 = Release|Win32 EndProject
EndGlobalSection Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gspawn-win32-helper-console", "gspawn-win32-helper-console.vcproj", "{E40E8A7E-7CAE-4659-9B8B-BC38898E3074}"
GlobalSection(ProjectConfigurationPlatforms) = postSolution ProjectSection(ProjectDependencies) = postProject
{12BCA020-EABF-429E-876A-A476BC9C10C0}.Debug|Win32.ActiveCfg = Debug|Win32 {12BCA020-EABF-429E-876A-A476BC9C10C0} = {12BCA020-EABF-429E-876A-A476BC9C10C0}
{12BCA020-EABF-429E-876A-A476BC9C10C0}.Debug|Win32.Build.0 = Debug|Win32 EndProjectSection
{12BCA020-EABF-429E-876A-A476BC9C10C0}.Release|Win32.ActiveCfg = Release|Win32 EndProject
{12BCA020-EABF-429E-876A-A476BC9C10C0}.Release|Win32.Build.0 = Release|Win32 Global
{4214047C-F5C1-40B3-8369-5DCED8C32770}.Debug|Win32.ActiveCfg = Debug|Win32 GlobalSection(SolutionConfigurationPlatforms) = preSolution
{4214047C-F5C1-40B3-8369-5DCED8C32770}.Debug|Win32.Build.0 = Debug|Win32 Debug|Win32 = Debug|Win32
{4214047C-F5C1-40B3-8369-5DCED8C32770}.Release|Win32.ActiveCfg = Release|Win32 Release|Win32 = Release|Win32
{4214047C-F5C1-40B3-8369-5DCED8C32770}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection
{F172EFFC-E30F-4593-809E-DB2024B1E753}.Debug|Win32.ActiveCfg = Debug|Win32 GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F172EFFC-E30F-4593-809E-DB2024B1E753}.Debug|Win32.Build.0 = Debug|Win32 {12BCA020-EABF-429E-876A-A476BC9C10C0}.Debug|Win32.ActiveCfg = Debug|Win32
{F172EFFC-E30F-4593-809E-DB2024B1E753}.Release|Win32.ActiveCfg = Release|Win32 {12BCA020-EABF-429E-876A-A476BC9C10C0}.Debug|Win32.Build.0 = Debug|Win32
{F172EFFC-E30F-4593-809E-DB2024B1E753}.Release|Win32.Build.0 = Release|Win32 {12BCA020-EABF-429E-876A-A476BC9C10C0}.Release|Win32.ActiveCfg = Release|Win32
{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}.Debug|Win32.ActiveCfg = Debug|Win32 {12BCA020-EABF-429E-876A-A476BC9C10C0}.Release|Win32.Build.0 = Release|Win32
{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}.Debug|Win32.Build.0 = Debug|Win32 {4214047C-F5C1-40B3-8369-5DCED8C32770}.Debug|Win32.ActiveCfg = Debug|Win32
{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}.Release|Win32.ActiveCfg = Release|Win32 {4214047C-F5C1-40B3-8369-5DCED8C32770}.Debug|Win32.Build.0 = Debug|Win32
{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}.Release|Win32.Build.0 = Release|Win32 {4214047C-F5C1-40B3-8369-5DCED8C32770}.Release|Win32.ActiveCfg = Release|Win32
{BD12E835-5C52-4E5D-8234-1C579F33E27A}.Debug|Win32.ActiveCfg = Debug|Win32 {4214047C-F5C1-40B3-8369-5DCED8C32770}.Release|Win32.Build.0 = Release|Win32
{BD12E835-5C52-4E5D-8234-1C579F33E27A}.Debug|Win32.Build.0 = Debug|Win32 {F172EFFC-E30F-4593-809E-DB2024B1E753}.Debug|Win32.ActiveCfg = Debug|Win32
{BD12E835-5C52-4E5D-8234-1C579F33E27A}.Release|Win32.ActiveCfg = Release|Win32 {F172EFFC-E30F-4593-809E-DB2024B1E753}.Debug|Win32.Build.0 = Debug|Win32
{BD12E835-5C52-4E5D-8234-1C579F33E27A}.Release|Win32.Build.0 = Release|Win32 {F172EFFC-E30F-4593-809E-DB2024B1E753}.Release|Win32.ActiveCfg = Release|Win32
{F3D1583C-5613-4809-BD98-7CC1C1276F92}.Debug|Win32.ActiveCfg = Debug|Win32 {F172EFFC-E30F-4593-809E-DB2024B1E753}.Release|Win32.Build.0 = Release|Win32
{F3D1583C-5613-4809-BD98-7CC1C1276F92}.Debug|Win32.Build.0 = Debug|Win32 {C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}.Debug|Win32.ActiveCfg = Debug|Win32
{F3D1583C-5613-4809-BD98-7CC1C1276F92}.Release|Win32.ActiveCfg = Release|Win32 {C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}.Debug|Win32.Build.0 = Debug|Win32
{F3D1583C-5613-4809-BD98-7CC1C1276F92}.Release|Win32.Build.0 = Release|Win32 {C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}.Release|Win32.ActiveCfg = Release|Win32
EndGlobalSection {C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}.Release|Win32.Build.0 = Release|Win32
GlobalSection(SolutionProperties) = preSolution {BD12E835-5C52-4E5D-8234-1C579F33E27A}.Debug|Win32.ActiveCfg = Debug|Win32
HideSolutionNode = FALSE {BD12E835-5C52-4E5D-8234-1C579F33E27A}.Debug|Win32.Build.0 = Debug|Win32
EndGlobalSection {BD12E835-5C52-4E5D-8234-1C579F33E27A}.Release|Win32.ActiveCfg = Release|Win32
EndGlobal {BD12E835-5C52-4E5D-8234-1C579F33E27A}.Release|Win32.Build.0 = Release|Win32
{F3D1583C-5613-4809-BD98-7CC1C1276F92}.Debug|Win32.ActiveCfg = Debug|Win32
{F3D1583C-5613-4809-BD98-7CC1C1276F92}.Debug|Win32.Build.0 = Debug|Win32
{F3D1583C-5613-4809-BD98-7CC1C1276F92}.Release|Win32.ActiveCfg = Release|Win32
{F3D1583C-5613-4809-BD98-7CC1C1276F92}.Release|Win32.Build.0 = Release|Win32
{289240E7-E167-47CE-A20C-58D852E520BA}.Debug|Win32.ActiveCfg = Debug|Win32
{289240E7-E167-47CE-A20C-58D852E520BA}.Debug|Win32.Build.0 = Debug|Win32
{289240E7-E167-47CE-A20C-58D852E520BA}.Release|Win32.ActiveCfg = Release|Win32
{289240E7-E167-47CE-A20C-58D852E520BA}.Release|Win32.Build.0 = Release|Win32
{E40E8A7E-7CAE-4659-9B8B-BC38898E3074}.Debug|Win32.ActiveCfg = Debug|Win32
{E40E8A7E-7CAE-4659-9B8B-BC38898E3074}.Debug|Win32.Build.0 = Debug|Win32
{E40E8A7E-7CAE-4659-9B8B-BC38898E3074}.Release|Win32.ActiveCfg = Release|Win32
{E40E8A7E-7CAE-4659-9B8B-BC38898E3074}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="windows-1251"?> <?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8.00" Version="8,00"
Name="gmodule" Name="gmodule"
ProjectGUID="{4214047C-F5C1-40B3-8369-5DCED8C32770}" ProjectGUID="{4214047C-F5C1-40B3-8369-5DCED8C32770}"
RootNamespace="gmodule" RootNamespace="gmodule"
@@ -50,6 +50,7 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
CompileAs="1"
ForcedIncludeFiles="msvc_recommended_pragmas.h" ForcedIncludeFiles="msvc_recommended_pragmas.h"
/> />
<Tool <Tool
@@ -129,6 +130,7 @@
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="3" DebugInformationFormat="3"
CompileAs="1"
ForcedIncludeFiles="msvc_recommended_pragmas.h" ForcedIncludeFiles="msvc_recommended_pragmas.h"
/> />
<Tool <Tool

View File

@@ -0,0 +1,203 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="gspawn-win32-helper-console"
ProjectGUID="{E40E8A7E-7CAE-4659-9B8B-BC38898E3074}"
RootNamespace="gspawnwin32helperconsole"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
ConfigurationType="1"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/proxy-libintl-20080418/include"
PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
CompileAs="1"
ForcedIncludeFiles="msvc_recommended_pragmas.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="true"
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="$(SolutionDir)$(ConfigurationName)\bin"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
ConfigurationType="1"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/proxy-libintl-20080418/include"
PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="1"
ForcedIncludeFiles="msvc_recommended_pragmas.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
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;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\..\glib\gspawn-win32-helper-console.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -0,0 +1,203 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="gspawn-win32-helper"
ProjectGUID="{289240E7-E167-47CE-A20C-58D852E520BA}"
RootNamespace="gspawnwin32helper"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
ConfigurationType="1"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/proxy-libintl-20080418/include"
PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
CompileAs="1"
ForcedIncludeFiles="msvc_recommended_pragmas.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="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>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
ConfigurationType="1"
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="../../..;../../../glib;../../../../dependencies/proxy-libintl-20080418/include"
PreprocessorDefinitions="_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
CompileAs="1"
ForcedIncludeFiles="msvc_recommended_pragmas.h"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
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;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\..\glib\gspawn-win32-helper.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>

View File

@@ -1,215 +1,217 @@
<?xml version="1.0" encoding="windows-1251"?> <?xml version="1.0" encoding="windows-1251"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="8.00" Version="8,00"
Name="gthread" Name="gthread"
ProjectGUID="{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}" ProjectGUID="{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}"
RootNamespace="gthread" RootNamespace="gthread"
Keyword="Win32Proj" Keyword="Win32Proj"
> >
<Platforms> <Platforms>
<Platform <Platform
Name="Win32" Name="Win32"
/> />
</Platforms> </Platforms>
<ToolFiles> <ToolFiles>
</ToolFiles> </ToolFiles>
<Configurations> <Configurations>
<Configuration <Configuration
Name="Debug|Win32" Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin" OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj" IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
ConfigurationType="2" ConfigurationType="2"
CharacterSet="2" CharacterSet="2"
> >
<Tool <Tool
Name="VCPreBuildEventTool" Name="VCPreBuildEventTool"
/> />
<Tool <Tool
Name="VCCustomBuildTool" Name="VCCustomBuildTool"
/> />
<Tool <Tool
Name="VCXMLDataGeneratorTool" Name="VCXMLDataGeneratorTool"
/> />
<Tool <Tool
Name="VCWebServiceProxyGeneratorTool" Name="VCWebServiceProxyGeneratorTool"
/> />
<Tool <Tool
Name="VCMIDLTool" Name="VCMIDLTool"
/> />
<Tool <Tool
Name="VCCLCompilerTool" Name="VCCLCompilerTool"
Optimization="0" Optimization="0"
AdditionalIncludeDirectories="../../..,../../../glib" AdditionalIncludeDirectories="../../..,../../../glib"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GTHREAD_EXPORTS;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;;G_THREADS_ENABLED" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;GTHREAD_EXPORTS;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;;G_THREADS_ENABLED"
MinimalRebuild="true" MinimalRebuild="true"
BasicRuntimeChecks="3" BasicRuntimeChecks="3"
RuntimeLibrary="3" RuntimeLibrary="3"
UsePrecompiledHeader="0" UsePrecompiledHeader="0"
WarningLevel="3" WarningLevel="3"
Detect64BitPortabilityProblems="true" Detect64BitPortabilityProblems="true"
DebugInformationFormat="4" DebugInformationFormat="4"
ForcedIncludeFiles="msvc_recommended_pragmas.h" CompileAs="1"
/> ForcedIncludeFiles="msvc_recommended_pragmas.h"
<Tool />
Name="VCManagedResourceCompilerTool" <Tool
/> Name="VCManagedResourceCompilerTool"
<Tool />
Name="VCResourceCompilerTool" <Tool
/> Name="VCResourceCompilerTool"
<Tool />
Name="VCPreLinkEventTool" <Tool
/> Name="VCPreLinkEventTool"
<Tool />
Name="VCLinkerTool" <Tool
OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll" Name="VCLinkerTool"
LinkIncremental="2" OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
ModuleDefinitionFile="../../../gthread/gthread.def" LinkIncremental="2"
GenerateDebugInformation="true" ModuleDefinitionFile="../../../gthread/gthread.def"
SubSystem="2" GenerateDebugInformation="true"
ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib" SubSystem="2"
TargetMachine="1" ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
/> TargetMachine="1"
<Tool />
Name="VCALinkTool" <Tool
/> Name="VCALinkTool"
<Tool />
Name="VCManifestTool" <Tool
/> Name="VCManifestTool"
<Tool />
Name="VCXDCMakeTool" <Tool
/> Name="VCXDCMakeTool"
<Tool />
Name="VCBscMakeTool" <Tool
/> Name="VCBscMakeTool"
<Tool />
Name="VCFxCopTool" <Tool
/> Name="VCFxCopTool"
<Tool />
Name="VCAppVerifierTool" <Tool
/> Name="VCAppVerifierTool"
<Tool />
Name="VCWebDeploymentTool" <Tool
/> Name="VCWebDeploymentTool"
<Tool />
Name="VCPostBuildEventTool" <Tool
/> Name="VCPostBuildEventTool"
</Configuration> />
<Configuration </Configuration>
Name="Release|Win32" <Configuration
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin" Name="Release|Win32"
IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj" OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
ConfigurationType="2" IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj"
CharacterSet="2" ConfigurationType="2"
WholeProgramOptimization="1" CharacterSet="2"
> WholeProgramOptimization="1"
<Tool >
Name="VCPreBuildEventTool" <Tool
/> Name="VCPreBuildEventTool"
<Tool />
Name="VCCustomBuildTool" <Tool
/> Name="VCCustomBuildTool"
<Tool />
Name="VCXMLDataGeneratorTool" <Tool
/> Name="VCXMLDataGeneratorTool"
<Tool />
Name="VCWebServiceProxyGeneratorTool" <Tool
/> Name="VCWebServiceProxyGeneratorTool"
<Tool />
Name="VCMIDLTool" <Tool
/> Name="VCMIDLTool"
<Tool />
Name="VCCLCompilerTool" <Tool
AdditionalIncludeDirectories="../../..,../../../glib" Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GTHREAD_EXPORTS;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;" AdditionalIncludeDirectories="../../..,../../../glib"
RuntimeLibrary="2" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;GTHREAD_EXPORTS;HAVE_CONFIG_H;G_LOG_DOMAIN=\&quot;GThread\&quot;"
UsePrecompiledHeader="0" RuntimeLibrary="2"
WarningLevel="3" UsePrecompiledHeader="0"
Detect64BitPortabilityProblems="true" WarningLevel="3"
DebugInformationFormat="3" Detect64BitPortabilityProblems="true"
ForcedIncludeFiles="msvc_recommended_pragmas.h" DebugInformationFormat="3"
/> CompileAs="1"
<Tool ForcedIncludeFiles="msvc_recommended_pragmas.h"
Name="VCManagedResourceCompilerTool" />
/> <Tool
<Tool Name="VCManagedResourceCompilerTool"
Name="VCResourceCompilerTool" />
/> <Tool
<Tool Name="VCResourceCompilerTool"
Name="VCPreLinkEventTool" />
/> <Tool
<Tool Name="VCPreLinkEventTool"
Name="VCLinkerTool" />
OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll" <Tool
LinkIncremental="1" Name="VCLinkerTool"
ModuleDefinitionFile="../../../gthread/gthread.def" OutputFile="$(OutDir)\lib$(ProjectName)-2.0-0-vs8.dll"
GenerateDebugInformation="true" LinkIncremental="1"
SubSystem="2" ModuleDefinitionFile="../../../gthread/gthread.def"
OptimizeReferences="2" GenerateDebugInformation="true"
EnableCOMDATFolding="2" SubSystem="2"
ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib" OptimizeReferences="2"
TargetMachine="1" EnableCOMDATFolding="2"
/> ImportLibrary="$(TargetDir)$(ProjectName)-2.0-vs8.lib"
<Tool TargetMachine="1"
Name="VCALinkTool" />
/> <Tool
<Tool Name="VCALinkTool"
Name="VCManifestTool" />
/> <Tool
<Tool Name="VCManifestTool"
Name="VCXDCMakeTool" />
/> <Tool
<Tool Name="VCXDCMakeTool"
Name="VCBscMakeTool" />
/> <Tool
<Tool Name="VCBscMakeTool"
Name="VCFxCopTool" />
/> <Tool
<Tool Name="VCFxCopTool"
Name="VCAppVerifierTool" />
/> <Tool
<Tool Name="VCAppVerifierTool"
Name="VCWebDeploymentTool" />
/> <Tool
<Tool Name="VCWebDeploymentTool"
Name="VCPostBuildEventTool" />
/> <Tool
</Configuration> Name="VCPostBuildEventTool"
</Configurations> />
<References> </Configuration>
</References> </Configurations>
<Files> <References>
<Filter </References>
Name="Source Files" <Files>
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" <Filter
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" Name="Source Files"
> Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
<File UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
RelativePath="..\..\..\gthread\gthread-impl.c" >
> <File
</File> RelativePath="..\..\..\gthread\gthread-impl.c"
</Filter> >
<Filter </File>
Name="Header Files" </Filter>
Filter="h;hpp;hxx;hm;inl;inc;xsd" <Filter
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" Name="Header Files"
> Filter="h;hpp;hxx;hm;inl;inc;xsd"
</Filter> UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
<Filter >
Name="Resource Files" </Filter>
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" <Filter
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" Name="Resource Files"
> Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
<File UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
RelativePath="..\..\..\gthread\gthread.def" >
> <File
</File> RelativePath="..\..\..\gthread\gthread.def"
<File >
RelativePath="..\..\..\gthread\gthread.rc" </File>
> <File
</File> RelativePath="..\..\..\gthread\gthread.rc"
</Filter> >
</Files> </File>
<Globals> </Filter>
</Globals> </Files>
</VisualStudioProject> <Globals>
</Globals>
</VisualStudioProject>