internal AssemblyInfoDetails(IAssemblyInfoBuilder assemblyInfoBuilder)
     : this(assemblyInfoBuilder, new FileSystemHelper())
 {
 }
Exemple #2
0
 internal AssemblyInfoDetails(IAssemblyInfoBuilder assemblyInfoBuilder) : this(assemblyInfoBuilder, new FileSystemHelper())
 {
 }
 //        internal string AssemblyCopyright;
 //        internal string AssemblyDescription;
 //        internal string AssemblyTitle;
 //        internal Version AssemblyVersion;
 //        internal bool AssemblyClsCompliant;
 //        internal bool ClsCompliantSet;
 //        internal bool AssemblyComVisible;
 //        internal bool ComVisibleSet;
 //        internal string AssemblyCompany;
 //        internal string AssemblyProduct;
 //        private bool CultureSet;
 //        private string AssemblyCulture;
 //        private bool DelaySignSet;
 //        private bool AssemblyDelaySign;
 //        private bool AssemblyFileVersionSet;
 //        private string AssemblyFileVersion;
 //        private bool AssemblyInformationalVersionSet;
 //        private string AssemblyInformationalVersion;
 //        private bool AssemblyKeyFileSet;
 //        private string AssemblyKeyFile;
 //        private bool AssemblyKeyNameSet;
 //        private string AssemblyKeyName;
 //        private bool AssemblyTrademarkSet;
 //        private string AssemblyTrademark;
 internal AssemblyInfoDetails(IAssemblyInfoBuilder assemblyInfoBuilder, IFileSystemHelper fileSystemHelper)
 {
     AssemblyInfoBuilder = assemblyInfoBuilder;
     _fileSystemHelper = fileSystemHelper;
 }
Exemple #4
0
//        internal string AssemblyCopyright;
//        internal string AssemblyDescription;
//        internal string AssemblyTitle;
//        internal Version AssemblyVersion;
//        internal bool AssemblyClsCompliant;
//        internal bool ClsCompliantSet;
//        internal bool AssemblyComVisible;
//        internal bool ComVisibleSet;
//        internal string AssemblyCompany;
//        internal string AssemblyProduct;
//        private bool CultureSet;
//        private string AssemblyCulture;
//        private bool DelaySignSet;
//        private bool AssemblyDelaySign;
//        private bool AssemblyFileVersionSet;
//        private string AssemblyFileVersion;
//        private bool AssemblyInformationalVersionSet;
//        private string AssemblyInformationalVersion;
//        private bool AssemblyKeyFileSet;
//        private string AssemblyKeyFile;
//        private bool AssemblyKeyNameSet;
//        private string AssemblyKeyName;
//        private bool AssemblyTrademarkSet;
//        private string AssemblyTrademark;


        internal AssemblyInfoDetails(IAssemblyInfoBuilder assemblyInfoBuilder, IFileSystemHelper fileSystemHelper)
        {
            AssemblyInfoBuilder = assemblyInfoBuilder;
            _fileSystemHelper   = fileSystemHelper;
        }