From 57b8870f28bf9f51663e9a04ff3cade649b1305e Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Mon, 10 Dec 2018 17:52:02 +0100 Subject: [PATCH] Added separate project/solution files for VS2010. --- TimedExec_VS2010.sln | 29 +++ TimedExec_VS2010.vcxproj | 190 ++++++++++++++++++ ...ilters => TimedExec_VS2010.vcxproj.filters | 0 TimedExec.sln => TimedExec_VS2017.sln | 2 +- TimedExec.vcxproj => TimedExec_VS2017.vcxproj | 1 + TimedExec_VS2017.vcxproj.filters | 22 ++ 6 files changed, 243 insertions(+), 1 deletion(-) create mode 100644 TimedExec_VS2010.sln create mode 100644 TimedExec_VS2010.vcxproj rename TimedExec.vcxproj.filters => TimedExec_VS2010.vcxproj.filters (100%) rename TimedExec.sln => TimedExec_VS2017.sln (95%) rename TimedExec.vcxproj => TimedExec_VS2017.vcxproj (99%) create mode 100644 TimedExec_VS2017.vcxproj.filters diff --git a/TimedExec_VS2010.sln b/TimedExec_VS2010.sln new file mode 100644 index 0000000..4dfcc42 --- /dev/null +++ b/TimedExec_VS2010.sln @@ -0,0 +1,29 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TimedExec", "TimedExec_VS2010.vcxproj", "{7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Debug|x64 = Debug|x64 + Release|Win32 = Release|Win32 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}.Debug|Win32.ActiveCfg = Debug|Win32 + {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}.Debug|Win32.Build.0 = Debug|Win32 + {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}.Debug|x64.ActiveCfg = Debug|x64 + {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}.Debug|x64.Build.0 = Debug|x64 + {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}.Release|Win32.ActiveCfg = Release|Win32 + {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}.Release|Win32.Build.0 = Release|Win32 + {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}.Release|x64.ActiveCfg = Release|x64 + {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {12DAF4B4-799E-4BC1-AF50-4DA64DCC365C} + EndGlobalSection +EndGlobal diff --git a/TimedExec_VS2010.vcxproj b/TimedExec_VS2010.vcxproj new file mode 100644 index 0000000..cb6faba --- /dev/null +++ b/TimedExec_VS2010.vcxproj @@ -0,0 +1,190 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC} + Win32Proj + TimedExec + TimedExec + + + + Application + true + Unicode + v100 + + + Application + true + Unicode + v100 + + + Application + false + true + Unicode + v100 + + + Application + false + true + Unicode + v100 + + + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)\bin\$(Platform)\$(Configuration)\ + $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + + + true + $(SolutionDir)\bin\$(Platform)\$(Configuration)\ + $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + + + false + $(SolutionDir)\bin\$(Platform)\$(Configuration)\ + $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + + + false + $(SolutionDir)\bin\$(Platform)\$(Configuration)\ + $(SolutionDir)\obj\$(Platform)\$(Configuration)\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + NotSet + + + Console + true + $(SolutionDir)\etc\EncodePointer\lib\EncodePointer.lib;Shell32.lib;Shlwapi.lib;%(AdditionalDependencies) + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + NotSet + + + Console + true + Shell32.lib;Shlwapi.lib;%(AdditionalDependencies) + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + AnySuitable + Speed + MultiThreaded + NotSet + false + true + false + Fast + false + true + + + Console + false + true + true + UseLinkTimeCodeGeneration + $(SolutionDir)\etc\EncodePointer\lib\EncodePointer.lib;Shell32.lib;Shlwapi.lib;%(AdditionalDependencies) + false + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + AnySuitable + Speed + MultiThreaded + NotSet + false + true + false + Fast + false + true + + + Console + false + true + true + UseLinkTimeCodeGeneration + false + Shell32.lib;;Shlwapi.lib;%(AdditionalDependencies) + + + + + + \ No newline at end of file diff --git a/TimedExec.vcxproj.filters b/TimedExec_VS2010.vcxproj.filters similarity index 100% rename from TimedExec.vcxproj.filters rename to TimedExec_VS2010.vcxproj.filters diff --git a/TimedExec.sln b/TimedExec_VS2017.sln similarity index 95% rename from TimedExec.sln rename to TimedExec_VS2017.sln index 74e63de..18011f5 100644 --- a/TimedExec.sln +++ b/TimedExec_VS2017.sln @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.28307.136 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TimedExec", "TimedExec.vcxproj", "{7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TimedExec", "TimedExec_VS2017.vcxproj", "{7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/TimedExec.vcxproj b/TimedExec_VS2017.vcxproj similarity index 99% rename from TimedExec.vcxproj rename to TimedExec_VS2017.vcxproj index a9de839..0008056 100644 --- a/TimedExec.vcxproj +++ b/TimedExec_VS2017.vcxproj @@ -25,6 +25,7 @@ {7BB6FBD8-4531-4CBB-B9EE-D440ACD7BCEC} Win32Proj TimedExec + TimedExec diff --git a/TimedExec_VS2017.vcxproj.filters b/TimedExec_VS2017.vcxproj.filters new file mode 100644 index 0000000..3735910 --- /dev/null +++ b/TimedExec_VS2017.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {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 + + + \ No newline at end of file