This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-logserv/logserv.vcproj

276 lines
5.6 KiB
Text
Raw Normal View History

2004-09-22 22:28:02 +00:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
2005-11-14 22:36:24 +00:00
Version="8.00"
2004-09-22 22:28:02 +00:00
Name="logserv"
ProjectGUID="{E033ECCE-E55E-43BC-89E7-ABE8AA46CE1F}"
2005-11-14 22:36:24 +00:00
RootNamespace="logserv"
Keyword="Win32Proj"
>
2004-09-22 22:28:02 +00:00
<Platforms>
<Platform
2005-11-14 22:36:24 +00:00
Name="Win32"
/>
2004-09-22 22:28:02 +00:00
</Platforms>
2005-11-14 22:36:24 +00:00
<ToolFiles>
</ToolFiles>
2004-09-22 22:28:02 +00:00
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
2005-11-14 22:36:24 +00:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
Name="VCCLCompilerTool"
Optimization="0"
2005-05-05 22:34:33 +00:00
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\adns;..\dev\lib\curl;..\dev\lib\pcre"
2004-09-22 22:28:02 +00:00
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;logserv_EXPORTS"
2005-11-14 22:36:24 +00:00
MinimalRebuild="true"
2004-09-22 22:28:02 +00:00
BasicRuntimeChecks="3"
2005-11-14 22:36:24 +00:00
RuntimeLibrary="0"
2004-09-22 22:28:02 +00:00
UsePrecompiledHeader="0"
WarningLevel="3"
2005-11-14 22:36:24 +00:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCPreLinkEventTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
Name="VCLinkerTool"
AdditionalDependencies="neostats.lib"
OutputFile="../dev/modules/logservd.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="..\dev\src\Debug"
IgnoreDefaultLibraryNames=""
2005-11-14 22:36:24 +00:00
GenerateDebugInformation="true"
2004-09-22 22:28:02 +00:00
ProgramDatabaseFile="$(OutDir)/logserv.pdb"
SubSystem="2"
2005-11-14 22:36:24 +00:00
ResourceOnlyDLL="false"
2004-09-22 22:28:02 +00:00
ImportLibrary="$(OutDir)/logserv.lib"
2005-11-14 22:36:24 +00:00
TargetMachine="1"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCALinkTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCManifestTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCXDCMakeTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCBscMakeTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCFxCopTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCAppVerifierTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCWebDeploymentTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCPostBuildEventTool"
/>
2004-09-22 22:28:02 +00:00
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
2005-11-14 22:36:24 +00:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\adnswin32;..\dev\lib\keeper;..\dev\lib\curl;..\dev\lib\pcre"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;logserv_EXPORTS"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
2005-11-14 22:36:24 +00:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
Name="VCLinkerTool"
AdditionalDependencies="neostats.lib"
OutputFile="../logserv.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="..\dev\src\Release"
2005-11-14 22:36:24 +00:00
GenerateDebugInformation="true"
2004-09-22 22:28:02 +00:00
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/logserv.lib"
2005-11-14 22:36:24 +00:00
TargetMachine="1"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCALinkTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCManifestTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCXDCMakeTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCBscMakeTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCFxCopTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCAppVerifierTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCWebDeploymentTool"
/>
2004-09-22 22:28:02 +00:00
<Tool
2005-11-14 22:36:24 +00:00
Name="VCPostBuildEventTool"
/>
2004-09-22 22:28:02 +00:00
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
2005-11-14 22:36:24 +00:00
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
2004-09-22 22:28:02 +00:00
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\help.c"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logdefault.c"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logeggdrop.c"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logmirc.c"
>
2004-09-22 22:28:02 +00:00
</File>
2005-10-15 22:02:28 +00:00
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logprocessing.c"
>
2005-10-15 22:02:28 +00:00
</File>
2004-09-22 22:28:02 +00:00
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logserv.c"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logxchat.c"
>
2004-09-22 22:28:02 +00:00
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
2005-11-14 22:36:24 +00:00
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
2004-09-22 22:28:02 +00:00
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logdefault.h"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logeggdrop.h"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logmirc.h"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logserv.h"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\logxchat.h"
>
2004-09-22 22:28:02 +00:00
</File>
2005-02-22 20:15:56 +00:00
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\modconfigwin32.h"
>
2005-02-22 20:15:56 +00:00
</File>
2004-09-22 22:28:02 +00:00
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
2005-11-14 22:36:24 +00:00
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
2004-09-22 22:28:02 +00:00
</Filter>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\ChangeLog"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\License"
>
2004-09-22 22:28:02 +00:00
</File>
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\README.LogServ"
>
2004-09-22 22:28:02 +00:00
</File>
2005-02-22 15:57:58 +00:00
<File
2005-11-14 22:36:24 +00:00
RelativePath=".\Relnotes"
>
2005-02-22 15:57:58 +00:00
</File>
2004-09-22 22:28:02 +00:00
</Files>
<Globals>
</Globals>
</VisualStudioProject>