diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-18 07:01:20 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-03-18 07:01:20 +0000 |
commit | 5cf841f555c2d61390e4a3ff835b2c3eade84190 (patch) | |
tree | a4ccb4fd567c47c0a24a77332dd9d99831a8e817 /vcproj-7.1 | |
parent | fd42f3d7e7a803d997a82c25a9f7b853797a6aa3 (diff) | |
download | hercules-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-7.1')
-rw-r--r-- | vcproj-7.1/char-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-7.1/char-server_txt.vcproj | 4 | ||||
-rw-r--r-- | vcproj-7.1/login-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-7.1/login-server_txt.vcproj | 4 | ||||
-rw-r--r-- | vcproj-7.1/map-server_sql.vcproj | 4 | ||||
-rw-r--r-- | vcproj-7.1/map-server_txt.vcproj | 4 | ||||
-rw-r--r-- | vcproj-7.1/mapcache.vcproj | 4 |
7 files changed, 28 insertions, 0 deletions
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"
|