mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
* More unused stuff removal
delete:
- giant 'metaheaders' (JA2 All.h, Laptop All.h, etc), preferring to add #includes directly where needed
- unused ExceptionHandling and DbMan translation units
- unused WizShare.h, Bitmap.h, trle.h, video_private.h headers
* remove mentions from vc proj files too
* remove preprocessor conditionals for unused definitions
find . -iname '*.h' -o -iname '*.cpp' -exec unifdef.exe -m -UPRECOMPILED_HEADERS -UJA2_PRECOMPILED_HEADERS -UWIZ8_PRECOMPILED_HEADERS -UPRECOMPILEDHEADERS {} ';'
then manually fixed a couple files the tool errored out on
* yes, the comments too
as title
558 lines
10 KiB
XML
558 lines
10 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9,00"
|
|
Name="Editor"
|
|
ProjectGUID="{99341DB1-FD6E-4E87-919B-25C813F08D18}"
|
|
RootNamespace="Editor"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="..\lib\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops;..\ja2_Debug.vsprops"
|
|
CharacterSet="0"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="..\lib\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops"
|
|
CharacterSet="0"
|
|
WholeProgramOptimization="0"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="MapEditor|Win32"
|
|
OutputDirectory="..\lib\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops;..\ja2_Editor.vsprops"
|
|
CharacterSet="0"
|
|
WholeProgramOptimization="0"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="MapEditorD|Win32"
|
|
OutputDirectory="..\lib\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops;..\ja2_Editor.vsprops"
|
|
CharacterSet="0"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release_WithDebugInfo|Win32"
|
|
OutputDirectory="..\lib\VS2008\$(ConfigurationName)"
|
|
IntermediateDirectory="..\build\VS2008\$(ProjectName)_$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\ja2.vsprops"
|
|
CharacterSet="0"
|
|
WholeProgramOptimization="0"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="false"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Header Files"
|
|
>
|
|
<File
|
|
RelativePath="Button Defines.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Cursor Modes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="edit_sys.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Callback Prototypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Modes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Taskbar Creation.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Taskbar Utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Undo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorBuildings.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorDefines.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorItems.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorMapInfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorMercs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorTerrain.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="editscreen.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Item Statistics.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="LoadScreen.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="messagebox.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="newsmooth.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="popupmenu.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Road Smoothing.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Sector Summary.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="selectwin.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="SmartMethod.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="smooth.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Smoothing Utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Summary Info.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Source Files"
|
|
>
|
|
<File
|
|
RelativePath="Cursor Modes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="edit_sys.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Callbacks.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Modes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Taskbar Creation.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Taskbar Utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Editor Undo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorBuildings.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorItems.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorMapInfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorMercs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="EditorTerrain.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="editscreen.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Item Statistics.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="LoadScreen.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="messagebox.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="newsmooth.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="popupmenu.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Road Smoothing.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Sector Summary.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="selectwin.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="SmartMethod.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="smooth.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="Smoothing Utils.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\XML_ActionItems.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|