diff --git a/WindowsProject2.sln b/WindowsProject2.sln new file mode 100644 index 0000000..5553dd3 --- /dev/null +++ b/WindowsProject2.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +VisualStudioVersion = 15.0.27004.2008 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WindowsProject2", "WindowsProject2\WindowsProject2.vcxproj", "{EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242}" +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 + {EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242}.Debug|x64.ActiveCfg = Debug|x64 + {EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242}.Debug|x64.Build.0 = Debug|x64 + {EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242}.Debug|x86.ActiveCfg = Debug|Win32 + {EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242}.Debug|x86.Build.0 = Debug|Win32 + {EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242}.Release|x64.ActiveCfg = Release|x64 + {EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242}.Release|x64.Build.0 = Release|x64 + {EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242}.Release|x86.ActiveCfg = Release|Win32 + {EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {841B8E75-7D1D-49C7-B163-CB109FE1ACA6} + EndGlobalSection +EndGlobal diff --git a/WindowsProject2/WindowsProject2.cpp b/WindowsProject2/WindowsProject2.cpp new file mode 100644 index 0000000..2c14262 Binary files /dev/null and b/WindowsProject2/WindowsProject2.cpp differ diff --git a/WindowsProject2/WindowsProject2.h b/WindowsProject2/WindowsProject2.h new file mode 100644 index 0000000..c4aafa3 Binary files /dev/null and b/WindowsProject2/WindowsProject2.h differ diff --git a/WindowsProject2/WindowsProject2.ico b/WindowsProject2/WindowsProject2.ico new file mode 100644 index 0000000..b3ec03b Binary files /dev/null and b/WindowsProject2/WindowsProject2.ico differ diff --git a/WindowsProject2/WindowsProject2.rc b/WindowsProject2/WindowsProject2.rc new file mode 100644 index 0000000..b0d23ec Binary files /dev/null and b/WindowsProject2/WindowsProject2.rc differ diff --git a/WindowsProject2/WindowsProject2.vcxproj b/WindowsProject2/WindowsProject2.vcxproj new file mode 100644 index 0000000..63cf1ae --- /dev/null +++ b/WindowsProject2/WindowsProject2.vcxproj @@ -0,0 +1,170 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 15.0 + {EBE5CEB8-2DF6-4ADA-BFC6-56A8B4C91242} + Win32Proj + WindowsProject2 + 10.0.16299.0 + + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + Application + true + v141 + Unicode + + + Application + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Use + Level3 + Disabled + true + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + + + + + Use + Level3 + Disabled + true + _DEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + + + + + Use + Level3 + MaxSpeed + true + true + true + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Use + Level3 + MaxSpeed + true + true + true + NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + + + + + + + Create + Create + Create + Create + + + + + + + + + + + + + + \ No newline at end of file diff --git a/WindowsProject2/WindowsProject2.vcxproj.filters b/WindowsProject2/WindowsProject2.vcxproj.filters new file mode 100644 index 0000000..843264b --- /dev/null +++ b/WindowsProject2/WindowsProject2.vcxproj.filters @@ -0,0 +1,52 @@ + + + + + {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 + + + + + 头文件 + + + 头文件 + + + 头文件 + + + 头文件 + + + + + 源文件 + + + 源文件 + + + + + 资源文件 + + + + + 资源文件 + + + 资源文件 + + + \ No newline at end of file diff --git a/WindowsProject2/resource.h b/WindowsProject2/resource.h new file mode 100644 index 0000000..269c456 Binary files /dev/null and b/WindowsProject2/resource.h differ diff --git a/WindowsProject2/small.ico b/WindowsProject2/small.ico new file mode 100644 index 0000000..b3ec03b Binary files /dev/null and b/WindowsProject2/small.ico differ diff --git a/WindowsProject2/stdafx.cpp b/WindowsProject2/stdafx.cpp new file mode 100644 index 0000000..f3b1747 Binary files /dev/null and b/WindowsProject2/stdafx.cpp differ diff --git a/WindowsProject2/stdafx.h b/WindowsProject2/stdafx.h new file mode 100644 index 0000000..fcd87c9 Binary files /dev/null and b/WindowsProject2/stdafx.h differ diff --git a/WindowsProject2/targetver.h b/WindowsProject2/targetver.h new file mode 100644 index 0000000..e2da66c Binary files /dev/null and b/WindowsProject2/targetver.h differ