diff --git a/Domito.sln b/Domito.sln index 238be1f..8394ec1 100644 --- a/Domito.sln +++ b/Domito.sln @@ -3,25 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.6.33723.286 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Domito", "src\Domito.vcxproj", "{22836709-3931-4469-93A3-6074A95FF1F8}" -EndProject Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {22836709-3931-4469-93A3-6074A95FF1F8}.Debug|x64.ActiveCfg = Debug|x64 - {22836709-3931-4469-93A3-6074A95FF1F8}.Debug|x64.Build.0 = Debug|x64 - {22836709-3931-4469-93A3-6074A95FF1F8}.Debug|x86.ActiveCfg = Debug|Win32 - {22836709-3931-4469-93A3-6074A95FF1F8}.Debug|x86.Build.0 = Debug|Win32 - {22836709-3931-4469-93A3-6074A95FF1F8}.Release|x64.ActiveCfg = Release|x64 - {22836709-3931-4469-93A3-6074A95FF1F8}.Release|x64.Build.0 = Release|x64 - {22836709-3931-4469-93A3-6074A95FF1F8}.Release|x86.ActiveCfg = Release|Win32 - {22836709-3931-4469-93A3-6074A95FF1F8}.Release|x86.Build.0 = Release|Win32 - EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection diff --git a/src/Domito.cpp b/src/Domito.cpp deleted file mode 100644 index 7a3b251..0000000 --- a/src/Domito.cpp +++ /dev/null @@ -1,6 +0,0 @@ -// Domito.cpp : Defines the functions for the static library. -// - -#include "pch.h" -#include "Domito.h" - diff --git a/src/Domito.h b/src/Domito.h deleted file mode 100644 index 3f59c93..0000000 --- a/src/Domito.h +++ /dev/null @@ -1,2 +0,0 @@ -#pragma once - diff --git a/src/Domito.vcxproj b/src/Domito.vcxproj deleted file mode 100644 index 6a373fe..0000000 --- a/src/Domito.vcxproj +++ /dev/null @@ -1,157 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 16.0 - Win32Proj - {22836709-3931-4469-93a3-6074a95ff1f8} - Domito - 10.0 - - - - StaticLibrary - true - v143 - Unicode - - - StaticLibrary - false - v143 - true - Unicode - - - StaticLibrary - true - v143 - Unicode - - - StaticLibrary - false - v143 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - Level3 - true - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - Use - pch.h - - - - - true - - - - - Level3 - true - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - Use - pch.h - - - - - true - true - true - - - - - Level3 - true - _DEBUG;_LIB;%(PreprocessorDefinitions) - true - Use - pch.h - - - - - true - - - - - Level3 - true - true - true - NDEBUG;_LIB;%(PreprocessorDefinitions) - true - Use - pch.h - - - - - true - true - true - - - - - - - - - - Create - Create - Create - Create - - - - - - \ No newline at end of file diff --git a/src/Domito.vcxproj.filters b/src/Domito.vcxproj.filters deleted file mode 100644 index 184dc8a..0000000 --- a/src/Domito.vcxproj.filters +++ /dev/null @@ -1,33 +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 - - - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/src/pch.cpp b/src/pch.cpp deleted file mode 100644 index 64b7eef..0000000 --- a/src/pch.cpp +++ /dev/null @@ -1,5 +0,0 @@ -// pch.cpp: source file corresponding to the pre-compiled header - -#include "pch.h" - -// When you are using pre-compiled headers, this source file is necessary for compilation to succeed. diff --git a/src/pch.h b/src/pch.h deleted file mode 100644 index 05471fc..0000000 --- a/src/pch.h +++ /dev/null @@ -1,13 +0,0 @@ -// pch.h: This is a precompiled header file. -// Files listed below are compiled only once, improving build performance for future builds. -// This also affects IntelliSense performance, including code completion and many code browsing features. -// However, files listed here are ALL re-compiled if any one of them is updated between builds. -// Do not add files here that you will be updating frequently as this negates the performance advantage. - -#ifndef PCH_H -#define PCH_H - -// add headers that you want to pre-compile here -#include "Domito.h" - -#endif //PCH_H