From 0c4987c0cbd9bd51c4f14fa00f000a5301253a40 Mon Sep 17 00:00:00 2001 From: BlubbFish Date: Mon, 11 Feb 2019 16:45:04 +0000 Subject: [PATCH] init testc++ --- testc++.sln | 31 ++++++++ testc++/testc++.vcxproj | 122 ++++++++++++++++++++++++++++++++ testc++/testc++.vcxproj.filters | 17 +++++ testc++/testc++.vcxproj.user | 4 ++ 4 files changed, 174 insertions(+) create mode 100644 testc++.sln create mode 100644 testc++/testc++.vcxproj create mode 100644 testc++/testc++.vcxproj.filters create mode 100644 testc++/testc++.vcxproj.user diff --git a/testc++.sln b/testc++.sln new file mode 100644 index 0000000..8fc789d --- /dev/null +++ b/testc++.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27703.2026 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testc++", "testc++\testc++.vcxproj", "{9BDE6997-A181-4574-8D59-F0E659506352}" +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 + {9BDE6997-A181-4574-8D59-F0E659506352}.Debug|x64.ActiveCfg = Debug|x64 + {9BDE6997-A181-4574-8D59-F0E659506352}.Debug|x64.Build.0 = Debug|x64 + {9BDE6997-A181-4574-8D59-F0E659506352}.Debug|x86.ActiveCfg = Debug|Win32 + {9BDE6997-A181-4574-8D59-F0E659506352}.Debug|x86.Build.0 = Debug|Win32 + {9BDE6997-A181-4574-8D59-F0E659506352}.Release|x64.ActiveCfg = Release|x64 + {9BDE6997-A181-4574-8D59-F0E659506352}.Release|x64.Build.0 = Release|x64 + {9BDE6997-A181-4574-8D59-F0E659506352}.Release|x86.ActiveCfg = Release|Win32 + {9BDE6997-A181-4574-8D59-F0E659506352}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {1B1AF3A0-D4AE-4DEA-BB7C-388BBA8395A3} + EndGlobalSection +EndGlobal diff --git a/testc++/testc++.vcxproj b/testc++/testc++.vcxproj new file mode 100644 index 0000000..9dea2ed --- /dev/null +++ b/testc++/testc++.vcxproj @@ -0,0 +1,122 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {9BDE6997-A181-4574-8D59-F0E659506352} + testc + 10.0.17134.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + true + + + + + Level3 + Disabled + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + + + + + + + + \ No newline at end of file diff --git a/testc++/testc++.vcxproj.filters b/testc++/testc++.vcxproj.filters new file mode 100644 index 0000000..5fb3c70 --- /dev/null +++ b/testc++/testc++.vcxproj.filters @@ -0,0 +1,17 @@ + + + + + {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 + + + \ No newline at end of file diff --git a/testc++/testc++.vcxproj.user b/testc++/testc++.vcxproj.user new file mode 100644 index 0000000..6e2aec7 --- /dev/null +++ b/testc++/testc++.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file