From 3f309df78d26d56389ee83377c23395f4f182dc9 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Mon, 15 Apr 2024 22:48:30 +0200 Subject: [PATCH 1/2] delete files specific to code editors * remove TwoFactorAuth.phpproj * remove TwoFactorAuth.sln They are not used anymore. See https://github.com/RobThree/TwoFactorAuth/pull/119#issuecomment-2057777036 --- TwoFactorAuth.phpproj | 69 ------------------------------------------- TwoFactorAuth.sln | 22 -------------- 2 files changed, 91 deletions(-) delete mode 100644 TwoFactorAuth.phpproj delete mode 100644 TwoFactorAuth.sln diff --git a/TwoFactorAuth.phpproj b/TwoFactorAuth.phpproj deleted file mode 100644 index 2a55b72..0000000 --- a/TwoFactorAuth.phpproj +++ /dev/null @@ -1,69 +0,0 @@ - - - - Debug - TwoFactorAuth - {e569f53a-a604-4579-91ce-4e35b27da47b} - TwoFactorAuth - Library - {A0786B88-2ADB-4C21-ABE8-AA2D79766269} - False - PHPDev - None - True - 41315 - localhost - http://localhost:41315/ - PHP - 8.1 - - - true - - - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/TwoFactorAuth.sln b/TwoFactorAuth.sln deleted file mode 100644 index df901f6..0000000 --- a/TwoFactorAuth.sln +++ /dev/null @@ -1,22 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.30723.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{A0786B88-2ADB-4C21-ABE8-AA2D79766269}") = "TwoFactorAuth", "TwoFactorAuth.phpproj", "{E569F53A-A604-4579-91CE-4E35B27DA47B}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E569F53A-A604-4579-91CE-4E35B27DA47B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E569F53A-A604-4579-91CE-4E35B27DA47B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E569F53A-A604-4579-91CE-4E35B27DA47B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E569F53A-A604-4579-91CE-4E35B27DA47B}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal From ba63b84070ca2df874b23e7a038f6b283c48c8d0 Mon Sep 17 00:00:00 2001 From: Nicolas CARPi Date: Tue, 16 Apr 2024 15:29:54 +0200 Subject: [PATCH 2/2] remove deleted files from excluded files in composer.json --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a3264a0..44f6847 100644 --- a/composer.json +++ b/composer.json @@ -72,9 +72,7 @@ "/.gitignore", "/logo.png", "/multifactorauthforeveryone.png", - "/phpunit.xml", - "/TwoFactorAuth.phpproj", - "/TwoFactorAuth.sln" + "/phpunit.xml" ] } }