Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/12 10:18:28 (12 years ago)
Author:
mkommend
Message:

#1722: Removed commented code in HL.Tests.PluginLoader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/PluginLoader.cs

    r7915 r8028  
    3636
    3737    static PluginLoader() {
    38       //EnvDTE.DTE dte = (EnvDTE.DTE)Marshal.GetActiveObject("VisualStudio.DTE");
    39       //string solutionDir = System.IO.Path.GetDirectoryName(_applicationObject.Solution.FullName);
    4038      foreach (string path in Directory.EnumerateFiles(Environment.CurrentDirectory).Where(IsRelevantAssemblyPath)) {
    4139        try {
Note: See TracChangeset for help on using the changeset viewer.