Changeset 14256
- Timestamp:
- 08/16/16 12:37:18 (8 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/DllImporter.cs
r14250 r14256 262 262 [DllImport(X86Dll, EntryPoint = "igraph_vector_copy_to", CallingConvention = CallingConvention.Cdecl)] 263 263 private static extern void igraph_vector_copy_to_x86(igraph_vector_t from, [In, Out]double[] to); 264 [DllImport(X64Dll, EntryPoint = "igraph_vector_copy ", CallingConvention = CallingConvention.Cdecl)]264 [DllImport(X64Dll, EntryPoint = "igraph_vector_copy_to", CallingConvention = CallingConvention.Cdecl)] 265 265 private static extern void igraph_vector_copy_to_x64(igraph_vector_t from, [In, Out]double[] to); 266 266 [DllImport(X86Dll, EntryPoint = "igraph_vector_fill", CallingConvention = CallingConvention.Cdecl)] -
trunk/sources/HeuristicLab.Tests/Builder.testsettings
r14250 r14256 8 8 <TestTypeSpecific> 9 9 <UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b"> 10 <AssemblyResolution applicationBaseDirectory=".\bin">10 <AssemblyResolution> 11 11 <TestDirectory useLoadContext="true" /> 12 12 </AssemblyResolution>
Note: See TracChangeset
for help on using the changeset viewer.