From 289071c150c4afa5ea1bea635151ccf29df1a513 Mon Sep 17 00:00:00 2001 From: duhow Date: Fri, 28 Jan 2022 19:59:49 +0100 Subject: [PATCH] Delete build with Visual Studio project --- build/vs2019/asmsx-gtest/asmsx-gtest.vcxproj | 130 -------- .../asmsx-gtest/asmsx-gtest.vcxproj.filters | 33 --- build/vs2019/asmsx-gtest/packages.config | 4 - build/vs2019/asmsx.sln | 41 --- build/vs2019/asmsx/asmsx.vcxproj | 280 ------------------ build/vs2019/asmsx/asmsx.vcxproj.filters | 74 ----- 6 files changed, 562 deletions(-) delete mode 100644 build/vs2019/asmsx-gtest/asmsx-gtest.vcxproj delete mode 100644 build/vs2019/asmsx-gtest/asmsx-gtest.vcxproj.filters delete mode 100644 build/vs2019/asmsx-gtest/packages.config delete mode 100644 build/vs2019/asmsx.sln delete mode 100644 build/vs2019/asmsx/asmsx.vcxproj delete mode 100644 build/vs2019/asmsx/asmsx.vcxproj.filters diff --git a/build/vs2019/asmsx-gtest/asmsx-gtest.vcxproj b/build/vs2019/asmsx-gtest/asmsx-gtest.vcxproj deleted file mode 100644 index 04feccc..0000000 --- a/build/vs2019/asmsx-gtest/asmsx-gtest.vcxproj +++ /dev/null @@ -1,130 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - {e1a0c3fb-d2a4-47dc-8585-cff404af41fe} - Win32Proj - 10.0.17763.0 - Application - v142 - Unicode - - - - - - - - - $(VC_IncludePath);$(WindowsSDK_IncludePath);..\src - - - $(VC_IncludePath);$(WindowsSDK_IncludePath);..\src - - - $(VC_IncludePath);$(WindowsSDK_IncludePath);..\src - - - $(VC_IncludePath);$(WindowsSDK_IncludePath);..\src - - - - - - - - - - - - - - - - - - - NotUsing - pch.h - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - - - true - Console - - - - - NotUsing - pch.h - Disabled - X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - - - true - Console - - - - - NotUsing - pch.h - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - Level3 - ProgramDatabase - - - true - Console - true - true - - - - - NotUsing - pch.h - X64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - MultiThreadedDLL - Level3 - ProgramDatabase - - - true - Console - true - true - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - \ No newline at end of file diff --git a/build/vs2019/asmsx-gtest/asmsx-gtest.vcxproj.filters b/build/vs2019/asmsx-gtest/asmsx-gtest.vcxproj.filters deleted file mode 100644 index ec8bb8b..0000000 --- a/build/vs2019/asmsx-gtest/asmsx-gtest.vcxproj.filters +++ /dev/null @@ -1,33 +0,0 @@ - - - - - Source Files - - - Source Files - - - - - - - - {ee95b700-aae9-4184-b677-0fcc1e034676} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {2f996ef0-75b5-449e-a4e1-e49d96683086} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {3b0b2a20-7d24-4217-880b-afa146084664} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - \ No newline at end of file diff --git a/build/vs2019/asmsx-gtest/packages.config b/build/vs2019/asmsx-gtest/packages.config deleted file mode 100644 index 3c6fe17..0000000 --- a/build/vs2019/asmsx-gtest/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/build/vs2019/asmsx.sln b/build/vs2019/asmsx.sln deleted file mode 100644 index b7e1535..0000000 --- a/build/vs2019/asmsx.sln +++ /dev/null @@ -1,41 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.28729.10 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asmsx", "asmsx\asmsx.vcxproj", "{6DEED082-11A2-4BA8-8294-C282670F926B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "asmsx-gtest", "asmsx-gtest\asmsx-gtest.vcxproj", "{E1A0C3FB-D2A4-47DC-8585-CFF404AF41FE}" -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 - {6DEED082-11A2-4BA8-8294-C282670F926B}.Debug|Win32.ActiveCfg = Debug|Win32 - {6DEED082-11A2-4BA8-8294-C282670F926B}.Debug|Win32.Build.0 = Debug|Win32 - {6DEED082-11A2-4BA8-8294-C282670F926B}.Debug|x64.ActiveCfg = Debug|x64 - {6DEED082-11A2-4BA8-8294-C282670F926B}.Debug|x64.Build.0 = Debug|x64 - {6DEED082-11A2-4BA8-8294-C282670F926B}.Release|Win32.ActiveCfg = Release|Win32 - {6DEED082-11A2-4BA8-8294-C282670F926B}.Release|Win32.Build.0 = Release|Win32 - {6DEED082-11A2-4BA8-8294-C282670F926B}.Release|x64.ActiveCfg = Release|x64 - {6DEED082-11A2-4BA8-8294-C282670F926B}.Release|x64.Build.0 = Release|x64 - {E1A0C3FB-D2A4-47DC-8585-CFF404AF41FE}.Debug|Win32.ActiveCfg = Debug|Win32 - {E1A0C3FB-D2A4-47DC-8585-CFF404AF41FE}.Debug|Win32.Build.0 = Debug|Win32 - {E1A0C3FB-D2A4-47DC-8585-CFF404AF41FE}.Debug|x64.ActiveCfg = Debug|x64 - {E1A0C3FB-D2A4-47DC-8585-CFF404AF41FE}.Debug|x64.Build.0 = Debug|x64 - {E1A0C3FB-D2A4-47DC-8585-CFF404AF41FE}.Release|Win32.ActiveCfg = Release|Win32 - {E1A0C3FB-D2A4-47DC-8585-CFF404AF41FE}.Release|Win32.Build.0 = Release|Win32 - {E1A0C3FB-D2A4-47DC-8585-CFF404AF41FE}.Release|x64.ActiveCfg = Release|x64 - {E1A0C3FB-D2A4-47DC-8585-CFF404AF41FE}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {54D23CFC-D3B7-4F13-A3D3-EF66875BB421} - EndGlobalSection -EndGlobal diff --git a/build/vs2019/asmsx/asmsx.vcxproj b/build/vs2019/asmsx/asmsx.vcxproj deleted file mode 100644 index d853886..0000000 --- a/build/vs2019/asmsx/asmsx.vcxproj +++ /dev/null @@ -1,280 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {6DEED082-11A2-4BA8-8294-C282670F926B} - Win32Proj - asmsxvs2015 - 10.0 - - - - Application - true - v142 - Unicode - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - Application - false - v142 - true - Unicode - - - - - - - - - - - - - - - - - - - true - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)..\..\..\src - - - true - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)..\..\..\src - - - false - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)..\..\..\src - - - false - $(VC_IncludePath);$(WindowsSDK_IncludePath);$(ProjectDir)..\..\..\src - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS - CompileAsC - true - - - Console - true - - - true - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS - CompileAsC - true - - - Console - true - - - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS - CompileAsC - AnySuitable - Size - true - - - Console - true - true - true - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions);_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS - CompileAsC - AnySuitable - Size - true - - - Console - true - true - true - - - - - - - - - - - Level3 - Level3 - Level3 - Level3 - - - - - - - - - - - - Document - win_bison.exe -d -v -odura.tab.c $(ProjectDir)..\..\..\src\dura.y - win_bison.exe -d -v -odura.tab.c $(ProjectDir)..\..\..\src\dura.y - Performing GNU Bison processing on dura.y - Performing GNU Bison processing on dura.y - dura.tab.c - dura.tab.c - win_bison.exe -d -v -odura.tab.c $(ProjectDir)..\..\..\src\dura.y - win_bison.exe -d -v -odura.tab.c $(ProjectDir)..\..\..\src\dura.y - Performing GNU Bison processing on dura.y - Performing GNU Bison processing on dura.y - dura.tab.c - dura.tab.c - - - Document - win_flex.exe --wincompat -i -olex.yy.c $(ProjectDir)..\..\..\src\lex.l - win_flex.exe --wincompat -i -olex.yy.c $(ProjectDir)..\..\..\src\lex.l - Performing Flex processing on lex.l - Performing Flex processing on lex.l - lex.yy.c - lex.yy.c - win_flex.exe --wincompat -i -olex.yy.c $(ProjectDir)..\..\..\src\lex.l - win_flex.exe --wincompat -i -olex.yy.c $(ProjectDir)..\..\..\src\lex.l - Performing Flex processing on lex.l - Performing Flex processing on lex.l - lex.yy.c - lex.yy.c - - - Document - win_flex.exe --wincompat -i -Pparser1 -olex.parser1.c $(ProjectDir)..\..\..\src\parser1.l - win_flex.exe --wincompat -i -Pparser1 -olex.parser1.c $(ProjectDir)..\..\..\src\parser1.l - Performing GNU Flex processing on parser1.l - Performing GNU Flex processing on parser1.l - lex.parser1.c - lex.parser1.c - win_flex.exe --wincompat -i -Pparser1 -olex.parser1.c $(ProjectDir)..\..\..\src\parser1.l - win_flex.exe --wincompat -i -Pparser1 -olex.parser1.c $(ProjectDir)..\..\..\src\parser1.l - Performing GNU Flex processing on parser1.l - Performing GNU Flex processing on parser1.l - lex.parser1.c - lex.parser1.c - - - Document - win_flex.exe --wincompat -i -Pparser2 -olex.parser2.c $(ProjectDir)..\..\..\src\parser2.l - win_flex.exe --wincompat -i -Pparser2 -olex.parser2.c $(ProjectDir)..\..\..\src\parser2.l - Performing GNU Flex processing on parser2.l - Performing GNU Flex processing on parser2.l - lex.parser2.c - lex.parser2.c - win_flex.exe --wincompat -i -Pparser2 -olex.parser2.c $(ProjectDir)..\..\..\src\parser2.l - win_flex.exe --wincompat -i -Pparser2 -olex.parser2.c $(ProjectDir)..\..\..\src\parser2.l - Performing GNU Flex processing on parser2.l - Performing GNU Flex processing on parser2.l - lex.parser2.c - lex.parser2.c - - - Document - win_flex.exe --wincompat -i -Pparser3 -olex.parser3.c $(ProjectDir)..\..\..\src\parser3.l - win_flex.exe --wincompat -i -Pparser3 -olex.parser3.c $(ProjectDir)..\..\..\src\parser3.l - Performing GNU Flex processing on parser3.l - Performing GNU Flex processing on parser3.l - lex.parser3.c - lex.parser3.c - win_flex.exe --wincompat -i -Pparser3 -olex.parser3.c $(ProjectDir)..\..\..\src\parser3.l - win_flex.exe --wincompat -i -Pparser3 -olex.parser3.c $(ProjectDir)..\..\..\src\parser3.l - Performing GNU Flex processing on parser3.l - Performing GNU Flex processing on parser3.l - lex.parser3.c - lex.parser3.c - - - Document - win_flex.exe --wincompat -i -Pparser4 -olex.parser4.c $(ProjectDir)..\..\..\src\parser4.l - win_flex.exe --wincompat -i -Pparser4 -olex.parser4.c $(ProjectDir)..\..\..\src\parser4.l - Performing GNU Flex processing on parser4.l - Performing GNU Flex processing on parser4.l - lex.parser4.c - lex.parser4.c - win_flex.exe --wincompat -i -Pparser4 -olex.parser4.c $(ProjectDir)..\..\..\src\parser4.l - win_flex.exe --wincompat -i -Pparser4 -olex.parser4.c $(ProjectDir)..\..\..\src\parser4.l - Performing GNU Flex processing on parser4.l - Performing GNU Flex processing on parser4.l - lex.parser4.c - lex.parser4.c - - - - - - diff --git a/build/vs2019/asmsx/asmsx.vcxproj.filters b/build/vs2019/asmsx/asmsx.vcxproj.filters deleted file mode 100644 index 58e59c7..0000000 --- a/build/vs2019/asmsx/asmsx.vcxproj.filters +++ /dev/null @@ -1,74 +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;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 - - - {4feab28e-037c-4eac-85f6-af75e7883728} - - - - - Source Files - - - Generated Files - - - Generated Files - - - Generated Files - - - Generated Files - - - Generated Files - - - Source Files - - - - - Header Files - - - Generated Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file