mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
c9c9dc5b03
Signed-off-by: mongodb <mongodb@10gen.com>
363 lines
6.8 KiB
XML
363 lines
6.8 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="server_only"
|
|
ProjectGUID="{3FEF2C0D-6B49-469F-94C4-0673291D58CE}"
|
|
RootNamespace="server_only"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\mongo_lib.vsprops"
|
|
CharacterSet="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy "$(OutDir)\$(ProjectName).lib" "..\lib\$(ConfigurationName)\.""
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="..\mongo_lib.vsprops"
|
|
CharacterSet="1"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="2"
|
|
EnableIntrinsicFunctions="true"
|
|
WholeProgramOptimization="false"
|
|
AdditionalIncludeDirectories=""c:\Program Files\boost\boost_1_35_0";"..\..\pcre-7.4";..\..\.;..\..\..\js\src"
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="copy "$(OutDir)\$(ProjectName).lib" "..\lib\$(ConfigurationName)\.""
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath="..\..\stdafx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\targetver.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="db"
|
|
>
|
|
<File
|
|
RelativePath="..\..\db\btree.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\btree.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\btreecursor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\clientcursor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\clientcursor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\cloner.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\cursor.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\cursor.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\dbcommands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\dbeval.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\dbhelpers.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\dbhelpers.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\dbinfo.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\dbinfo.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\dbwebserver.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\instance.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\instance.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\introspect.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\introspect.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\matcher.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\matcher.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\namespace.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\namespace.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\pdfile.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\pdfile.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\query.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\query.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\queryoptimizer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\queryoptimizer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\reccache.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\reccache.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\repl.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\repl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\security.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\security.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\security_commands.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\storage.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\storage.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\db\tests.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="util"
|
|
>
|
|
<File
|
|
RelativePath="..\..\util\miniwebserver.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\util\miniwebserver.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\util\ntservice.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\util\ntservice.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="s"
|
|
>
|
|
<File
|
|
RelativePath="..\..\s\d_logic.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\..\s\d_logic.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|