diff --git a/Oving5/Oving5.sln b/Oving5/Oving5.sln new file mode 100644 index 0000000..680f478 --- /dev/null +++ b/Oving5/Oving5.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.28307.329 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Oving5", "Oving5\Oving5.vcxproj", "{B258150F-F59C-4DB0-AD01-1E7AD3B7B095}" +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 + {B258150F-F59C-4DB0-AD01-1E7AD3B7B095}.Debug|x64.ActiveCfg = Debug|x64 + {B258150F-F59C-4DB0-AD01-1E7AD3B7B095}.Debug|x64.Build.0 = Debug|x64 + {B258150F-F59C-4DB0-AD01-1E7AD3B7B095}.Debug|x86.ActiveCfg = Debug|Win32 + {B258150F-F59C-4DB0-AD01-1E7AD3B7B095}.Debug|x86.Build.0 = Debug|Win32 + {B258150F-F59C-4DB0-AD01-1E7AD3B7B095}.Release|x64.ActiveCfg = Release|x64 + {B258150F-F59C-4DB0-AD01-1E7AD3B7B095}.Release|x64.Build.0 = Release|x64 + {B258150F-F59C-4DB0-AD01-1E7AD3B7B095}.Release|x86.ActiveCfg = Release|Win32 + {B258150F-F59C-4DB0-AD01-1E7AD3B7B095}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {938DE6D0-90D7-4522-BAB5-0FA0DE33F099} + EndGlobalSection +EndGlobal diff --git a/Oving5/Oving5/Oving5.vcxproj b/Oving5/Oving5/Oving5.vcxproj new file mode 100644 index 0000000..3e534dd --- /dev/null +++ b/Oving5/Oving5/Oving5.vcxproj @@ -0,0 +1,142 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {b258150f-f59c-4db0-ad01-1e7ad3b7b095} + Oving5 + 10.0.17763.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + C:\Program Files\TDT4102\includes;$(IncludePath) + + + C:\Program Files\TDT4102\includes;$(IncludePath) + + + C:\Program Files\TDT4102\includes;$(IncludePath) + + + C:\Program Files\TDT4102\includes;$(IncludePath) + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + Disabled + true + true + + + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + Console + + + + + Level3 + MaxSpeed + true + true + true + true + + + true + true + Console + + + + + + + + + \ No newline at end of file diff --git a/Oving5/Oving5/Oving5.vcxproj.filters b/Oving5/Oving5/Oving5.vcxproj.filters new file mode 100644 index 0000000..0d8d9e4 --- /dev/null +++ b/Oving5/Oving5/Oving5.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;hh;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 diff --git a/Oving5/Oving5/main.cpp b/Oving5/Oving5/main.cpp new file mode 100644 index 0000000..a6b332d --- /dev/null +++ b/Oving5/Oving5/main.cpp @@ -0,0 +1,8 @@ +#include "std_lib_facilities.h" + +int main(){ + + // Your code here + + return 0; +} \ No newline at end of file