Skip to content

Commit 82e2310

Browse files
committed
Bug fix
Delete debug command for unhandled exception
1 parent 7473430 commit 82e2310

File tree

2 files changed

+27
-30
lines changed

2 files changed

+27
-30
lines changed

WinNUT_V2/Setup/Setup.vdproj

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@
123123
}
124124
"Entry"
125125
{
126-
"MsmKey" = "8:_27165871AE8C408685E913D2E13EE68D"
127-
"OwnerKey" = "8:_UNDEFINED"
128-
"MsmSig" = "8:_UNDEFINED"
129-
}
130-
"Entry"
131-
{
132126
"MsmKey" = "8:_308CF6B8D3BD70CE5E6D33225674D157"
133127
"OwnerKey" = "8:_70DBA11C2BF449198BA594449914C1BC"
134128
"MsmSig" = "8:_UNDEFINED"
@@ -447,6 +441,12 @@
447441
}
448442
"Entry"
449443
{
444+
"MsmKey" = "8:_7E781465BFAC4DC08591FE1EDE1E2D1F"
445+
"OwnerKey" = "8:_UNDEFINED"
446+
"MsmSig" = "8:_UNDEFINED"
447+
}
448+
"Entry"
449+
{
450450
"MsmKey" = "8:_7F619FE6A380D79E80E85D6E6822F82A"
451451
"OwnerKey" = "8:_5FE446066F12393E77A2B0F5915CB43A"
452452
"MsmSig" = "8:_UNDEFINED"
@@ -2275,26 +2275,6 @@
22752275
"IsDependency" = "11:TRUE"
22762276
"IsolateTo" = "8:"
22772277
}
2278-
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_27165871AE8C408685E913D2E13EE68D"
2279-
{
2280-
"SourcePath" = "8:..\\..\\README.txt"
2281-
"TargetName" = "8:README.txt"
2282-
"Tag" = "8:"
2283-
"Folder" = "8:_7A1917372AF14D75845D775AAEB7CD48"
2284-
"Condition" = "8:"
2285-
"Transitive" = "11:FALSE"
2286-
"Vital" = "11:FALSE"
2287-
"ReadOnly" = "11:FALSE"
2288-
"Hidden" = "11:FALSE"
2289-
"System" = "11:FALSE"
2290-
"Permanent" = "11:FALSE"
2291-
"SharedLegacy" = "11:FALSE"
2292-
"PackageAs" = "3:1"
2293-
"Register" = "3:1"
2294-
"Exclude" = "11:FALSE"
2295-
"IsDependency" = "11:FALSE"
2296-
"IsolateTo" = "8:"
2297-
}
22982278
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_308CF6B8D3BD70CE5E6D33225674D157"
22992279
{
23002280
"AssemblyRegister" = "3:1"
@@ -3615,6 +3595,26 @@
36153595
"IsDependency" = "11:TRUE"
36163596
"IsolateTo" = "8:"
36173597
}
3598+
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_7E781465BFAC4DC08591FE1EDE1E2D1F"
3599+
{
3600+
"SourcePath" = "8:..\\..\\README.md"
3601+
"TargetName" = "8:README.md"
3602+
"Tag" = "8:"
3603+
"Folder" = "8:_7A1917372AF14D75845D775AAEB7CD48"
3604+
"Condition" = "8:"
3605+
"Transitive" = "11:FALSE"
3606+
"Vital" = "11:TRUE"
3607+
"ReadOnly" = "11:FALSE"
3608+
"Hidden" = "11:FALSE"
3609+
"System" = "11:FALSE"
3610+
"Permanent" = "11:FALSE"
3611+
"SharedLegacy" = "11:FALSE"
3612+
"PackageAs" = "3:1"
3613+
"Register" = "3:1"
3614+
"Exclude" = "11:FALSE"
3615+
"IsDependency" = "11:FALSE"
3616+
"IsolateTo" = "8:"
3617+
}
36183618
"{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7F619FE6A380D79E80E85D6E6822F82A"
36193619
{
36203620
"AssemblyRegister" = "3:1"
@@ -5625,7 +5625,7 @@
56255625
"Name" = "8:Microsoft Visual Studio"
56265626
"ProductName" = "8:WinNUT"
56275627
"ProductCode" = "8:{1203E947-5DE0-4661-BA8E-DA6343971CEC}"
5628-
"PackageCode" = "8:{EC53C4C3-7855-4625-A4F8-58D955868905}"
5628+
"PackageCode" = "8:{0124FE58-3E2A-401F-9B72-613A60953E58}"
56295629
"UpgradeCode" = "8:{7EA17151-76E7-4E29-8F6A-621C1B4144C2}"
56305630
"AspNetVersion" = "8:2.0.50727.0"
56315631
"RestartWWWService" = "11:FALSE"

WinNUT_V2/WinNUT_GUI/WinNUT.vb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,6 @@ Public Class WinNUT
281281
HasFocus = False
282282
End If
283283
'ToastPopup.CreateToastCollection()
284-
Dim truc As Integer = 0
285-
Dim machin As Integer = 1
286-
Dim bidule As Integer = (machin / truc)
287284
End Sub
288285

289286
Private Sub SystemEvents_PowerModeChanged(ByVal sender As Object, ByVal e As Microsoft.Win32.PowerModeChangedEventArgs)

0 commit comments

Comments
 (0)