Changeset 9678
- Timestamp:
- 06/30/13 23:31:45 (12 years ago)
- Location:
- branches/HeuristicLab.ExternalEvaluation Scientific
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.ExternalEvaluation Scientific
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj
r9438 r9678 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> … … 50 50 <DebugType>pdbonly</DebugType> 51 51 <Optimize>true</Optimize> 52 <OutputPath> $(SolutionDir)\bin\</OutputPath>52 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 53 53 <DefineConstants>TRACE</DefineConstants> 54 54 <ErrorReport>prompt</ErrorReport> … … 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="HeuristicLab.Collections-3.3"> 102 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 103 </Reference> 104 <Reference Include="HeuristicLab.Common-3.3"> 105 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 106 </Reference> 107 <Reference Include="HeuristicLab.Common.Resources-3.3"> 108 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 109 </Reference> 110 <Reference Include="HeuristicLab.Core-3.3"> 111 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 114 <SpecificVersion>False</SpecificVersion> 115 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 116 </Reference> 117 <Reference Include="HeuristicLab.Parameters-3.3"> 118 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 119 </Reference> 120 <Reference Include="HeuristicLab.Persistence-3.3"> 121 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 122 </Reference> 123 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 124 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 125 </Reference> 101 126 <Reference Include="System" /> 102 127 <Reference Include="System.Core"> … … 213 238 </ItemGroup> 214 239 <ItemGroup> 215 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">216 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>217 <Name>HeuristicLab.Collections-3.3</Name>218 <Private>False</Private>219 </ProjectReference>220 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">221 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>222 <Name>HeuristicLab.Common.Resources-3.3</Name>223 <Private>False</Private>224 </ProjectReference>225 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">226 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>227 <Name>HeuristicLab.Common-3.3</Name>228 <Private>False</Private>229 </ProjectReference>230 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">231 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>232 <Name>HeuristicLab.Core-3.3</Name>233 <Private>False</Private>234 </ProjectReference>235 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">236 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>237 <Name>HeuristicLab.Data-3.3</Name>238 <Private>False</Private>239 </ProjectReference>240 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">241 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>242 <Name>HeuristicLab.Parameters-3.3</Name>243 <Private>False</Private>244 </ProjectReference>245 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">246 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>247 <Name>HeuristicLab.Persistence-3.3</Name>248 <Private>False</Private>249 </ProjectReference>250 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">251 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>252 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>253 <Private>False</Private>254 </ProjectReference>255 </ItemGroup>256 <ItemGroup>257 240 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 258 241 <Visible>False</Visible>
Note: See TracChangeset
for help on using the changeset viewer.