- Timestamp:
- 05/24/12 15:02:07 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj
r7888 r7900 6 6 <ProductVersion>8.0.30703</ProductVersion> 7 7 <SchemaVersion>2.0</SchemaVersion> 8 <ProjectGuid>{ CE0F99D6-1C56-48A9-9B68-3E5B833703EF}</ProjectGuid>8 <ProjectGuid>{8C265E11-4F8D-4CED-9E6B-F400A0075C18}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 10 <AppDesignerFolder>Properties</AppDesignerFolder> … … 102 102 </PropertyGroup> 103 103 <ItemGroup> 104 <Reference Include="HeuristicLab.Common-3.3">105 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>106 <Private>False</Private>107 <EmbedInteropTypes>False</EmbedInteropTypes>108 </Reference>109 <Reference Include="HeuristicLab.PluginInfrastructure-3.3">110 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>111 <Private>False</Private>112 <EmbedInteropTypes>False</EmbedInteropTypes>113 </Reference>114 <Reference Include="HeuristicLab.Problems.Instances-3.3">115 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>116 <Private>False</Private>117 <EmbedInteropTypes>False</EmbedInteropTypes>118 </Reference>119 <Reference Include="HeuristicLab.Problems.Instances.TSPLIB-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">120 <Private>False</Private>121 <EmbedInteropTypes>False</EmbedInteropTypes>122 </Reference>123 104 <Reference Include="ICSharpCode.SharpZipLib"> 124 105 <HintPath>..\..\..\..\trunk\sources\bin\ICSharpCode.SharpZipLib.dll</HintPath> … … 174 155 <None Include="HeuristicLab.snk" /> 175 156 </ItemGroup> 176 <ItemGroup /> 157 <ItemGroup> 158 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 159 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 160 <Name>HeuristicLab.Common-3.3</Name> 161 <Private>False</Private> 162 </ProjectReference> 163 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 164 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 165 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 166 <Private>False</Private> 167 </ProjectReference> 168 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.TSPLIB\3.3\HeuristicLab.Problems.Instances.TSPLIB-3.3.csproj"> 169 <Project>{CE0F99D6-1C56-48A9-9B68-3E5B833703EF}</Project> 170 <Name>HeuristicLab.Problems.Instances.TSPLIB-3.3</Name> 171 <Private>False</Private> 172 </ProjectReference> 173 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> 174 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project> 175 <Name>HeuristicLab.Problems.Instances-3.3</Name> 176 <Private>False</Private> 177 </ProjectReference> 178 </ItemGroup> 177 179 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 178 180 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.