 e7e57507b1
			
		
	
	e7e57507b1
	
	
	
		
			
			...for all files except the README.txt and the .sln files, which have to have DOS/Windows line endings. This makes application of patches, when applicable, easier.
		
			
				
	
	
		
			185 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			185 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="big5"?>
 | |
| <VisualStudioProject
 | |
| 	ProjectType="Visual C++"
 | |
| 	Version="9.00"
 | |
| 	Name="gailutil"
 | |
| 	ProjectGUID="{29E3E814-1BA3-4AD7-A3A7-3669CB80A942}"
 | |
| 	RootNamespace="gailutil"
 | |
| 	Keyword="Win32Proj"
 | |
| 	TargetFrameworkVersion="196613"
 | |
| 	>
 | |
| 	<Platforms>
 | |
| 		<Platform
 | |
| 			Name="Win32"
 | |
| 		/>
 | |
| 		<Platform
 | |
| 			Name="x64"
 | |
| 		/>
 | |
| 	</Platforms>
 | |
| 	<ToolFiles>
 | |
| 	</ToolFiles>
 | |
| 	<Configurations>
 | |
| 		<Configuration
 | |
| 			Name="Debug|Win32"
 | |
| 			InheritedPropertySheets=".\gtk-build-defines.vsprops"
 | |
| 			ConfigurationType="2"
 | |
| 			CharacterSet="2"
 | |
| 			>
 | |
| 			<Tool
 | |
| 				Name="VCPreBuildEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCLCompilerTool"
 | |
| 				Optimization="0"
 | |
| 				AdditionalIncludeDirectories="..\..\..\gtk;..\..\..\gdk;..\..\..\gdk\win32"
 | |
| 				PreprocessorDefinitions="_DEBUG;G_ENABLE_DEBUG;GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED"
 | |
| 				MinimalRebuild="true"
 | |
| 				BasicRuntimeChecks="3"
 | |
| 				RuntimeLibrary="3"
 | |
| 				UsePrecompiledHeader="0"
 | |
| 				WarningLevel="3"
 | |
| 				DebugInformationFormat="4"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCLinkerTool"
 | |
| 				LinkIncremental="1"
 | |
| 				AdditionalDependencies="atk-1.0.lib"
 | |
| 				OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll"
 | |
| 				GenerateDebugInformation="true"
 | |
| 				ModuleDefinitionFile="..\..\..\libgail-util\gailutil.def"
 | |
| 				ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
 | |
| 				SubSystem="2"
 | |
| 				TargetMachine="1"
 | |
| 			/>
 | |
| 		</Configuration>
 | |
| 		<Configuration
 | |
| 			Name="Debug|x64"
 | |
| 			InheritedPropertySheets=".\gtk-build-defines.vsprops"
 | |
| 			ConfigurationType="2"
 | |
| 			CharacterSet="2"
 | |
| 			>
 | |
| 			<Tool
 | |
| 				Name="VCPreBuildEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCLCompilerTool"
 | |
| 				Optimization="0"
 | |
| 				AdditionalIncludeDirectories="..\..\..\gtk;..\..\..\gdk;..\..\..\gdk\win32"
 | |
| 				PreprocessorDefinitions="_DEBUG;G_ENABLE_DEBUG;GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED"
 | |
| 				MinimalRebuild="true"
 | |
| 				BasicRuntimeChecks="3"
 | |
| 				RuntimeLibrary="3"
 | |
| 				UsePrecompiledHeader="0"
 | |
| 				WarningLevel="3"
 | |
| 				DebugInformationFormat="3"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCLinkerTool"
 | |
| 				AdditionalDependencies="atk-1.0.lib"
 | |
| 				OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll"
 | |
| 				LinkIncremental="1"
 | |
| 				ModuleDefinitionFile="..\..\..\libgail-util\gailutil.def"
 | |
| 				GenerateDebugInformation="true"
 | |
| 				SubSystem="2"
 | |
| 				ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
 | |
| 				TargetMachine="17"
 | |
| 			/>
 | |
| 		</Configuration>
 | |
| 		<Configuration
 | |
| 			Name="Release|Win32"
 | |
| 			InheritedPropertySheets=".\gtk-build-defines.vsprops"
 | |
| 			ConfigurationType="2"
 | |
| 			CharacterSet="2"
 | |
| 			WholeProgramOptimization="1"
 | |
| 			>
 | |
| 			<Tool
 | |
| 				Name="VCPreBuildEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCLCompilerTool"
 | |
| 				Optimization="2"
 | |
| 				EnableIntrinsicFunctions="true"
 | |
| 				AdditionalIncludeDirectories="..\..\..\gtk;..\..\..\gdk;..\..\..\gdk\win32"
 | |
| 				PreprocessorDefinitions="GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED"
 | |
| 				RuntimeLibrary="2"
 | |
| 				EnableFunctionLevelLinking="true"
 | |
| 				UsePrecompiledHeader="0"
 | |
| 				WarningLevel="3"
 | |
| 				DebugInformationFormat="3"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCLinkerTool"
 | |
| 				LinkIncremental="1"
 | |
| 				AdditionalDependencies="atk-1.0.lib"
 | |
| 				OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll"
 | |
| 				GenerateDebugInformation="true"
 | |
| 				ModuleDefinitionFile="..\..\..\libgail-util\gailutil.def"
 | |
| 				ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
 | |
| 				SubSystem="2"
 | |
| 				OptimizeReferences="2"
 | |
| 				EnableCOMDATFolding="2"
 | |
| 				TargetMachine="1"
 | |
| 			/>
 | |
| 		</Configuration>
 | |
| 		<Configuration
 | |
| 			Name="Release|x64"
 | |
| 			InheritedPropertySheets=".\gtk-build-defines.vsprops"
 | |
| 			ConfigurationType="2"
 | |
| 			CharacterSet="2"
 | |
| 			WholeProgramOptimization="1"
 | |
| 			>
 | |
| 			<Tool
 | |
| 				Name="VCPreBuildEventTool"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCCLCompilerTool"
 | |
| 				AdditionalIncludeDirectories="..\..\..\gtk;..\..\..\gdk;..\..\..\gdk\win32"
 | |
| 				PreprocessorDefinitions="GTK_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED"
 | |
| 				RuntimeLibrary="2"
 | |
| 				UsePrecompiledHeader="0"
 | |
| 				WarningLevel="3"
 | |
| 				DebugInformationFormat="3"
 | |
| 			/>
 | |
| 			<Tool
 | |
| 				Name="VCLinkerTool"
 | |
| 				AdditionalDependencies="atk-1.0.lib"
 | |
| 				OutputFile="$(OutDir)\$(GtkDllPrefix)$(ProjectName)$(GtkDllSuffix).dll"
 | |
| 				LinkIncremental="1"
 | |
| 				ModuleDefinitionFile="..\..\..\libgail-util\gailutil.def"
 | |
| 				GenerateDebugInformation="true"
 | |
| 				SubSystem="2"
 | |
| 				OptimizeReferences="2"
 | |
| 				EnableCOMDATFolding="2"
 | |
| 				ImportLibrary="$(TargetDir)$(ProjectName)-$(ApiVersion).lib"
 | |
| 				TargetMachine="17"
 | |
| 			/>
 | |
| 		</Configuration>
 | |
| 	</Configurations>
 | |
| 	<References>
 | |
| 	</References>
 | |
| 	<Files>
 | |
| 		<Filter
 | |
| 			Name="Sources"
 | |
| 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 | |
| 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
 | |
| 			>
 | |
| 			<File RelativePath="..\..\..\libgail-util\gailmisc.c" />
 | |
| 			<File RelativePath="..\..\..\libgail-util\gailtextutil.c" />
 | |
| 		</Filter>
 | |
| 		<Filter
 | |
| 			Name="Headers"
 | |
| 			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>
 |