Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/21/12 09:15:14 (12 years ago)
Author:
abeham
Message:

#1955:

  • Unversioned Plugin.cs and put on ignore list
  • Renamed AssemblyInfo.frame to AssemblyInfo.cs.frame
  • Fixed references and hint paths
  • Corrected output path for all platforms
  • Removed reference to System.Data.SQLite
Location:
branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3
Files:
1 deleted
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3

    • Property svn:ignore
      •  

        old new  
        11*.user
         2Plugin.cs
        23bin
        34obj
  • branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3/HeuristicLab.PDPSimulation-3.3.csproj

    r8671 r8674  
    4141  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
    4242    <DebugSymbols>true</DebugSymbols>
    43     <OutputPath>bin\x64\Debug\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <DebugType>full</DebugType>
     
    5656  </PropertyGroup>
    5757  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
    58     <OutputPath>bin\x64\Release\</OutputPath>
     58    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    5959    <DefineConstants>TRACE</DefineConstants>
    6060    <Optimize>true</Optimize>
     
    7373  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
    7474    <DebugSymbols>true</DebugSymbols>
    75     <OutputPath>bin\x86\Debug\</OutputPath>
     75    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    7676    <DefineConstants>DEBUG;TRACE</DefineConstants>
    7777    <DebugType>full</DebugType>
     
    8888  </PropertyGroup>
    8989  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
    90     <OutputPath>bin\x86\Release\</OutputPath>
     90    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    9191    <DefineConstants>TRACE</DefineConstants>
    9292    <Optimize>true</Optimize>
     
    108108    </Reference>
    109109    <Reference Include="HeuristicLab.Analysis-3.3">
    110       <HintPath>..\..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
    111     </Reference>
    112     <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    113       <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    114     </Reference>
    115     <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    116       <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
    117     </Reference>
    118     <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    119       <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
    120     </Reference>
    121     <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    122       <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>
    123     </Reference>
    124     <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    125       <HintPath>..\..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
    126     </Reference>
    127     <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    128       <HintPath>..\..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    129     </Reference>
    130     <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    131       <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    132     </Reference>
    133     <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    134       <HintPath>..\..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
    135     </Reference>
    136     <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    137       <HintPath>..\..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    138     </Reference>
    139     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    140       <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     110      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     111      <Private>false</Private>
     112    </Reference>
     113    <Reference Include="HeuristicLab.Collections-3.3">
     114      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     115      <Private>false</Private>
     116    </Reference>
     117    <Reference Include="HeuristicLab.Common-3.3">
     118      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     119      <Private>false</Private>
     120    </Reference>
     121    <Reference Include="HeuristicLab.Core-3.3">
     122      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     123      <Private>false</Private>
     124    </Reference>
     125    <Reference Include="HeuristicLab.Data-3.3">
     126      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     127      <Private>false</Private>
     128    </Reference>
     129    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
     130      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     131      <Private>false</Private>
     132    </Reference>
     133    <Reference Include="HeuristicLab.Operators-3.3">
     134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     135      <Private>false</Private>
     136    </Reference>
     137    <Reference Include="HeuristicLab.Optimization-3.3">
     138      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     139      <Private>false</Private>
     140    </Reference>
     141    <Reference Include="HeuristicLab.Optimization.Operators-3.3">
     142      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
     143      <Private>false</Private>
     144    </Reference>
     145    <Reference Include="HeuristicLab.Parameters-3.3">
     146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     147      <Private>false</Private>
     148    </Reference>
     149    <Reference Include="HeuristicLab.Persistence-3.3">
     150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     151      <Private>false</Private>
    141152    </Reference>
    142153    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    143       <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     155      <Private>false</Private>
    144156    </Reference>
    145157    <Reference Include="HeuristicLab.Problems.Instances-3.3">
    146       <HintPath>..\..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     158      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     159      <Private>false</Private>
    147160    </Reference>
    148161    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
    149       <HintPath>..\..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
     162      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
     163      <Private>false</Private>
    150164    </Reference>
    151165    <Reference Include="HeuristicLab.Random-3.3">
    152       <HintPath>..\..\bin\HeuristicLab.Random-3.3.dll</HintPath>
     166      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
     167      <Private>false</Private>
    153168    </Reference>
    154169    <Reference Include="System" />
    155170    <Reference Include="System.Core" />
    156     <Reference Include="System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
    157       <SpecificVersion>False</SpecificVersion>
    158       <HintPath>..\..\ExternalLibs\System.Data.SQLite.dll</HintPath>
    159     </Reference>
    160171    <Reference Include="System.Drawing" />
    161172    <Reference Include="System.Xml.Linq" />
     
    208219    <None Include="HeuristicLab.snk" />
    209220    <None Include="Plugin.cs.frame" />
    210     <None Include="Properties\AssemblyInfo.frame" />
     221    <None Include="Properties\AssemblyInfo.cs.frame" />
    211222  </ItemGroup>
    212223  <ItemGroup />
Note: See TracChangeset for help on using the changeset viewer.