Move git root from Client/ to src/ to track all source code: - Client: Game client source (moved to Client/Client/) - Server: Game server source - GameTools: Development tools - CryptoSource: Encryption utilities - database: Database scripts - Script: Game scripts - rylCoder_16.02.2008_src: Legacy coder tools - GMFont, Game: Additional resources 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
255 lines
6.1 KiB
XML
255 lines
6.1 KiB
XML
<?xml version="1.0" encoding="ks_c_5601-1987"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="7.10"
|
|
Name="AuthDBManager"
|
|
ProjectGUID="{8832403E-C3A9-419C-832D-0BF8968EA53B}"
|
|
Keyword="MFCProj">
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"/>
|
|
</Platforms>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="../DBToolExecutable/$(ConfigurationName)"
|
|
IntermediateDirectory="../Intermediate/$(ProjectName)/$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
UseOfMFC="1"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../;./;../../RylServerProject;../../RylServerProject/RylServerLibrary;../../RylServerProject/BaseLibrary"
|
|
PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"
|
|
DebugInformationFormat="4"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386"
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib oledb.lib msdasc.lib"
|
|
LinkIncremental="2"
|
|
SuppressStartupBanner="TRUE"
|
|
GenerateDebugInformation="TRUE"
|
|
SubSystem="2"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
MkTypLibCompatible="TRUE"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Debug/AuthDBManager.tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1042"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="../DBToolExecutable/$(ConfigurationName)"
|
|
IntermediateDirectory="../Intermediate/$(ProjectName)/$(ConfigurationName)"
|
|
ConfigurationType="1"
|
|
UseOfMFC="1"
|
|
ATLMinimizesCRunTimeLibraryUsage="FALSE"
|
|
CharacterSet="2">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories="../;./;../../RylServerProject;../../RylServerProject/RylServerLibrary;../../RylServerProject/BaseLibrary"
|
|
PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
|
|
StringPooling="TRUE"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="TRUE"
|
|
UsePrecompiledHeader="2"
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="TRUE"/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalOptions="/MACHINE:I386"
|
|
AdditionalDependencies="odbc32.lib odbccp32.lib oledb.lib msdasc.lib"
|
|
LinkIncremental="1"
|
|
SuppressStartupBanner="TRUE"
|
|
SubSystem="2"/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
MkTypLibCompatible="TRUE"
|
|
SuppressStartupBanner="TRUE"
|
|
TargetEnvironment="1"
|
|
TypeLibraryName=".\Release/AuthDBManager.tlb"/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1042"/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"/>
|
|
<Tool
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
<Tool
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
|
|
<File
|
|
RelativePath=".\AuthDBManager.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\AuthDBManager.rc">
|
|
</File>
|
|
<File
|
|
RelativePath=".\AuthDBManagerDlg.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ConnectDlg.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SearchDlg.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\StdAfx.cpp">
|
|
<FileConfiguration
|
|
Name="Debug|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
PrecompiledHeaderThrough="stdafx.h"/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32">
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
PrecompiledHeaderThrough="stdafx.h"/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\UserList.cpp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl">
|
|
<File
|
|
RelativePath=".\AuthDBManager.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\AuthDBManagerDlg.h">
|
|
</File>
|
|
<File
|
|
RelativePath="AuthDef.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ConnectDlg.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\plugin.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Resource.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\SearchDlg.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\StdAfx.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\UserList.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
|
|
<File
|
|
RelativePath=".\res\AuthDBManager.rc2">
|
|
</File>
|
|
<File
|
|
RelativePath=".\icon.ico">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Led\leds.bmp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\res\Logo.bmp">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Led"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\Led\Led.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\Led\Led.h">
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="ListViewControl"
|
|
Filter="">
|
|
<File
|
|
RelativePath=".\ListViewControl\InPlaceEdit.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ListViewControl\InPlaceEdit.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ListViewControl\InPlaceList.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ListViewControl\InPlaceList.h">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ListViewControl\ListViewControl.cpp">
|
|
</File>
|
|
<File
|
|
RelativePath=".\ListViewControl\ListViewControl.h">
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
<Global
|
|
Name="RESOURCE_FILE"
|
|
Value="AuthDBManager.rc"/>
|
|
</Globals>
|
|
</VisualStudioProject>
|