logic: fix more Visual Studio plugin issues
* using .Net framework version 4.6.1 in all projects * implemented exception handling in VCFileWrapperFactory * moved logging in separate assembly * enabled logging in wrapper code
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Microsoft.VisualStudio.VCProjectEngine;
|
||||
using CoatiSoftware.SourcetrailPlugin.Logging;
|
||||
using Microsoft.VisualStudio.VCProjectEngine;
|
||||
using System;
|
||||
using System.Collections;
|
||||
|
||||
@@ -72,9 +73,9 @@ namespace VCProjectEngineWrapper
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
// Logging.Logging.LogError("Failed to retreive project configuration: " + e.Message);
|
||||
Logging.LogError("Failed to retreive project configuration: " + e.Message);
|
||||
}
|
||||
// Logging.Logging.LogError("Failed to find project config matching with \"" + configurationName + "\"");
|
||||
Logging.LogError("Failed to find project config matching with \"" + configurationName + "\"");
|
||||
|
||||
return new
|
||||
#if (VS2012)
|
||||
|
||||
Reference in New Issue
Block a user