From fea231dec8668c7a7ffa3a68b03f0d15a6f12a45 Mon Sep 17 00:00:00 2001
From: codeboss <2422523675@qq.com>
Date: Sun, 2 Feb 2025 21:44:50 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E9=83=A8=E5=88=86=E5=86=97?=
=?UTF-8?q?=E4=BD=99=E6=96=87=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
libToken/libToken.vcxproj | 116 ------------------------------
libToken/libToken.vcxproj.filters | 44 ------------
libToken/libToken.vcxproj.user | 14 ----
libToken/libtoken_global.h | 13 ----
4 files changed, 187 deletions(-)
delete mode 100644 libToken/libToken.vcxproj
delete mode 100644 libToken/libToken.vcxproj.filters
delete mode 100644 libToken/libToken.vcxproj.user
delete mode 100644 libToken/libtoken_global.h
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