summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-18 07:01:20 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-03-18 07:01:20 +0000
commit5cf841f555c2d61390e4a3ff835b2c3eade84190 (patch)
treea4ccb4fd567c47c0a24a77332dd9d99831a8e817
parentfd42f3d7e7a803d997a82c25a9f7b853797a6aa3 (diff)
downloadhercules-5cf841f555c2d61390e4a3ff835b2c3eade84190.tar.gz
hercules-5cf841f555c2d61390e4a3ff835b2c3eade84190.tar.bz2
hercules-5cf841f555c2d61390e4a3ff835b2c3eade84190.tar.xz
hercules-5cf841f555c2d61390e4a3ff835b2c3eade84190.zip
updated VS project files. You can run servers trough VSudio IDE / Run
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12390 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--Changelog-Trunk.txt4
-rw-r--r--vcproj-7.1/char-server_sql.vcproj4
-rw-r--r--vcproj-7.1/char-server_txt.vcproj4
-rw-r--r--vcproj-7.1/login-server_sql.vcproj4
-rw-r--r--vcproj-7.1/login-server_txt.vcproj4
-rw-r--r--vcproj-7.1/map-server_sql.vcproj4
-rw-r--r--vcproj-7.1/map-server_txt.vcproj4
-rw-r--r--vcproj-7.1/mapcache.vcproj4
-rw-r--r--vcproj-8/char-server_sql.vcproj6
-rw-r--r--vcproj-8/char-server_txt.vcproj6
-rw-r--r--vcproj-8/dbghelpplug.vcproj6
-rw-r--r--vcproj-8/ladmin.vcproj6
-rw-r--r--vcproj-8/login-server_sql.vcproj6
-rw-r--r--vcproj-8/login-server_txt.vcproj6
-rw-r--r--vcproj-8/map-server_sql.vcproj6
-rw-r--r--vcproj-8/map-server_txt.vcproj6
-rw-r--r--vcproj-8/mapcache.vcproj6
-rw-r--r--vcproj-8/txt-converter-char.vcproj6
-rw-r--r--vcproj-8/txt-converter-login.vcproj6
19 files changed, 98 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index 40e5456e8..8a5548b91 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -3,6 +3,10 @@ Date Added
AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK.
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
+2008/03/18
+ * Added missing WorkingDirectory value to vcproj-7.1, vcproj-8 projects.
+ Now you can flawlessly run your compiled server with RUN button in
+ the correct directory. Thanks to Konrad [Lupus]
2008/03/10
* Added missing check to only allow the leader of a party to modify
its exp share settings (bugreport:12) [ultramage]
diff --git a/vcproj-7.1/char-server_sql.vcproj b/vcproj-7.1/char-server_sql.vcproj
index bb2765dfc..6883bc24e 100644
--- a/vcproj-7.1/char-server_sql.vcproj
+++ b/vcproj-7.1/char-server_sql.vcproj
@@ -17,6 +17,8 @@
IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@@ -76,6 +78,8 @@
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="TRUE">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
diff --git a/vcproj-7.1/char-server_txt.vcproj b/vcproj-7.1/char-server_txt.vcproj
index 786f0f067..3573681bf 100644
--- a/vcproj-7.1/char-server_txt.vcproj
+++ b/vcproj-7.1/char-server_txt.vcproj
@@ -17,6 +17,8 @@
IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@@ -76,6 +78,8 @@
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="TRUE">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
diff --git a/vcproj-7.1/login-server_sql.vcproj b/vcproj-7.1/login-server_sql.vcproj
index 37028adc5..90d526a14 100644
--- a/vcproj-7.1/login-server_sql.vcproj
+++ b/vcproj-7.1/login-server_sql.vcproj
@@ -16,6 +16,8 @@
IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@@ -75,6 +77,8 @@
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="TRUE">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
diff --git a/vcproj-7.1/login-server_txt.vcproj b/vcproj-7.1/login-server_txt.vcproj
index b31316fa0..7d59a5c00 100644
--- a/vcproj-7.1/login-server_txt.vcproj
+++ b/vcproj-7.1/login-server_txt.vcproj
@@ -16,6 +16,8 @@
IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@@ -81,6 +83,8 @@
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="TRUE">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
diff --git a/vcproj-7.1/map-server_sql.vcproj b/vcproj-7.1/map-server_sql.vcproj
index c80671cff..35cffff90 100644
--- a/vcproj-7.1/map-server_sql.vcproj
+++ b/vcproj-7.1/map-server_sql.vcproj
@@ -16,6 +16,8 @@
IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/wd4018
@@ -79,6 +81,8 @@
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="TRUE">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/wd4018
diff --git a/vcproj-7.1/map-server_txt.vcproj b/vcproj-7.1/map-server_txt.vcproj
index e88722e62..851f39e21 100644
--- a/vcproj-7.1/map-server_txt.vcproj
+++ b/vcproj-7.1/map-server_txt.vcproj
@@ -16,6 +16,8 @@
IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/wd4018
@@ -79,6 +81,8 @@
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="TRUE">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
AdditionalOptions="/wd4018
diff --git a/vcproj-7.1/mapcache.vcproj b/vcproj-7.1/mapcache.vcproj
index b0a09a288..29a6dd32d 100644
--- a/vcproj-7.1/mapcache.vcproj
+++ b/vcproj-7.1/mapcache.vcproj
@@ -16,6 +16,8 @@
IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
@@ -74,6 +76,8 @@
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="TRUE">
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
diff --git a/vcproj-8/char-server_sql.vcproj b/vcproj-8/char-server_sql.vcproj
index 6a77ad245..2fce1e1ca 100644
--- a/vcproj-8/char-server_sql.vcproj
+++ b/vcproj-8/char-server_sql.vcproj
@@ -23,6 +23,9 @@
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -112,6 +115,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/char-server_txt.vcproj b/vcproj-8/char-server_txt.vcproj
index 531c5519e..9ef0c1b04 100644
--- a/vcproj-8/char-server_txt.vcproj
+++ b/vcproj-8/char-server_txt.vcproj
@@ -23,6 +23,9 @@
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -111,6 +114,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/dbghelpplug.vcproj b/vcproj-8/dbghelpplug.vcproj
index 59d53f5c5..38ca8e2aa 100644
--- a/vcproj-8/dbghelpplug.vcproj
+++ b/vcproj-8/dbghelpplug.vcproj
@@ -22,6 +22,9 @@
ConfigurationType="2"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -108,6 +111,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/ladmin.vcproj b/vcproj-8/ladmin.vcproj
index 659540dd6..806d0ddd6 100644
--- a/vcproj-8/ladmin.vcproj
+++ b/vcproj-8/ladmin.vcproj
@@ -22,6 +22,9 @@
ConfigurationType="1"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -110,6 +113,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/login-server_sql.vcproj b/vcproj-8/login-server_sql.vcproj
index 9a128df80..e794a39f2 100644
--- a/vcproj-8/login-server_sql.vcproj
+++ b/vcproj-8/login-server_sql.vcproj
@@ -23,6 +23,9 @@
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -112,6 +115,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/login-server_txt.vcproj b/vcproj-8/login-server_txt.vcproj
index d4611de8d..ef0733591 100644
--- a/vcproj-8/login-server_txt.vcproj
+++ b/vcproj-8/login-server_txt.vcproj
@@ -22,6 +22,9 @@
ConfigurationType="1"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -111,6 +114,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/map-server_sql.vcproj b/vcproj-8/map-server_sql.vcproj
index e752872d8..d224c2765 100644
--- a/vcproj-8/map-server_sql.vcproj
+++ b/vcproj-8/map-server_sql.vcproj
@@ -22,6 +22,9 @@
ConfigurationType="1"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -112,6 +115,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/map-server_txt.vcproj b/vcproj-8/map-server_txt.vcproj
index f0a6f17a1..7eed0af37 100644
--- a/vcproj-8/map-server_txt.vcproj
+++ b/vcproj-8/map-server_txt.vcproj
@@ -22,6 +22,9 @@
ConfigurationType="1"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -111,6 +114,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/mapcache.vcproj b/vcproj-8/mapcache.vcproj
index d8ce12141..13ed58df2 100644
--- a/vcproj-8/mapcache.vcproj
+++ b/vcproj-8/mapcache.vcproj
@@ -22,6 +22,9 @@
ConfigurationType="1"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -110,6 +113,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/txt-converter-char.vcproj b/vcproj-8/txt-converter-char.vcproj
index bacd687a2..b048c6b6c 100644
--- a/vcproj-8/txt-converter-char.vcproj
+++ b/vcproj-8/txt-converter-char.vcproj
@@ -23,6 +23,9 @@
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -109,6 +112,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
diff --git a/vcproj-8/txt-converter-login.vcproj b/vcproj-8/txt-converter-login.vcproj
index 3036b0f3f..0efda99f9 100644
--- a/vcproj-8/txt-converter-login.vcproj
+++ b/vcproj-8/txt-converter-login.vcproj
@@ -23,6 +23,9 @@
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>
@@ -112,6 +115,9 @@
CharacterSet="2"
WholeProgramOptimization="1"
>
+ <DebugSettings
+ WorkingDirectory="$(SolutionDir)"
+ />
<Tool
Name="VCPreBuildEventTool"
/>