Skip to content

Commit

Permalink
添加捕获异常功能
Browse files Browse the repository at this point in the history
  • Loading branch information
litz-a committed Oct 28, 2017
1 parent 3ef46ce commit 1207bd3
Show file tree
Hide file tree
Showing 53 changed files with 1,076 additions and 38,648 deletions.
22 changes: 22 additions & 0 deletions ExceptionHandler/ExceptionHandler.sln
Original file line number Diff line number Diff line change
@@ -0,0 1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExceptionHandler", "ExceptionHandler\ExceptionHandler.vcxproj", "{023FA4EE-FA2F-45D1-AF2F-EBF1685954C9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{023FA4EE-FA2F-45D1-AF2F-EBF1685954C9}.Debug|Win32.ActiveCfg = Debug|Win32
{023FA4EE-FA2F-45D1-AF2F-EBF1685954C9}.Debug|Win32.Build.0 = Debug|Win32
{023FA4EE-FA2F-45D1-AF2F-EBF1685954C9}.Release|Win32.ActiveCfg = Release|Win32
{023FA4EE-FA2F-45D1-AF2F-EBF1685954C9}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Loading

0 comments on commit 1207bd3

Please sign in to comment.