From ae213a2b4b549b62e81cf90db288a06e7f586867 Mon Sep 17 00:00:00 2001 From: Nefarius Date: Wed, 4 Jun 2014 21:07:02 +0200 Subject: [PATCH] Minor code cleanup Updated version info --- CntlmUI/CntlmUI.cs | 14 ++++--------- CntlmUI/CntlmUI.csproj | 32 ++++++++++++++++++++++++++++++ CntlmUI/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 38 insertions(+), 12 deletions(-) diff --git a/CntlmUI/CntlmUI.cs b/CntlmUI/CntlmUI.cs index d4bc341..8d8e820 100644 --- a/CntlmUI/CntlmUI.cs +++ b/CntlmUI/CntlmUI.cs @@ -1,19 +1,13 @@ using System; -using System.Collections.Generic; using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Windows.Forms; -using System.Collections; +using System.Diagnostics; using System.IO; +using System.Net; +using System.Reflection; using System.Text.RegularExpressions; +using System.Windows.Forms; using CntlmUI.Properties; -using System.Net; -using System.Diagnostics; using Microsoft.Win32; -using System.Reflection; namespace CntlmUI { diff --git a/CntlmUI/CntlmUI.csproj b/CntlmUI/CntlmUI.csproj index 0c5853c..7eb5346 100644 --- a/CntlmUI/CntlmUI.csproj +++ b/CntlmUI/CntlmUI.csproj @@ -12,6 +12,21 @@ CntlmUI v3.5 512 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.1.%2a + false + false + true x86 @@ -112,6 +127,23 @@ + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + +