From 52a30c82352b87d96ee1349c02a2f8eb9b654124 Mon Sep 17 00:00:00 2001 From: Kaiser-san Date: Tue, 4 Aug 2020 17:21:49 +0200 Subject: [PATCH] Cleaning up solution for ReploidTestService --- Reploid.sln | 10 ++++++++++ Reploid/Reploid.cpp | 20 -------------------- Reploid/Reploid.vcxproj | 5 +---- Reploid/Reploid.vcxproj.filters | 5 ----- 4 files changed, 11 insertions(+), 29 deletions(-) delete mode 100644 Reploid/Reploid.cpp diff --git a/Reploid.sln b/Reploid.sln index 12df8a8..3d550e4 100644 --- a/Reploid.sln +++ b/Reploid.sln @@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.30225.117 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reploid", "Reploid\Reploid.vcxproj", "{4D952243-305C-4E17-9110-B66EE849D65B}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ReploidTestService", "ReploidTestService\ReploidTestService.vcxproj", "{87E09BB8-C63B-482D-9C72-3D7600BCEEBE}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 @@ -21,6 +23,14 @@ Global {4D952243-305C-4E17-9110-B66EE849D65B}.Release|x64.Build.0 = Release|x64 {4D952243-305C-4E17-9110-B66EE849D65B}.Release|x86.ActiveCfg = Release|Win32 {4D952243-305C-4E17-9110-B66EE849D65B}.Release|x86.Build.0 = Release|Win32 + {87E09BB8-C63B-482D-9C72-3D7600BCEEBE}.Debug|x64.ActiveCfg = Debug|x64 + {87E09BB8-C63B-482D-9C72-3D7600BCEEBE}.Debug|x64.Build.0 = Debug|x64 + {87E09BB8-C63B-482D-9C72-3D7600BCEEBE}.Debug|x86.ActiveCfg = Debug|Win32 + {87E09BB8-C63B-482D-9C72-3D7600BCEEBE}.Debug|x86.Build.0 = Debug|Win32 + {87E09BB8-C63B-482D-9C72-3D7600BCEEBE}.Release|x64.ActiveCfg = Release|x64 + {87E09BB8-C63B-482D-9C72-3D7600BCEEBE}.Release|x64.Build.0 = Release|x64 + {87E09BB8-C63B-482D-9C72-3D7600BCEEBE}.Release|x86.ActiveCfg = Release|Win32 + {87E09BB8-C63B-482D-9C72-3D7600BCEEBE}.Release|x86.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Reploid/Reploid.cpp b/Reploid/Reploid.cpp deleted file mode 100644 index 8bc63f0..0000000 --- a/Reploid/Reploid.cpp +++ /dev/null @@ -1,20 +0,0 @@ -// Reploid.cpp : This file contains the 'main' function. Program execution begins and ends there. -// - -#include - -int main() -{ - std::cout << "Hello World!\n"; -} - -// Run program: Ctrl + F5 or Debug > Start Without Debugging menu -// Debug program: F5 or Debug > Start Debugging menu - -// Tips for Getting Started: -// 1. Use the Solution Explorer window to add/manage files -// 2. Use the Team Explorer window to connect to source control -// 3. Use the Output window to see build output and other messages -// 4. Use the Error List window to view errors -// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project -// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file diff --git a/Reploid/Reploid.vcxproj b/Reploid/Reploid.vcxproj index 406d0e6..4349cce 100644 --- a/Reploid/Reploid.vcxproj +++ b/Reploid/Reploid.vcxproj @@ -40,7 +40,7 @@ Unicode - Application + StaticLibrary true v142 Unicode @@ -138,9 +138,6 @@ true - - - diff --git a/Reploid/Reploid.vcxproj.filters b/Reploid/Reploid.vcxproj.filters index bca3694..5bd243a 100644 --- a/Reploid/Reploid.vcxproj.filters +++ b/Reploid/Reploid.vcxproj.filters @@ -14,9 +14,4 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - Source Files - - \ No newline at end of file