summaryrefslogtreecommitdiff
path: root/tools/GUIEditor/GUI Editor_v9.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'tools/GUIEditor/GUI Editor_v9.vcproj')
-rw-r--r--tools/GUIEditor/GUI Editor_v9.vcproj293
1 files changed, 293 insertions, 0 deletions
diff --git a/tools/GUIEditor/GUI Editor_v9.vcproj b/tools/GUIEditor/GUI Editor_v9.vcproj
new file mode 100644
index 0000000..6d73d03
--- /dev/null
+++ b/tools/GUIEditor/GUI Editor_v9.vcproj
@@ -0,0 +1,293 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="GUI Editor_v9"
+ ProjectGUID="{853A396E-C031-4C26-A716-5B4E176BE11D}"
+ RootNamespace="GUI Editor"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <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"
+ Optimization="0"
+ FavorSizeOrSpeed="0"
+ WholeProgramOptimization="false"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions=" kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib glu32.lib opengl32.lib "
+ OutputFile="../../bin/Win32-visualstudio/GUIEditor.exe"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories="&quot;..\..\lib\Win32-visualstudio&quot;"
+ GenerateDebugInformation="true"
+ ProgramDatabaseFile="$(OutDir)/GUIEditor.pdb"
+ SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <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"
+ Optimization="3"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="0"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="../../bin/Win32-visualstudio/GUIEditor.exe"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="../../lib/Win32-Visualstudio"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="gui"
+ >
+ <File
+ RelativePath=".\CGUIEditFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIEditFactory.h"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIEditWindow.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIEditWindow.h"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIEditWorkspace.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIEditWorkspace.h"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUITextureCacheBrowser.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUITextureCacheBrowser.h"
+ >
+ </File>
+ <Filter
+ Name="GUIAttributes"
+ >
+ <File
+ RelativePath=".\CGUIAttribute.h"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIAttributeEditor.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIAttributeEditor.h"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIBoolAttribute.h"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIColorAttribute.h"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIEnumAttribute.h"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIStringAttribute.h"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUITextureAttribute.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Useful GUI Elements"
+ >
+ <File
+ RelativePath=".\CGUIPanel.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\CGUIPanel.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Element Editors"
+ >
+ <File
+ RelativePath=".\CGUIDummyEditorStub.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="io"
+ >
+ <File
+ RelativePath=".\CMemoryReadWriteFile.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\CMemoryReadWriteFile.h"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\main.cpp"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>