Initial Commit of HCB PlugY for Ironman

This commit is contained in:
Hash Borgir 2024-04-05 00:19:46 -06:00
parent 8a3841f49b
commit 3b06e3ad08
21 changed files with 2 additions and 34 deletions

2
.gitignore vendored
View File

@ -38,3 +38,5 @@
**/*.VC.VC.opendb **/*.VC.VC.opendb
**/UpgradeLog* **/UpgradeLog*
/PlugYRun/PlugYRun.aps /PlugYRun/PlugYRun.aps
PlugY/Debug/

View File

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<ProjectOutputs>
<ProjectOutput>
<FullPath>D:\VSCode\PlugY\PlugY\Debug\PlugY.dll</FullPath>
</ProjectOutput>
</ProjectOutputs>
<ContentFiles />
<SatelliteDlls />
<NonRecipeFileRefs />
</Project>

Binary file not shown.

Binary file not shown.

View File

@ -1,20 +0,0 @@
cl : command line warning D9035: option 'Gm' has been deprecated and will be removed in a future release
UpdateServer.cpp
UpdateClient.cpp
SharedSaveFile.cpp
SavePlayerData.cpp
PlayerCustomData.cpp
Parameters.cpp
NewInterface_Runewords.cpp
LoadPlayerData.cpp
Interface_Stash.cpp
InfinityStash.cpp
GlobalVariable.cpp
ExtraOptions.cpp
ExtendedSaveFile.cpp
D2wrapper.cpp
Commands.cpp
Generating Code...
VersionInfo.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification
Creating library D:\VSCode\PlugY\PlugY\Debug\PlugY.lib and object D:\VSCode\PlugY\PlugY\Debug\PlugY.exp
PlugY.vcxproj -> D:\VSCode\PlugY\PlugY\Debug\PlugY.dll

Binary file not shown.

Binary file not shown.

View File

@ -1,2 +0,0 @@
PlatformToolSet=v143:VCToolArchitecture=Native32Bit:VCToolsVersion=14.32.31326:TargetPlatformVersion=10.0.19041.0:
Debug|Win32|D:\VSCode\PlugY\PlugY\|

View File

@ -1 +0,0 @@
D:\VSCode\PlugY\PlugY\Debug\PlugY.dll

Binary file not shown.

Binary file not shown.