summaryrefslogtreecommitdiff
path: root/vcproj-8
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 /vcproj-8
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
Diffstat (limited to 'vcproj-8')
-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
11 files changed, 66 insertions, 0 deletions
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"
/>