forked from github/server
Getting ready to build on VS2010 again. I still have to figure out a better way to include and build dependencies that are installed on most Linux systems.
This commit is contained in:
parent
ab15f24241
commit
29cb6f2c7c
6 changed files with 0 additions and 2324 deletions
|
@ -1,352 +0,0 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="gamecode"
|
||||
ProjectGUID="{1E8BFF9E-3044-0742-992F-C5765B80FE65}"
|
||||
RootNamespace="gamecode"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug/gamecode"
|
||||
IntermediateDirectory="Debug/gamecode"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=".;..\..\external;..\..\external\libxml2\include;..\..\external\pdcurses;..\..\external\lua\src"
|
||||
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
WarnAsError="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
AdditionalIncludeDirectories="..;."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/gamecode.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release/gamecode"
|
||||
IntermediateDirectory="Release/gamecode"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
AdditionalIncludeDirectories=".;..\..\external;..\..\external\libxml2\include;..\..\external\pdcurses;..\..\external\lua\src"
|
||||
PreprocessorDefinitions="LIBXML_STATIC;WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
AdditionalIncludeDirectories="..;."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/gamecode.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\gamecode\archetype.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\creation.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\creport.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\economy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\eressea.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\give.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gmtool.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\items.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\laws.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\laws_test.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\market.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\market_test.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\monster.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\randenc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\report.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\spy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\study.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\summary.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\xmlreport.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\gamecode\archetype.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\creation.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\creport.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\economy.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\eressea.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\give.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gmtool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gmtool_structs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\items.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\laws.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\market.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\monster.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\randenc.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\report.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\settings.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\spy.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\study.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\summary.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gamecode\xmlreport.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -1,314 +0,0 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="gmtool"
|
||||
ProjectGUID="{995E25C1-21EE-9348-934A-E74F55C72325}"
|
||||
RootNamespace="gmtool"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug"
|
||||
IntermediateDirectory="Debug"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=".;kernel"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
AdditionalIncludeDirectories=".;kernel"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Debug/util/util.lib Debug/kernel/kernel.lib lua/Debug/bindings/bindings.lib libxml2.lib curses.lib lua5.1_d.lib luabind_d.lib"
|
||||
OutputFile="$(OutDir)/gmtool.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=".."
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)/gmtool.pdb"
|
||||
SubSystem="1"
|
||||
EntryPointSymbol="mainCRTStartup"
|
||||
TargetMachine="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"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Profile|Win32"
|
||||
OutputDirectory="Profile"
|
||||
IntermediateDirectory="Profile"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=".;kernel"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
AdditionalIncludeDirectories=".;kernel"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Profile/util/util.lib Profile/kernel/kernel.lib lua/Profile/bindings/bindings.lib libxml2.lib curses.lib lua5.1.lib luabind.lib"
|
||||
OutputFile="$(OutDir)/gmtool.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=".."
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="$(OutDir)/gmtool.pdb"
|
||||
SubSystem="1"
|
||||
EntryPointSymbol="mainCRTStartup"
|
||||
TargetMachine="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"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release"
|
||||
IntermediateDirectory="Release"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
AdditionalIncludeDirectories=".;kernel"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
AdditionalIncludeDirectories=".;kernel"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Release/util/util.lib Release/kernel/kernel.lib lua/Release/bindings/bindings.lib libxml2.lib curses.lib lua5.1.lib luabind.lib"
|
||||
OutputFile="$(OutDir)/gmtool.exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=".."
|
||||
GenerateDebugInformation="false"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
EntryPointSymbol="mainCRTStartup"
|
||||
TargetMachine="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"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="curses"
|
||||
Filter=""
|
||||
>
|
||||
<File
|
||||
RelativePath=".\curses\listbox.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\curses\listbox.c">
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="lua"
|
||||
Filter=""
|
||||
>
|
||||
<File
|
||||
RelativePath=".\lua\gm.cpp">
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\gmtool.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gmtool.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\editing.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\editing.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\gmmain.cpp">
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\console.c">
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -1,954 +0,0 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="kernel"
|
||||
ProjectGUID="{6F104C0A-DDF5-A34B-A89C-0DC278DCEF6D}"
|
||||
RootNamespace="kernel"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug/kernel"
|
||||
IntermediateDirectory="Debug/kernel"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=".;..\..\external;..\..\external\libxml2\include"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
WarnAsError="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
AdditionalIncludeDirectories="..;."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/kernel.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release/kernel"
|
||||
IntermediateDirectory="Release/kernel"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
AdditionalIncludeDirectories=".;..\..\external;..\..\external\libxml2\include"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
AdditionalIncludeDirectories="..;."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/kernel.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="kernel"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\kernel\alchemy.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\alchemy.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\alliance.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\alliance.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\battle.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\battle.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\binarystore.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\binarystore.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\build.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\build.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\building.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\building.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\calendar.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\calendar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\command.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\command.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\config.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\config.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\connection.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\connection.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\curse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\curse.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\equipment.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\equipment.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\faction.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\faction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\group.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\group.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\item.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\item.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\magic.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\magic.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\message.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\message.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\move.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\move.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\names.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\names.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\objtypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\order.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\order.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\pathfinder.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\pathfinder.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\plane.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\plane.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\player.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\player.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\pool.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\pool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\race.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\race.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\region.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\region.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\render.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\reports.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\reports.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\resources.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\resources.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\save.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\save.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\ship.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\ship.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\skill.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\skill.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\spell.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\spell.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\spellid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\sqlite.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\teleport.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\teleport.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\terrain.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\terrain.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\terrainid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\textstore.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\textstore.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\unit.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\unit.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\version.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\xmlkernel.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\xmlreader.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\kernel\xmlreader.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="triggers"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\triggers\changefaction.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\changefaction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\changerace.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\changerace.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\clonedied.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\clonedied.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\createcurse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\createcurse.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\createunit.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\createunit.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\gate.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\gate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\giveitem.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\giveitem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\killunit.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\killunit.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\removecurse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\removecurse.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\shock.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\shock.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\timeout.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\timeout.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\triggers.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\triggers.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\unguard.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\unguard.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\unitmessage.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\triggers\unitmessage.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="items"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\items\artrewards.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\artrewards.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\demonseye.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\demonseye.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\itemtypes.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\itemtypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\phoenixcompass.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\phoenixcompass.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\seed.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\seed.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\speedsail.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\speedsail.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\weapons.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\weapons.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\xerewards.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\items\xerewards.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="modules"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\modules\arena.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\arena.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\autoseed.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\autoseed.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\dungeon.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\dungeon.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\gmcmd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\gmcmd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\museum.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\museum.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\score.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\score.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\weather.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\weather.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\wormhole.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\wormhole.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\xecmd.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\xecmd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\xmas.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\modules\xmas.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="attributes"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\attributes\aggressive.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\alliance.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\alliance.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\attributes.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\attributes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\fleechance.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\fleechance.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\follow.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\follow.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\giveitem.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\giveitem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\gm.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\gm.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\hate.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\hate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\iceberg.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\iceberg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\key.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\key.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\matmod.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\matmod.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\moved.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\moved.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\movement.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\movement.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\object.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\object.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\orcification.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\orcification.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\otherfaction.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\otherfaction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\overrideroads.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\overrideroads.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\racename.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\racename.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\raceprefix.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\raceprefix.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\reduceproduction.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\reduceproduction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\targetregion.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\targetregion.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\viewrange.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\attributes\viewrange.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\kernel\curse_test.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
|
@ -1,272 +0,0 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="lua-bindings"
|
||||
ProjectGUID="{75501170-51C2-E641-BA8B-EDC008184192}"
|
||||
RootNamespace="lua-bindings"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug/lua-bindings"
|
||||
IntermediateDirectory="Debug/lua-bindings"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=".;..\..\external;..\..\external\lua\src;..\..\external\tolua\include;..\..\external\libxml2\include;..\..\external\pdcurses"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
WarnAsError="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
AdditionalIncludeDirectories="."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/lua-bindings.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release/lua-bindings"
|
||||
IntermediateDirectory="Release/lua-bindings"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
AdditionalIncludeDirectories=".;..\..\external;..\..\external\lua\src;..\..\external\tolua\include;..\..\external\libxml2\include;..\..\external\pdcurses"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
AdditionalIncludeDirectories="."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/lua-bindings.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_attrib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_building.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_faction.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_gmtool.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_hashtable.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_message.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_region.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_ship.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_sqlite.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_storage.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_unit.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bindings.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\helpers.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_attrib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_building.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_faction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_gmtool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_hashtable.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_message.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_region.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_ship.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_storage.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bind_unit.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\bindings.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\bindings\helpers.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath=".\Jamfile"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
432
src/util.vcproj
432
src/util.vcproj
|
@ -1,432 +0,0 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="util"
|
||||
ProjectGUID="{F70CFB27-8A2F-E447-B452-4E1C590EDA6D}"
|
||||
RootNamespace="util"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="Debug/util"
|
||||
IntermediateDirectory="Debug/util"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/MP"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=".;..\..\external;..\..\external\pdcurses;..\..\external\libxml2\include;..\..\external\lua\src"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
WarnAsError="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE"
|
||||
AdditionalIncludeDirectories="..;."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/util.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="Release/util"
|
||||
IntermediateDirectory="Release/util"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="3"
|
||||
AdditionalIncludeDirectories=".;..\..\external;..\..\external\pdcurses;..\..\external\libxml2\include;..\..\external\lua\src"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
|
||||
AdditionalIncludeDirectories="..;."
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)/util.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\util\argstack.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\attrib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\base36.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\bsdstring.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\console.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\crmessage.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\cvector.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\event.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\eventbus.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\filereader.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\functions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\goodies.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\language.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\language_struct.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\listbox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\lists.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\log.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\message.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\nrmessage.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\nrmessage_struct.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\parser.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\patricia.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\rand.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\resolve.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\rng.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\sql.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\storage.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\translation.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\umlaut.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\unicode.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\variant.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\xml.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\util\argstack.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\attrib.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\base36.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\base36_test.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\bsdstring.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\console.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\crmessage.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\cvector.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\dice.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\event.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\eventbus.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\filereader.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\functions.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\goodies.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\language.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\listbox.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\lists.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\log.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\message.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\nrmessage.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\parser.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\patricia.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\rand.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\resolve.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\sql.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\strings.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\translation.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\umlaut.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\unicode.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\util\xml.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Loading…
Reference in a new issue