Changeset 11260 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances.Orienteering
- Timestamp:
- 08/04/14 13:05:17 (11 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances.Orienteering/3.3
- Files:
-
- 3 added
- 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 37 37 </PropertyGroup> 38 38 <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> 39 43 <Reference Include="System" /> 40 44 </ItemGroup> 41 45 <ItemGroup> 46 <Compile Include="SchildeOPParser.cs" /> 42 47 <None Include="HeuristicLab.snk" /> 43 48 <None Include="Plugin.cs.frame" /> 49 <Compile Include="OPDataDescriptor.cs" /> 50 <Compile Include="SchildeOPInstanceProvider.cs" /> 44 51 <Compile Include="Plugin.cs" /> 45 52 <None Include="Properties\AssemblyInfo.cs.frame" /> … … 47 54 </ItemGroup> 48 55 <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> 49 60 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 50 61 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 51 62 <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> 52 67 </ProjectReference> 53 68 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.