Changeset 8674
- Timestamp:
- 09/21/12 09:15:14 (12 years ago)
- 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 1 1 *.user 2 Plugin.cs 2 3 bin 3 4 obj
-
- Property svn:ignore
-
branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation.Views/3.3/HeuristicLab.PDPSimulation.Views-3.3.csproj
r8670 r8674 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath> bin\x64\Debug\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <DebugType>full</DebugType> … … 56 56 </PropertyGroup> 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 58 <OutputPath> bin\x64\Release\</OutputPath>58 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 59 59 <DefineConstants>TRACE</DefineConstants> 60 60 <Optimize>true</Optimize> … … 73 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 74 74 <DebugSymbols>true</DebugSymbols> 75 <OutputPath> bin\x86\Debug\</OutputPath>75 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 76 76 <DefineConstants>DEBUG;TRACE</DefineConstants> 77 77 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 90 <OutputPath> bin\x86\Release\</OutputPath>90 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> … … 104 104 </PropertyGroup> 105 105 <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> 124 133 </Reference> 125 134 <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> 127 137 </Reference> 128 138 <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> 133 145 </Reference> 134 146 <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> 141 158 <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> 146 165 </Reference> 147 166 <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> 149 169 </Reference> 150 170 <Reference Include="System" /> 151 171 <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>156 172 <Reference Include="System.Drawing" /> 157 173 <Reference Include="System.Windows.Forms" /> … … 197 213 <None Include="HeuristicLab.snk" /> 198 214 <None Include="Plugin.cs.frame" /> 199 <None Include="Properties\AssemblyInfo. frame" />215 <None Include="Properties\AssemblyInfo.cs.frame" /> 200 216 </ItemGroup> 201 217 <ItemGroup> -
branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3
- Property svn:ignore
-
old new 1 1 *.user 2 Plugin.cs 2 3 bin 3 4 obj
-
- Property svn:ignore
-
branches/DynamicVehicleRouting/HeuristicLab.PDPSimulation/3.3/HeuristicLab.PDPSimulation-3.3.csproj
r8671 r8674 41 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 42 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath> bin\x64\Debug\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <DebugType>full</DebugType> … … 56 56 </PropertyGroup> 57 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 58 <OutputPath> bin\x64\Release\</OutputPath>58 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 59 59 <DefineConstants>TRACE</DefineConstants> 60 60 <Optimize>true</Optimize> … … 73 73 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 74 74 <DebugSymbols>true</DebugSymbols> 75 <OutputPath> bin\x86\Debug\</OutputPath>75 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 76 76 <DefineConstants>DEBUG;TRACE</DefineConstants> 77 77 <DebugType>full</DebugType> … … 88 88 </PropertyGroup> 89 89 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 90 <OutputPath> bin\x86\Release\</OutputPath>90 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 91 91 <DefineConstants>TRACE</DefineConstants> 92 92 <Optimize>true</Optimize> … … 108 108 </Reference> 109 109 <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> 141 152 </Reference> 142 153 <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> 144 156 </Reference> 145 157 <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> 147 160 </Reference> 148 161 <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> 150 164 </Reference> 151 165 <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> 153 168 </Reference> 154 169 <Reference Include="System" /> 155 170 <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>160 171 <Reference Include="System.Drawing" /> 161 172 <Reference Include="System.Xml.Linq" /> … … 208 219 <None Include="HeuristicLab.snk" /> 209 220 <None Include="Plugin.cs.frame" /> 210 <None Include="Properties\AssemblyInfo. frame" />221 <None Include="Properties\AssemblyInfo.cs.frame" /> 211 222 </ItemGroup> 212 223 <ItemGroup />
Note: See TracChangeset
for help on using the changeset viewer.