diff --git a/104360451.Project1/.vs/104360451.Project1/v15/Browse.VC.db b/104360451.Project1/.vs/104360451.Project1/v15/Browse.VC.db new file mode 100644 index 0000000..911fd97 Binary files /dev/null and b/104360451.Project1/.vs/104360451.Project1/v15/Browse.VC.db differ diff --git a/104360451.Project1/104360451.Project1.sln b/104360451.Project1/104360451.Project1.sln new file mode 100644 index 0000000..8476c2d --- /dev/null +++ b/104360451.Project1/104360451.Project1.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.26730.16 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "104360451.Project1", "104360451.Project1\104360451.Project1.vcxproj", "{5617AA3F-BAFA-4985-8CE5-795773C72A36}" +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 + {5617AA3F-BAFA-4985-8CE5-795773C72A36}.Debug|x64.ActiveCfg = Debug|x64 + {5617AA3F-BAFA-4985-8CE5-795773C72A36}.Debug|x64.Build.0 = Debug|x64 + {5617AA3F-BAFA-4985-8CE5-795773C72A36}.Debug|x86.ActiveCfg = Debug|Win32 + {5617AA3F-BAFA-4985-8CE5-795773C72A36}.Debug|x86.Build.0 = Debug|Win32 + {5617AA3F-BAFA-4985-8CE5-795773C72A36}.Release|x64.ActiveCfg = Release|x64 + {5617AA3F-BAFA-4985-8CE5-795773C72A36}.Release|x64.Build.0 = Release|x64 + {5617AA3F-BAFA-4985-8CE5-795773C72A36}.Release|x86.ActiveCfg = Release|Win32 + {5617AA3F-BAFA-4985-8CE5-795773C72A36}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {CE806262-6FE7-4843-83E6-1DE3CE77F24B} + EndGlobalSection +EndGlobal diff --git a/104360451.Project1/104360451.Project1/104360451.Project1.vcxproj b/104360451.Project1/104360451.Project1/104360451.Project1.vcxproj new file mode 100644 index 0000000..5a19e46 --- /dev/null +++ b/104360451.Project1/104360451.Project1/104360451.Project1.vcxproj @@ -0,0 +1,119 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {5617AA3F-BAFA-4985-8CE5-795773C72A36} + My104360451Project1 + 10.0.15063.0 + + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + Application + true + v141 + MultiByte + + + Application + false + v141 + true + MultiByte + + + + + + + + + + + + + + + + + + + + + + + Level3 + Disabled + true + + + + + Level3 + Disabled + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + Level3 + MaxSpeed + true + true + true + + + true + true + + + + + + + + + \ No newline at end of file diff --git a/104360451.Project1/104360451.Project1/104360451.Project1.vcxproj.filters b/104360451.Project1/104360451.Project1/104360451.Project1.vcxproj.filters new file mode 100644 index 0000000..63be125 --- /dev/null +++ b/104360451.Project1/104360451.Project1/104360451.Project1.vcxproj.filters @@ -0,0 +1,18 @@ + + + + + {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 + + + + + source + + + \ No newline at end of file diff --git a/104360451.Project1/104360451.Project1/main.c b/104360451.Project1/104360451.Project1/main.c new file mode 100644 index 0000000..a8f8c8f --- /dev/null +++ b/104360451.Project1/104360451.Project1/main.c @@ -0,0 +1,12 @@ +#include +#include + +int main(void) +{ + printf("My name is liaolance, I see the smart car\n"); + + + system("pause"); + return 0; + +} \ No newline at end of file