diff --git a/SebWindowsConfig/SebWindowsConfig.csproj b/SebWindowsConfig/SebWindowsConfig.csproj index c9e79a15..327c5685 100644 --- a/SebWindowsConfig/SebWindowsConfig.csproj +++ b/SebWindowsConfig/SebWindowsConfig.csproj @@ -38,7 +38,7 @@ bin\x86\Debug\ DEBUG;TRACE prompt - 4 + 0 false diff --git a/SebWindowsConfig/SebWindowsConfigForm.cs b/SebWindowsConfig/SebWindowsConfigForm.cs index 2d13606a..605475e6 100644 --- a/SebWindowsConfig/SebWindowsConfigForm.cs +++ b/SebWindowsConfig/SebWindowsConfigForm.cs @@ -2713,7 +2713,6 @@ namespace SebWindowsConfig permittedApplicationInformation.OriginalName = FileVersionInfo.GetVersionInfo(filename).OriginalFilename; return permittedApplicationInformation; - //TODO (pwyss 2015/03/13): Keep a list with tools that need special configurations and fill them accordingly (WindowHandlingProcess for example) } return null; }