C# Class Orcus.Shared.Utilities.AppConfigWriter

Class to write an application configuration file
Mostrar archivo Open project: marlkiller/Orcus-1.9.1-crack

Public Methods

Method Description
WriteAppConfig ( FileInfo executableFile ) : void

Write an app.config file for the given assembly which gurantees support for the .Net Framework versions 3.5, 4.0 and 4.5

Method Details

WriteAppConfig() public static method

Write an app.config file for the given assembly which gurantees support for the .Net Framework versions 3.5, 4.0 and 4.5
public static WriteAppConfig ( FileInfo executableFile ) : void
executableFile FileInfo The .net assembly
return void