diff --git a/libultraship/TestApp/Main.cpp b/libultraship/TestApp/Main.cpp deleted file mode 100644 index cde078458..000000000 --- a/libultraship/TestApp/Main.cpp +++ /dev/null @@ -1,29 +0,0 @@ -#include "OTRArchive.h" - -void SaveTest() -{ - auto archPtr = OtrLib::OTRArchive::CreateArchive("myarch.mpq"); - auto arch = archPtr.get(); - - char data[] = "ABCDEFG!"; - - arch->AddFile("test.txt", (uintptr_t)data, sizeof(data)); -} - -void LoadTest() -{ - std::shared_ptr archPtr(new OtrLib::OTRArchive("myarch.mpq")); - - archPtr->LoadFile("(crcfile)"); - - int bp = 0; - -} - -int main() -{ - LoadTest(); - //SaveTest(); - - return 0; -} \ No newline at end of file diff --git a/libultraship/TestApp/StormLibDUS.lib b/libultraship/TestApp/StormLibDUS.lib deleted file mode 100644 index 79de4e0f4..000000000 Binary files a/libultraship/TestApp/StormLibDUS.lib and /dev/null differ diff --git a/libultraship/TestApp/TestApp.vcxproj b/libultraship/TestApp/TestApp.vcxproj deleted file mode 100644 index 077c0a27c..000000000 --- a/libultraship/TestApp/TestApp.vcxproj +++ /dev/null @@ -1,152 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 16.0 - Win32Proj - {3c4a8151-48d1-4518-be1a-24016a5b800f} - TestApp - 10.0 - - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - - - - - - - - - - - - - - - - - - - true - - - false - - - true - $(ProjectDir)..\otrlib;$(ProjectDir)..\..\ZAPD\ZAPDUtils;$(IncludePath) - $(SolutionDir)x64\Debug;$(LibraryPath) - - - false - - - - Level3 - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - - - - - Level3 - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - - - Level3 - true - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - stdcpp17 - MultiThreadedDebug - - - Console - true - otrlib.lib;ZAPDUtils.lib;StormLibDUS.lib;%(AdditionalDependencies) - - - - - Level3 - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - - - - - - - \ No newline at end of file diff --git a/libultraship/TestApp/TestApp.vcxproj.filters b/libultraship/TestApp/TestApp.vcxproj.filters deleted file mode 100644 index 26604cfae..000000000 --- a/libultraship/TestApp/TestApp.vcxproj.filters +++ /dev/null @@ -1,22 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file