diff --git a/BeingX/BeingX.cpp b/BeingX/BeingX.cpp
deleted file mode 100644
index 3f8be7e..0000000
--- a/BeingX/BeingX.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// BeingX.cpp : Defines the exported functions for the static library.
-//
-
-#include "BeingX.h"
-
-// This is an example of an exported variable
-int nBeingX=0;
-
-// This is an example of an exported function.
-int fnBeingX(void)
-{
- return 42;
-}
-
-// This is the constructor of a class that has been exported.
-// see BeingX.h for the class definition
-CBeingX::CBeingX()
-{
- return;
-}
diff --git a/BeingX/BeingX.h b/BeingX/BeingX.h
deleted file mode 100644
index 0565723..0000000
--- a/BeingX/BeingX.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-// This is an example of a class exported from the BeingX.lib
-class CBeingX
-{
-public:
- CBeingX();
- // TODO: add your methods here.
-};
-
-// This is an example of an exported variable
-extern int nBeingX;
-
-// This is an example of an exported function.
-int fnBeingX(void);
diff --git a/BeingX/BeingX.vcxproj b/BeingX/BeingX.vcxproj
deleted file mode 100644
index ddbf4da..0000000
--- a/BeingX/BeingX.vcxproj
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- {e799b0b0-e07b-40c8-986a-98c6f9cacf34}
- Clang
- BeingX
- 14.0
-
-
-
- StaticLibrary
- true
- v140_clang_c2
-
-
- StaticLibrary
- false
- v140_clang_c2
-
-
- StaticLibrary
- true
- v140_clang_c2
-
-
- StaticLibrary
- false
- v140_clang_c2
-
-
-
-
-
-
-
-
- WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
- WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
- _DEBUG;_LIB;%(PreprocessorDefinitions)
- NDEBUG;_LIB;%(PreprocessorDefinitions)
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/BeingX/BeingX.vcxproj.filters b/BeingX/BeingX.vcxproj.filters
deleted file mode 100644
index 4ca1667..0000000
--- a/BeingX/BeingX.vcxproj.filters
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- 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}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- Source Files
-
-
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/Human/Human.cpp b/Human/Human.cpp
deleted file mode 100644
index ca1feb6..0000000
--- a/Human/Human.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// Human.cpp : Defines the exported functions for the static library.
-//
-
-#include "Human.h"
-
-// This is an example of an exported variable
-int nHuman=0;
-
-// This is an example of an exported function.
-int fnHuman(void)
-{
- return 42;
-}
-
-// This is the constructor of a class that has been exported.
-// see Human.h for the class definition
-CHuman::CHuman()
-{
- return;
-}
diff --git a/Human/Human.h b/Human/Human.h
deleted file mode 100644
index dd38334..0000000
--- a/Human/Human.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-// This is an example of a class exported from the Human.lib
-class CHuman
-{
-public:
- CHuman();
- // TODO: add your methods here.
-};
-
-// This is an example of an exported variable
-extern int nHuman;
-
-// This is an example of an exported function.
-int fnHuman(void);
diff --git a/Human/Human.vcxproj b/Human/Human.vcxproj
deleted file mode 100644
index 0671504..0000000
--- a/Human/Human.vcxproj
+++ /dev/null
@@ -1,69 +0,0 @@
-
-
-
-
- Debug
- Win32
-
-
- Release
- Win32
-
-
- Debug
- x64
-
-
- Release
- x64
-
-
-
- {c84cabac-79c6-4d65-875f-4fa6627deb5c}
- Clang
- Human
- 14.0
-
-
-
- StaticLibrary
- true
- v140_clang_c2
-
-
- StaticLibrary
- false
- v140_clang_c2
-
-
- StaticLibrary
- true
- v140_clang_c2
-
-
- StaticLibrary
- false
- v140_clang_c2
-
-
-
-
-
-
-
-
- WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)
- WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)
- _DEBUG;_LIB;%(PreprocessorDefinitions)
- NDEBUG;_LIB;%(PreprocessorDefinitions)
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/Human/Human.vcxproj.filters b/Human/Human.vcxproj.filters
deleted file mode 100644
index b451cbc..0000000
--- a/Human/Human.vcxproj.filters
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
- {4FC737F1-C7A5-4376-A066-2A32D752A2FF}
- 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}
- rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms
-
-
-
-
- Source Files
-
-
-
-
- Header Files
-
-
-
\ No newline at end of file
diff --git a/ipch/TESTMAIN-37871b43/TESTMAIN-f9544f11.ipch b/ipch/TESTMAIN-37871b43/TESTMAIN-f9544f11.ipch
deleted file mode 100644
index 0165350..0000000
Binary files a/ipch/TESTMAIN-37871b43/TESTMAIN-f9544f11.ipch and /dev/null differ