SEBWIN-337: Removed ancient TODO and suppressed all warnings for atrocious legacy configuration tool.

This commit is contained in:
dbuechel 2019-08-16 09:34:29 +02:00
parent 106651fc2d
commit 2e05e21d37
2 changed files with 1 additions and 2 deletions

View file

@ -38,7 +38,7 @@
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<WarningLevel>0</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">

View file

@ -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;
}