diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2136a8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +################################################################################ +# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 +################################################################################ + +./Debug +./Release +./.vs diff --git a/hidedlg.sln b/hidedlg.sln new file mode 100644 index 0000000..5a37564 --- /dev/null +++ b/hidedlg.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.30621.155 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hidedlg", "hidedlg.vcxproj", "{C69792BF-8655-4F85-96C2-7274EE0D125E}" +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 + {C69792BF-8655-4F85-96C2-7274EE0D125E}.Debug|x64.ActiveCfg = Debug|x64 + {C69792BF-8655-4F85-96C2-7274EE0D125E}.Debug|x64.Build.0 = Debug|x64 + {C69792BF-8655-4F85-96C2-7274EE0D125E}.Debug|x86.ActiveCfg = Debug|Win32 + {C69792BF-8655-4F85-96C2-7274EE0D125E}.Debug|x86.Build.0 = Debug|Win32 + {C69792BF-8655-4F85-96C2-7274EE0D125E}.Release|x64.ActiveCfg = Release|x64 + {C69792BF-8655-4F85-96C2-7274EE0D125E}.Release|x64.Build.0 = Release|x64 + {C69792BF-8655-4F85-96C2-7274EE0D125E}.Release|x86.ActiveCfg = Release|Win32 + {C69792BF-8655-4F85-96C2-7274EE0D125E}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A83EA90A-A36F-4D29-BCDE-4409DA7646AA} + EndGlobalSection +EndGlobal