mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
35afb8e83e
- Fixed weird msvcrt bugs caused by dbghelp.dll - Activated new radiant icon on Linux (Topsun) - First update for installerfiles (Shaderman) - New MODT for q3map2 :) - tiny changes git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@146 8a3a26a2-13c4-0310-b231-cf6edde360e5
961 lines
20 KiB
XML
961 lines
20 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8,00"
|
|
Name="GtkRadiant"
|
|
ProjectGUID="{8E70385C-223A-4DD1-9B99-28FF2331A2B5}"
|
|
RootNamespace="GtkRadiant"
|
|
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="0"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../include;../libs;"../../STLPort-4.6/stlport";"../../libxml2-2.6/include";"../../gtk2-2.10/lib/glib-2.0/include";"../../gtk2-2.10/include/glib-2.0";"../../gtk2-2.10/lib/gtk-2.0/include";"../../gtk2-2.10/include/gtk-2.0/gtk";"../../gtk2-2.10/include/gtk-2.0";"../../gtk2-2.10/include/gtk-2.0/gdk";"../../gtk2-2.10/include/pango-1.0";"../../gtk2-2.10/include/atk-1.0";"../../gtk2-2.10/lib/gtkglext-1.0/include";"../../gtk2-2.10/include/gtkglext-1.0";"../../gtk2-2.10/include/cairo";"../../gtk2-2.10/include""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
|
StringPooling="true"
|
|
MinimalRebuild="true"
|
|
ExceptionHandling="0"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="3"
|
|
BufferSecurityCheck="false"
|
|
ForceConformanceInForLoopScope="true"
|
|
UsePrecompiledHeader="0"
|
|
BrowseInformation="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="3"
|
|
DisableSpecificWarnings="4610;4510;4512;4505;4100;4127;4996"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="winmm.lib shell32.lib kernel32.lib gdi32.lib user32.lib wsock32.lib dbghelp.lib glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib gtk-win32-2.0.lib pango-1.0.lib gtkglext-win32-1.0.lib gdkglext-win32-1.0.lib opengl32.lib libxml2.lib profile.lib $(NOINHERIT)"
|
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""../../gtk2-2.10/lib";"../../libxml2-2.6/lib";"../libs/profile/debug/""
|
|
IgnoreAllDefaultLibraries="false"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
|
StripPrivateSymbols="$(OutDir)/$(ProjectName)_stripped.pdb"
|
|
GenerateMapFile="false"
|
|
SubSystem="2"
|
|
EntryPointSymbol="mainCRTStartup"
|
|
TargetMachine="1"
|
|
FixedBaseAddress="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"
|
|
CommandLine="copy "$(TargetPath)" "$(SolutionDir)install"
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="Release"
|
|
IntermediateDirectory="Release"
|
|
ConfigurationType="1"
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
CharacterSet="0"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
InlineFunctionExpansion="2"
|
|
EnableIntrinsicFunctions="true"
|
|
FavorSizeOrSpeed="1"
|
|
AdditionalIncludeDirectories="../include;../libs;"../../STLPort-4.6/stlport";"../../libxml2-2.6/include";"../../gtk2-2.10/lib/glib-2.0/include";"../../gtk2-2.10/include/glib-2.0";"../../gtk2-2.10/lib/gtk-2.0/include";"../../gtk2-2.10/include/gtk-2.0/gtk";"../../gtk2-2.10/include/gtk-2.0";"../../gtk2-2.10/include/gtk-2.0/gdk";"../../gtk2-2.10/include/pango-1.0";"../../gtk2-2.10/include/atk-1.0";"../../gtk2-2.10/lib/gtkglext-1.0/include";"../../gtk2-2.10/include/gtkglext-1.0";"../../gtk2-2.10/include/cairo";"../../gtk2-2.10/include""
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
|
StringPooling="true"
|
|
ExceptionHandling="0"
|
|
RuntimeLibrary="2"
|
|
BufferSecurityCheck="false"
|
|
ForceConformanceInForLoopScope="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="4"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
DisableSpecificWarnings="4610;4510;4512;4505;4100;4127;4996"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="winmm.lib kernel32.lib user32.lib gdi32.lib wsock32.lib glib-2.0.lib gobject-2.0.lib gdk-win32-2.0.lib gdk_pixbuf-2.0.lib gtk-win32-2.0.lib pango-1.0.lib gtkglext-win32-1.0.lib gdkglext-win32-1.0.lib opengl32.lib libxml2.lib profile.lib"
|
|
OutputFile="$(OutDir)/$(ProjectName).exe"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="true"
|
|
AdditionalLibraryDirectories=""../../gtk2-2.10/lib";"../../libxml2-2.6/lib";"../libs/profile/release/""
|
|
IgnoreAllDefaultLibraries="false"
|
|
IgnoreDefaultLibraryNames=""
|
|
GenerateDebugInformation="true"
|
|
ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
|
|
StripPrivateSymbols="$(OutDir)/$(ProjectName)_stripped.pdb"
|
|
SubSystem="2"
|
|
OptimizeReferences="2"
|
|
EnableCOMDATFolding="2"
|
|
EntryPointSymbol="mainCRTStartup"
|
|
TargetMachine="1"
|
|
FixedBaseAddress="0"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy "$(TargetPath)" "$(SolutionDir)install"
copy "$(TargetDir)$(TargetName).pdb" "$(SolutionDir)install"
"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="src"
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath=".\autosave.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\autosave.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\brush.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\brush.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\brush_primit.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\brush_primit.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushmanip.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushmanip.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushmodule.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushmodule.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushnode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushnode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushtokens.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushtokens.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushxml.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\brushxml.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\build.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\build.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\camwindow.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\camwindow.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\clippertool.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\clippertool.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\commands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\commands.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\console.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\console.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\csg.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\csg.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\dialog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\dialog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\eclass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\eclass.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\eclass_def.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\eclass_def.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\eclass_doom3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\eclass_doom3.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\eclass_fgd.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\eclass_fgd.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\eclass_xml.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\eclass_xml.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\entity.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\entity.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\entityinspector.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\entityinspector.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\entitylist.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\entitylist.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\environment.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\environment.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\error.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\error.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\feedback.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\feedback.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\filetypes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\filetypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\filters.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\filters.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\findtexturedialog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\findtexturedialog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\glwidget.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\glwidget.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\grid.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\grid.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\groupdialog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\groupdialog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\gtkdlgs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\gtkdlgs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\gtkmisc.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\gtkmisc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\help.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\help.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\image.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\image.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\main.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\main.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\mainframe.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\mainframe.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\map.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\map.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mru.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mru.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\multimon.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\multimon.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\nullmodel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\nullmodel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\parse.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\parse.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\patch.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\patch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\patchdialog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\patchdialog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\patchmanip.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\patchmanip.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\patchmodule.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\patchmodule.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\plugin.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\plugin.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\pluginapi.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\pluginapi.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\pluginmanager.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\pluginmanager.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\pluginmenu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\pluginmenu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugintoolbar.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugintoolbar.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\points.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\points.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\preferencedictionary.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\preferencedictionary.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\preferences.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\preferences.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\qe3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\qe3.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\qgl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\qgl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\referencecache.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\referencecache.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\renderer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\renderer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\renderstate.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\renderstate.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\scenegraph.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\scenegraph.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\select.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\select.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\selection.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\selection.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\server.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\server.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\shaders.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\shaders.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\sockets.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\sockets.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stacktrace.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stacktrace.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\surfacedialog.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\surfacedialog.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\texmanip.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\texmanip.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\textureentry.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\textureentry.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\textures.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\textures.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\texwindow.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\texwindow.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\timer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\timer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\treemodel.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\treemodel.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\undo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\undo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\url.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\url.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\view.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\view.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\watchbsp.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\watchbsp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\winding.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\winding.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\windowobservers.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\windowobservers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\xmlstuff.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\xmlstuff.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\xywindow.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\xywindow.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath="..\Changes"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\debug.py"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="python "$(SolutionDir)debug.py"
"
|
|
AdditionalDependencies=""$(SolutionDir)install\$(TargetName).pdb""
|
|
Outputs=""$(TargetDir)$(TargetName).pdb""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="python "$(SolutionDir)debug.py"
"
|
|
AdditionalDependencies=""$(SolutionDir)install\$(TargetName).pdb""
|
|
Outputs=""$(TargetDir)$(TargetName).pdb""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath="..\install.py"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\radiant.ico"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\radiant.rc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\radiant\resource.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\SConscript"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\SConstruct"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\Todo"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\touch.py"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="python "$(SolutionDir)touch.py"
"
|
|
AdditionalDependencies=""$(SolutionDir)install\$(TargetFileName)""
|
|
Outputs=""$(TargetPath)""
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
CommandLine="python "$(SolutionDir)touch.py"
"
|
|
AdditionalDependencies=""$(SolutionDir)install\$(TargetFileName)""
|
|
Outputs=""$(TargetPath)""
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|