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-blsb/blsb.vcproj

241 lines
5.1 KiB
Text
Raw Permalink Normal View History

2005-05-20 23:27:45 +00:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
2005-11-14 22:34:38 +00:00
Version="8.00"
2005-05-20 23:27:45 +00:00
Name="blsb"
2005-11-14 22:34:38 +00:00
ProjectGUID="{C4C428BF-B8DC-4E77-8DDD-776EF8447BA7}"
RootNamespace="blsb"
Keyword="Win32Proj"
>
2005-05-20 23:27:45 +00:00
<Platforms>
<Platform
2005-11-14 22:34:38 +00:00
Name="Win32"
/>
2005-05-20 23:27:45 +00:00
</Platforms>
2005-11-14 22:34:38 +00:00
<ToolFiles>
</ToolFiles>
2005-05-20 23:27:45 +00:00
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
2005-11-14 22:34:38 +00:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\curl;..\dev\lib\pcre;..\dev\lib\event"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;blsb_EXPORTS"
2005-11-14 22:34:38 +00:00
MinimalRebuild="true"
2005-05-20 23:27:45 +00:00
BasicRuntimeChecks="3"
2005-11-14 22:34:38 +00:00
RuntimeLibrary="0"
2005-05-20 23:27:45 +00:00
UsePrecompiledHeader="0"
WarningLevel="3"
2005-11-14 22:34:38 +00:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCPreLinkEventTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
Name="VCLinkerTool"
2005-11-14 22:34:38 +00:00
AdditionalDependencies="neostats.lib"
2005-05-20 23:27:45 +00:00
OutputFile="../dev/modules/blsbd.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="..\dev\src\Debug"
2005-11-14 22:34:38 +00:00
IgnoreDefaultLibraryNames=""
GenerateDebugInformation="true"
2005-05-20 23:27:45 +00:00
ProgramDatabaseFile="$(OutDir)/blsb.pdb"
SubSystem="2"
2005-11-14 22:34:38 +00:00
ResourceOnlyDLL="false"
2005-05-20 23:27:45 +00:00
ImportLibrary="$(OutDir)/blsb.lib"
2005-11-14 22:34:38 +00:00
TargetMachine="1"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCALinkTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCManifestTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCXDCMakeTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCBscMakeTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCFxCopTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCAppVerifierTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCWebDeploymentTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCPostBuildEventTool"
/>
2005-05-20 23:27:45 +00:00
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
2005-11-14 22:34:38 +00:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\curl;..\dev\lib\pcre;..\dev\lib\event"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;blsb_EXPORTS"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
2005-11-14 22:34:38 +00:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCPreLinkEventTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Ws2_32.lib neostats.lib"
OutputFile="../dev/modules/blsb.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="..\dev\src\Release"
IgnoreDefaultLibraryNames="LIBC"
2005-11-14 22:34:38 +00:00
GenerateDebugInformation="true"
2005-05-20 23:27:45 +00:00
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/blsb.lib"
2005-11-14 22:34:38 +00:00
TargetMachine="1"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCALinkTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCManifestTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCXDCMakeTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCBscMakeTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCFxCopTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCAppVerifierTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCWebDeploymentTool"
/>
2005-05-20 23:27:45 +00:00
<Tool
2005-11-14 22:34:38 +00:00
Name="VCPostBuildEventTool"
/>
2005-05-20 23:27:45 +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:34:38 +00:00
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
2005-05-20 23:27:45 +00:00
<File
2005-11-14 22:34:38 +00:00
RelativePath=".\blsb.c"
>
2005-05-20 23:27:45 +00:00
</File>
<File
2005-11-14 22:34:38 +00:00
RelativePath=".\blsb_help.c"
>
2005-05-20 23:27:45 +00:00
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
2005-11-14 22:34:38 +00:00
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
2005-05-20 23:27:45 +00:00
<File
2005-11-14 22:34:38 +00:00
RelativePath=".\blsb.h"
>
2005-05-20 23:27:45 +00:00
</File>
<File
2005-11-14 22:34:38 +00:00
RelativePath=".\modconfigwin32.h"
>
2005-05-20 23:27:45 +00:00
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
2005-11-14 22:34:38 +00:00
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
2005-05-20 23:27:45 +00:00
</Filter>
2005-05-22 21:39:43 +00:00
<File
2005-11-14 22:34:38 +00:00
RelativePath=".\ChangeLog"
>
2005-05-22 21:39:43 +00:00
</File>
2005-10-18 19:55:07 +00:00
<File
2005-11-14 22:34:38 +00:00
RelativePath=".\License"
>
2005-10-18 19:55:07 +00:00
</File>
<File
2005-11-14 22:34:38 +00:00
RelativePath=".\README.blsb"
>
2005-10-18 19:55:07 +00:00
</File>
2005-05-22 21:39:43 +00:00
<File
2005-11-14 22:34:38 +00:00
RelativePath=".\Relnotes"
>
2005-05-22 21:39:43 +00:00
</File>
2005-05-20 23:27:45 +00:00
</Files>
<Globals>
</Globals>
</VisualStudioProject>