From d1d9058e8085acf00c4893d405aed894a844c95a Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Sat, 20 Nov 2021 18:37:20 +0100 Subject: [PATCH] Initial setup --- StringTools/Exec/Exec.vcxproj | 147 +++++++++++++++ StringTools/Exec/Exec.vcxproj.filters | 22 +++ StringTools/Exec/main.cpp | 6 + StringTools/StringTools.sln | 31 ++++ StringTools/StringTools/StringTools.cpp | 0 StringTools/StringTools/StringTools.h | 5 + StringTools/StringTools/StringTools.vcxproj | 147 +++++++++++++++ .../StringTools/StringTools.vcxproj.filters | 22 +++ StringTools/Test/Test.cpp | 16 ++ StringTools/Test/Test.vcxproj | 173 ++++++++++++++++++ StringTools/Test/Test.vcxproj.filters | 30 +++ 11 files changed, 599 insertions(+) create mode 100644 StringTools/Exec/Exec.vcxproj create mode 100644 StringTools/Exec/Exec.vcxproj.filters create mode 100644 StringTools/Exec/main.cpp create mode 100644 StringTools/StringTools.sln create mode 100644 StringTools/StringTools/StringTools.cpp create mode 100644 StringTools/StringTools/StringTools.h create mode 100644 StringTools/StringTools/StringTools.vcxproj create mode 100644 StringTools/StringTools/StringTools.vcxproj.filters create mode 100644 StringTools/Test/Test.cpp create mode 100644 StringTools/Test/Test.vcxproj create mode 100644 StringTools/Test/Test.vcxproj.filters diff --git a/StringTools/Exec/Exec.vcxproj b/StringTools/Exec/Exec.vcxproj new file mode 100644 index 0000000..a80df50 --- /dev/null +++ b/StringTools/Exec/Exec.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {02f9fa44-902f-4695-846b-0b45e952a962} + Exec + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/StringTools/Exec/Exec.vcxproj.filters b/StringTools/Exec/Exec.vcxproj.filters new file mode 100644 index 0000000..c3e833c --- /dev/null +++ b/StringTools/Exec/Exec.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {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 + + + + + Quelldateien + + + \ No newline at end of file diff --git a/StringTools/Exec/main.cpp b/StringTools/Exec/main.cpp new file mode 100644 index 0000000..f385484 --- /dev/null +++ b/StringTools/Exec/main.cpp @@ -0,0 +1,6 @@ +#include + +int main() +{ + std::cout << "Hello World!\n"; +} diff --git a/StringTools/StringTools.sln b/StringTools/StringTools.sln new file mode 100644 index 0000000..be70dd8 --- /dev/null +++ b/StringTools/StringTools.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30907.101 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "StringTools", "StringTools\StringTools.vcxproj", "{0270AC5E-EBA3-4D8F-8D50-995FD44959B4}" +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 + {0270AC5E-EBA3-4D8F-8D50-995FD44959B4}.Debug|x64.ActiveCfg = Debug|x64 + {0270AC5E-EBA3-4D8F-8D50-995FD44959B4}.Debug|x64.Build.0 = Debug|x64 + {0270AC5E-EBA3-4D8F-8D50-995FD44959B4}.Debug|x86.ActiveCfg = Debug|Win32 + {0270AC5E-EBA3-4D8F-8D50-995FD44959B4}.Debug|x86.Build.0 = Debug|Win32 + {0270AC5E-EBA3-4D8F-8D50-995FD44959B4}.Release|x64.ActiveCfg = Release|x64 + {0270AC5E-EBA3-4D8F-8D50-995FD44959B4}.Release|x64.Build.0 = Release|x64 + {0270AC5E-EBA3-4D8F-8D50-995FD44959B4}.Release|x86.ActiveCfg = Release|Win32 + {0270AC5E-EBA3-4D8F-8D50-995FD44959B4}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9F255CFD-0ECB-44F5-A3D8-3E3B2AE2C387} + EndGlobalSection +EndGlobal diff --git a/StringTools/StringTools/StringTools.cpp b/StringTools/StringTools/StringTools.cpp new file mode 100644 index 0000000..e69de29 diff --git a/StringTools/StringTools/StringTools.h b/StringTools/StringTools/StringTools.h new file mode 100644 index 0000000..268bae5 --- /dev/null +++ b/StringTools/StringTools/StringTools.h @@ -0,0 +1,5 @@ +#pragma once +class StringTools +{ +}; + diff --git a/StringTools/StringTools/StringTools.vcxproj b/StringTools/StringTools/StringTools.vcxproj new file mode 100644 index 0000000..e9cba79 --- /dev/null +++ b/StringTools/StringTools/StringTools.vcxproj @@ -0,0 +1,147 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + Win32Proj + {0270ac5e-eba3-4d8f-8d50-995fd44959b4} + StringTools + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + false + + + true + + + false + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + \ No newline at end of file diff --git a/StringTools/StringTools/StringTools.vcxproj.filters b/StringTools/StringTools/StringTools.vcxproj.filters new file mode 100644 index 0000000..a119ed4 --- /dev/null +++ b/StringTools/StringTools/StringTools.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {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 + + + + + Quelldateien + + + \ No newline at end of file diff --git a/StringTools/Test/Test.cpp b/StringTools/Test/Test.cpp new file mode 100644 index 0000000..4441b10 --- /dev/null +++ b/StringTools/Test/Test.cpp @@ -0,0 +1,16 @@ +#include "pch.h" +#include "CppUnitTest.h" + +using namespace Microsoft::VisualStudio::CppUnitTestFramework; + +namespace Test +{ + TEST_CLASS(Test) + { + public: + + TEST_METHOD(TestMethod1) + { + } + }; +} diff --git a/StringTools/Test/Test.vcxproj b/StringTools/Test/Test.vcxproj new file mode 100644 index 0000000..d60a246 --- /dev/null +++ b/StringTools/Test/Test.vcxproj @@ -0,0 +1,173 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {64EF270C-0A13-4AD8-8D50-23A1CEEBF98B} + Win32Proj + Test + 10.0 + NativeUnitTestProject + + + + DynamicLibrary + true + v142 + Unicode + false + + + DynamicLibrary + false + v142 + true + Unicode + false + + + DynamicLibrary + true + v142 + Unicode + false + + + DynamicLibrary + false + v142 + true + Unicode + false + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + true + $(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;%(PreprocessorDefinitions) + true + pch.h + + + Windows + $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories) + + + + + Use + Level3 + true + $(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories) + _DEBUG;%(PreprocessorDefinitions) + true + pch.h + + + Windows + $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories) + + + + + Use + Level3 + true + true + true + $(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;%(PreprocessorDefinitions) + true + pch.h + + + Windows + true + true + $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories) + + + + + Use + Level3 + true + true + true + $(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories) + NDEBUG;%(PreprocessorDefinitions) + true + pch.h + + + Windows + true + true + $(VCInstallDir)UnitTest\lib;%(AdditionalLibraryDirectories) + + + + + Create + Create + Create + Create + + + + + + + + + + \ No newline at end of file diff --git a/StringTools/Test/Test.vcxproj.filters b/StringTools/Test/Test.vcxproj.filters new file mode 100644 index 0000000..99bfffa --- /dev/null +++ b/StringTools/Test/Test.vcxproj.filters @@ -0,0 +1,30 @@ + + + + + {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 + + + + + Quelldateien + + + Quelldateien + + + + + Headerdateien + + + \ No newline at end of file