From 364ce236b375ecae3a33100d689d8ae60a5e6da3 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Fri, 11 Feb 2022 01:38:39 +0100 Subject: Yeeted miso --- StringTools/Exec/CMakeLists.txt | 2 +- StringTools/Exec/Exec.vcxproj | 152 ---------------------------------- StringTools/Exec/Exec.vcxproj.filters | 22 ----- 3 files changed, 1 insertion(+), 175 deletions(-) delete mode 100644 StringTools/Exec/Exec.vcxproj delete mode 100644 StringTools/Exec/Exec.vcxproj.filters (limited to 'StringTools/Exec') diff --git a/StringTools/Exec/CMakeLists.txt b/StringTools/Exec/CMakeLists.txt index f4972b1..d5ba9c1 100644 --- a/StringTools/Exec/CMakeLists.txt +++ b/StringTools/Exec/CMakeLists.txt @@ -6,5 +6,5 @@ set(CMAKE_CXX_STANDARD 17) include_directories(..) link_directories(../StringTools/cmake-build-debug) -add_executable(Exec main.cpp ../Test/test.cpp) +add_executable(Exec main.cpp) target_link_libraries(Exec Stringtools) diff --git a/StringTools/Exec/Exec.vcxproj b/StringTools/Exec/Exec.vcxproj deleted file mode 100644 index fdea7b4..0000000 --- a/StringTools/Exec/Exec.vcxproj +++ /dev/null @@ -1,152 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 16.0 - Win32Proj - {02f9fa44-902f-4695-846b-0b45e952a962} - Exec - 10.0 - - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - - - - - - - - - - - - - - - - - - - true - - - false - - - true - - - 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 - - - Console - true - - - - - Level3 - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - - - - - - {0270ac5e-eba3-4d8f-8d50-995fd44959b4} - - - - - - \ No newline at end of file diff --git a/StringTools/Exec/Exec.vcxproj.filters b/StringTools/Exec/Exec.vcxproj.filters deleted file mode 100644 index 46d313e..0000000 --- a/StringTools/Exec/Exec.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 - - - - - Quelldateien - - - \ No newline at end of file -- cgit v1.2.3