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

245 lines
5.1 KiB
Text
Raw Permalink Normal View History

2004-09-22 22:26:26 +00:00
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
2005-11-14 22:37:21 +00:00
Version="8.00"
2004-09-22 22:26:26 +00:00
Name="opsb"
2005-11-14 22:37:21 +00:00
ProjectGUID="{98607F07-D740-4D26-804A-A12A7E162A4C}"
RootNamespace="opsb"
Keyword="Win32Proj"
>
2004-09-22 22:26:26 +00:00
<Platforms>
<Platform
2005-11-14 22:37:21 +00:00
Name="Win32"
/>
2004-09-22 22:26:26 +00:00
</Platforms>
2005-11-14 22:37:21 +00:00
<ToolFiles>
</ToolFiles>
2004-09-22 22:26:26 +00:00
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
2005-11-14 22:37:21 +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:26:26 +00:00
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\curl;..\dev\lib\pcre;..\dev\lib\event"
2004-09-22 22:26:26 +00:00
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;opsb_EXPORTS"
2005-11-14 22:37:21 +00:00
MinimalRebuild="true"
2004-09-22 22:26:26 +00:00
BasicRuntimeChecks="3"
2005-11-14 22:37:21 +00:00
RuntimeLibrary="0"
2004-09-22 22:26:26 +00:00
UsePrecompiledHeader="0"
WarningLevel="3"
2005-11-14 22:37:21 +00:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCPreLinkEventTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Ws2_32.lib neostats.lib"
2005-05-13 00:52:09 +00:00
OutputFile="../dev/modules/opsbd.dll"
2004-09-22 22:26:26 +00:00
LinkIncremental="2"
AdditionalLibraryDirectories="..\dev\src\Debug"
IgnoreDefaultLibraryNames="LIBCD"
2005-11-14 22:37:21 +00:00
GenerateDebugInformation="true"
2004-09-22 22:26:26 +00:00
ProgramDatabaseFile="$(OutDir)/opsb.pdb"
SubSystem="2"
2005-11-14 22:37:21 +00:00
ResourceOnlyDLL="false"
2004-09-22 22:26:26 +00:00
ImportLibrary="$(OutDir)/opsb.lib"
2005-11-14 22:37:21 +00:00
TargetMachine="1"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCALinkTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCManifestTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCXDCMakeTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCBscMakeTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCFxCopTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCAppVerifierTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCWebDeploymentTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCPostBuildEventTool"
/>
2004-09-22 22:26:26 +00:00
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
2005-11-14 22:37:21 +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:26:26 +00:00
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\curl;..\dev\lib\pcre;..\dev\lib\event"
2004-09-22 22:26:26 +00:00
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;opsb_EXPORTS"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
2005-11-14 22:37:21 +00:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Ws2_32.lib neostats.lib"
2005-05-13 00:52:09 +00:00
OutputFile="../dev/modules/opsb.dll"
2004-09-22 22:26:26 +00:00
LinkIncremental="1"
AdditionalLibraryDirectories="..\dev\src\Release"
IgnoreDefaultLibraryNames="LIBC"
2005-11-14 22:37:21 +00:00
GenerateDebugInformation="true"
2004-09-22 22:26:26 +00:00
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/opsb.lib"
2005-11-14 22:37:21 +00:00
TargetMachine="1"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCALinkTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCManifestTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCXDCMakeTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCBscMakeTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCFxCopTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCAppVerifierTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCWebDeploymentTool"
/>
2004-09-22 22:26:26 +00:00
<Tool
2005-11-14 22:37:21 +00:00
Name="VCPostBuildEventTool"
/>
2004-09-22 22:26:26 +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:37:21 +00:00
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
2004-09-22 22:26:26 +00:00
<File
2005-11-14 22:37:21 +00:00
RelativePath=".\opsb.c"
>
2004-09-22 22:26:26 +00:00
</File>
<File
2005-11-14 22:37:21 +00:00
RelativePath=".\opsb_help.c"
>
2004-09-22 22:26:26 +00:00
</File>
<File
2005-11-14 22:37:21 +00:00
RelativePath=".\proxy.c"
>
2004-09-22 22:26:26 +00:00
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
2005-11-14 22:37:21 +00:00
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
2004-09-22 22:26:26 +00:00
<File
2005-11-14 22:37:21 +00:00
RelativePath=".\modconfigwin32.h"
>
2004-09-22 22:26:26 +00:00
</File>
<File
2005-11-14 22:37:21 +00:00
RelativePath=".\opsb.h"
>
2004-09-22 22:26:26 +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:37:21 +00:00
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
2004-09-22 22:26:26 +00:00
</Filter>
<File
2005-11-14 22:37:21 +00:00
RelativePath=".\ChangeLog"
>
2004-09-22 22:26:26 +00:00
</File>
<File
2005-11-14 22:37:21 +00:00
RelativePath=".\License"
>
2005-03-04 21:36:15 +00:00
</File>
2005-02-22 15:42:25 +00:00
<File
2005-11-14 22:37:21 +00:00
RelativePath=".\README.opsb"
>
2005-02-22 15:42:25 +00:00
</File>
2005-02-22 14:47:04 +00:00
<File
2005-11-14 22:37:21 +00:00
RelativePath=".\Relnotes"
>
2005-02-22 14:47:04 +00:00
</File>
2004-09-22 22:26:26 +00:00
</Files>
<Globals>
</Globals>
</VisualStudioProject>