From aa984422535433cdb334db00ded57c9e6eb7d983 Mon Sep 17 00:00:00 2001 From: lovelyyoung <1002639516@qq.com> Date: Thu, 10 Dec 2020 09:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E.gitignore=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ hidedlg.sln | 31 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .gitignore create mode 100644 hidedlg.sln 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