- Timestamp:
- 05/24/12 10:41:20 (13 years ago)
- Location:
- branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4
- Files:
-
- 6 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj
r7884 r7888 135 135 <Compile Include="GoldenFormat\GoldenParser.cs" /> 136 136 <Compile Include="GoldenFormat\GoldenFormatInstanceProvider.cs" /> 137 <Compile Include="TaillardFormat\TaillardInstanceProvider.cs" /> 138 <Compile Include="TaillardFormat\TaillardParser.cs" /> 139 <Compile Include="TaillardFormat\TaillardFormatInstanceProvider.cs" /> 137 140 <Compile Include="TSPLibFormat\AugeratInstanceProvider.cs" /> 138 141 <Compile Include="TSPLibFormat\ChristofidesEilonInstanceProvider.cs" /> … … 161 164 <EmbeddedResource Include="Data\Christofides.zip" /> 162 165 <EmbeddedResource Include="Data\Kytojoki.zip" /> 166 <EmbeddedResource Include="Data\Taillard.opt.zip" /> 167 <EmbeddedResource Include="Data\Taillard.zip" /> 163 168 <None Include="Plugin.cs.frame" /> 164 169 <Compile Include="Plugin.cs" />
Note: See TracChangeset
for help on using the changeset viewer.