summaryrefslogtreecommitdiffstats
path: root/VC2008/WebServer.vcproj
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-19 21:58:15 +0200
committermadmaxoft <github@xoft.cz>2013-08-19 21:58:15 +0200
commit8289ac8ba736b7bb5effd41057c626b746c0c9c8 (patch)
tree692ff18ac89dcaed92e3ed05086263c7b1892d11 /VC2008/WebServer.vcproj
parentFixed the extreme strain on the world tick thread. (diff)
downloadcuberite-8289ac8ba736b7bb5effd41057c626b746c0c9c8.tar
cuberite-8289ac8ba736b7bb5effd41057c626b746c0c9c8.tar.gz
cuberite-8289ac8ba736b7bb5effd41057c626b746c0c9c8.tar.bz2
cuberite-8289ac8ba736b7bb5effd41057c626b746c0c9c8.tar.lz
cuberite-8289ac8ba736b7bb5effd41057c626b746c0c9c8.tar.xz
cuberite-8289ac8ba736b7bb5effd41057c626b746c0c9c8.tar.zst
cuberite-8289ac8ba736b7bb5effd41057c626b746c0c9c8.zip
Diffstat (limited to 'VC2008/WebServer.vcproj')
-rw-r--r--VC2008/WebServer.vcproj70
1 files changed, 70 insertions, 0 deletions
diff --git a/VC2008/WebServer.vcproj b/VC2008/WebServer.vcproj
index 36519d86a..601d2f554 100644
--- a/VC2008/WebServer.vcproj
+++ b/VC2008/WebServer.vcproj
@@ -204,6 +204,68 @@
Name="VCPostBuildEventTool"
/>
</Configuration>
+ <Configuration
+ Name="Debug profiled|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)\WebServer"
+ IntermediateDirectory="$(ConfigurationName)\webserver"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderThrough="Globals.h"
+ 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"
+ />
+ </Configuration>
</Configurations>
<References>
</References>
@@ -256,6 +318,14 @@
UsePrecompiledHeader="1"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug profiled|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\WebServer\Globals.h"