From 364ed2cfd4a4b61a7ccfdd7b51f418fd5de89471 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 3 Feb 2022 13:17:59 +0100 Subject: [PATCH] Declare as portable Signed-off-by: Simon Rozman --- .gitignore | 6 --- appveyor.yml | 16 -------- build/stdex.vcxproj | 77 ------------------------------------- build/stdex.vcxproj.filters | 30 --------------- src/pch.cpp | 6 --- src/pch.h | 8 ---- stdex.sln | 37 ------------------ 7 files changed, 180 deletions(-) delete mode 100644 appveyor.yml delete mode 100644 build/stdex.vcxproj delete mode 100644 build/stdex.vcxproj.filters delete mode 100644 src/pch.cpp delete mode 100644 src/pch.h delete mode 100644 stdex.sln diff --git a/.gitignore b/.gitignore index 230c6687b..5df586670 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/.vs -/*.sdf -/*.suo /doc -/ipch -*.user -temp diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 6e01507c1..000000000 --- a/appveyor.yml +++ /dev/null @@ -1,16 +0,0 @@ -version: 1.0.{build} -environment: - matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022 -configuration: - - Debug - - Release -platform: - - Win32 - - x64 - - ARM64 -build: - project: stdex.sln - parallel: true - verbosity: minimal diff --git a/build/stdex.vcxproj b/build/stdex.vcxproj deleted file mode 100644 index fee8aabc8..000000000 --- a/build/stdex.vcxproj +++ /dev/null @@ -1,77 +0,0 @@ - - - - - Debug - ARM64 - - - Debug - Win32 - - - Debug - x64 - - - Release - ARM64 - - - Release - Win32 - - - Release - x64 - - - - {518777CC-0A59-4415-A12A-82751ED75343} - stdex - stdex - - - - StaticLibrary - Unicode - $(DefaultPlatformToolset) - - - true - - - true - - - true - - - - - - - - - - - ..\..\..\output\$(Platform).$(Configuration)\ - - - - Use - pch.h - - - - - Create - - - - - - - - - \ No newline at end of file diff --git a/build/stdex.vcxproj.filters b/build/stdex.vcxproj.filters deleted file mode 100644 index 9dc52831a..000000000 --- a/build/stdex.vcxproj.filters +++ /dev/null @@ -1,30 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;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 - - - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/src/pch.cpp b/src/pch.cpp deleted file mode 100644 index c17daabe1..000000000 --- a/src/pch.cpp +++ /dev/null @@ -1,6 +0,0 @@ -/* - SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2022 Amebis -*/ - -#include "pch.h" diff --git a/src/pch.h b/src/pch.h deleted file mode 100644 index 015d62132..000000000 --- a/src/pch.h +++ /dev/null @@ -1,8 +0,0 @@ -/* - SPDX-License-Identifier: GPL-3.0-or-later - Copyright © 2016-2022 Amebis -*/ - -#pragma once - -#include "../include/stdex/idrec.h" diff --git a/stdex.sln b/stdex.sln deleted file mode 100644 index 0161fa6cd..000000000 --- a/stdex.sln +++ /dev/null @@ -1,37 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.29009.5 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "stdex", "build\stdex.vcxproj", "{518777CC-0A59-4415-A12A-82751ED75343}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|ARM64 = Debug|ARM64 - Debug|Win32 = Debug|Win32 - Debug|x64 = Debug|x64 - Release|ARM64 = Release|ARM64 - Release|Win32 = Release|Win32 - Release|x64 = Release|x64 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {518777CC-0A59-4415-A12A-82751ED75343}.Debug|ARM64.ActiveCfg = Debug|ARM64 - {518777CC-0A59-4415-A12A-82751ED75343}.Debug|ARM64.Build.0 = Debug|ARM64 - {518777CC-0A59-4415-A12A-82751ED75343}.Debug|Win32.ActiveCfg = Debug|Win32 - {518777CC-0A59-4415-A12A-82751ED75343}.Debug|Win32.Build.0 = Debug|Win32 - {518777CC-0A59-4415-A12A-82751ED75343}.Debug|x64.ActiveCfg = Debug|x64 - {518777CC-0A59-4415-A12A-82751ED75343}.Debug|x64.Build.0 = Debug|x64 - {518777CC-0A59-4415-A12A-82751ED75343}.Release|ARM64.ActiveCfg = Release|ARM64 - {518777CC-0A59-4415-A12A-82751ED75343}.Release|ARM64.Build.0 = Release|ARM64 - {518777CC-0A59-4415-A12A-82751ED75343}.Release|Win32.ActiveCfg = Release|Win32 - {518777CC-0A59-4415-A12A-82751ED75343}.Release|Win32.Build.0 = Release|Win32 - {518777CC-0A59-4415-A12A-82751ED75343}.Release|x64.ActiveCfg = Release|x64 - {518777CC-0A59-4415-A12A-82751ED75343}.Release|x64.Build.0 = Release|x64 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {CDBF4F12-7487-465C-8F31-9CFB3BDC2EE3} - EndGlobalSection -EndGlobal