summaryrefslogtreecommitdiff
path: root/vcproj-8/login-server_txt.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'vcproj-8/login-server_txt.vcproj')
-rw-r--r--vcproj-8/login-server_txt.vcproj122
1 files changed, 72 insertions, 50 deletions
diff --git a/vcproj-8/login-server_txt.vcproj b/vcproj-8/login-server_txt.vcproj
index 046b50a1e..622ee0db6 100644
--- a/vcproj-8/login-server_txt.vcproj
+++ b/vcproj-8/login-server_txt.vcproj
@@ -17,8 +17,8 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug-login"
- IntermediateDirectory="Debug-login"
+ OutputDirectory=".."
+ IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
>
@@ -44,18 +44,13 @@
PreprocessorDefinitions="WIN32;_WIN32;__WIN32;TXT_ONLY;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION"
GeneratePreprocessedFile="0"
MinimalRebuild="true"
+ ExceptionHandling="0"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- BufferSecurityCheck="true"
EnableFunctionLevelLinking="true"
- DisableLanguageExtensions="false"
DefaultCharIsUnsigned="false"
- TreatWChar_tAsBuiltInType="true"
- ForceConformanceInForLoopScope="true"
- RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
- WarnAsError="false"
Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
CompileAs="1"
@@ -73,12 +68,12 @@
Name="VCLinkerTool"
AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib zdll.lib"
ShowProgress="0"
- OutputFile="..\login-server.exe"
+ OutputFile="$(OutDir)\login-server.exe"
LinkIncremental="2"
AdditionalLibraryDirectories="..\lib"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
+ ProgramDatabaseFile="$(OutDir)\login-server.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -109,8 +104,8 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release-login"
- IntermediateDirectory="Release-login"
+ OutputDirectory=".."
+ IntermediateDirectory="$(ProjectName)\$(ConfigurationName)"
ConfigurationType="1"
CharacterSet="2"
WholeProgramOptimization="1"
@@ -162,15 +157,16 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="msvcrt.lib oldnames.lib ws2_32.lib zdll.lib"
- OutputFile="..\login-server.exe"
+ OutputFile="$(OutDir)\login-server.exe"
LinkIncremental="1"
AdditionalLibraryDirectories="..\lib"
IgnoreAllDefaultLibraries="true"
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
+ ProgramDatabaseFile="$(OutDir)\login-server.pdb"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="1"
TargetMachine="1"
/>
<Tool
@@ -203,32 +199,46 @@
</References>
<Files>
<Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ Name="login_txt"
+ >
+ <File
+ RelativePath="..\src\login\login.c"
+ >
+ </File>
+ <File
+ RelativePath="..\src\login\login.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="common"
>
<File
RelativePath="..\src\common\core.c"
>
</File>
<File
+ RelativePath="..\src\common\core.h"
+ >
+ </File>
+ <File
RelativePath="..\src\common\db.c"
>
</File>
<File
- RelativePath="..\src\common\ers.c"
+ RelativePath="..\src\common\db.h"
>
</File>
<File
- RelativePath="..\src\common\grfio.c"
+ RelativePath="..\src\common\ers.c"
>
</File>
<File
- RelativePath="..\src\zlib\ioapi.c"
+ RelativePath="..\src\common\grfio.c"
>
</File>
<File
- RelativePath="..\src\zlib\iowin32.c"
+ RelativePath="..\src\common\grfio.h"
>
</File>
<File
@@ -236,7 +246,7 @@
>
</File>
<File
- RelativePath="..\src\login\login.c"
+ RelativePath="..\src\common\lock.h"
>
</File>
<File
@@ -244,111 +254,123 @@
>
</File>
<File
+ RelativePath="..\src\common\malloc.h"
+ >
+ </File>
+ <File
RelativePath="..\src\common\md5calc.c"
>
</File>
<File
+ RelativePath="..\src\common\md5calc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\src\common\mmo.h"
+ >
+ </File>
+ <File
RelativePath="..\src\common\nullpo.c"
>
</File>
<File
- RelativePath="..\src\common\plugins.c"
+ RelativePath="..\src\common\nullpo.h"
>
</File>
<File
- RelativePath="..\src\common\showmsg.c"
+ RelativePath="..\src\common\plugin.h"
>
</File>
<File
- RelativePath="..\src\common\socket.c"
+ RelativePath="..\src\common\plugins.c"
>
</File>
<File
- RelativePath="..\src\common\strlib.c"
+ RelativePath="..\src\common\plugins.h"
>
</File>
<File
- RelativePath="..\src\common\timer.c"
+ RelativePath="..\src\common\showmsg.c"
>
</File>
<File
- RelativePath="..\src\zlib\unzip.c"
+ RelativePath="..\src\common\showmsg.h"
>
</File>
<File
- RelativePath="..\src\common\utils.c"
+ RelativePath="..\src\common\socket.c"
>
</File>
- </Filter>
- <Filter
- Name="Header Files"
- >
<File
- RelativePath="..\src\common\core.h"
+ RelativePath="..\src\common\socket.h"
>
</File>
<File
- RelativePath="..\src\common\db.h"
+ RelativePath="..\src\common\strlib.c"
>
</File>
<File
- RelativePath="..\src\common\grfio.h"
+ RelativePath="..\src\common\strlib.h"
>
</File>
<File
- RelativePath="..\src\common\lock.h"
+ RelativePath="..\src\common\timer.c"
>
</File>
<File
- RelativePath="..\src\login\login.h"
+ RelativePath="..\src\common\timer.h"
>
</File>
<File
- RelativePath="..\src\common\malloc.h"
+ RelativePath="..\src\common\utils.c"
>
</File>
<File
- RelativePath="..\src\common\md5calc.h"
+ RelativePath="..\src\common\utils.h"
>
</File>
<File
- RelativePath="..\src\common\mmo.h"
+ RelativePath="..\src\common\version.h"
>
</File>
+ </Filter>
+ <Filter
+ Name="zlib"
+ >
<File
- RelativePath="..\src\common\nullpo.h"
+ RelativePath="..\src\zlib\crypt.h"
>
</File>
<File
- RelativePath="..\src\common\plugin.h"
+ RelativePath="..\src\zlib\ioapi.c"
>
</File>
<File
- RelativePath="..\src\common\plugins.h"
+ RelativePath="..\src\zlib\ioapi.h"
>
</File>
<File
- RelativePath="..\src\common\showmsg.h"
+ RelativePath="..\src\zlib\iowin32.c"
>
</File>
<File
- RelativePath="..\src\common\socket.h"
+ RelativePath="..\src\zlib\iowin32.h"
>
</File>
<File
- RelativePath="..\src\common\strlib.h"
+ RelativePath="..\src\zlib\unzip.c"
>
</File>
<File
- RelativePath="..\src\common\timer.h"
+ RelativePath="..\src\zlib\unzip.h"
>
</File>
<File
- RelativePath="..\src\common\utils.h"
+ RelativePath="..\src\zlib\zconf.h"
>
</File>
<File
- RelativePath="..\src\common\version.h"
+ RelativePath="..\src\zlib\zlib.h"
>
</File>
</Filter>