Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/28/11 16:58:23 (12 years ago)
Author:
svonolfe
Message:

Refactored solution (#1177)

Location:
branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4

    • Property svn:ignore
      •  

        old new  
        11*.user
        22HeuristicLabProblemsVehicleRoutingPlugin.cs
         3Plugin.cs
        34bin
        45obj
  • branches/VRP/HeuristicLab.Problems.VehicleRouting/3.4/HeuristicLab.Problems.VehicleRouting-3.4.csproj

    r6970 r7088  
    4040    <DebugType>full</DebugType>
    4141    <Optimize>false</Optimize>
    42     <OutputPath>bin\Debug\</OutputPath>
     42    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4343    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4444    <ErrorReport>prompt</ErrorReport>
     
    9999  <ItemGroup>
    100100    <Reference Include="HeuristicLab.Analysis-3.3">
    101       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Analysis-3.3.dll</HintPath>
     101      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     102      <Private>False</Private>
    102103    </Reference>
    103104    <Reference Include="HeuristicLab.Collections-3.3">
    104       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
     105      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     106      <Private>False</Private>
    105107    </Reference>
    106108    <Reference Include="HeuristicLab.Common-3.3">
    107       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     109      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     110      <Private>False</Private>
    108111    </Reference>
    109112    <Reference Include="HeuristicLab.Common.Resources-3.3">
    110       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     114      <Private>False</Private>
    111115    </Reference>
    112116    <Reference Include="HeuristicLab.Core-3.3">
    113       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     117      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     118      <Private>False</Private>
    114119    </Reference>
    115120    <Reference Include="HeuristicLab.Data-3.3">
    116       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
     121      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     122      <Private>False</Private>
    117123    </Reference>
    118124    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
    119       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     125      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     126      <Private>False</Private>
    120127    </Reference>
    121128    <Reference Include="HeuristicLab.Operators-3.3">
    122       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>
     129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     130      <Private>False</Private>
    123131    </Reference>
    124132    <Reference Include="HeuristicLab.Optimization-3.3">
    125       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>
     133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     134      <Private>False</Private>
    126135    </Reference>
    127136    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
    128       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
     137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
     138      <Private>False</Private>
    129139    </Reference>
    130140    <Reference Include="HeuristicLab.Parameters-3.3">
    131       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>
     141      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     142      <Private>False</Private>
    132143    </Reference>
    133144    <Reference Include="HeuristicLab.Persistence-3.3">
    134       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     145      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     146      <Private>False</Private>
    135147    </Reference>
    136148    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    137       <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     149      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     150      <Private>False</Private>
    138151    </Reference>
    139152    <Reference Include="System" />
     
    166179    <Compile Include="Analyzer\ConstraintRelaxation\TimeWindowed\TimeWindowRelaxationVRPAnalyzer.cs" />
    167180    <Compile Include="Analyzer\VRPSolution.cs" />
     181    <Compile Include="Properties\AssemblyInfo.cs" />
    168182    <Compile Include="Encodings\Alba\AlbaEncoding.cs" />
    169183    <Compile Include="Encodings\Alba\Creators\DefaultRepresentationCreator.cs" />
     
    346360    <Compile Include="Parsers\CordeauParser.cs" />
    347361    <Compile Include="Parsers\LiLimParser.cs" />
     362    <Compile Include="Plugin.cs" />
    348363    <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPEvaluator.cs" />
    349364    <Compile Include="ProblemInstances\MultiDepotVRP\MDCVRP\MDCVRPProblemInstance.cs" />
     
    387402    <Compile Include="Encodings\Tour.cs" />
    388403    <Compile Include="Parsers\TSPLIBParser.cs" />
    389     <Compile Include="HeuristicLabProblemsVehicleRoutingPlugin.cs" />
    390     <Compile Include="Properties\AssemblyInfo.cs" />
    391404    <Compile Include="Parsers\SolomonParser.cs" />
    392405    <Compile Include="VehicleRoutingProblem.cs" />
    393406  </ItemGroup>
    394407  <ItemGroup>
     408    <None Include="Properties\AssemblyInfo.cs.frame" />
    395409    <None Include="HeuristicLab.snk" />
    396     <None Include="HeuristicLabProblemsVehicleRoutingPlugin.cs.frame" />
    397     <None Include="Properties\AssemblyInfo.frame" />
     410    <None Include="Plugin.cs.frame" />
    398411  </ItemGroup>
    399412  <ItemGroup>
     
    429442set Outdir=$(Outdir)
    430443
    431 call PreBuildEvent.cmd
    432 SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabProblemsVehicleRoutingPlugin.cs"</PreBuildEvent>
     444call PreBuildEvent.cmd</PreBuildEvent>
    433445  </PropertyGroup>
    434446  <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>
     447    <PostBuildEvent>
     448    </PostBuildEvent>
    442449  </PropertyGroup>
    443450</Project>
Note: See TracChangeset for help on using the changeset viewer.