diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-08 11:22:32 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-05-08 11:22:32 +0200 |
commit | 90740aff3cd208d3100de50379f01dc99ce5f433 (patch) | |
tree | da0eac15eaae951b00fbe546b1f30374929f8826 /VC2008/WebServer.vcproj | |
parent | Fast NBT Parser (loading a chunk is now about 10 times faster) (diff) | |
download | cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.gz cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.bz2 cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.lz cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.xz cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.tar.zst cuberite-90740aff3cd208d3100de50379f01dc99ce5f433.zip |
Diffstat (limited to 'VC2008/WebServer.vcproj')
-rw-r--r-- | VC2008/WebServer.vcproj | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/VC2008/WebServer.vcproj b/VC2008/WebServer.vcproj index b136c9dee..a2744b896 100644 --- a/VC2008/WebServer.vcproj +++ b/VC2008/WebServer.vcproj @@ -141,6 +141,69 @@ Name="VCPostBuildEventTool"
/>
</Configuration>
+ <Configuration
+ Name="Release profiled|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ 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"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="Globals.h"
+ 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"
+ />
+ </Configuration>
</Configurations>
<References>
</References>
@@ -185,6 +248,14 @@ UsePrecompiledHeader="1"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Release profiled|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\WebServer\Globals.h"
|