From d80e32ff73dbd8dd8fa1bb1a07453daecb49603d Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 8 Feb 2025 21:56:31 +1100 Subject: remove MS build --- msbuild/cfg/cfg.vcxproj | 158 ---------------------------------------- msbuild/cfg/cfg.vcxproj.filters | 27 ------- 2 files changed, 185 deletions(-) delete mode 100644 msbuild/cfg/cfg.vcxproj delete mode 100644 msbuild/cfg/cfg.vcxproj.filters (limited to 'msbuild/cfg') diff --git a/msbuild/cfg/cfg.vcxproj b/msbuild/cfg/cfg.vcxproj deleted file mode 100644 index b212b78..0000000 --- a/msbuild/cfg/cfg.vcxproj +++ /dev/null @@ -1,158 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 17.0 - Win32Proj - {5b5d6195-0efc-4dad-80f5-db69530f9e33} - cfg - 10.0 - - - - StaticLibrary - true - v143 - Unicode - - - StaticLibrary - false - v143 - true - Unicode - - - StaticLibrary - true - v143 - Unicode - - - StaticLibrary - false - v143 - true - Unicode - - - - - - - - - - - - - - - - - - - - - $(SolutionDir)bin\$(ProjectName)\$(Configuration)\$(Platform)\ - $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ - - - $(SolutionDir)bin\$(ProjectName)\$(Configuration)\$(Platform)\ - $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ - - - $(SolutionDir)bin\$(ProjectName)\$(Configuration)\$(Platform)\ - $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ - - - $(SolutionDir)bin\$(ProjectName)\$(Configuration)\$(Platform)\ - $(SolutionDir)obj\$(ProjectName)\$(Configuration)\$(Platform)\ - - - - Level3 - true - plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - $(SolutionDir)..\qstd - - - Console - true - - - - - Level3 - true - true - true - plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - $(SolutionDir)..\qstd - - - Console - true - true - true - - - - - Level3 - true - plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - $(SolutionDir)..\qstd - - - Console - true - - - - - Level3 - true - true - true - plat_win;plat_x86;allocation_default_alignment=8;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - $(SolutionDir)..\qstd - - - Console - true - true - true - - - - - - - - - - - - \ No newline at end of file diff --git a/msbuild/cfg/cfg.vcxproj.filters b/msbuild/cfg/cfg.vcxproj.filters deleted file mode 100644 index 63a4192..0000000 --- a/msbuild/cfg/cfg.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 -- cgit v1.2.3-54-g00ecf