diff --git a/libToken/libToken.vcxproj b/libToken/libToken.vcxproj deleted file mode 100644 index 67c06e5..0000000 --- a/libToken/libToken.vcxproj +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - Debug - x64 - - - Release - x64 - - - - {DAB406C7-174A-47C3-893C-343079396350} - QtVS_v304 - 10.0 - 10.0 - $(MSBuildProjectDirectory)\QtMsBuild - - - - DynamicLibrary - v143 - - - DynamicLibrary - v143 - - - - - - - 5.12.11_msvc2017_64 - core - debug - - - 5.12.11_msvc2017_64 - core - release - - - - - - - - - - - - - - - - - - - - - - Default - - - - - Default - - - - - true - true - ProgramDatabase - Disabled - LIBTOKEN_LIB;%(PreprocessorDefinitions) - - - Windows - true - - - - - true - true - None - MaxSpeed - LIBTOKEN_LIB;%(PreprocessorDefinitions) - - - Windows - false - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libToken/libToken.vcxproj.filters b/libToken/libToken.vcxproj.filters deleted file mode 100644 index 879e647..0000000 --- a/libToken/libToken.vcxproj.filters +++ /dev/null @@ -1,44 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - qml;cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - qrc;rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - {99349809-55BA-4b9d-BF79-8FDBB0286EB3} - ui - - - {639EADAA-A684-42e4-A9AD-28FC9BCB8F7C} - ts - - - - - Header Files - - - Source Files - - - Header Files - - - Header Files - - - - - Source Files - - - \ No newline at end of file diff --git a/libToken/libToken.vcxproj.user b/libToken/libToken.vcxproj.user deleted file mode 100644 index e606f13..0000000 --- a/libToken/libToken.vcxproj.user +++ /dev/null @@ -1,14 +0,0 @@ - - - - - 2024-06-19T04:38:19.9403175Z - - - - - 2024-06-19T04:38:20.0313172Z - - - - \ No newline at end of file diff --git a/libToken/libtoken_global.h b/libToken/libtoken_global.h deleted file mode 100644 index 068872b..0000000 --- a/libToken/libtoken_global.h +++ /dev/null @@ -1,13 +0,0 @@ -#pragma once - -#include - -#ifndef BUILD_STATIC -# if defined(LIBTOKEN_LIB) -# define LIBTOKEN_EXPORT Q_DECL_EXPORT -# else -# define LIBTOKEN_EXPORT Q_DECL_IMPORT -# endif -#else -# define LIBTOKEN_EXPORT -#endif