From 6daea14014e4c07b70a7d4ee14eca997a05576b3 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sat, 21 Jun 2025 14:16:17 +0200 Subject: [PATCH] Remove Visual Studio project --- btparser.sln | 28 ------ btparser/btparser.vcxproj | 136 ------------------------------ btparser/btparser.vcxproj.filters | 53 ------------ btparser/btparser.vcxproj.user | 4 - 4 files changed, 221 deletions(-) delete mode 100644 btparser.sln delete mode 100644 btparser/btparser.vcxproj delete mode 100644 btparser/btparser.vcxproj.filters delete mode 100644 btparser/btparser.vcxproj.user diff --git a/btparser.sln b/btparser.sln deleted file mode 100644 index d664ad8..0000000 --- a/btparser.sln +++ /dev/null @@ -1,28 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.40629.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "btparser", "btparser\btparser.vcxproj", "{B0411C78-2F06-49E0-8DE9-5C52A466F5DE}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B0411C78-2F06-49E0-8DE9-5C52A466F5DE}.Debug|Win32.ActiveCfg = Debug|Win32 - {B0411C78-2F06-49E0-8DE9-5C52A466F5DE}.Debug|Win32.Build.0 = Debug|Win32 - {B0411C78-2F06-49E0-8DE9-5C52A466F5DE}.Debug|x64.ActiveCfg = Debug|x64 - {B0411C78-2F06-49E0-8DE9-5C52A466F5DE}.Debug|x64.Build.0 = Debug|x64 - {B0411C78-2F06-49E0-8DE9-5C52A466F5DE}.Release|Win32.ActiveCfg = Release|Win32 - {B0411C78-2F06-49E0-8DE9-5C52A466F5DE}.Release|Win32.Build.0 = Release|Win32 - {B0411C78-2F06-49E0-8DE9-5C52A466F5DE}.Release|x64.ActiveCfg = Release|x64 - {B0411C78-2F06-49E0-8DE9-5C52A466F5DE}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/btparser/btparser.vcxproj b/btparser/btparser.vcxproj deleted file mode 100644 index 4811b58..0000000 --- a/btparser/btparser.vcxproj +++ /dev/null @@ -1,136 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - - - - - - - - - - - - - - - - - {B0411C78-2F06-49E0-8DE9-5C52A466F5DE} - btparser - - - - Application - true - v120 - MultiByte - - - Application - true - v120 - MultiByte - - - Application - false - v120 - true - MultiByte - - - Application - false - v120 - true - MultiByte - - - - - - - - - - - - - - - - - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - Disabled - true - - - true - - - - - Level3 - MaxSpeed - true - true - true - - - true - true - true - - - - - Level3 - MaxSpeed - true - true - true - - - true - true - true - - - - - - \ No newline at end of file diff --git a/btparser/btparser.vcxproj.filters b/btparser/btparser.vcxproj.filters deleted file mode 100644 index a7b5f10..0000000 --- a/btparser/btparser.vcxproj.filters +++ /dev/null @@ -1,53 +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 - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Header Files - - - \ No newline at end of file diff --git a/btparser/btparser.vcxproj.user b/btparser/btparser.vcxproj.user deleted file mode 100644 index 2a22e69..0000000 --- a/btparser/btparser.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file