forked from github/server
432 lines
7.9 KiB
XML
432 lines
7.9 KiB
XML
<?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>
|