Changeset 14250
- Timestamp:
- 08/09/16 16:26:30 (8 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/DllImporter.cs
r14247 r14250 21 21 22 22 using System; 23 using System.IO;24 23 using System.Runtime.InteropServices; 25 24 … … 30 29 private readonly static bool X86 = false; 31 30 32 [DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true)]33 private static extern bool SetDllDirectory(string lpPathName);34 35 31 static DllImporter() { 36 32 X86 = !Environment.Is64BitProcess; 37 // Possible workaround as the builder doesn't execute the tests within the bin directory38 if (Directory.Exists(Path.Combine(Environment.CurrentDirectory, "bin")))39 SetDllDirectory(Path.Combine(Environment.CurrentDirectory, "bin"));40 33 } 41 34 -
trunk/sources/HeuristicLab.Tests/Builder.testsettings
r14247 r14250 8 8 <TestTypeSpecific> 9 9 <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b"> 10 <AssemblyResolution >10 <AssemblyResolution applicationBaseDirectory=".\bin"> 11 11 <TestDirectory useLoadContext="true" /> 12 12 </AssemblyResolution> -
trunk/sources/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r14244 r14250 219 219 <Private>False</Private> 220 220 </Reference> 221 <Reference Include="HeuristicLab.igraph-0.8.0-pre, Version=0.8.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 222 <SpecificVersion>False</SpecificVersion> 223 <HintPath>..\bin\HeuristicLab.igraph-0.8.0-pre.dll</HintPath> 221 <Reference Include="HeuristicLab.IGraph-0.8.0-pre, Version=0.8.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 222 <SpecificVersion>False</SpecificVersion> 223 <HintPath>..\bin\HeuristicLab.IGraph-0.8.0-pre.dll</HintPath> 224 <Private>False</Private> 224 225 </Reference> 225 226 <Reference Include="HeuristicLab.MainForm-3.3">
Note: See TracChangeset
for help on using the changeset viewer.