Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/04/14 13:05:17 (10 years ago)
Author:
pfleck
Message:

#2208

  • Added OPData
  • Added SchildeOPParser and SchildOPInstanceProvider
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances.Orienteering/3.3/HeuristicLab.Problems.Instances.Orienteering-3.3.csproj

    r11258 r11260  
    3737  </PropertyGroup>
    3838  <ItemGroup>
     39    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
     40      <SpecificVersion>False</SpecificVersion>
     41      <HintPath>..\..\HeuristicLab.PluginInfrastructure\3.3\ICSharpCode.SharpZipLib.dll</HintPath>
     42    </Reference>
    3943    <Reference Include="System" />
    4044  </ItemGroup>
    4145  <ItemGroup>
     46    <Compile Include="SchildeOPParser.cs" />
    4247    <None Include="HeuristicLab.snk" />
    4348    <None Include="Plugin.cs.frame" />
     49    <Compile Include="OPDataDescriptor.cs" />
     50    <Compile Include="SchildeOPInstanceProvider.cs" />
    4451    <Compile Include="Plugin.cs" />
    4552    <None Include="Properties\AssemblyInfo.cs.frame" />
     
    4754  </ItemGroup>
    4855  <ItemGroup>
     56    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     57      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     58      <Name>HeuristicLab.Common-3.3</Name>
     59    </ProjectReference>
    4960    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    5061      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    5162      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     63    </ProjectReference>
     64    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     65      <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
     66      <Name>HeuristicLab.Problems.Instances-3.3</Name>
    5267    </ProjectReference>
    5368  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.