Changeset 11260
- Timestamp:
- 08/04/14 13:05:17 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab 3.3.sln
r11188 r11260 411 411 EndProject 412 412 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Orienteering.Views-3.3", "HeuristicLab.Problems.Orienteering.Views\3.3\HeuristicLab.Problems.Orienteering.Views-3.3.csproj", "{BBF2CCC8-4D87-4297-8E18-8241FF93F966}" 413 EndProject 414 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Instances.Orienteering-3.3", "HeuristicLab.Problems.Instances.Orienteering\3.3\HeuristicLab.Problems.Instances.Orienteering-3.3.csproj", "{B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}" 413 415 EndProject 414 416 Global … … 1994 1996 {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Release|x64.ActiveCfg = Release|Any CPU 1995 1997 {BBF2CCC8-4D87-4297-8E18-8241FF93F966}.Release|x86.ActiveCfg = Release|Any CPU 1998 {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 1999 {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Debug|Any CPU.Build.0 = Debug|Any CPU 2000 {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Debug|x64.ActiveCfg = Debug|Any CPU 2001 {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Debug|x86.ActiveCfg = Debug|Any CPU 2002 {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Release|Any CPU.ActiveCfg = Release|Any CPU 2003 {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Release|Any CPU.Build.0 = Release|Any CPU 2004 {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Release|x64.ActiveCfg = Release|Any CPU 2005 {B37BF2DD-752C-456A-9DEF-FF5B41FC3C77}.Release|x86.ActiveCfg = Release|Any CPU 1996 2006 EndGlobalSection 1997 2007 GlobalSection(SolutionProperties) = preSolution -
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> -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r9982 r11260 119 119 <Compile Include="IDataDescriptor.cs" /> 120 120 <Compile Include="Types\DistanceHelper.cs" /> 121 <Compile Include="Types\OPData.cs" /> 121 122 <Compile Include="Types\VRP\MDCVRPTWData.cs" /> 122 123 <Compile Include="Types\VRP\MDCVRPData.cs" />
Note: See TracChangeset
for help on using the changeset viewer.