2023-10-19 00:02:18 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="7.10"
|
|
|
|
Name="saco"
|
|
|
|
ProjectGUID="{AA2CD0BC-EFFE-4B6E-AB76-1628668FFEB2}"
|
|
|
|
Keyword="Win32Proj">
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"/>
|
|
|
|
</Platforms>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="Debug"
|
|
|
|
IntermediateDirectory="Debug"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SACO_EXPORTS"
|
|
|
|
MinimalRebuild="TRUE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="1"
|
2023-11-03 10:48:46 +00:00
|
|
|
StructMemberAlignment="1"
|
2023-10-19 00:02:18 +00:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
|
DebugInformationFormat="4"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2023-11-03 10:50:23 +00:00
|
|
|
AdditionalDependencies="wsock32.lib"
|
2023-10-21 08:48:55 +00:00
|
|
|
OutputFile="$(OutDir)/samp.dll"
|
2023-10-19 00:02:18 +00:00
|
|
|
LinkIncremental="2"
|
|
|
|
GenerateDebugInformation="TRUE"
|
|
|
|
ProgramDatabaseFile="$(OutDir)/saco.pdb"
|
|
|
|
SubSystem="2"
|
|
|
|
ImportLibrary="$(OutDir)/saco.lib"
|
|
|
|
TargetMachine="1"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="Release"
|
|
|
|
IntermediateDirectory="Release"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SACO_EXPORTS"
|
|
|
|
RuntimeLibrary="0"
|
2023-11-03 10:48:46 +00:00
|
|
|
StructMemberAlignment="1"
|
2023-10-19 00:02:18 +00:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="TRUE"
|
|
|
|
DebugInformationFormat="3"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2023-11-03 10:50:23 +00:00
|
|
|
AdditionalDependencies="wsock32.lib"
|
2023-10-21 08:48:55 +00:00
|
|
|
OutputFile="$(OutDir)/samp.dll"
|
2023-10-19 00:02:18 +00:00
|
|
|
LinkIncremental="1"
|
|
|
|
GenerateDebugInformation="TRUE"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
ImportLibrary="$(OutDir)/saco.lib"
|
|
|
|
TargetMachine="1"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
2023-10-23 15:04:28 +00:00
|
|
|
<Filter
|
|
|
|
Name="game"
|
|
|
|
Filter="">
|
2023-10-31 13:15:51 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\address.h">
|
|
|
|
</File>
|
2023-11-08 12:06:06 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\aimstuff.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\game\aimstuff.h">
|
|
|
|
</File>
|
2023-10-23 15:04:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\audio.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\game\audio.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\game\camera.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\game\camera.h">
|
|
|
|
</File>
|
2023-10-31 13:15:51 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\common.h">
|
|
|
|
</File>
|
2023-11-12 15:36:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\font.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\game\font.h">
|
|
|
|
</File>
|
2023-10-23 15:04:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\game.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\game\game.h">
|
|
|
|
</File>
|
2023-11-08 12:06:06 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\hooks.cpp">
|
|
|
|
</File>
|
2023-10-31 13:15:51 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\keystuff.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\game\keystuff.h">
|
|
|
|
</File>
|
2023-11-08 12:10:20 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\scripting.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\game\scripting.h">
|
|
|
|
</File>
|
2023-11-08 12:06:06 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\game\util.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\game\util.h">
|
|
|
|
</File>
|
2023-10-23 15:04:28 +00:00
|
|
|
</Filter>
|
2023-11-08 12:29:53 +00:00
|
|
|
<Filter
|
|
|
|
Name="archive"
|
|
|
|
Filter="">
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\ArchiveCommon.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\ArchiveFS.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\ArchiveFS.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\CryptoContext.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\CryptoContext.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\CryptoFns.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\CryptoFns.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\Hasher.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\Hasher.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\KeyPair.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\KeyPair.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\Obfuscator.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\Signer.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\Signer.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\Stream.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\TinyEncrypt.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\archive\TinyEncrypt.h">
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2023-11-13 12:32:38 +00:00
|
|
|
<Filter
|
|
|
|
Name="ttmath"
|
|
|
|
Filter="">
|
|
|
|
<File
|
|
|
|
RelativePath="..\ttmath\ttmathuint.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\ttmath\ttmathuint_x86.h">
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2023-11-08 12:06:06 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\audiostream.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\audiostream.h">
|
|
|
|
</File>
|
2023-11-08 12:10:20 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\buildinfo.h">
|
|
|
|
</File>
|
2023-11-08 12:06:06 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\config.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\config.h">
|
|
|
|
</File>
|
2023-10-20 16:50:15 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\exceptbox.rc">
|
|
|
|
</File>
|
2023-11-08 12:10:20 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\exceptions.cpp">
|
|
|
|
</File>
|
2023-11-08 12:06:06 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\filesystem.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\filesystem.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\httpclient.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\httpclient.h">
|
|
|
|
</File>
|
2023-10-19 22:46:40 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\main.cpp">
|
|
|
|
</File>
|
2023-10-19 22:46:57 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\main.h">
|
|
|
|
</File>
|
2023-11-08 12:06:06 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\md5.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\md5.h">
|
|
|
|
</File>
|
2023-11-01 13:01:00 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\mod.h">
|
|
|
|
</File>
|
2023-10-20 16:50:15 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\resource.h">
|
|
|
|
</File>
|
2023-10-20 16:50:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\resource1.h">
|
|
|
|
</File>
|
2023-11-08 12:06:06 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\runutil.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\runutil.h">
|
|
|
|
</File>
|
2023-10-20 16:50:49 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\saco.rc">
|
|
|
|
</File>
|
2023-11-08 12:06:06 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\sha1.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\sha1.h">
|
|
|
|
</File>
|
2023-10-19 00:02:18 +00:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|