Skip to content

Commit

Permalink
fixed err msg on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
robbinsa530 committed Apr 3, 2020
1 parent 562b7ea commit f71bbf9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 24 deletions.
8 changes: 4 additions & 4 deletions Qlip/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -363,10 +363,10 @@ private void Window_Closing(object sender, CancelEventArgs e)
}
}

~MainWindow()
{
Dispose();
}
//~MainWindow()
//{
// Dispose();
//}

public void Dispose()
{
Expand Down
25 changes: 5 additions & 20 deletions QlipSetup/QlipSetup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_7812A2D99DC600B5E4D3329177635B2A"
"OwnerKey" = "8:_3FE0654BFCC49E0338A5490788A37CF9"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
Expand All @@ -70,7 +70,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_3FE0654BFCC49E0338A5490788A37CF9"
"OwnerKey" = "8:_7812A2D99DC600B5E4D3329177635B2A"
"MsmSig" = "8:_UNDEFINED"
}
}
Expand Down Expand Up @@ -175,11 +175,6 @@
"AssemblyAsmDisplayName" = "8:MutexManager, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_3FE0654BFCC49E0338A5490788A37CF9"
{
"Name" = "8:MutexManager.DLL"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:MutexManager.DLL"
"TargetName" = "8:"
Expand All @@ -206,11 +201,6 @@
"AssemblyAsmDisplayName" = "8:QlipPreferences, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_7812A2D99DC600B5E4D3329177635B2A"
{
"Name" = "8:QlipPreferences.EXE"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:QlipPreferences.EXE"
"TargetName" = "8:"
Expand Down Expand Up @@ -288,11 +278,6 @@
"AssemblyAsmDisplayName" = "8:Qlip, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"
"ScatterAssemblies"
{
"_FED6398DDED394E23F260EFDDC4E5ABE"
{
"Name" = "8:Qlip.EXE"
"Attributes" = "3:512"
}
}
"SourcePath" = "8:Qlip.EXE"
"TargetName" = "8:"
Expand Down Expand Up @@ -368,15 +353,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Qlip"
"ProductCode" = "8:{92F44C50-0448-4629-9878-DBD26F574C80}"
"PackageCode" = "8:{63D8C72E-4FF4-4BCA-957B-97B68AF7FBF0}"
"ProductCode" = "8:{DD6D83E1-3EBB-4D6F-96E9-671281695867}"
"PackageCode" = "8:{68C16129-8625-44F7-BBED-3257BE4B61C4}"
"UpgradeCode" = "8:{7F23815E-B52B-476E-8BE0-8108EF1F3689}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:FALSE"
"InstallAllUsers" = "11:TRUE"
"ProductVersion" = "8:1.0.0"
"ProductVersion" = "8:1.1.0"
"Manufacturer" = "8:Qlip"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
Expand Down

0 comments on commit f71bbf9

Please sign in to comment.