From ccb782e1fde66498129ee57b5eb4f2d2b89ddda5 Mon Sep 17 00:00:00 2001 From: teddy Date: Tue, 14 Nov 2023 17:25:48 +0000 Subject: [PATCH] gitignore --- .gitignore | 9 ++- library_cpp.vcxproj | 139 ------------------------------------ library_cpp.vcxproj.filters | 27 ------- 3 files changed, 8 insertions(+), 167 deletions(-) delete mode 100644 library_cpp.vcxproj delete mode 100644 library_cpp.vcxproj.filters diff --git a/.gitignore b/.gitignore index 9491a2f..b03c9b1 100644 --- a/.gitignore +++ b/.gitignore @@ -98,6 +98,11 @@ StyleCopReport.xml *.svclog *.scc +*.sln +*.vcxproj +*.vcxproj.filters +*.vcxproj.user + # Chutzpah Test files _Chutzpah* @@ -360,4 +365,6 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/library_cpp.vcxproj +/library_cpp.vcxproj.filters diff --git a/library_cpp.vcxproj b/library_cpp.vcxproj deleted file mode 100644 index 974d29a..0000000 --- a/library_cpp.vcxproj +++ /dev/null @@ -1,139 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 16.0 - Win32Proj - {6dd87860-e42c-4f71-8b30-12ff5200cf8c} - librarycpp - 10.0 - - - - Application - true - v143 - Unicode - - - Application - false - v143 - true - Unicode - - - Application - true - v143 - Unicode - - - Application - false - v143 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - 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 - stdcpp20 - - - Console - true - - - - - Level3 - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - - - - - - - - - - \ No newline at end of file diff --git a/library_cpp.vcxproj.filters b/library_cpp.vcxproj.filters deleted file mode 100644 index 1e6f527..0000000 --- a/library_cpp.vcxproj.filters +++ /dev/null @@ -1,27 +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 - - - - - Header Files - - - \ No newline at end of file