Changeset 6970
- Timestamp:
- 11/08/11 13:34:35 (13 years ago)
- Location:
- branches/VRP
- Files:
-
- 3 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/VRP
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/VRP/HeuristicLab.Problems.VehicleRouting.Views/3.4/HeuristicLab.Problems.VehicleRouting.Views-3.4.csproj
r6856 r6970 95 95 </PropertyGroup> 96 96 <ItemGroup> 97 <Reference Include="HeuristicLab.Collections-3.3"> 98 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 99 </Reference> 100 <Reference Include="HeuristicLab.Common-3.3"> 101 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 102 </Reference> 103 <Reference Include="HeuristicLab.Common.Resources-3.3"> 104 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 105 </Reference> 106 <Reference Include="HeuristicLab.Core-3.3"> 107 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 108 </Reference> 109 <Reference Include="HeuristicLab.Core.Views-3.3"> 110 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath> 111 </Reference> 112 <Reference Include="HeuristicLab.Data-3.3"> 113 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 114 </Reference> 115 <Reference Include="HeuristicLab.Data.Views-3.3"> 116 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data.Views-3.3.dll</HintPath> 117 </Reference> 118 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 119 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 120 </Reference> 121 <Reference Include="HeuristicLab.MainForm-3.3"> 122 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath> 123 </Reference> 124 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 125 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 126 </Reference> 127 <Reference Include="HeuristicLab.Operators-3.3"> 128 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath> 129 </Reference> 130 <Reference Include="HeuristicLab.Optimization-3.3"> 131 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 132 </Reference> 133 <Reference Include="HeuristicLab.Optimization.Views-3.3"> 134 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath> 135 </Reference> 136 <Reference Include="HeuristicLab.Parameters-3.3"> 137 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath> 138 </Reference> 139 <Reference Include="HeuristicLab.Persistence-3.3"> 140 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 141 </Reference> 142 <Reference Include="HeuristicLab.Persistence.GUI-3.3"> 143 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence.GUI-3.3.dll</HintPath> 144 </Reference> 145 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 146 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 147 </Reference> 97 148 <Reference Include="System" /> 98 149 <Reference Include="System.Core"> … … 101 152 <Reference Include="System.Drawing" /> 102 153 <Reference Include="System.Windows.Forms" /> 103 <Reference Include="System.Windows.Forms.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />104 154 <Reference Include="System.Xml.Linq"> 105 155 <RequiredTargetFramework>3.5</RequiredTargetFramework> … … 181 231 </ItemGroup> 182 232 <ItemGroup> 183 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">184 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>185 <Name>HeuristicLab.Collections-3.3</Name>186 </ProjectReference>187 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">188 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>189 <Name>HeuristicLab.Common.Resources-3.3</Name>190 </ProjectReference>191 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">192 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>193 <Name>HeuristicLab.Common-3.3</Name>194 </ProjectReference>195 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">196 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>197 <Name>HeuristicLab.Core.Views-3.3</Name>198 </ProjectReference>199 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">200 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>201 <Name>HeuristicLab.Core-3.3</Name>202 </ProjectReference>203 <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">204 <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>205 <Name>HeuristicLab.Data.Views-3.3</Name>206 </ProjectReference>207 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">208 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>209 <Name>HeuristicLab.Data-3.3</Name>210 </ProjectReference>211 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">212 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>213 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>214 </ProjectReference>215 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">216 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>217 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>218 </ProjectReference>219 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">220 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>221 <Name>HeuristicLab.MainForm-3.3</Name>222 </ProjectReference>223 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">224 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>225 <Name>HeuristicLab.Operators-3.3</Name>226 </ProjectReference>227 <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">228 <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>229 <Name>HeuristicLab.Optimization.Views-3.3</Name>230 </ProjectReference>231 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">232 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>233 <Name>HeuristicLab.Optimization-3.3</Name>234 </ProjectReference>235 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">236 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>237 <Name>HeuristicLab.Parameters-3.3</Name>238 </ProjectReference>239 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">240 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>241 <Name>HeuristicLab.Persistence-3.3</Name>242 </ProjectReference>243 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">244 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>245 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>246 </ProjectReference>247 233 <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.4\HeuristicLab.Problems.VehicleRouting-3.4.csproj"> 248 234 <Project>{B94FFB82-43D4-40AB-9980-B03470ADF221}</Project> … … 284 270 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingViewsPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingViewsPlugin.cs"</PreBuildEvent> 285 271 </PropertyGroup> 272 <PropertyGroup> 273 <PostBuildEvent>set ProjectName=$(ProjectName) 274 set Source=$(TargetPath) 275 set Configuration=$(ConfigurationName) 276 set Platform=$(PlatformName) 277 set SolutionDir=$(SolutionDir) 278 279 if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent> 280 </PropertyGroup> 286 281 </Project> -
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj
r6960 r6970 98 98 </PropertyGroup> 99 99 <ItemGroup> 100 <Reference Include="HeuristicLab.Analysis-3.3"> 101 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath> 102 </Reference> 103 <Reference Include="HeuristicLab.Collections-3.3"> 104 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> 105 </Reference> 106 <Reference Include="HeuristicLab.Common-3.3"> 107 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath> 108 </Reference> 109 <Reference Include="HeuristicLab.Common.Resources-3.3"> 110 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath> 111 </Reference> 112 <Reference Include="HeuristicLab.Core-3.3"> 113 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath> 114 </Reference> 115 <Reference Include="HeuristicLab.Data-3.3"> 116 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath> 117 </Reference> 118 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 119 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 120 </Reference> 121 <Reference Include="HeuristicLab.Operators-3.3"> 122 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath> 123 </Reference> 124 <Reference Include="HeuristicLab.Optimization-3.3"> 125 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath> 126 </Reference> 127 <Reference Include="HeuristicLab.Optimization.Operators-3.3"> 128 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath> 129 </Reference> 130 <Reference Include="HeuristicLab.Parameters-3.3"> 131 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath> 132 </Reference> 133 <Reference Include="HeuristicLab.Persistence-3.3"> 134 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath> 135 </Reference> 136 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 137 <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 138 </Reference> 100 139 <Reference Include="System" /> 101 140 <Reference Include="System.Core"> … … 354 393 </ItemGroup> 355 394 <ItemGroup> 356 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">357 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>358 <Name>HeuristicLab.Analysis-3.3</Name>359 </ProjectReference>360 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">361 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>362 <Name>HeuristicLab.Collections-3.3</Name>363 </ProjectReference>364 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">365 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>366 <Name>HeuristicLab.Common.Resources-3.3</Name>367 </ProjectReference>368 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">369 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>370 <Name>HeuristicLab.Common-3.3</Name>371 </ProjectReference>372 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">373 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>374 <Name>HeuristicLab.Core-3.3</Name>375 </ProjectReference>376 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">377 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>378 <Name>HeuristicLab.Data-3.3</Name>379 </ProjectReference>380 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">381 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>382 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>383 </ProjectReference>384 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">385 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>386 <Name>HeuristicLab.Operators-3.3</Name>387 </ProjectReference>388 <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">389 <Project>{25087811-F74C-4128-BC86-8324271DA13E}</Project>390 <Name>HeuristicLab.Optimization.Operators-3.3</Name>391 </ProjectReference>392 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">393 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>394 <Name>HeuristicLab.Optimization-3.3</Name>395 </ProjectReference>396 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">397 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>398 <Name>HeuristicLab.Parameters-3.3</Name>399 </ProjectReference>400 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">401 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>402 <Name>HeuristicLab.Persistence-3.3</Name>403 </ProjectReference>404 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">405 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>406 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>407 </ProjectReference>408 </ItemGroup>409 <ItemGroup>410 395 <None Include="HeuristicLab.snk" /> 411 396 <None Include="HeuristicLabProblemsVehicleRoutingPlugin.cs.frame" /> … … 447 432 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingPlugin.cs"</PreBuildEvent> 448 433 </PropertyGroup> 434 <PropertyGroup> 435 <PostBuildEvent>set ProjectName=$(ProjectName) 436 set Source=$(TargetPath) 437 set Configuration=$(ConfigurationName) 438 set Platform=$(PlatformName) 439 set SolutionDir=$(SolutionDir) 440 441 if exist "$(SolutionDir)CustomPostBuild.cmd" call "$(SolutionDir)CustomPostBuild.cmd"</PostBuildEvent> 442 </PropertyGroup> 449 443 </Project>
Note: See TracChangeset
for help on using the changeset viewer.