Changeset 8028
- Timestamp:
- 06/18/12 10:18:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/PluginLoader.cs
r7915 r8028 36 36 37 37 static PluginLoader() { 38 //EnvDTE.DTE dte = (EnvDTE.DTE)Marshal.GetActiveObject("VisualStudio.DTE");39 //string solutionDir = System.IO.Path.GetDirectoryName(_applicationObject.Solution.FullName);40 38 foreach (string path in Directory.EnumerateFiles(Environment.CurrentDirectory).Where(IsRelevantAssemblyPath)) { 41 39 try {
Note: See TracChangeset
for help on using the changeset viewer.