Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8674


Ignore:
Timestamp:
09/21/12 09:15:14 (11 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
Files:
2 deleted
4 edited
2 moved

Legend:

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

    • Property svn:ignore
      •  

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

    r8670 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>
     
    104104  </PropertyGroup>
    105105  <ItemGroup>
    106     <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    107       <HintPath>..\..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
    108     </Reference>
    109     <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    110       <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    111     </Reference>
    112     <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    113       <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
    114     </Reference>
    115     <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
    116     <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    117       <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
    118     </Reference>
    119     <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    120       <HintPath>..\..\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    121     </Reference>
    122     <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    123       <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>
     106    <Reference Include="HeuristicLab.Analysis-3.3">
     107      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     108      <Private>false</Private>
     109    </Reference>
     110    <Reference Include="HeuristicLab.Collections-3.3">
     111      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     112      <Private>false</Private>
     113    </Reference>
     114    <Reference Include="HeuristicLab.Common-3.3">
     115      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     116      <Private>false</Private>
     117    </Reference>
     118    <Reference Include="HeuristicLab.Common.Resources-3.3">
     119      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     120      <Private>false</Private>
     121    </Reference>
     122    <Reference Include="HeuristicLab.Core-3.3">
     123      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     124      <Private>false</Private>
     125    </Reference>
     126    <Reference Include="HeuristicLab.Core.Views-3.3">
     127      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     128      <Private>false</Private>
     129    </Reference>
     130    <Reference Include="HeuristicLab.Data-3.3">
     131      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     132      <Private>false</Private>
    124133    </Reference>
    125134    <Reference Include="HeuristicLab.MainForm-3.3">
    126       <HintPath>..\..\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     135      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     136      <Private>false</Private>
    127137    </Reference>
    128138    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    129       <HintPath>..\..\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    130     </Reference>
    131     <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    132       <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     140      <Private>false</Private>
     141    </Reference>
     142    <Reference Include="HeuristicLab.Optimization-3.3">
     143      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     144      <Private>false</Private>
    133145    </Reference>
    134146    <Reference Include="HeuristicLab.Optimization.Views-3.3">
    135       <HintPath>..\..\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
    136     </Reference>
    137     <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    138       <HintPath>..\..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    139     </Reference>
    140     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     147      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
     148      <Private>false</Private>
     149    </Reference>
     150    <Reference Include="HeuristicLab.Parameters-3.3">
     151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     152      <Private>false</Private>
     153    </Reference>
     154    <Reference Include="HeuristicLab.Persistence-3.3">
     155      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     156      <Private>false</Private>
     157    </Reference>
    141158    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    142       <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    143     </Reference>
    144     <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    145       <HintPath>..\..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
     159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     160      <Private>false</Private>
     161    </Reference>
     162    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
     163      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
     164      <Private>false</Private>
    146165    </Reference>
    147166    <Reference Include="HeuristicLab.Problems.VehicleRouting.Views-3.4">
    148       <HintPath>..\..\bin\HeuristicLab.Problems.VehicleRouting.Views-3.4.dll</HintPath>
     167      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.VehicleRouting.Views-3.4.dll</HintPath>
     168      <Private>false</Private>
    149169    </Reference>
    150170    <Reference Include="System" />
    151171    <Reference Include="System.Core" />
    152     <Reference Include="System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=AMD64">
    153       <SpecificVersion>False</SpecificVersion>
    154       <HintPath>..\..\ExternalLibs\System.Data.SQLite.dll</HintPath>
    155     </Reference>
    156172    <Reference Include="System.Drawing" />
    157173    <Reference Include="System.Windows.Forms" />
     
    197213    <None Include="HeuristicLab.snk" />
    198214    <None Include="Plugin.cs.frame" />
    199     <None Include="Properties\AssemblyInfo.frame" />
     215    <None Include="Properties\AssemblyInfo.cs.frame" />
    200216  </ItemGroup>
    201217  <ItemGroup>
  • 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.