gtkradiant/libs/gtkutil/gtkutil.vcproj
namespace 68159d9ed4 - Radiant is now Vista compatible (Aero must be disabled)
- Updated all radiant dependencies (gtk is now 2-2.10)
  New dependency packages can be found here
http://zerowing.idsoftware.com/files/radiant/developer/1.5/gtkradiant-1.5-dependencies-1.0.zip
  or here
http://www.codecreator.net/radiant/gtkradiant-1.5-dependencies-1.0.zip
- Removed Win32 filechooser
   - Fixes crashes caused by utf-8 encoded filenames
   - Fixes Vista "SaveAs"-Bug
- Converted all projects to Visual Studio 2005
- Codefixes for vc2k5 compiler
- Removed old unused projectfiles for Visual Studio 6
- Simplified dependency filestructure
- Simplified install.py
- Updated CONTRIBUTORS list

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@143 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-02-28 20:55:39 +00:00

349 lines
6.9 KiB
XML

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="gtkutil"
ProjectGUID="{68E2C6B6-96CA-4BBD-A485-FEE6F2E65407}"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
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"
Optimization="0"
AdditionalIncludeDirectories="../../include;../;&quot;../../../STLPort-4.6/stlport&quot;;&quot;../../../gtk2-2.10/lib/glib-2.0/include&quot;;&quot;../../../gtk2-2.10/include/glib-2.0&quot;;&quot;../../../gtk2-2.10/lib/gtk-2.0/include&quot;;&quot;../../../gtk2-2.10/include/gtk-2.0&quot;;&quot;../../../gtk2-2.10/include/gtk-2.0/gdk&quot;;&quot;../../../gtk2-2.10/include/pango-1.0&quot;;&quot;../../../gtk2-2.10/include/cairo&quot;;&quot;../../../gtk2-2.10/include/atk-1.0&quot;;&quot;../../../gtk2-2.10/lib/gtkglext-1.0/include&quot;;&quot;../../../gtk2-2.10/include/gtkglext-1.0&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
StringPooling="true"
MinimalRebuild="true"
ExceptionHandling="0"
BasicRuntimeChecks="0"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
DisableSpecificWarnings="4610;4510;4512;4505;4100;4127;4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)/gtkutil.lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
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"
InlineFunctionExpansion="2"
EnableIntrinsicFunctions="true"
AdditionalIncludeDirectories="../../include;../;&quot;../../../STLPort-4.6/stlport&quot;;&quot;../../../gtk2-2.10/lib/glib-2.0/include&quot;;&quot;../../../gtk2-2.10/include/glib-2.0&quot;;&quot;../../../gtk2-2.10/lib/gtk-2.0/include&quot;;&quot;../../../gtk2-2.10/include/gtk-2.0&quot;;&quot;../../../gtk2-2.10/include/gtk-2.0/gdk&quot;;&quot;../../../gtk2-2.10/include/pango-1.0&quot;;&quot;../../../gtk2-2.10/include/cairo&quot;;&quot;../../../gtk2-2.10/include/atk-1.0&quot;;&quot;../../../gtk2-2.10/lib/gtkglext-1.0/include&quot;;&quot;../../../gtk2-2.10/include/gtkglext-1.0&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
StringPooling="true"
ExceptionHandling="0"
RuntimeLibrary="2"
BufferSecurityCheck="false"
UsePrecompiledHeader="0"
WarningLevel="4"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
DisableSpecificWarnings="4610;4510;4512;4505;4100;4127;4996"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLibrarianTool"
OutputFile="$(OutDir)/gtkutil.lib"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="src"
>
<File
RelativePath=".\accelerator.cpp"
>
</File>
<File
RelativePath=".\accelerator.h"
>
</File>
<File
RelativePath=".\button.cpp"
>
</File>
<File
RelativePath=".\button.h"
>
</File>
<File
RelativePath=".\clipboard.cpp"
>
</File>
<File
RelativePath=".\clipboard.h"
>
</File>
<File
RelativePath=".\closure.cpp"
>
</File>
<File
RelativePath=".\closure.h"
>
</File>
<File
RelativePath=".\container.cpp"
>
</File>
<File
RelativePath=".\container.h"
>
</File>
<File
RelativePath=".\cursor.cpp"
>
</File>
<File
RelativePath=".\cursor.h"
>
</File>
<File
RelativePath=".\dialog.cpp"
>
</File>
<File
RelativePath=".\dialog.h"
>
</File>
<File
RelativePath=".\entry.cpp"
>
</File>
<File
RelativePath=".\entry.h"
>
</File>
<File
RelativePath=".\filechooser.cpp"
>
</File>
<File
RelativePath=".\filechooser.h"
>
</File>
<File
RelativePath=".\frame.cpp"
>
</File>
<File
RelativePath=".\frame.h"
>
</File>
<File
RelativePath=".\glfont.cpp"
>
</File>
<File
RelativePath=".\glfont.h"
>
</File>
<File
RelativePath=".\glwidget.cpp"
>
</File>
<File
RelativePath=".\glwidget.h"
>
</File>
<File
RelativePath=".\idledraw.cpp"
>
</File>
<File
RelativePath=".\idledraw.h"
>
</File>
<File
RelativePath=".\image.cpp"
>
</File>
<File
RelativePath=".\image.h"
>
</File>
<File
RelativePath=".\menu.cpp"
>
</File>
<File
RelativePath=".\menu.h"
>
</File>
<File
RelativePath=".\messagebox.cpp"
>
</File>
<File
RelativePath=".\messagebox.h"
>
</File>
<File
RelativePath=".\nonmodal.cpp"
>
</File>
<File
RelativePath=".\nonmodal.h"
>
</File>
<File
RelativePath=".\paned.cpp"
>
</File>
<File
RelativePath=".\paned.h"
>
</File>
<File
RelativePath=".\pointer.cpp"
>
</File>
<File
RelativePath=".\pointer.h"
>
</File>
<File
RelativePath=".\toolbar.cpp"
>
</File>
<File
RelativePath=".\toolbar.h"
>
</File>
<File
RelativePath=".\widget.cpp"
>
</File>
<File
RelativePath=".\widget.h"
>
</File>
<File
RelativePath=".\window.cpp"
>
</File>
<File
RelativePath=".\window.h"
>
</File>
<File
RelativePath=".\xorrectangle.cpp"
>
</File>
<File
RelativePath=".\xorrectangle.h"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>