Changeset 15129
- Timestamp:
- 07/06/17 10:07:15 (7 years ago)
- Location:
- trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre
- Files:
-
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/HeuristicLab.IGraph-0.8.0-pre.csproj
r15113 r15129 77 77 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 78 78 </Content> 79 <Content Include="Version.txt" /> 79 <Content Include="igraph_version.txt"> 80 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 81 </Content> 80 82 </ItemGroup> 81 83 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/Plugin.cs
r14244 r15129 28 28 [PluginFile("igraph-0.8.0-pre-x64.dll", PluginFileType.NativeDll)] 29 29 [PluginFile("igraph-0.8.0-pre-license.txt", PluginFileType.License)] 30 [PluginFile("igraph_version.txt", PluginFileType.Data)] 30 31 public class HeuristicLabIGraphPlugin : PluginBase { 31 32 }
Note: See TracChangeset
for help on using the changeset viewer.