- Timestamp:
- 07/16/15 11:48:59 (10 years ago)
- Location:
- branches/PerformanceComparison
- Files:
-
- 7 added
- 1 deleted
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r12627 r12764 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> $(SolutionDir)\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 62 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 63 63 <DebugSymbols>true</DebugSymbols> 64 <OutputPath> $(SolutionDir)\bin\</OutputPath>64 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 65 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 66 66 <DebugType>full</DebugType> … … 71 71 </PropertyGroup> 72 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 73 <OutputPath> $(SolutionDir)\bin\</OutputPath>73 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 74 74 <DefineConstants>TRACE</DefineConstants> 75 75 <DocumentationFile> … … 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 85 85 <DebugSymbols>true</DebugSymbols> 86 <OutputPath> $(SolutionDir)\bin\</OutputPath>86 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 87 87 <DefineConstants>DEBUG;TRACE</DefineConstants> 88 88 <DebugType>full</DebugType> … … 93 93 </PropertyGroup> 94 94 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 95 <OutputPath> $(SolutionDir)\bin\</OutputPath>95 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 96 96 <DefineConstants>TRACE</DefineConstants> 97 97 <DocumentationFile> … … 105 105 </PropertyGroup> 106 106 <ItemGroup> 107 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 108 <SpecificVersion>False</SpecificVersion> 109 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 110 <Private>False</Private> 111 </Reference> 112 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 113 <SpecificVersion>False</SpecificVersion> 114 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 115 <Private>False</Private> 116 </Reference> 117 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 118 <SpecificVersion>False</SpecificVersion> 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, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 123 <SpecificVersion>False</SpecificVersion> 124 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 125 <Private>False</Private> 126 </Reference> 127 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 128 <SpecificVersion>False</SpecificVersion> 129 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 130 <Private>False</Private> 131 </Reference> 132 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 133 <SpecificVersion>False</SpecificVersion> 134 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 135 <Private>False</Private> 136 </Reference> 137 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 138 <SpecificVersion>False</SpecificVersion> 139 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 140 <Private>False</Private> 141 </Reference> 142 <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 143 <SpecificVersion>False</SpecificVersion> 144 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 145 <Private>False</Private> 146 </Reference> 147 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 148 <SpecificVersion>False</SpecificVersion> 149 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 150 <Private>False</Private> 151 </Reference> 107 152 <Reference Include="System" /> 108 153 <Reference Include="System.Core"> … … 155 200 <Compile Include="Interfaces\ILocalImprovementAlgorithmOperator.cs" /> 156 201 <Compile Include="Interfaces\IMultiObjectiveOperator.cs" /> 202 <Compile Include="Results\IResultParameter.cs" /> 157 203 <Compile Include="Interfaces\ISingleObjectiveOperator.cs" /> 158 204 <Compile Include="Interfaces\ISingleObjectivePathRelinker.cs" /> … … 166 212 <Compile Include="MetaOptimizers\Experiment.cs" /> 167 213 <Compile Include="MetaOptimizers\TimeLimitRun.cs" /> 214 <Compile Include="Results\ResultParameter.cs" /> 168 215 <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" /> 169 216 <Compile Include="Plugin.cs" /> … … 220 267 <Compile Include="RunCollection.cs" /> 221 268 <Compile Include="Run.cs" /> 222 <Compile Include=" Interfaces\IResult.cs" />269 <Compile Include="Results\IResult.cs" /> 223 270 <Compile Include="Interfaces\IDiscreteDoubleValueModifier.cs" /> 224 271 <Compile Include="Interfaces\IExhaustiveMoveGenerator.cs" /> … … 244 291 <Compile Include="Interfaces\ITabuChecker.cs" /> 245 292 <Compile Include="Interfaces\ITabuMaker.cs" /> 246 <Compile Include="Result .cs" />293 <Compile Include="Results\Result.cs" /> 247 294 <Compile Include="Algorithms\UserDefinedAlgorithm.cs" /> 248 295 <Compile Include="Algorithms\EngineAlgorithm.cs" /> 249 296 <Compile Include="Properties\AssemblyInfo.cs" /> 250 <Compile Include="Result Collection.cs" />297 <Compile Include="Results\ResultCollection.cs" /> 251 298 <Compile Include="Problems\UserDefinedProblem.cs" /> 252 299 </ItemGroup> … … 254 301 <None Include="HeuristicLab.snk" /> 255 302 <None Include="Properties\AssemblyInfo.cs.frame" /> 256 </ItemGroup>257 <ItemGroup>258 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">259 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>260 <Name>HeuristicLab.Collections-3.3</Name>261 <Private>False</Private>262 </ProjectReference>263 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">264 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>265 <Name>HeuristicLab.Common.Resources-3.3</Name>266 <Private>False</Private>267 </ProjectReference>268 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">269 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>270 <Name>HeuristicLab.Common-3.3</Name>271 <Private>False</Private>272 </ProjectReference>273 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">274 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>275 <Name>HeuristicLab.Core-3.3</Name>276 <Private>False</Private>277 </ProjectReference>278 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">279 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>280 <Name>HeuristicLab.Data-3.3</Name>281 <Private>False</Private>282 </ProjectReference>283 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">284 <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>285 <Name>HeuristicLab.Operators-3.3</Name>286 <Private>False</Private>287 </ProjectReference>288 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">289 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>290 <Name>HeuristicLab.Parameters-3.3</Name>291 <Private>False</Private>292 </ProjectReference>293 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">294 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>295 <Name>HeuristicLab.Persistence-3.3</Name>296 <Private>False</Private>297 </ProjectReference>298 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">299 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>300 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>301 <Private>False</Private>302 </ProjectReference>303 303 </ItemGroup> 304 304 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.