summaryrefslogtreecommitdiff
path: root/vcproj-9
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-02-12 12:27:59 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-02-12 12:27:59 +0000
commit9b503fc848570a27f635d05703f19e0b0a9b8fad (patch)
tree7d0b025b9807daab6a66138aa9cffb35d13b2561 /vcproj-9
parenta7dd803749eccc9edd814c640e1618653d591e1c (diff)
downloadhercules-9b503fc848570a27f635d05703f19e0b0a9b8fad.tar.gz
hercules-9b503fc848570a27f635d05703f19e0b0a9b8fad.tar.bz2
hercules-9b503fc848570a27f635d05703f19e0b0a9b8fad.tar.xz
hercules-9b503fc848570a27f635d05703f19e0b0a9b8fad.zip
Applied patch to getitem2/delitem2 to handle charid embedding correctly (bugreport:2735).
Added missing codepage option for ipban module in login_athena.conf. Converted dbghelpplug project in vs9 directory to vs9 format. Updated effects list doc with new data from 2009/01/21a sakexe. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13523 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'vcproj-9')
-rw-r--r--vcproj-9/dbghelpplug.vcproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/vcproj-9/dbghelpplug.vcproj b/vcproj-9/dbghelpplug.vcproj
index 59d53f5c5..ea13e2f00 100644
--- a/vcproj-9/dbghelpplug.vcproj
+++ b/vcproj-9/dbghelpplug.vcproj
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="dbghelpplug"
ProjectGUID="{334742E0-7790-4857-A794-A54625D93487}"
RootNamespace="dbghelpplug"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -73,6 +74,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)\plugins\$(ProjectName).pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -94,9 +97,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -161,6 +161,8 @@
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -182,9 +184,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>